/*################## Product headers ##################*/
h2.prodName a,
h2.prodName a:link,
h2.prodName a:visited,
h2.pageName a,
h2.pageName a:link,
h2.pageName a:visited {
	text-align: center;
	color: #330000;
	display: block;
	padding: 1%;
	font-size: 120%;
	text-decoration: none;
	float: left;
	height: 30px;
	width: 98%;
	margin: 10px 0px;
	z-index: 99;
	position: relative;
}

.prodName {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 100%;
}

h2.prodName a:hover,
h2.pageName a:hover {
	background-color: #D1EEF4;
	color: #03A0C5;
}

#productListContainer {
	width: 805px;
	background: url('../images/layout/productsBg.gif') repeat-y top left;
	padding: 0px;
	margin: 0px;
	float: left;
}

/*############# Product Container Brief ##############*/

.productContainerBrief {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 33%;
	float: left;
	background:url('../images/layout/productList_hr.gif') repeat-x bottom left;
	position:relative;
}

.productContainerBrief .flash {
	position:absolute;
	top:0px;
	left:1px;
}

.productContainerBrief .productTitle {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 100%;
}

.productContainerBrief .productTitle a { 
    text-align: center;
	color: #330000;	
	display: block;
	padding: 1%;
	font-size: 120%;
	text-decoration: none;
	float: left;
	height: 30px;
	width: 98%;
	margin: 10px 0px;
	z-index: 99;
	position: relative;
	font-weight:bold;
}

.productContainerBrief .productImage {
	display: block;
	width: 100%;
	padding: 0px;
	height: 130px;
	line-height: 130px;
	margin: 0px auto;
	text-align: center;
	float: left;
	vertical-align: middle;
	overflow:hidden;
}

.productContainerBrief .productImage table {
	float: left;
	width: 100%;
	height: 130px;
}

.productContainerBrief .productImage table td {
	text-align: center;
	vertical-align:middle;
	width:100%;
	height:130px;	
}

.productContainerBrief .displayImage img {
    max-height:130px;
}

.productContainerBrief .productImage span a {
	display: block;
}

.productContainerBrief hr {
	width: 100%;
}

.productType {
	min-height: 70px;
}

.productContainerBrief .productDescription {
	width: 96%;
	display: block;
	float: left;
	color: #8D4819;
	padding: 2%;
	font-size: 100%;
}

/*############## individualPriceDisplay ###############*/

.productContainerBrief .price {
	border-top: 1px solid #678146;
	border-bottom: 1px solid #678146;
	padding: 5px 0px;
	display: block;
	margin-bottom: 5px;
	color: #330000;
}

.productContainerBrief .individualPrice {
	width: 100%;
	float: left;
	display: block;
}

.productContainerBrief .variants {
	width: 100%;
	float: left;
	display: block;
}

/*#######################################################*/

.searchTerm {
	display:block;
	float:left;
	width:100%;
	margin:10px 0px;
	padding:0 0 10px 0;
	color: #02652a;
	border-bottom:1px solid #02652a;	
	margin-bottom:10px;
}

.searchTerm .searchedFor {
	font-weight:bold;
	margin-left:10px;
}

.searchTerm .searchNoResults {
	display:block;
	float:left;
	font-weight:bold;
	width:100%;
	margin:10px 0px;
}