
/* Catalogue product snippet
   -------------------------  */
div.catalog-snippet {
	position: relative;
	float: left;
	width: 233px;
	min-height: 349px;
	border: 1px solid #DDD;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin: 0 0 14px 15px;
	padding: 0 10px;
	cursor: pointer;
}

div.catalog-snippet dt {
	padding-top: 165px;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 5px;
    min-height: 60px;
}

div.catalog-snippet dt a {
	text-decoration: none;
}

div.catalog-snippet dt a:hover {
	text-decoration: underline;
}

div.catalog-snippet dd.image {
	position: absolute;
	top: 2px;
	left: 4px;
}

div.catalog-snippet dd.image div.loading {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 60px;
	left: 106px;
	z-level: 99999;
	background: transparent url('/images/loaders/ajax-loader-32.gif') 50% 50% no-repeat;
}

div.catalog-snippet dd.image img {
	width: 245px;
	height: 147px;
}

div.catalog-snippet dd.description {
	max-height: 74px;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 3px;
}

div.catalog-snippet dd.description a {
	text-decoration: none;
}

div.catalog-snippet dd.average-rating {
	
}

div.catalog-snippet dd.price {
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
}

div.catalog-snippet dd.add-to-basket {
	position: absolute;
	left: 8px;
	bottom: 8px;
	margin-top: 5px;
	display: inline-block;
	width: 235px;
}

div.catalog-snippet dd.add-to-basket input.compare {
	float: left;
	font-size: 14px;
	padding: 7px 32px 7px 6px;
}

div.catalog-snippet dd.add-to-basket input.add  {
	float: right;
	width: 125px;
	font-size: 14px;  
	padding: 7px 24px 7px 6px;
}

div.catalog-snippet dd.caption {
	position: absolute;
	right: -7px;
	top: 12px;
}

div.catalog-snippet dd.caption ul {
	position: absolute;
	right: 0;
	background: url(/images/layout/badge-grey-triangle.png) no-repeat 100% 100%;
	padding-bottom: 8px;
	list-style: none;
	margin: 0;
}

div.catalog-snippet dd.caption li {
	z-index: 9999;
	background: #C00;
	clear: right;
	color: #FFF;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	margin: 0;
	min-height: 18px; 
	padding: 5px 7px 0 7px;
	text-align: right;
/* 	text-transform: uppercase; */
	white-space: nowrap;
}

