.product-container
{
	width: 519px;
}
.product-top
{
	width: 519px;
	height: 23px;
	background: url('/new_files/pics/productBox_top.png') no-repeat;
}
.product-center
{
	width: 519px;
	background: url('/new_files/pics/productBox_middle.png') repeat-y;
}
.product-left
{
	margin-left: 30px;
	width: 206px;
	float: left;
	display: inline;
	overflow: hidden;
	
}
.product-image-link { }
.product-image-link img
{
	border: 3px solid #0C88B0;
	width: 200px;
}
.product-image-link:hover img
{
	border: 3px solid #075168;
}
.product-right
{
	width: 250px;
	margin-left: 20px;
	float: left;
	display: inline;
	overflow: hidden;
}
.product-title, .product-number
{
	color: #194254;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 250px;
}

.product-description
{
	margin-bottom: 10px;
}
.product-price
{
	margin-bottom: 10px;
}
.product-price span.words
{
	font-weight: bold;
}
.product-add-to-cart { }

.add-to-cart-btn-bg, .add-to-cart-btn-en
{
	width: 173px;
	height: 23px;
	display: block;
}
.add-to-cart-btn-bg{ background: url('/new_files/pics/add-BG.png') no-repeat;}
.add-to-cart-btn-bg:hover{ background: url('/new_files/pics/add-BG_hover.png') no-repeat;}
.add-to-cart-btn-en{ background: url('/new_files/pics/add-EN.png') no-repeat;}
.add-to-cart-btn-en:hover{ background: url('/new_files/pics/add-EN_hover.png') no-repeat;}
.product-bottom
{
	width: 519px;
	height: 26px;
	background: url('/new_files/pics/productBox_bottom.png') no-repeat;
}

.back-link
{
	padding-top:2px;
	font-weight: bold;
	color: #006077;
	text-align: center;
	display: block;
	width: 173px;
	height: 20px;
	background: url('/new_files/pics/links_background.png') repeat-x;
	
}
.back-link:hover
{
	color: #FFFFFF;
	background: url('/new_files/pics/links_background_hover.png') repeat-x;
}

.clearer
{
	clear: both;
}
