/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable_bestseller {

	/* required settings */
	float:left;
	position:relative;
	overflow:hidden;
	width: 641px;
	height:300px;
	margin:0px;
	padding:0px;
	/* custom decorations */
	border:0px solid #ccc;
}




/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable_bestseller .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}



.rating_count {
	text-decoration:none;
	color: black;
	font-weight: bold;
	float: left;
	padding-top:0px;

	
}



.product_name {
	color: black;
	font-weight: bold;
}

.gebinde {
   color:grey;
	
}




/* single scrollable item */
.scrollable_bestseller .itemDIV {
	float:left;
	margin:0px;
	background-color:#fff;
	padding-right:12px;
	border:0px solid #ccc;
	cursor:pointer;
	width:205px;
	height:300px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable_bestseller .active {
	/*border:2px solid #000;*/
	z-index:9999;
	position:relative;
}



/* prev, next, prevPage and nextPage buttons */
a.browse#bestseller {
	background:url(../images/tomgarten/featuredp/hori_large.gif) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
        display: inline;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right#bestseller 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover#bestseller 		{ background-position:-30px -30px; }
a.right:active#bestseller 	{ background-position:-60px -30px; } 


/* left */
a.left#bestseller				{ margin-left: 0px; } 
a.left:hover#bestseller  		{ background-position:-30px 0; }
a.left:active#bestseller  	{ background-position:-60px 0; }

/* up and down */

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


.scrollable_bestseller .items .itemDIV {  
	font-size:12px; 
	font-weight:bold; 
	color:#707173; 
	text-decoration:none; 
	}


.scrollable_bestseller .items .itemDIV .product_name {  
	float:left;
	font-weight:bold;
	color:#707173; 
	font-size:12px; 
	text-decoration:none; 
	width:100%;
	}

.scrollable_bestseller a { font-weight:bold;text-decoration:none; }

#versad_link {
	text-decoration:underline;
	color: #707173;
}

.scrollable_bestseller .home_price {
	
	
}

.scrollable_bestseller .items .itemDIV .gebinde {
	float:left;
	font-weight:bold;
	color:#707173;  
	text-decoration:none;
	
}

.scrollable_bestseller .items .itemDIV .price {
	font-weight:bold;
	color:#707173;  
	text-decoration:none;
	padding:5px 0 0 0;
	margin:0px;
	white-space: normal !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.scrollable_bestseller .items .itemDIV .price a{
color:#707173;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
margin:0;
padding:5px 0 0;
text-decoration:none;
white-space:normal !important;
}

.scrollable_bestseller .items .itemDIV .price-box {
	/*float:left;
	font-weight:bold;
	color:#707173; 
	font-size:14px; 
	text-decoration:none;*/
	padding:3px 0 0 0;
	margin:0px 0 0 5px;
	float:left;
}

.scrollable_bestseller .items .itemDIV .tax-details {
	/*float:left;*/
	padding-left:5px;
	font-weight:bold;
	color:#707173 !important;
	text-decoration:none;
	white-space: normal;
	width:100%;
}

.scrollable_bestseller .items .itemDIV .tax-details a {
	/*clear:both;*/
	padding-left:2px;
	font-weight:bold;
	color:#707173 !important;  
	/*font-size:12px; */
	text-decoration:none;
	/*float: left;*/
}

.start_besteller {
	float:left;
	}

