/* Product list and product page css */
#Layout h2{
	font-size: 2em; 
	color: #4EA3D7; 
	margin: 15px 0;
	font-weight:normal;
	font-family: Tahoma, Verdana, sans-serif;
}

#Layout h2 a{
	color:#3E91C4;
	text-decoration:none;
}
#Layout a:hover {text-decoration:underline;}

.product_summary #ProductList {
	color: #666;
	list-style:none;
	float:left;
	width:99%;
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #a1d4f3;
	line-height: 2em;
	margin-bottom: 10px;
	color: #4EA3D7;
}

.product_summary li.productItem {
	float:left;
	width:205px;
	overflow:hidden;
	margin:10px 10px 0 0;
	padding:0.3em;
	background-color:#fff;
	height: 224px;
}

li.productItem h3{font-weight: normal;}

li.productItem h3 a{
	font-weight: bold;
	color: #5f5f5f;
	padding-left: 5px;
}

span.productcode{
	font-size: 90%;
	font-style: italic;
	padding-left: 15px;
}

.productimage{
	margin: 5px;
	padding: 0.2em;
	display: block;
	text-align: center;
	border: solid 1px #5f5f5f;
}

p.description{
	font-family: helvetica, trebucher, sans-serif;
	font-size: 90%;
	width: 58%;
	padding-left: 5px;
	float: left;
}

div.price{
	width: 38%;
	float: right;
	margin-top: 3px;
}

a.addtocart{
	color: #fff;
	background-color: #9A0B51;
	border: 0;
	padding: 0.15em 0.2em;
	font-size: 1em;
	display: block;
	margin-top: 3px;
}

input.ajaxQuantityField{width: 20px;}

.price_display{
	color: #9A0B51;
	font-size: 90%;
}

.product_summary a {text-decoration:none;}

.product_summary a:hover {text-decoration:underline;}

.product_summary .productTitle {
	font-size:1.2em;
	margin-top: 1em;
}

.product_summary .productTitle a {color: #4694c4;}


.productActions {
	text-align: right;
	margin-top: 5px;
}
.productActions li {list-style: none;}

.productActions li a {color: #999;}