/* index - featured products --------------- */
.featured_products { margin-bottom:5px; clear:both;  }
.featured_products_bottom { height:100%; overflow:hidden; }
.featured_products h3 { margin-bottom:15px; padding:12px 0 12px 15px; font:18px Arial, Helvetica, sans-serif; font-weight:bold;   }


#wrapper .fslider_spacer { margin:30px 0 15px 0 !important; }

/* featured product slider ---------------------- */


.anythingSlider  { 
width: 722px;
height: 190px;
position: relative;
padding: 0;
margin:0 0 0 32px;
/*background: url(images/bg-line-rr.jpg) no-repeat;*/
}
.anythingSlider h4 {
	background:green;
}

.anythingSlider .wrapper   { 
width:722px;   
height: 180px;   
margin: 10px 0; 
position: absolute; 
left: 0;
text-align:center;
}
.anythingSlider .wrapper ul  { 
width:9999px; 
list-style: none; 
position: absolute; 
top: 0; 
left: 0; 
margin: 0; 
padding:0; 
}

.anythingSlider .wrapper .short_detail {
	width:100px;
}

.anythingSlider ul li  {  
display: block; 
float: left; 
padding: 0; 
width: 722px; 
margin: 0 0 0 0;
}
.anythingSlider .arrow  { display:block;  } 
.anythingSlider ul li a { 
	position:relative;
	margin:0 5px 0 5px; 
	padding:0 0 0 0; 
	float:left; display:block; 
	width:110px; 
	text-align:center; 
	font:12px Arial, Helvetica, sans-serif; 
	
	
}
.anythingSlider ul li a span {
	width:108px;
	height: 108px;
	border:1px solid #ccc;
	display: inline-block;
}
.anythingSlider ul li a span span {
	border:none;
	display:table;
	width:108px;
}
.anythingSlider ul li a:hover {
	background:#eee;
}
.anythingSlider ul li img {
	/*position:absolute;*/
	margin:auto;  
}

#thumbNav   { position: relative; top:-20px; 
right:30px; float:right; text-align: left; z-index:9999; text-align:right; 
}

#thumbNav a  { color: black; float:left; font: 11px Arial, Helvetica, sans-serif; display:block; padding:0; width:8px; height:8px; margin: 0 5px 0 0; text-align: center; 
text-indent:-9009px; }
#start-stop   { display:none; }

.forward { width:43px; height:21px; display:block; text-indent: -9999px; position:absolute; top:-28px; right:-40px; cursor:pointer; }
.back { width:43px; height:21px; display:block; no-repeat scroll 0 0 transparent; text-indent: -9999px; top:-28px; right:-5px; position:absolute; cursor:pointer; }


/* featured products ------------------- */
.featured_products h3 { color:#4E4E4E; }
.featured_products { background:url(images/featured_product_center.gif) repeat-y left top; }

.featured_products_top { background:url(images/featured_product_top.gif) no-repeat left top;  }
.featured_products_bottom { background:url(images/featured_product_bottom.gif) no-repeat left bottom;  }

.featured_products li a { background:url(images/featured_product_spretor.gif) no-repeat right center; }
.featured_products li a { color:#4E4E4E; text-decoration:none; }
.featured_products li a:hover { background:#eee url(images/featured_product_spretor.gif) no-repeat right center; }

/*.featured_products li a:hover { background-color:#eee; }*/


/* featured product slider ---------------------- */
.forward { background:url(images/arrow_next.gif) no-repeat left top; }
.back { background:url(images/arrow_prev.gif) no-repeat right top; }

a.forward:hover { background-position:left -21px; }
a.back:hover { background-position:right -21px; }


/* slider css */
#thumbNav a   { background:url(images/dot_h.gif) no-repeat left top; text-align: center; color:#41322e; text-indent:-9009px; }
#thumbNav a:hover  { background:url(images/dot_h.gif) no-repeat left top;  }
#thumbNav a.cur  { background:url(images/dot_n.gif) no-repeat left top;   }


/* clearfix ----- */
.clear { 
clear:both; 
}
.clearfix:after { clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.clearfix { display:inline-block }
* html .clearfix { height:1% }
.clearfix { display:block; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
/*#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}*/
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#TB_next, #TB_prev, #TB_closeWindowButton {
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
}

#TB_secondLine {
font-family: sans-serif;
font-size: 12px;
color:#666666;
width: 300px;
}