@charset "utf-8";
/* CSS Document */

#tooltip{
	background:url(/content/img/productlist/tooltip_bmiddle.jpg) center bottom no-repeat;
	position:absolute;
	visibility:hidden;
}

#tooltip .left{
	background:url(/content/img/productlist/tooltip_left.jpg) no-repeat;
	width:6px;
	height:27px;
	float:left;
	display:inline;
}

#tooltip .content{	
	height:14px;
	line-height:7px;
	padding:8px;
	float:left;
	display:inline;
	color:#333333;
	font-family:"Arial","Helvetica",Sans-Serif;
}

#tooltip .right{
	background:url(/content/img/productlist/tooltip_right.jpg) no-repeat;
	width:6px;
	height:27px;
	float:left;
	display:inline;
}

#scrollbar_wrapper{
	background:url(/content/img/productlist/scrollbar-inner.jpg) top left no-repeat;
	border-left:1px solid #999999;
	width:839px;
	height:19px;
}

#scrollbar_wrapper_fr{
	background:url(/content/img/productlist/fr/scrollbar-inner.jpg) top left no-repeat;
	border-left:1px solid #999999;
	width:839px;
	height:19px;
}

img{
	border:none;
}

#scrollbar{
	background:none;
	border:none;
	width:784px;
	height:19px;
	position:relative;
	margin:0;
	padding:0;
}



div#scrollbar a.ui-slider-handle{
	background:url(/content/img/productlist/slider.jpg) top left no-repeat;
	height:20px;
	width:53px;
	top:0;
	left:0;
	border:none;
	margin:0;
	padding:0;
}

div#products{
	position:absolute;
	top:30px;
	left:0;
	width:10000px;
}

div#products_navigation{
	width:839px;
	height:110px;
	margin:20px 0 0 0;
	overflow:hidden;
	position:relative;
}

div#products_navigation ul{
	list-style:none;
	padding:0;
	margin:0;
}

.product_id{
	display:none;
}
	
.product_type{
	display:none;
}

.tooltip_text{
	display:none;
}

div.category{
	display:inline;
	float:left;
	margin:0 5px 0 0;
}

div.category ul{
	float:left;
}

div.category ul li{
	float:left;
	display:inline;
	margin:0 5px 0 0;
}

div.category ul li.selected{
	background:url(/content/img/productlist/arrow.gif) center bottom no-repeat;
	height:55px;
}

div.category ul li.last{
	margin:0!important;
}

div.category ul li.selected a{
	top:-15px;
	position:relative;
	background:url(/content/img/productlist/dropshadow.gif) top left no-repeat;
	width:55px;
	padding:4px;
}

div.category_header{
	background:url(/content/img/productlist/product-detail-header-right.gif) top right no-repeat;
	clear:both;
	padding:0 1px 0 0;
}

div.category_header p{
	background:url(/content/img/productlist/product-detail-header-left.gif) top left no-repeat;
	line-height:15px;
	margin:0 0 2px 0;
	color:#9ABDDD;
	font-family:"Arial","Helvetica",Sans-Serif;
	font-size:10px;
	text-align:center
}

div.category_header p span{
	background:#FFFFFF none repeat scroll 0 0;
	padding:0 5px;
}

.product_item a, .product_item img{
	width:55px;
	display:block;
}

.clear
{
    clear:both;
}