/* CSS Document */
/* primary tags and styles */

acronym, abbr {
	cursor: help;
}

body  {
	margin: 0px 0px 0px 0px;
}

body, td, p, li, div, span, font, body, h1, h2, h3, h4, h5 {
	font-size: 10px;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
}

.hdg {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

.subhdg {
	color: #933;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.subhdg2 {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

.credits {
	color: #8C8989;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}

.copyright {
	color: #666;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}

.copyrightlink {
	color: #666;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}

.sale {
	color: #C00;
	font-weight: bold;
}

.red {
	color: #C00;
}

.required {
	color: #F00;
	font-size: 10px;
	font-weight: bold;
}

.bullet1 {
	color: #666;
	font-size: 10px;
	font-weight: normal;
}

.outfitprice {
	color: #333;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.outfitformlabel {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

.outfitselect {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

.outfitselectitem {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

a, a:link, avisited {
	color: #600;
	text-decoration: none;
}

	a:hover {
		color: #C00;
		text-decoration: underline;
	}

a.bold, a.bold:link, a.bold:visited {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}

	a.bold:hover {
		color: #C00;
		text-decoration: underline;
	}

A.leftnav, A.leftnav:visited, A.leftnav:active {
	color: #000;
	font-size: 10px;
        line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}

	A.leftnav:hover {
		text-decoration: underline;
	}

a.splashLink, a.splashLink:visited, a.splashLink:active {
	color: #990000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
	a.splashLink:hover {
		color: #CC0000;
		text-decoration: underline;
	}


A.leftnavsub, A.leftnavsub:visited, A.leftnavsub:active {
	color: #000;
	font-size: 9px;
        line-height: 12px;
	font-weight: normal;
	text-decoration: none;
}
	
	A.leftnavsub:hover {
		background-color: #900;
		color: #EEE;
		text-decoration: none;
		text-align: left;
	}

.outfit {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

	A.outfit, A.outfit:link, A.outfit:visited, A.outfit:active {
		color: #333;
		text-decoration: none;
	}
	
		A.outfit:hover {
			color: #C00;
			text-decoration: underline;
		}

.outfitsub {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

A.outfitsub, A.outfitsub:visited, A.outfitsub:active {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

	A.outfitsub:hover {
		color: #C00;
		text-decoration: underline;
	}

A.copyrightlink, A.copyrightlink:visited, A.copyrightlink:active {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

	A.copyrightlink:hover {
		color: #C00;
		text-decoration: underline;
	}

TEXTAREA {
	border: #666 1px solid;
}

.formlabel {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.formfield1 {
	width: 150px;
	background-color: #FFF;
	border: 1px solid #666;
}

.formfield1:focus, .formfield1:active {
	background-color: #FBEEEE;
}

.formfield2 {
	width: 150px;
	font-size: 10px;
	color: #666;
	padding: 2px;
	background-color: #EEE;
	border: 1px solid #666;
}

.formNewSignup {
	width: 225px;
	font-size: 10px;
	color: #666;
	border: 1px solid #666;
	margin: 2px 0;
	padding: 0px 3px;
}

	.formNewSignup:focus, .formNewSignup:active {
		background-color: #FBEEEE;
	}


.formfield3 {
	width: 50px;
	border: 1px solid #666;
}

.formSelect {
	width: 150px;
	font-size:11px;
}

.button1 {
	background-color: #CCC;
	width: 70px;
	font-family: verdana, sans-serif;
	border: #666 1px solid;
	font-size: 10px;

	color: #333;
	font-weight: bold;
}

.butNewSignup {
	background-color: #900;
	width: 50px;
	font-family: verdana, sans-serif;
	border: #333 1px solid;
	font-size: 9px;
	margin: 2px 0;
	color: #EEE;
	font-weight: bold;
}

	.button1:hover , .butNewSignup:hover {
		background-color: #FBEEEE;
		color: #333;
	}
	
	.button1:active, .butNewSignup:active {
		background-color: #C00;
		color: #EEE;
	}



.select1  {
	background-color: white;
	border: #666 1px solid;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 50px;
}



.paginate {
	padding: 0px 3px 0px 3px;
}

.paginate1 {
	color: #333333;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

.paginate2 {
	color: #660000;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

a.paginate, a.paginate:visited, a.paginate:active {
	color: #660000; 
	font-size: 10px;
	text-decoration: none;
	font-family: verdana, sans-serif;
}

a.paginate:hover {
	color: #C00;
	font-size: 10px;
	text-decoration: underline;
	font-family: verdana, sans-serif;
}
