

.clear{
	clear:both;
}

#main{
	width:700px;
	margin:0 auto;
}

.container,.titles{
	margin-left:6px;
	margin-right:6px;
	color:#444;
	margin-top:20px;
		margin-bottom:10px;
	width:700;
	overflow:hidden;
	
	background:#E4E4E4;;
	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:250px;
	height:150px;
	background:url(img/product_bg.png) repeat-x;
	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:130px;
	height:130px;
	padding:0 10px 5px;
	margin-top:-15px;
}

.product .link,.product .price{
	font-size:10px;
	text-transform:uppercase;
	padding:4px 0;
}

.product .price{
	color:#555;
}

.product .title{
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#ff8b00;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}
