﻿

body
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Trebuchet MS,verdana,arial,sans-serif;
}

a
{
	color: #990000;
	text-decoration: none;
}



b
{
	font-size: 110%;
}
em
{
	color: red;
}

#maincontainer
{
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection
{
	height: 100px; /*Height of top section*/
	border-bottom: solid 4px black;
}

#topsection h1
{
	margin: 0;
	padding-top: 15px;
}

#toptoolbar
{
	height: 30px;
}

#toptoolbar #info
{
	padding-top: 5px;
	padding-left: 10px;
	float: left;
}

#toptoolbar #userToolBox
{
	float: right;
	padding-top: 5px;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn
{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#footer
{
	clear: left;
	width: 100%;
	color: black;
	text-align: center;
	padding: 4px 0;
	border-top: solid 4px black;
}

#footer a
{
	color: #000000;
	font-size: 0.8em;
}

.XXXXinnertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}


#adminLinks
{
	float: left;
}


#copyright
{
	float: right;
}


#mainView
{
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainView ul
{
	border: solid 1px #990000;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}


#mainView #mvRating
{
	padding-top: 80px;
	float: right;
	height: 400px;
	width: 80px;
}

#mainView #mvTitle
{
	font-size: 19px;
}

#mainView #mvAd
{
	text-align:center;
	
	margin: 5px 0px 5px 0px;
}

#mainView #mvUser
{
	font-size: 11px;
}

#mainView #mvDate
{
	font-size: 10px;
}
#mainView #mvImage
{
	width: 500px;
	height: 300px;
	text-align: center;
	border: solid 1px gray;
}


#mainView #mvButtons
{
	height: 30px;
	width: 500px;
	text-align: center;
}

#mainView #mvButtons a
{
	height: 30px;
	width: 500px;
	text-align: center;
	color:#CC3333;
}

#mainView #mvNavigation
{
	height: 20px;
	width: 500px;
	text-align: center;
}


#mainAdds
{
	width: 600px;
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
}


/* Site nav*/

#lastCostume
{
	padding-left: 10px;
}

#siteNavigation
{
	margin-top: 50px;
	padding-left: 15px;
	width: 140px;
}

#siteNavigation ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#siteNavigation #navlist a, #siteNavigation #navlist a:visited
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 140px;
	background-color: #f5e5e5; /*#f5e5e5;*/
	border-bottom: 2px solid Black;
	margin-bottom: 10px;
	color : #990000;
	font-weight:bold;
}
/*
#siteNavigation a:link, #navlist a:visited
{
	text-decoration: none;
	border: 1px solid Yellow;
}*/

#siteNavigation #navlist a:hover
{
	background-color: #990000;
	color: white;
	font-weight:bold;
}
/* Site nav*/


/* Cloud */

.cloud
{
	font-family: tahoma;
	text-align: justify;
}
.cloud a, .cloud a:visited
{
	font-family: tahoma;
	color: #990000;
	text-decoration: none;
}

.cloud a:hover
{
	font-family: tahoma;
	color: White;
	background-color: #990000;
	text-decoration: none;
}


/* End Cloud */

/*-- Begin Costume Management Begin */
.costume_list
{
	list-style: none;
}

.costume_main
{
	width: 90%;
	border: solid 1px black;
}

.costume_name
{
	color: Red;
}

.costume_default_image
{
}

.costume_options
{
}

.costume_sub_pictures
{
}

/*-- End Costume Management End */


.UserNav
{
	text-align: right;
	font-size: 0.9em;
	color: #003366;
}

.BuyItNow
{
	color: #990000;
	font-size: 12px;
	padding: 10 0 0 0;
	text-decoration: none;
}


.siteCopy
{
}




.siteGeneralCopy
{
	font-family: Trebuchet MS,verdana,arial,sans-serif;
	font-size: 12px;
	text-align: left;
	width: 80%;
}

.siteGeneralCopy h1
{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

#ContextRules
{
	list-style: none;
	text-align: left;
}

/* 
STYLE FOR HotKeys SEARCH
*/
.hkstyle {
	width: 160px;
	height: 150px;
	clear: both;
	color: #A7A7A7;
	padding: 5px;
	}

.hkstyle ul {
	width: 160px;
	padding: 0;
	margin: 3px 0 0 0;
	list-style: none;
	}

.hkstyle ul li {
    display:inline;
    float:left;
    height:20px;
    margin:0px;
    width:160px;
    }