body {
	margin: 5px;
	background-color: #b8b82d;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBG.gif);
	background-repeat: repeat;
	background-position: top;
}
#pageSurround {
	width: 686px;
	margin: 0px auto;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/titleHeader.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	background-position: center top;
}
#topHeader {
	text-align: right;
	height: 16px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 101px;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #333333;
	height: 33px;
	width: 156px;
	border-top: 1px solid #b8b82d;
	border-left: 1px solid #b8b82d;
	border-right: 1px solid #b8b82d;
	padding-left: 0px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #b8b82d;
	background-color: #ffffff;
	width: 145px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
.boxContentLefta, .boxContentRighta {
	border: 1px solid #b8b82d;
	background-color: #000000;
	width: 145px;
	padding-left: 3px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	}
	
		
.boxContentLeftab, .boxContentRightab {
	border: 1px solid #b8b82d;
	background-color: #000000;
	width: 156px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	}
	
.colLeft {
	position: relative;
	left: 0px;
	width: 156px; 
	padding-left: 0px;
	padding-right: 4px;
	float: left;
}
.colMid {
	position: relative;
	width: 369px;
	float: left;
}
.colRight {
	position: relative;
	width: 156px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 156px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;

}
.colMainCheckout {
	position: relative;
	width: 522px;
	float: left;
}

.catboxcontent {
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 75%;
	color: #333333;
}

/* END CHECK OUT PAGES */
.siteDocs {
	text-align:left;
	margin-left: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 364px;
}
.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: 117px;
	height: 120px;
}

.subCatdescTop{height:50px;overflow: hidden;width:100%; background-color:333333;}
.latestbutton {
	width: 112px;
	height: 20px;
	text-align: center;
	background-color: #B8B82D;
	color: black;
	font-weight: bold;
	padding-top: 7px;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
.banouter {
	margin-bottom: 5px;
}