@charset "utf-8";
#productList .product {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#productList .product h2 {
	margin-bottom: 30px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#productList .product h2 a {
	text-decoration: none;
}
#productList .product .mainImage {
	width: 315px;
	float: left;
	border: solid 1px #a5a5a5;
	margin-left: 30px;
}

#productList .productAttributes {
	width: 610px;
	float: right;
}
.bottomAttributes {
	margin-top: 30px;
}
.productAttributes p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bottomAttributes p {
	font-weight: bold;
}
#productSidebar {
	float: right;
	width: 280px;
}
#productDescription {
}
#productDescription table {
	border: solid 1px #a5a5a5;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #671415;
	width: 900px;
}
#productDescription td {
	color: #FFFFFF;
	font-size: 15px;
	margin-right: 30px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: solid 1px #a5a5a5;
}
#productSidebar table {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 280px;
	background-color: #FFFFFF;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 20px;
}
#productSidebar table td {
	background-color: #F7EAB9;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
#productSidebar table tr.price td {
	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFCC;
}
#mainContent .pagination p {
	clear: both;
	text-align:center;
}
#mainContent .pagination a {
	color: #FFFFFF;
}
#mainContent .pagination .current {
	font-weight: bold;
}
.productContactLink {
	margin-top: 30px;
}
.catalogDownload {
	float: right;
	width: 400px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}
.catalogDownload a {
	color:#FFFFFF;
}
.searchBox table td {
	padding-bottom: 8px;
	text-align: right;
}
.searchBox table td input, .searchBox table td select {
	width: 200px;
}
.searchBox table td label {
	font-weight: bold;
}
.searchBox table td input#button {
	width: 100px;
}
td#searchButtonContainer {
	text-align: right;
	/* padding-right: 100px; */
}
