/* General CSS for SEO templates */

#seo-container
{	width: 950px; margin:auto; display:block;}

#seo-white-top
{ width:950px; height:12px; background-image:url(/images/white-top.jpg); background-repeat:no-repeat; clear:both;}
#seo-white-body
{ float:left; width:950px;display: block; background-image:url(/images/white-body.jpg); background-repeat: repeat-y;}
#seo-white-bottom
{ width:950px; height:12px; background-image:url(/images/white-bottom.jpg); background-repeat:no-repeat; clear:both;}

#seo-left-col
{ width:200px; height:auto; display:block; float:left; margin:10px 15px; }



#seo-right-col
{ width:700px; height:auto; display:block; float:left; margin:10px; 
  _width:700px; *width:650px;}

#minilogo{ height:auto; width:175px; border:1px solid #C3C3C3; margin-top:10px;}
#minilogo .header{ background-color:#E9E9E9; padding:3px 3px 3px 10px; }
#minilogo h2 { color:#6D6D6D; font-size:10pt }
#minilogo span { color:#6D6D6D; font-size:8pt; margin-left:10px; }
#minilogo img {margin:0; padding:0}

.box{ margin-top:10px; }
.box p{ margin-bottom:20px;	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif; }
.box strong {	color:#993300;	font-family:tahoma;	margin-top:10px; margin-bottom:10px; }

.box ul{ list-style-type:none; float:left;width:150px; }
.box .cat2 { background:transparent url(/images/orange-arrow.png) no-repeat scroll 2px 50%; padding:3px 5px 1px 18px; width:300px; float:left; }
.box a { color:#5A5A5A; text-decoration:none }
.box a:hover { color:#BC0000; text-decoration:underline }


/* For wizard featured parts */
.wizard-column {
	margin-top:10px;
}
.wizard-column ul {
    width: 100%;
    list-style-type:none;
}
.wizard-column ul li{
    width:310px; 
    height:90px;
    margin:4px 8px;
    padding:4px 8px;
    float:left;
	border: 1px solid #dfdfdf;
}

.fparts2{
	float:left;	width:195px;
	padding:20px 0 10px 0; border-bottom:1px solid #DFDFDF;
}

.float-left{
	float:left;
}

/* For products.php */	

#prod-col-1{
	width:300px; height:auto; display:block; float:left; margin-top:20px;
}

#prod-col-2{
	width:350px; height:auto; display:block; float:right; 
}

#prod-col-3{
	width:200px; height:auto; display:block; float:left; margin-top:20px;
}


.product-info{	
	float:left;
	margin:80px 0 0 20px;		
	color:#A0A0A0;
}

.product-info h4{ color:#3C3C3C; font-size:13px }
.product-info ul{ margin-top:10px; list-style-type:none }
.product-info li{ margin-top:5px; }
.product-info .prod-field{ float:left; width:70px; }
.product-info .prod-order{ margin:20px }
.product-info .product-divider { float:left; margin:20px 0; }
.product-info p {line-height:16px; margin-top:5px }

.fparts { display:inline; float:left; padding:30px 0 5px 0; width:285px; border-bottom:1px solid #DFDFDF}
.fsubmit { border:0; background-color:#FFF; color:#6D6D6D; }
input.fsubmit { cursor:pointer; }
.fsubmit:hover{ color: #BC0000; text-decoration:underline}
