h1{
	color:white;
}

h2{
	padding-left:2px;
}

.clear{
	clear:both;
}

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

.container,.titles{
	color:white;
	margin:15px 0 25px 0;
	width:100%;
	overflow:hidden;	
	background:url(img/bg_dark.png) #28313b;
	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:370px;
	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:128px;
	height:128px;
	padding:15px;
	margin-top:-15px;
}

.product .link,.product .price{
	font-size:10px;
	padding:4px 0;
}

.product .price{
	color:#CCCCCC;
}

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

div#main a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

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