.clear{
	clear:both;
}

.container,.titles{
	color:white;
	margin-top:30px;
	width:100%;
	overflow:hidden;
	

	padding:20px 10px 10px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.titles{
	width:140px;
	padding:10px 15px;
	height:55px;
	padding: 0 0 0 20px;
}

.product{
	width:293px;
	height:157px;
	background:url(images/right_panel.png) repeat-x;
	padding:0px 0 0 0px;
	float:left;
	text-align: left;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.product .pic{
	float:right;
	width:210px;
	height:211px;
	padding:0;
	margin:-100px 0 0 0;
}

.product .price{
	font-size:18px;
	text-transform:uppercase;
	padding:4px 0;
	color:#00d5b5;
	width: 77px;
	background-color:#98643D;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
.product .link{
	background-image: url(images/buynowButOFF.jpg);
	width: 141px;
	height: 34px;
	clear:both;
	float:right;
	display: block;
	color:#00d5b5;
	margin: 5px 35px 0 0px;
	background-repeat: no-repeat;	
	padding: 0px 0 0 0px;
	text-align: center;
}
.product .link a{
	line-height: 34px;
	width: 141px;
	height: 34px;
	display: block;
	color: #000000;
	margin:0;
	padding:0;
}

.product .title{
	font-size:20px;
	font-weight:bold;
	margin: -25px 0 0 0;
	padding: 0 0 0 20px;
	color:#98643d;
}
.description{
	font-size: 12px;
	padding: 0 0 0 20px;
	width: 100px;
}
a{
	color: #033;
	text-decoration:none;
	outline:none;
}
.product .link a:hover{
	background-image:url(images/buynowButON.jpg);
	background-repeat: no-repeat;
	text-decoration:underline;
	color: #09C;
	width: 141px;
	height: 34px;
	display: block;
	padding:0;
	margin:0;
}

