@import url("old.css");

body { margin: 0 0 0 0; padding: 0 0 0 0; }
/** title header **/
h1 { font-family: Arial, Helvetica, sans-serif; font-size:18px;}
/*div#main_content h1 { font-size: 18px; font-weight: bold;}*/

.prod_container {
   width: 622px;
}

.product_category {
   float: left;
   width: 147px;
   margin: 15px 2px 0 2px;
   border: 1px solid white;
}
.product_category:hover {
   border: 1px solid #CC6600;
   background: #CC6600;
}
.bodykit_category {
   float: left;
/*   width: 200px;*/
   margin: 15px 2px 0 2px;
   border: 1px solid white;
}
.bodykit_category:hover {
   border: 1px solid #CC6600;
   background: #CC6600;
}
.invisible:hover {
   border: 1px solid white;
   background: white;
}
.product_title {
   width: 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: white;
   background: black;
   padding: 2px 0 2px 0;
   text-align: center;
}
.product_title a {
   color: white;
   text-decoration: none;
   display: block;
}
.product_title a:visited {
   color: white;
}
.product_title a:hover {
   color: #cc6600;
}
.product_category img {
   padding: 1px 0 1px 1px;
}
.bodykit_category img {
   padding: 1px 0 1px 1px;
}
div.bodykit-content {
   font-family: Arial; font-size: 12px; text-align: left;
}
#index-content {
   width:600px;
   font-family: Arial, sans-serif; font-size: 12px;
}
#index-content h1 {
   font-size: 14px; font-weight: bold;
}
div.bodykit-content a.contact {
   text-decoration: underline; color: blue;
}

.hood-scoop-blue { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006699; font-weight: bold }
.hood-scoop-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold ;
	color: #000000;
	text-decoration : none;
}
.hood-scoop-link:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold ;
	color: #000000;
	text-decoration : none;
}
.hood-scoop-link:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold ;
	color: #000000;
	text-decoration : none;
}
.hood-scoop-link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold ;
	color: #000000;
	text-decoration : none;
}
.title-element {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	width: 800px;
	text-align: center;
}
.nav-header {
	background-color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 16px;
	width: 157px;
	padding-left: 5px;
}
.alignBaseline {
	vertical-align: baseline;
	display: block;
}
.sm-text-dash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
	

.link-name{
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10pt;
	color: Blue;
}

.link-desc{
	font-size: 10pt;
	color: Black;
}

/***********
 crumbtrail
***********/
#crumbtrail {
   position: relative;
   list-style-type: none;
   font-size: 12px;
   background-color: lightgrey;
   margin: 0 0 0px -10px;
   padding: 0 0 2px 15px;
   width: 610px;
   line-height: 14pt;
   font-family: Verdana;
}
#crumbtrail li {
   display: inline;
   background: url(/img/arrow.gif) right no-repeat;
   padding: 0 17px 0 0.2em;
}
#crumbtrail li.lastItem { background: none; }
#crumbtrail li a {
   text-decoration: underline;
}
#crumbtrail li a:visited {
   color: blue;
}

/***************
 top keywords
***************/
.keywords {
   font-family: Verdana;
   font-size: 10px;
   text-align: center;
   padding-bottom: 10px;
}

.keywords a {
   text-decoration: none;
   color: black;
}

.keywords a:hover {
   color: black;
}

/***************
 Sale end displayer
***************/
div#sale_end_box {
   width: 250px;
   padding: 5px;
   border: 2px solid #ffff33;
   background: black;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-style: italic;
   font-weight: bold;
   color: #ffff33;
}
div#sale_end_box img {
   vertical-align: middle;
}
div#sale_end_box .date_text {
   vertical-align: middle;
}

/** copyright **/
div.copyright {
   width: 600px;
   text-align: left;
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
}
div.copyright a {
   color: blue;
}

