
.clear{
	clear:both;
}

#main{
	width:800px;
	margin:0 auto;
}

.container,.titles{
	margin-left: -37px;
	color:white;
	margin-top:-20px;
	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;
}

.product{
	width:210px;
	height:200px;
	background-color: #464643;
	border: 1px solid #d1d1d0;
	padding-top:10px;
	float:left;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.product .pic{
	float:left;
	width:200px;
	height:128px;
	padding:0 10px 5px;
	margin-top:5px;
}

.product .link,.product .price{
	font-size:10px;
	text-align: center;
	text-transform:uppercase;
	padding:10px 0;
}

.product .price{
	color:#CCCCCC;
}

.product .title{
	font-size:16px;
	text-align: center;
	font-weight:bold;
}

a, a:visited {
	color:#f3be5e;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

