/**Styles.css for Pearl (Viner Bikes)
 * @createDate: 31/10/2008
 * @author: Ed Massey
 * @lastMod:
 * ------------------------
 * colours:
 * Viner Red: #b7171f
 * Viner Grey: #878787
**/
@import url("http://www.vinerbikes.com/templates/default/styles.css");
body{background-color:#fff;}
/*======== Product Listing Parts & Accessories ===============*/
.pr0{display:none;}
table.parts{
	margin-right:10px;
	border-bottom:1px dotted #828282;}
table.parts div.product-listing-description{
	text-indent:-10000px;line-height:1px;}
table.parts div.product-listing-image a{
	height:245px;}

/* Product Image */
table.parts div.product-listing-image {
	width:80px !important;
	height:80px !important;}
table.parts div.product-listing-image img{
	width:80px !important;
	height:80px !important;}
	
table.parts div.product-listing-image a:hover img{
}
/* Product Name & Description */
table.parts td a.product-listing-name{
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	color:#b7171f;}
table.parts a:hover.product-listing-name{
	text-decoration:underline;
	color:#a42e10;}
/* Product Price */
table.parts div.product-listing-price{
	text-align:right;
	font-weight:bolder;
	font-size:12px;}
table.parts div.product-listing-price br{
	display:none;}
table.parts div.product-listing-price s{
	font-weight:normal;
	font-style:italic;
	font-size:11px;
	color:#676767;}

	/* Category Listing */
td.categoryTable-cell table td{
	height:120px;
	border:1px solid #eee;}
td.categoryTable-cell table td.catListItemText{
	height:20px;}
table.categoryTable-table{
	border-collapse:collapse;
	border-width:1px;
	border-color:#ccc;}
td.categoryTable-cell{
	}
td.categoryTable-cell img{
	width:120px !important;
	height:120px !important;}
td.catListItemText{
	text-transform:uppercase;}
	
