/* CSS Document */
#product {
	/*background:url(../images/frontend/box_center.jpg);
	background-repeat: repeat-y;*/
	width:1045px;
	float:right;
	color:#FFF;
	}

#product h1 {
	margin-top:10px;
	margin-bottom:20px;
	text-transform:uppercase;
	}
#product ul {
	padding-left:25px;
	}

#product ul li {
	width:160px;
	/*height:250px;*/
	margin-right:7px;
	float:left;	
	text-align:left;
	
	}
	
a.back_product {
	display:block;
	width:160px;
	height:160px;
	/*background:#999;*/
	}


#product h2 {
	color:#f7d600;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	/*text-shadow:2px 2px 2px #000000;*/
	text-transform:uppercase;
	}
#product h3 {
	color:#FFF;
	font-size:12px;
}
.price{
	background: url(../images/frontend/image_price.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:25px;
	color:#ff0000;
	display:block;
	padding:5px 5px 5px 10px;
	font-size:16px;
	font-weight:bold;
	}

#product ul img {
	width:150px;
	/*height:150px;*/
	/*border:#999 3px solid;*/
	}
	
ul#go_gallery {
	/*float:right;
	padding-right:20px;*/
	list-style:none;
	text-align:center;
	}	

ul#go_gallery li {
	text-align:center;
	padding-bottom:5px;
	}

a.gallery {
	display:block;
	width:160px;
	height:160px;
	background:#999;
	color:#454545;
	font-family:Verdana,Geneva,sans-serif;
	font-size:17px;
	font-style:italic;
	text-align:center;
	/*text-shadow:2px 2px 2px #000000;	*/
	}
a.gallery img{
	margin-left:3px;
}
/**/
.border_image{
	border:5px solid #999999;
	}
#brand{
	margin-top:10px;
	margin-bottom:10px;
	display:table;
	vertical-align:bottom;
	}
#brand img{
	float:left;
	margin-right:10px;
	}
#brand span{
	float:left;
}
.galleries{
	float:left;
	width:350px;
	}
.title_blue{
	color:#2065f4;
	font-size:36px;
	width:300px;
	border-bottom:1px dashed #777777;
	}
.title{
	clear:both;
	display:block;
	margin-top:20px;
	background:#454545;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	font-style:normal;
	width:420px;
	}
.border_yellow{
	border:2px solid #f7d600;
	}
.message{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#f7ce00;
	}
.clear{
	clear:both;
	}

