#product_detail
{
	width: 163px;
	text-align: center;		
	height: 190px;
}
.modulecontent-inner div #product_detail
{ margin:0 auto;}
/*conner top*/
.c_top
{
	background: white url(images/bg-rc-center3.gif) repeat-x left top;
}
.c_top_tl{
	background: url(images/rc-bg-tl3.gif) no-repeat left top;
	height: 4px;
	width: 4px;
	position: absolute;
	left: -4px;
	top: 0;
}
.c_top_tr{
	background: url(images/rc-bg-tr3.gif) no-repeat right top;
	height: 4px;
	width: 4px;
	position: absolute;
	right: -4px;
	top: 0;
}
/*center*/
#product_detail .c_body{
	width: 100%;	
}
.c_body_cl{
	background: white url(images/bg-rc-center.gif) repeat-y left top;
	padding-left: 2px;
}
.c_body_cr{
	background: white url(images/bg-rc-center.gif) repeat-y right top;
	padding-right: 2px;
}
.product_center{
	width: 100%;
	height: 223px;
	padding: 0px 0px 0px 0px;
	/*text-align:center;*/
}
.c_product-name {
	font-size: 12px;
	color: #512D1F;
	font-weight:bold;
	word-wrap: break-word;
}
.c_product-name span{
	text-align: center;
	padding: 10px 0 10px 0;
	display: block;
}
.c_price {
	color: #2A2A2A;
}
.c_productPrice {
	color: #E70000;
}
.addtocart_button_module {
	background: url(images/btn-addtocard.png) no-repeat left top;
}
/*conner bottom*/
.c_bottom {
	background: white url(images/bg-rc-center3.gif) repeat-x left bottom;
	height: 4px;
	display: block;
	margin: 0 4px;
	position: relative;
}
.c_bottom_bl {
	background: url(images/rc-bg-bl3.gif) no-repeat left bottom;
	height: 4px;
	width: 4px;
	position: absolute;
	left: -4px;
	bottom: 0;
}
.c_bottom_br {
	background: url(images/rc-bg-br3.gif) no-repeat right bottom;
	height: 4px;
	width: 4px;
	position: absolute;
	right: -4px;
	bottom: 0;
}
.clearfix {
	clear: both;
}
.c_top, .c_bottom
{
	height: 4px;
	display: block;
	margin: 0 4px;
	position: relative;
}
