.clear{
	clear:both;
}

.container,.titles{
	color:white;
	width:1150px;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	height: 208px;
	background-color: #222;
}

.product{
	height:170px;
	padding-top:10px;
	float:left;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFF;
}
.product .pic img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.product .pic{
	float:left;
	width:auto;
	height:150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 2px;
}

.product .link,.product .price{
	font-size:10px;
	padding:4px 0;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
.link  {
	font-size:10px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	clear: both;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

