
#boxcontent	{	padding-top: 1px;
			padding-bottom: .5em;
			padding-right: .5em;
			padding-left: 70px;
                        margin: 0;
			background-image: url('/images/content_bg.jpg');
			background-repeat: repeat-y;
			overflow: hidden; 
		}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #boxcontent {	height: 1%;
 		}
/* End hide from IE5/mac */

.boxTitleLeft, .boxTitleRight {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #336699;
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;

}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #fff;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;

}
.colLeft {
	width: 160px; 
	padding-left: 5px;
	padding-right: 5px;	
	float: left;
}
.colMid {
	margin-left: 190px;
	margin-right: 190px;
}


.colRight {
	width: 160px; 
	padding-left: 5px;
	padding-right: 5px;
	float: right;

}
.boxContent {
	border: 1px solid #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	overflow: hidden;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #C9CEFC;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin-right: 1%;
	float: left;
	width:99%;
	border:1px solid #000;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 80px; /* height increased to allow space for wrapping long product names */
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	text-align: center;
	float: left;
	width: 170px;
	margin: 0 6px;
        height: 130px;
	border: 0;
	font-size: .75em;
	
}

