@charset "UTF-8";

/* 

SALICE WEBSITE AW 2011-2012

CATEGORY PAGE STYLES - Helmets, Acces and Spares

AUTHER: ROBERT CURRAN

CREATED: 6TH SEPTEMBER 2011

LAST UPDATED: 23RD MARCH 2013

*/

#title{
	clear: both;
	height: 100px;
	width: 880px;
	margin: 5px 10px 10px 10px;
}

.product-block{
	height: 326px;
	width: 286px;
	margin: 0 0 10px 10px;
	float: left;
	position: relative;
}
.product-name{
	background: url(../site/product-name-bg.png) center no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 30px;
	font-size: 1.9em;
	color: white;
}
.product-image{
	display: block;
	height: 240px;
	width: 240px;
	margin: 10px 23px;
}
.more-details{
	display: block;
	height: 15px;
	width: 286px;
	text-align: center;
	font-size: 1.5em;
	line-height: 15px;
}
.product-block a{
	color: black;
	text-decoration: none;
}

.product-block img.new{
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1000000;
	bottom: 30px;
	left: 30px;
}