/* CSS Document */
	
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {
	color: #929292;
	font-size: 1.1em;
	text-align: left;
	padding-top: 5px;
}

h1 a {
	color: #929292;
 	text-decoration: none;
}

h1 a:hover {
	color: #929292;
 	text-decoration: underline;
	
}

h2 a {
	color: #929292;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

h3{
	text-align: left;
	display: block;
	background-color: #5B5B5B;
	color: white; 
	height: 23px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 a {
	color: White;
	text-decoration: none;
}

h3 a:hover {
	color: White;
	text-decoration: underline;
}


p {
	font-size: 0.8em;
	text-align: left;
	color: #7D7D7D;
}

p a {
	text-decoration: none;
	color: #7D7D7D;
	padding: 0px;
	margin: 0px !important;
	
}

p a:hover {
	color: #00A9EC;
	text-decoration: underline;
	
}

li {
	text-align: left;
	color: #7D7D7D;
}

.blue {color: #06A4E3}

.showall {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	margin-left: 430px;
}

#container {
width: 932px;
padding: 0px;

}

#top {
background-image: url(images/bid_2_improve.jpg);
background-position: right;
background-repeat: no-repeat;
height: 92px;
float: left;
width:840px;
}

#top p {
	padding-top: 40px;
	margin-top:0px;
	text-align: right;
	color: Gray;
}

#top p a {
	color: Gray;
	text-decoration: none;
}

#top p a:hover {
	text-decoration: underline;
}

#top img {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 0.8em;
	color: Gray;
}

#topbid {
	float: right;
	height: 92px;
	width: 91px;
	margin-right: 1px;
}


#greystrip {
clear: both;
 background-color: #BDBDBD;
 width: 932px;
 height: 7px;
 padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
}

#leftnav {
text-align: left;
background-color: Gray;
width: 
}

#leftnav a {
font-size: 0.8em;
display: block; color:#8CCFF4; padding: 3px 5px 3px 10px; width:165px height:90px; margin-top: 3px;
text-decoration: none;
color: White;
border-bottom:1px solid White;
font-weight: bold;
}

#leftnav a:hover {
font-size: 0.8em;
display: block; color:#8CCFF4;
text-decoration: underline;
color: #8CCFF4;
border-bottom:1px solid White;
font-weight: bold;
}

#leftnav swf {
	border:1px solid #adadad;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
padding: 0px;
margin: 0px
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:0.8em;
width:187px;
padding:5px 0px;
color:white;
background:transparent url(images/opaque.png);
text-decoration:none;
text-align:left;
font-weight: bold;
}
/* style the links hover */
.menu :hover{
background:#A9A9A9;
}

/* hide the sub level links */
.menu ul ul {
	position:absolute;
	width:183px;
	height:0;
	visibility: hidden;


}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

#pagecontent {
	margin: 5px 3px 0px 0px;
	background-color: #F4F4F4;
	width: 608px;
	float: left;
	padding-left: 10px; 
}

#rightarea {
	margin: 5px 3px 0px 0px;
	background-color: White;
	width: 306px;
	float: right ;
}

#rightarea p {
	margin: 0px;
	padding: 0px;
}

#rightarea image {
	border:1px solid #adadad;
}

#bluestrip {
 	background-color: #00A9EC;
 	width: 932px;
 	height: 7px;
	padding: 0px;
	margin-top: 5px
}

#footer {
	font-size: 0.7em;
}

#footer p {
	color: Gray;
	padding: 0px;
	margin: 0px;
}

#footer a {
	color: Gray;
	text-decoration: none;
}

#footer a:hover {
	color: #00A9EC;
}

#imagestrip {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.photo img {
	border: 1px solid Gray;
}

.photo:hover img{
	border: 1px solid #00A9EC;
}

.photo:hover{
	color: #00A9EC; /* irrelevant definition to overcome IE bug */
}

#logdetails {
	float: left;
	width: 150px;
	border: 1px solid #D1D1D1;
	background-color: #EBEBEB;
}

#logdetails h2 {
	text-align: left;
	display: block;
	font-size: 0.8em;
	background-color: Gray;
	color: white; 
	padding-left: 10px;
	margin-top: 0px;
	padding: 5px 0px 0px 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

#logdetails p {
	color: Gray;
	font-size: 0.8em;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 0px;
}

#logdetails a {
	text-decoration: none;
	color: #505050;
}

#logdetails a:hover {
	text-decoration: underline;
}

#cartdetails {
	float: right;
	width: 145px;
	border: 1px solid #D1D1D1;
	background-color: #EBEBEB;
	padding: 0px;
	margin: 0px;
}

#cartdetails h2 {
	text-align: left;
	display: block;
	font-size: 0.8em;
	background-color: Gray;
	color: white; 
	padding: 5px 0px 0px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}

#cartdetails p {
	color: Gray;
	font-size: 0.8em;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 0px;
}

#search {
	border: 1px solid #D1D1D1;
	background-color: #EBEBEB;
}

#search img {
	border: 0px !important;
}

#search h2 {
	text-align: left;
	display: block;
	font-size: 0.8em;
	background-color: #01AAED;
	color: white; 
	padding: 5px 0px 0px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}

#search p {
	color: Gray;
	font-size: 0.8em;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 0px;
}

.topproducts h2 {
	text-decoration: none !important;
	color: White !important;
}

#products {
	border: 1px solid #D1D1D1;
	width: 590px;
	margin-right: 10px;
	background-color: #EBEBEB;
}

#products h2 {
	text-align: left;
	display: block;
	font-size: 0.9em;
	background-image: url(images/grey_gradient.jpg);
	color: white; 
	height: 23px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#products h2 a {
	text-decoration: none;
	color: White;
}

#products p {
	color: Gray;
	font-size: 0.8em;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

#products a {
	text-decoration: none;
	color: #505050;
}

#products a:hover {
	text-decoration: underline;
}

#products img {
	border: 1px solid #D1D1D1;
	margin: 3px 2px 3px 0px;
	margin: 3px 2px 3px 0px;
}

#products strong  {
	color: #595959;
	
}

#spec {
	border: 1px solid #D1D1D1;
	background-color: #EBEBEB;
	width: 290px;
	float: left;
}

#spec h2 {
	text-align: left;
	display: block;
	font-size: 0.8em;
	background-color: Gray;
	color: white; 
	padding: 5px 0px 0px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}

#spec p {
	color: Gray;
	font-size: 0.8em;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 0px;
	border-bottom: 1px solid #D1D1D1;
}

#desc {
	border: 1px solid #D1D1D1;
	background-color: #EBEBEB;
	width: 290px;
	float: right;
	margin-right: 10px;
}

#desc h2 {
	text-align: left;
	display: block;
	font-size: 0.8em;
	background-color: Gray;
	color: white; 
	padding: 5px 0px 0px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}

#desc p {
	color: Gray;
	font-size: 0.8em;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 0px;
	border-bottom: 1px solid #D1D1D1;
}

