@CHARSET "UTF-8";

#bsc_imageDiv
{
	height: 200px;
}

.bsc_thumbButton
{
	width: 9px;
	height: 50px;
	line-height: 55px;
	float: left;
	cursor: pointer;
}
.bsc_thumbButton img 
{
	cursor: pointer;
}

.bsc_thumbnail
{
	margin-right:3px;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 48px;
	height: 48px;
}

#bsc_thumbOuterDiv
{
	float: left;
	width: 82px;
	height: 24px;
	overflow: hidden;
	margin: 0 5px;
}

#bsc_thumbInnerDiv
{
	height: 24px;
	left: 0px;
}

#bsc_productTable
{
	width: 290px;
}

#bsc_thumbDiv
{
	width: 120px;
	text-align: center;	
	margin: auto;
}


#bsc_addToBoxTopLeft
{ 
	border:0px;	 
	background-color: #FFFFFF; 
	padding: 6px;
	line-height: 20px;
	font-size:12px;
}

#bsc_addToBoxTopRight
{
	text-align: right; 
	border:0px; 
	background-color: #FFFFFF; 
	padding: 6px;
}

#bsc_addToBoxTopMid
{
	text-align: right; 
	border:0px; 
	background-color: #FFFFFF; 
	padding: 6px;
}

#bsc_addToBoxMid
{
	text-align: right;
	border:0px; 
	background-color: #FFFFFF; 
	padding: 0 6px 0 6px;
}

#bsc_addToBoxBottom
{
	text-align: right; 
	border:0px; 
	background-color: #FFFFFF; 
	padding: 6px;
}

#bsc_imageDiv a:hover span.bsc_zoomProductOverlay {
	background-image: url('../../images/catalog/product/zoom_in_hov.png');
} 

span.bsc_zoomProductOverlay {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-image: url('../../images/catalog/product/zoom_in.png');
	background-repeat: no-repeat;
} 
	
span.bsc_OselPriceOverlay {
	position: absolute;
	display: block;
	width: 50px;
	height: 40px;
	background-image: url('../../images/catalog/product/oselcard_small.png');
	background-repeat: no-repeat;
}

span.bsc_OselPriceOverlay_small {
	position: absolute;
	display: block;
	width: 50px;
	height: 40px;
	background-image: url('../../images/catalog/product/oselcard_small.png');
	background-repeat: no-repeat;
} 	

#bsc_validbox
{
	position: absolute;
	width:	190px;
	padding: 2px;
	height:	25px;
	text-align: center;
	color: red;
	z-index: 100;
	background-color:#FFFFFF;
}

#bsc_productTable .availability
{
	text-align: left;
	line-height: normal;
}

#bsc_productTable .special-price
{
	margin-bottom: 9px;
}

#bsc_productTable2 
{
	padding-bottom: 20px;
}

#bsc_productTable3 
{
	padding-bottom: 32px;
}

#bsc_productTable4 
{
	text-align: left; 
	vertical-align: bottom;
}

#bsc_addToCart 
{
	font-size: 11px;
	height: 32px;
	float: right; 
	width: 258px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

#bsc_addToWishlist 
{
	font-size: 11px;
	height: 32px;
	float: right; 
	width: 258px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}