@import url("crap.css");

body { margin: 0 0 0 0; padding: 0 0 0 0; }
/** title header **/
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-weight: normal ; color: #000000; margin: 0 0 0 0;}

.prod_container {
   width: 610px;
}
.product_category {
   float: left;
   width: 148px;
   margin: 15px 2px 0 2px;
}
.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;
}

.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;
}
	
.bulleted-list1 {
	list-style-type: square;
}

.link-name{
	font-size: 12px;
	color: Blue;
}

.link-desc{
	font-size: 11px;
	color: Black;
}

/***************
 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;
}
