
/*
	dblue = #005bad
	orange = #f1831a
	bg grey = #e1e1e1;
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#main{
	width: 904px;
	margin: 0 auto 0 auto;
}

#header{
	background: url(../images/header.gif);
	height: 147px;

}

#topmenu{
	background: url(../images/top_menu_bg.gif);
	height: 40px;
}

#topmenu ul{
	float: left;
	list-style: none;
	padding: 0 0 0 25px;
	margin: 12px 0 0 0;
}

#topmenu ul li{
	display: inline;
}

#topmenu ul li a{
	display: block;
	float: left;
	margin-right: 15px;
	color: white;
	text-decoration: none;
	font-size: 0.75em;
}

#topmenu ul li a.selected{
	color: #33CCFF;
}

#content{
	min-height: 300px;
	background: url(../images/content_bg.gif);
	padding-top: 20px;
	float: left;
}

#bodycontent{
	width: 693px;
	float:left;
	padding-left: 20px;
	float: left;

}

#indexcontent{
	width: 693px;
	height: 199px;
	background: url(../images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#dynamiccontent p, #dynamiccontent ul{
	font-size: 0.75em
}


#hometext{
	width: 693px;
	padding: 0;
	margin:0;

}

#hometext #intro{
	width: 370px;
	font-size: 0.75em;
	margin-top: 10px;
}

#sidebar_right{
	width: 177px;
	float: right;
}

#footer{
	background: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 0.6em;
	color: #999999;
	text-align: center;
	padding-top: 10px; 
	width: 904px;
	float: left;
}

#searchbox{
	margin-bottom: 10px;
	border: 1px solid #999999;
	background: #e1e1e1;
	width: 160px;
	min-height: 60px;
}

#searchbox form{
	padding: 0;
	margin: 5px;
}

#manufacturers, #categories, #features{
	margin-bottom: 10px;
	border: 1px solid #999999;
	background: #e1e1e1;
	width: 160px;
	min-height: 60px;
}

#manufacturers ul, #categories ul, #features ul{
	list-style: none;
	padding: 0;
	margin: 5px;
	text-align: left;
}

#manufacturers ul li, #categories ul li, #features ul li{
	padding: 0;
	margin: 0;
	color: #005bad;
	text-decoration: none;
	font-size: 0.85em;	
}


#manufacturers ul li a, #features ul li a, #categories ul li a{
	color: #005bad;
	text-decoration: none;
	font-size: 0.85em;	
}

#features h3{
	font-size: 0.75em;
	padding: 0;
	margin: 5px 0 0 5px;
}


h2{
	color: white;
	font-weight: normal;
	padding: 6px 0 0 0;
	font-size: 0.75em;
	text-align: center;
	background: url(../images/orange_header_bg.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 29px;
	margin: 0;
}

a.moredetails{
	background: url(../images/blue_button_bg.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 25px;
	display: block;
	font-size: 0.65em;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	margin-top: 50px;
	text-decoration: none;
}

h1{
	font-weight: normal;
	color: #f1831a;
	font-size: 1.2em;
	margin:0 0 12px 0;
	padding: 0;
}

#listing td.listingsRowCellTwo{
	font-size: 0.75em;
}

#listing td.listingsRowCellOne img{
	border: 1px solid #005bad;
}


#listing td.listingsRowCellTwo a{
	color: #005bad;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
}

#listing tr.listingAltRow{
	background: #e1e1e1;
}

div.listingsPrice{
	font-weight: bold;
}

#searchfilter{
	background: #e1e1e1;
	font-size: 0.75em;
	padding: 2px 2px 2px 10px;
	
}

#searchfilter form{
	padding: 0;
	margin: 0;
}

#pagination{
	clear: both;
	font-size: 0.75em;
	border-top: 1px dashed #005bad;
	padding-top: 3px;
}

#pagination #back{
	background: url(../images/arrow_back.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #005bad;
	text-decoration: none;
	margin-right: 15px;
}

#pagination #fwd{
	background: url(../images/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	color: #005bad;
	text-decoration: none;
}

div.clr{
	clear: both;
}


/* view full details styles */
#fulldetails{

}

#images{
	float: left;
	width: 318px;
	margin-left: 30px;
}

#listingmainimage{
	width: 316px;
	margin-bottom: 5px;
	display: block;
	float: left;
}

.bordered {
  border:1px solid #005bad;
}

.blockedImage {
  display:inline;
  padding:0 5px 5px 0;
}


#details{
	width: 340px;
	float: left;
}

#fulldetails{
	font-size: 0.75em;
	float: left;
	width: 693px;
}

#fulldetails #comments{
	float: left;
	width: 230px;
}

#listinglinks{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	
}

#listinglinks li a{
	background: url(../images/blue_button_bg.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 25px;
	display: block;
	font-size: 0.75em;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}

#contactForm{
	float: left;
	padding-left: 20px;
	width: 370px;
}

#contactForm label{
	display: block;
	margin: 3px 0 3px 0;
	font-size: 0.75em;
}

fieldset{
	border: none;
	border-right: 1px solid #005bad;
	width: 330px;
}

#contactadd{
	float: left;
	font-size: 0.80em;
	margin-top: 50px;
	margin-left: 20px;
	width: 250px;	
}

#contact_status{
	font-size: 0.85em;
	margin-left: 20px;	
}

hr{
	height: 1px;
	color: #999999;
}

#attrib{
	font-size: 0.6em;
	color: #cccccc;
	text-align: right;
	margin-right: 20px;
}

#attrib a{
	color: #cccccc;
}

/* validation styles */

