@charset "utf-8";
	
.productItem {
	width: 177px;
	margin-right: 28px;
	margin-left: 28px;
	margin-top: 10px;
	height: 220px;
	float: left;
	margin-bottom: 10px;
	}
	
.productName {
	width: 100px;
	display: block;
	color: #673301;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
	float: left;
	}
.productPrice {
	float: left;
	width: 75px;
	line-height: normal;
	text-align: right;
	text-transform: lowercase;
	font-size: 1.2em;
	display: block;
	margin-top: 8px;
}

.productGategory {
	font-size: 1.6em;
	background-image: url(images/bikelogo_bar.gif);
	background-repeat: no-repeat;
	width: 701px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-indent: 10px;
	line-height: 45px;
	float: left;
	height: 46px;
	text-align: center;
}
#jumps {
	width: 701px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}
