@charset "UTF-8";
/* CSS Document */



/* main */
.main {
	margin-top: 10px;
}

/* border */
 
.ru_browse {
	background:url(images/ru.png) bottom right no-repeat;
}

.lu_browse {
	background:url(images/lu.png) bottom left no-repeat;
}

.ro_browse {
	background:url(images/ro.png) top right no-repeat;
}

.lo_browse {
	background:url(images/lo.png) top left no-repeat;
}

/* product image */
.product_image {
	vertical-align: middle; 
	text-align: center; 
	padding: 10px 5px 10px 5px;
}

/* product title */
.product_title {
	text-align:center; 
	height:52px; 
	background:url(images/product_title.png) repeat-x; 
	margin:0px 2px 0px 2px; 
	text-align:center; 
	padding-top:6px; 
	vertical-align: middle; 
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF;
}

/* product price */
.product_price {
	margin:0px 2px 8px 2px;
	padding-top:5px; 
	text-align:center; 
	background:url(images/product_price.png) repeat-x;
}

/* product details start */
.product_details_start {
	text-align:center; 
	margin-top:5px;
}

.product_details {
	height:22px; 
	padding: 3px 0px 0px 0px; 
	text-align: center; 
	background:url(images/button.png); 
	background-repeat: no-repeat; 
	margin-bottom: 5px; 
	background-position: center;
}
div.product_details a, div.product_details a:active, div.product_detailsr a:focus {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
}

div.product_details a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

/* pagebreak */
.pagebreak {
	margin:0px 8px 5px 8px; 
	border-bottom-color: #CCCCCC; 
	height:8px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
}

.customer_review {
	text-align:center; 
	padding-bottom: 8px;
}

div.customer_review img {
	margin-top: -9px;
}


select.inputbox {
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:100%;
padding:0px;
}

h3 a img {
	margin-top: -10px;
	}
