
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#subSurround {
	border: 1px solid #5C84CE;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topHeader {
	width: 100%;
	text-align: right;
	margin: 0 0 10px;
}
	#topHeader input[type="text"] {
		padding: 2px;
	}
	#topHeader #search {
		margin-bottom: 5px;
	}
.boxTitleLeft, .boxTitleRight, .boxTitleMid {
	color: #8D191C;
	font-size: 14px;
	width: 160px;
	height: 15px;
	margin-bottom: 5px;
}
.subtitle {
	color: #8D191C;
	font-size: 12px;
}
.boxContentLeft, .boxContentRight {
	width: 148px;
	background-color: #FFF1CF;
	border: 1px solid #FFE7AF;
	margin-bottom: 10px;
	padding: 5px;
}
	.boxContentLeft ul#catList {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.boxContentLeft ul#catList li {
			padding: 0;
			margin: 0 0 2px 0;
			list-style-position: outside;
		}
		.boxContentLeft ul#catList li a {
			font-size: 12px;
			display: block;
			padding: 3px;
		}
		.boxContentLeft ul#catList li a:hover {
			background-color: #FFE7AF;
			text-decoration: none;
		}

	#featured {
		padding: 10px 5px;
		text-align: center;
	}
		#featured img {
			margin-bottom: 5px;
		}

	.boxContentRight ol#popular,
	.boxContentRight ol#sale
	{
		list-style: none;
	}
		.boxContentRight ol#popular li,
		.boxContentRight ol#sale li {
			margin-bottom: 2px;
			list-style-position: outside;
		}
		.boxContentRight ol#popular li a,
		.boxContentRight ol#sale li a{
			padding: 3px;
			display: block;
		}
		.boxContentRight ol#popular li a:hover,
		.boxContentRight ol#sale li a:hover {
			background-color: #FFE7AF;
			text-decoration: none;
		}


	.boxContentLeft a,
	.boxContentRight a {
		text-decoration: none;
		color: #4F4F4F;
	}
	.boxContentLeft a:hover,
	.boxContentRight a:hover {
		text-decoration: underline;
	}
.colLeft,
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px;
	float: left;
	margin-right: 10px;
}
.colMid {
	position: relative;
	width: 395px;
	float: left;
	margin-right: 10px;
}
.colRight {
	position: relative;
	width: 160px;
	float: right;
}
.boxContent {
	background-color: #FFF1CF;
	border: 1px solid #FFE7AF;
	padding: 5px;
	margin: 5px 0;
}
/* CHECKOUT PAGES */
.colMainCheckout {
	width: 565px;
	position: relative;
	float: left;
}
/* END CHECK OUT PAGES */
div#footer {
	padding-top: 25px;
}
div#outercontainer {
	margin-bottom: 0;
}
div.txtCopyright {
	background-color: #FFF8E8;
	border-color: #8D191C;
	border-style: solid;
	border-width: 0 10px;
	width: 755px;
	margin: 0 auto;
	padding: 25px 0 25px;
	text-align: center;
}
.siteDocs {
	text-align:right;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	margin: 10px 0;
}
.subCat {
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
ul.latestProds {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.latestProds li {
		float: left;
		width: 125px;
		margin-top: 7px;
		list-style-position: outside;
		text-align: center;
	}
