.tabStrip
{
	float: none;
	border-bottom: solid 1px #ccc;
}

.tabStrip li
{
	border-style: none;
	background: #ccc url(/Public/Images/Tab/left.gif) 0 0 no-repeat;
	padding: 0;
	margin: 1px -1px 0;
}

.tabStrip li span
{
	background: transparent url(/Public/Images/Tab/right.gif) 100% 0 no-repeat;
	padding: 6px 10px 3px;
	display: block;
	color: #666;
	font-weight: bold;
}

.tabStrip li:hover,
.tabStrip li.hover
{
	color: #000;
}

.tabStrip li.active
{
	background-color: #fff;
	background-image: url(/Public/Images/Tab/active_left.gif);
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}

.tabStrip li.active span
{
	color: #000;
	padding-bottom: 4px;
	background-image: url(/Public/Images/Tab/active_right.gif);
}


.tabPanel
{
	margin-top: 10px;
}

.ProductBox
{
	border: solid 1px #CECECE;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.ProductBox .intro
{
	color: #999;
}

.ProductBuyArea .price
{
	color: #999;
}

.ProductBuyArea .productImage
{
	float: right;
	margin: 0 0 10px 10px;
}

.ProductBuyArea .productLinks
{
	width: 345px;
	text-align: center;
}

.ProductBuyArea .productLinks a
{
	padding: 3px 0;
}

.ProductDescription
{
	float: left;
	width: 340px;
}

.ProductPictureList
{
	float: right;
	width: 150px;
}

.ProductPictureList .ProductPicture
{
	margin-bottom: 10px;
}

.ProductPictureList img
{
	display: block;
}
