@import url("header.css");
@import url("nav.css");
@import url("navfooter.css");
@import url("sidebar.css");
@import url("2column.css");
@import url("multi_products_table.css");

body,
html {
	font-family: arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #666600;
	font-size:12px;
	background-color: #fff;
}

body {
	min-width:990px;
}

a{
	color:#666600;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#wrap {
	margin:10px auto;
	width:990px;
	height:100%;
	border: 1px solid #666600;
	background: #fff;
}

#main{
	float: left;
	width: 880px;
	padding: 10px 10px 10px 12px;
	padding-left: 53px;	
}

#main h1{
	font-size:22px;
	letter-spacing: 2px;
}

#main h1.category{
	font-size:16px;
	letter-spacing: 2px;
}

#main h2{
	font-size:16px;
}

#main h3{
	font-size:14px;
}

#main h4{
	font-size:12px;
}

#main h1, #main h2, #main h3, #main p {
	color:#666600;
	margin:0;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
}

/*table.categorygrid{
	display: table;
	width: 100%;
	padding-top: 10px;
	border-spacing: 2px;
}*/


table td.gridcell {   
    padding: 0 4px 20px 0;
	background-color:#fff;
	text-align:left;
}

table td.thumbnailgrid{
	background-color:#fff;
	padding: 0 10px 5px 10px;
	vertical-align:bottom;
	width: 280px;
}

table td.thumbnailgrid_image{
	background-color:#fff;
	width:150px;
}

/*this is for the multiorder page*/
table td.thumbnailgrid_image_multi{
	background-color:#fff;
	width:95px;
}

/*This is needed because the doctype is strict*/
table td.thumbnailgrid_image img{
	display:block;
}

#main p.gridcell{   
    font-size:10px;
}


#footer {
	background:#fff;
	clear:both;
	border-top: 1px solid #666600;
	padding:0;
}

#footer p {
	margin:0;
	color:#666600;
}

#siteInfo{
	clear: both;
	font-size: 12px;
	text-align:center;
	margin:20px auto;
	width:990px;
}

p.imagecaption{
	margin: 0;
	font-weight:normal;
}

div.hrdiv{
	border-bottom: 1px solid #666600;
	clear:both;
}



.required{
	color:#FF0000;
	font-weight:bold;
	font-size:150%;
}

.reddot{
	color: #bf0614;
	font-weight:bold;
}

.copyright{
	font-size: 10px;
}

/* BEGIN - CFWebStore Overwrites */

h2.product {	
	font-weight:normal;
	color:red;
}

h2.product a {	
	font-weight:normal;
}
/* //END - CFWebStore Overwrites */