@CHARSET "ISO-8859-1";

#product_detail_wrapper	{
 	text-align: left;
/* 	padding: 10px; */
}

.product_image	{
	margin: 5px;
}

.product_image img	{
	border: 1px solid black;
}

#placeholder	{
	border: 1px solid black;
	float: right;
}
#product_image_wrapper	{
	float: right;
}

#product_image_wrapper ul	{
	list-style: none;
}
#product_image_wrapper ul li {
	float: left;
}

#product_detail_main_image	{
	float: right;
	width: 400px;
	height: 300px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.bold	{
	font-weight: bold;
}

#basketNote, #basketNote a	{
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 12px;
}

.tabrow	{
	padding: 3px;
}
.tabrow ul, .tabrow ol { padding-left: 27px; }

#mpb-detail-placeholder-image	{
	float: left;
	/* padding: 15px; */
	padding-left: 0;
}

#mpb-detail-placeholder-image img	{
/*	border: 1px solid #000;*/
}

.stock_code	{
	margin-top: -8px;
	font-size: 90%;
}

#product-detail-title	{
	margin-top: -12px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

#mpb-product-detail-magnify	{
	position:absolute;
	z-index: 1; 
	margin-top: -18px;
	border: 1px solid #000;
	width: 16px;

	background-image: url('../filemanager/images/icons/magnify.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	
	_margin-top: 0;
	_margin-left: -15%;
}

.detail-box	{
	margin-bottom: 6px;
}

#ajaxcontentarea ul	{
	padding: 15px;
	padding-top: 0;
}
.product-detail-box	{
	cursor: pointer;
	cursor: hand;
}
