/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
.brands_scroll {
	display: block;
	height: 45px;
	overflow: hidden;
}


.product-name-small {
	line-height: 14px;
	font-size: 12px;
	color: #1e2839;
	cursor: pointer;
	font-family: arial;
	height: 16px;
	width: 200px;
	overflow: hidden;
	position:relative;
	left: 10px;
	text-align: center;
}

.product-name-small a,.product-name-small a:visited {color: #1e2839;}

.featured-price {
	height:  20px;
}

.featured-product-name .price-box{
	padding-top:  0px;
	text-align: center;
	position: relative;
	top: -5px;
}


.featured-product-name .price-box .price {
	font-size: 14px; 
	font-family: arial;
}


.featured-product-name .tax-details {
line-height: 14px;
font-size: 10px;
display: none;
}

.featured-product-name .tax-details a {
	display: inline;
	text-decoration: none;
}

div.featured-box {
	 background-color: #fff;
	 text-align: center;
	 height:304px;

	 width: 212px;
	 overflow: hidden;
}

div.featured {
	width: 1000px;
	padding-left: 0px;
	background-image:url(../images/shadow/shadow2.jpg);background-repeat: repeat-x; background-color:#1E2839;
	background-color: #fbfe9f;
}


div.scrollable {
	
	/* required settings */
	position:relative;
	top: -20px;
	overflow:hidden;	 	
	width: 944px;	
		height:340px;
	margin-left: 28px !important; margin-left: 16px;
	/* custom decorations */
/*	padding:4px 0;	*/
/*	background-color:#efefef;		 */
	float: left;		
}

.brands {
	
	/* required settings */
	position:relative;
	top: -20px;
	overflow:hidden;	 	
	width: 940px;	
	height:40px;
	margin-left: 28px;

	/* custom decorations */
/*	padding:4px 0;	*/
/*	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 */
	
	width:226px;

	font-size:30px;
	font-family: 'bitstream vera sans';
/*	border:1px outset #ccc; */
/*	background-color: #ddd; */
	margin-right: 16px;	
	height: 304px;
/*	-moz-border-radius:5px; */
}

div.brands div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
/*	margin-left:10px; */
}

/* single scrollable item */
div.brands div.items div {
	float:left;
	
	/* custom decoration */
	
	width:226px !important; width:210px;

	font-size:30px;
	font-family: 'bitstream vera sans';
/*	border:1px outset #ccc; */
/*	background-color: #ddd; */
	margin-right: 16px;	
	height: 304px;
/*	-moz-border-radius:5px; */
}

div.scrollable div.items div h3 {
  font-size: 10px;
  font-weight: normal;  
  padding: 2px 2px 2px 10px;;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

.featured-name-crop {
	width: 240px;
	height: 12px;
	overflow: hidden;

}

.partner-name {
		font-family: arial;
}

.featured-shop-crop {
	width: 260px;
	height: 20px;
	overflow: hidden;
	position: relative;
	top: -2px;
}


div.featured-product-name {

	padding-top: 10px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	/*background: url(../images/featured_bg.jpg) no-repeat; */
}

.featured-product-name h3{
	color: #1e2839;
	cursor: pointer;
}



/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 45px;
	height: 45px;
	background:url(../images/arrow/left_pink.png) no-repeat;
	float: left;
	cursor: pointer;

}


.next {
	position: relative;
	left: 900px;
}

.pn_links {
	width: 100%;
	position: relative;
	top:  160px;
	left: 10px;
	z-index: 99;
}

.pn_links_brands {
	width: 100%;
	background-color: #fbefe9f;
	position: relative;
	left: 0px;
	z-index: 99;
}



/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px 0px;		
}

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

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/arrow/right_pink.png);
	clear:right;	
}


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



div.featured_title {
  float: left;
  width: 800px;  
  font-size: 1.8em;
  font-weight: bold;
  padding: 16px 16px 0px 28px;
  color: #8ed658;
  font-size: 14px;
  
}


/* position and dimensions of the navigator */
div.navi {
	float:left;	
	margin-left:50px;
	width:100px;
	height:20px;
	position: relative;
	top:  -20px	;
	left: 444px;
}


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

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

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









