/* main site styling in conjuntion with style.css*/

h1{
	color: #666666;
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	text-transform: capitalize;
	font-weight: bold;
}

h2{
	color: #666666;
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	text-transform: capitalize;
	font-weight: bold;
}

th{
	background-color: #E8E8E8;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}

#subheader{
	background-image:	url(../images/subheader.jpg);
	background-repeat:repeat-x;
	height: 45px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	width:753px;
}
#subheadertext{
text-align:left;
	padding: 7px 0px 0px 180px;
	color:#ffffff;
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size:24px;
	font-weight: 700;
	text-transform: lowercase;
}

#content{
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 100%;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	width:753px;
}

.lightgrey{
	background-color: #E8E8E8
}

#shoptabs{
	border-left: 2px #ffffff solid;
	padding-left:14px;
	text-align: left;
	padding: 1px;

}

#shoptabs a{
	color:#333333;
	font-size:12px;
	padding:1px 6px 1px 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	
}

#shoptabs a:hover{
	color:#333333;
	font-size:12px;
	padding:1px 6px 1px 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}
#shoptabs td{
	border: 1px #e8e8e8 solid;
}
#shoptabs .on {
	background-color: #ffffff;
	border: 1px #666666 solid;
}

#shoptabs .off {
	border: 1px #e8e8e8 solid;
}

#shoptabs .selected{
	background-color: #ffffff;
	border: 1px #666666 solid;
}

/* main brandlist styles */
#brandlist{
width:156px;
padding: 0px;
margin: 20px 0px 0px 0px;
font-family: Verdana, Geneva, sans-serif;
background-color: #E8E8E8;
text-align: left;
}

#brandlist ul
{
list-style: none;
margin-left: 2px;
padding: 0px;
border: none;
width:100%;
}

#brandlist li
{
padding: 0px;
margin: 0px;
font-size: 10px;
}

#brandlist li a
{
padding: 2px 0px 0px 15px;
margin: 0px;
display: block;
background-color: #E8E8E8;
color: #666666;
text-decoration: none;
width: auto;
height: 16px;
font-weight:	normal;
border-left: 5px solid #CCCCCC;
}

#brandlist li a.selected
{
background-color: #FFFFFF;
color: #666666;
height: 16px;
font-weight:	bold;
text-decoration: none;
}

#brandlist li a:hover
{

border-left: 5px solid #A4A9D4;
background-color: #FFFFFF;
color: #666666;
font-weight:	bold;
}






/* standard display area  */

#main{
	text-align: left;
	padding: 20px 5px 5px 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	min-height: 400px; /* not supported in IE - boo */
	vertical-align: top;
	
	}
	
.mainTable{
	border:#CCCCCC solid 1px;
}

.productTitle{
	font-weight:bold;
}

.red{
	color:#A5769E;
	font-weight: bolder;
}
.row1{
	background-color: #F9F9F9;
}
.field{
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	border: 2px solid #A4A9D4;
	color: #444444;
	padding-left: 2px;
	background-image:	url(/images/bk_field.jpg);
}

select{
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
	padding-left: 2px;
	background-color:#F6F6F8;
}


.button{
	border: 2px solid #A4A9D4;
	background-color: #E8E8E8;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
}

.error{
	color: #A5769E;
}

.lineMid{
	border-top:#CCCCCC solid 1px;
}

#main a{
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #776F92;
	text-decoration: none;
	background-color: #ffffff;
}

#main a:hover{
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #776F92;
	text-decoration: none;
	background-color: #E8E8E8;
}

#main a:hover img{
background-color:#ffffff;

}

#productBox{
	width: 165px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#productTab{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#productTab .dept{
	font-family:  Tahoma, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}


