
.boxTitleLeft, .boxTitleRight {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 135%;
	padding-top: 0.4em;
	padding-left: 0.2em;
}
.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-right: 8px;
}
.boxContent {
	padding: 3px;
	color: #333333;
	margin-bottom: 5px;
}
/* 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: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: left;
	width: 250px;
	height: 100px;
	padding-right: 10px;
	padding-bottom: 20px;
	position: relative;
}
	.latestProds .thumb {
		float: left;
		margin-right: 10px;
	}
	
	.latestProds .price {
		position: absolute;
		bottom: 20px;
		right: 0px;
		width: 150px;
	}

	.latestProds .buynow {
		position: absolute;
		bottom: 20px;
		right: 0px;
		width: 60px;
		padding-right: 1em;
	}

	.latestProds .clear {
		clear: both;
		height: 1px;
	}