/* Tactile Interiors website stylesheets – Product listings

author: Steven Booth
website: http://www.stevenboothdesign.co.uk */


/*------------------------------------- main content area ----------------------------*/

#productContent {
	float: left;
	width: 944px;
	left: 0px;
	position: relative;
	height: 480px;
	overflow: auto;
	padding-right: 25px;
	border: 1px solid #CAD8CF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
}
#productContent h2, p {
	clear: both;
}
#productContentDetail {
	float: left;
	width: 944px;
	left: 0px;
	position: relative;
	height: 410px;
	overflow: auto;
	padding-right: 25px;
	border: 1px solid #CAD8CF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#productContentDetail h2, p {
	clear: both;
}
/*------------------------------------- Product sub-navigation ----------------------------------------*/
#productSubnav {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	width: 980px;
	float: left;
}
#productSubnav li {
	float: left;
	background: url(images/subNavBG_02n.jpg) no-repeat bottom right;
}	
#productSubnav a {
	padding: 0 6px;
	font-style: normal;
	font-weight: normal;
	font-family: "Myraid Pro", Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	line-height: 17px;
	text-decoration: none;
	color: #708279;
	background: url(images/subNavBG_01n.jpg) no-repeat bottom left;
}	
#productSubnav a:hover, #productSubnav a.selected {
	color: #46121F;
}	
/*------------------------------------- main page content on product detail pages ----------------------------*/
#contentProduct {
	background-color: #FFFFFF;
	width: 980px;
	padding: 0 10px 10px 10px;
	clear: both;
	height: 500px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #566c60;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #90a99c;
	border-right-color: #90a99c;
	border-bottom-color: #90a99c;
	border-left-color: #90a99c;
}
#maincontent {
	width: 970px;
	height: 480px;
	clear: both;
	float: left;
	overflow: auto;
	padding-right: 15px;
}	
/*------------------------------------- product display styling and layout ----------------------------*/



ol.productList li {
	margin: 0;
	padding: 0 0 15px 0;
	float:left;
	width:290px;
	list-style-type: none;
}
ol.productList a {
	color: #541e32;
	font-weight: bold;
	text-decoration: none;
}	
ol.productList a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #541E32;
	background-repeat: repeat;
}	
p.prod {
	background-color: #DBBEC8;
	color: #364338;
	padding-left: 10px;
	width: 250px;
	line-height: 20px;
}
p.prod_option {
	background-color: #DBBEC8;
	color: #364338;
	padding-left: 10px;
	width: 122px;
	line-height: 20px;
}
ol.productListOption li {
	margin: 0;
	padding: 0 0 15px 0;
	float:left;
	width:180px;
	list-style-type: none;
}
/*------------------------------------- product display styling and layout (thumbnails) ----------------------------*/
.productListThumbs li {
	margin:0;
	padding: 0 15px 25px 0;
	width: 160px;
	height: 200px;
	list-style-type: none;
	float: left;
	text-align: center;
}
.productListThumbs .price {
	padding: 0;
	margin: 0;
	margin-top: -1em;
}