/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
.featured-product-name .versand" {display: none}

div.featured {
	position:relative;	
    border: 0px solid #E5E5E5;
	height:225px;
	display:inline-block;
	width:100%;
	}


div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 930px;	
	height:210px;	
	
	/* custom decorations */
/*	padding:4px 0;	
	border-top:2px outset #ccc; */
/*	background-color:#efefef;		 */
	float: left;		
}

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

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:181px;
	padding: 0px;
	

/*	border:1px outset #ccc; */
/*	background-color: #ddd; */
	margin: 8px 2px;	
	height: 200px;
/*	-moz-border-radius:5px; */
}

div.scrollable div.items div h3 {

}

.featured a {
	text-decoration: none

}

.featured h5{
margin-top:0px;
color:#203548;
text-decoration:none;
font-size:0.8em;
line-height:1.1em;
margin-bottom:0.1em;
}
/* active item */
div.scrollable div.items div.active {

}

div.featured-product-name {
	
}

div.featured-product-name a {
	text-decoration: none;	
}



/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	display: block;
	background:url(../images/home/arrow_l.png) no-repeat;
	float: left;
	cursor: pointer;
font-size:1px;
height:30px;
margin:60px 0 0 10px;
width:15px;
}

a.next, a.nextPage  {
	display: block;
	background:url(../images/home/arrow_r.png) no-repeat;
	float: left;
	cursor: pointer;
font-size:1px;
height:30px;
margin:60px 0 0 12px;
width:15px;
}


/* mouseover state */
a.prev:hover,  a.prevPage:hover, {
	
}

 a.next:hover; a.nextPage:hover {

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

/* next button uses another background image */
a.next, a.nextPage {
background-image:url("../images/home/arrow_r.png");
clear:right;
margin-right:0;
}



/*********** navigator ***********/

div.featured_title {
  float: left;
  padding-left: 15px;
  text-decoration: none ;
  margin: 5px 5px 0px;
  color:#3A1101;
font-size:1em;
text-transform:uppercase;
}



/* position and dimensions of the navigator */
div.navi {
float:right;
height:0;
margin-right:10px;
margin-top:-20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/arrow/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
	text-decoration: none
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 


.featured_picture {
/* background: url("../images/home/featured_picture.png") no-repeat scroll center top transparent;*/
}

.featured_picture img {
padding: 10px;
}

.featured_picture a {
text-decoration: none;
}

.featured .head { margin:0 9px; border-bottom:1px solid #AC96A6; padding: 4px 2px; font-size::0.95em;}

.featured .head h4 {color:#3A1101; padding:4px 0 0 0; text-transform:uppercase; font-size:1em; }

.featured .special-price {
    padding-left: 92px;
    position: absolute;
    top: 8px;
}

.featured .special-price .price {
    background: url("../images/sale_bg.png") no-repeat scroll center top transparent;
    color: #FFFFFF;
    height: 78px;
    padding: 14px 8px;
	font-size: 11px;
}
