@charset "utf-8";
/* CSS Document */

.productsPage {
	width:610px;
    margin:10px auto;
}

.productsSingle {
	position:relative;
	margin-bottom:1em;
	background:url(images/prodlists.gif) no-repeat 0 bottom;
}

.productsPrice{
margin-top:20px;
float:right;
display:inline;
width:130px;
}
.productsPrice p{
	margin:0 0 0 0;
}

.productsProduct{
	float:left;
	margin:0 0 0 10px;
}
.productsProduct .pImage{
	margin:10px;
	height:160px;
	width:144px;
	float:left;
	overflow:auto;
}
h3{
	padding:0 0 0 10px;
	background:url(images/prodhdrL.gif) no-repeat left top;
}
.productsTitle{
	background:url(images/prodhdrR.gif) no-repeat right top;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.1em;
	height:2em;
	overflow:hidden;
	padding:12px 10px 8px 0;
	color:#4e4e4e;
}


.notRated{display:none;}

.productReviews {
	list-style:none;
}

img.cornerFlash{
	position:absolute;
	top:1px;
	right:1px;
}
.prdescription {
margin-left:150px;
width:290px;
padding-top:10px;
}
#pricecont a img.primary {
    position: relative;
    left: 10px;
    top: 1px;
    width: 100px;
    height: 22px;
    border: 0;
}
#pricecont a img.rollover {
    position: relative;
    left: 10px;
    top: 1px;
    width: 100px;
    height: 22px;
    border: 0;
}
#pricecont a img.primary { z-index: 1; }
#pricecont a img.rollover { z-index: -1; margin-left:-100px; }
#pricecont a:hover img.rollover { z-index: 2; }
.prodminitxt {
	font-size:11px;
}