/* Start of CMSMS style sheet 'Products' */
/*-----------------------------------------------------------------------------
Dick Elmer's Furniture Screen Stylesheet

version:   1.0
date:      01/03/07
author:    Stephen Greener
email:     admin@stephengreener.com
website:   http://www.stephengreener.com
version history: 1
-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/ 

/* @import url("typography.css"); */

.productlist li {
	margin: 3px 0px 3px 20px;
}
.productlist li a {
	color: #000000;
}
.productlist li a:hover, .productlist li a:visited:hover {
	color: #c92c17;
}
.productlist li a:visited {
	color: #666666;
}
.categorycount {
	color: #666666;
}
.product_summary {
	margin: 0px;
	width: 100%;
}
.product_summary li {
	display:inline;
	list-style: none;
	text-align: center;
	float: left;
	padding: 0px;
	margin: 10px 10px;
	width: 200px;
	/* border: 1px solid #ccc; */
	height: 200px;
	position: relative;
}
.product_summary .title {
	margin: 0;padding: 0;
}
.product_summary .title a {
	color: #666666;
	font-weight: bold;
	font-size: .9em;
}
.product_summary .title a:hover, .product_summary .title a:visited:hover  {
	color: #c92c17;
}
.product_summary .title a:visited {
	color: #999999;
}
.product_summary .price, .product_summary .oldprice, .product_summary .newprice {
	font-size: .8em;
}

.oldprice {
	color: #666666;
	text-decoration: line-through;
}
.newprice {
	color: #c92c17;
}
.product_details{
	font-size: 1em;
}
.product_summary_image {
	position: relative;
	bottom: 0;
}
.product_details .title {
	font-size: 1.2em;
	color: #666666;
}
.product_details.price, .product_summary .oldprice, .product_summary .newprice {
}
.productdetails{
	margin: 1em 0;
}
.product_details_categories {
	font-size: 0.8em;
}
/* End of 'Products' */

