﻿/* CSS for search results and top-10 formatting */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
}

em { font-style:italic; }

#leftcolumn {
	border-width: 1px;
	border-color: #666666;
	width: 130px;
	float: left;
	background-color: #ffffff;
	margin-left: 0px;
	border-right-style: solid;
	padding-right: 5px;
}
#leftcolumn h1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #808080;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

#leftcolumn p {
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-align:left;
	margin:5px 0px 5px 0px;
}

#leftcolumn a {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align: left;
}

#leftcolumn a:link, #leftcolumn a:visited {color:#333333; text-decoration: none; }
#leftcolumn a:active, #leftcolumn a:hover {color: #990000; text-decoration: underline; }

#leftcolumn ul {
	list-style: none;
	line-height:10px;
	margin: 0px;
	padding: 0px;
}

#leftcolumn li {
	border-width: 1px;
	border-color: #cccccc;
	border-bottom-style: solid;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
}

#leftcolumn ul a:link, #leftcolumn ul a:visited {color:#333333; text-decoration: none; }
#leftcolumn ul a:active, #leftcolumn ul a:hover {color: #990000; text-decoration: underline; }

#rightcolumn {
	margin-left: 145px;
}

#errorpanel p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12pt; 
	color:#cc0000;
	margin-bottom:10px;
}

dl {
	font-family: Arial; 
	font-size: 8pt;
	color: #666666; 
	text-align: left; 
	text-decoration: none;
}

dt {
	color: #518049; 
	font-weight: bold; 
	font-size: 9pt; 
	margin-top:5px;
}

dt a:link, dt a:visited { color: #518049; text-decoration: none }
dt a:active, dt a:hover	{ color: #cc0000; text-decoration: underline }

dd 				{text-align: left; margin:0px }
dd.partnumber 	{font-weight: normal}
dd.description	{text-align: left; margin: 0px}
dd.price 		{font-size: 9pt; font-weight:bold; color: #333333; margin-bottom: 10px;}
dd.price input  {font-family: Arial; font-size: 8pt; font-weight: normal; color: #000000;}

.listheader {
	font-size: 8pt; 
	font-family: Arial; 
	text-decoration: none;
	color: #000000;
	background-color: #eeeeee;
	padding:5px 5px 5px 5px;
}

.listheader p {
	margin:0px 5px 5px 5px;
	padding:0px;
}

.listheader h1 {
	font-family: Verdana;
	font-size: 10px;
	height: 20px;
}

.searchtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.productcell {
	height:auto; 
	padding: 5px 0px 5px 0px;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #989DA5;
}

.productcellimage {
	text-align:center; 
	margin-left:10px; 
	margin-right:10px; 
	width:72px; 
	float:left;	
}

.productcellbody {
	margin-left:95px;
}


/* This section is for use with the Top-10 display */

#t10content { margin-top:30px; margin-left:auto; margin-right:auto; width:650px; }

#t10content h1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-bottom: 0px;
}

#t10content p {
	margin-top:5px;
	margin-bottom:0px;
}

#t10content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.productlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-color: #999999;
	border-width: 1px;
	border-bottom-style: solid;
}

.productlist a:link, .productlist a:visited {color: #666666; text-decoration: none; }
.productlist a:hover, .productlist a:active {color: #800000; text-decoration: underline;}

.productnumber {font-size: 10px;}

.pricing {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom:2px;
}

.pricinginput {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	height: 15px;
	text-align: left;
}
