@charset "utf-8";
#mainContainer {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.thumbnail {
	margin: 5px;
	float: left;
	height: 100px;
	width: 90px;
	text-align: center;
}
.description {
	margin: 5px;
	float: left;
	height: auto;
	width: 190px;
}

#contentContainer {
	width: 980px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#rightContainer {
	float: right;
	width: 770px;
}
.pageTitle {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-left: 5px;
	float: left;
	width: 98%;
	margin: 5px;
}
.prodbox {
	float: left;
	height: 150px;
	width: 300px;
	border: 1px dashed #E6E6E6;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
}

#sideBar {
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	float: left;
}
.catlistMenu {
	list-style-type: none;
	text-indent: -40px;
	line-height: 20px;
}
#categories {

}
.manufacturersBox {
	height: 150px;
	width: 230px;
	margin-right: 12px;
	margin-left: 12px;
	text-align: center;
	float: left;
}

