/* 
 * shop.css 
 * ===========
 * 
 * Used by: shop.php, product.php
 *
 */
 
 /* All */
 /* shop.php */
 
.RRproductimage img{
  border: 1px solid #999;
}
 
.RRproductcategory{
  clear:both;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
	color: #999;
}

.RRproductpreview img{
  border: 1px solid #DDD;
}

.RRproductpreview{
	float: left;
	width: 244px;
	height: 300px;
	padding-bottom: 15px;
	font-size: 1.2em;
} 

.RRproductpreview .RRproducttitle{
  font-weight: bold;
	margin-bottom: 8px;
}
.RRproductpreview .RRproductprice{
	font-size: 1.5em;
	color: #C00;
	font-weight: bold;
	margin-top: 10px;
}

.RRproductpreview .RRproductspecs{
  display: inline;
	font-weight: bold;
	color: #999;
}

.RRproductpreview .RRproductdetails {
	text-align: center;
	margin: 3px;
	padding-left: 10px;
	padding-right: 10px;	
	line-height: 1.4em;

}
.RRproductpreview a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}