body {
	margin: 45px;
	color: #000000;
	/*background-color: #383227;*/
	background-image: url(../styleImages/backgrounds/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #CCCCCC;
	background-image: url(../styleImages/backgrounds/TableBackground.jpg);
}
#subSurround {
	border: 0px solid #CCCCCC;
	/*background-image: url(../styleImages/backgrounds/contentBg.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-position: bottom;*/
}

#topHeader {
	text-align: right;
	height: 94px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/eshopHeader.jpg);
	border-bottom: 0px;
}
.boxTitleLeft, .boxTitleRight {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight:bold;
	color: #331A00;
	/*background-image: url(../styleImages/backgrounds/boxTitleBg.gif);*/
	/*background-image: url(../styleImages/backgrounds/blank.gif);*/
	background-color: #FFFFFF;
	width: 153px;
	height: 15px;
	padding-left: 5px;
	padding-top: 4px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 10px;

	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;

}

.boxContent {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	/*background-image: url(../styleImages/backgrounds/TableBackground.jpg);*/
        /*width: 730px;*/
}

.colLeft {
	position: relative;
	width: 160px; 
	left: 0px;
	float: left;
	padding-left: 9px;
	padding-right: 5px;
}
.colMid {
	position: relative;
	width: 760px;
	float: left;
	padding-left: 10px;
}
.colRight {
	position: relative;
	width: 160px; 
	right: 9px;
	float: right;
	padding-left: 5px;
}



/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	width: 160px; 
	left: 0px;
	float: left;
	padding-left: 9px;
	padding-right: 10px;
}
.colMainCheckout {
	position: relative;
	width: 725px;
	float: left;
	padding-left: 10px;
}

.colRightCheckout {
	position: relative;
	width: 160px; 
	right: 9px;
	float: right;
	padding-left: 5px;
}


/* END CHECK OUT PAGES */





.siteDocs {
	text-align:center;
	margin-top: 10px;
	color: #333333;
}
.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: center;
	width: 131px;
	height: 120px;
}
