﻿.slider
{
    width:830px;
    margin:0 auto;
    z-index: 0;
    position:relative;
}

.slider_content {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	/*height: 145px; */
	width: 670px;
	overflow: hidden;
	float:left;
	margin-left:10px;
	margin-right:10px;
	z-index:0;
}

.slider_area
{
    display: block;
	/* max width here, for users without javascript */	
	width: 670px;
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');		*/
	list-style: none;
	padding:0;
	z-index:0;
	position:relative;
}

.slider_item
{
    display:inline;
	float: left;	
	padding: 0 4px;
	list-style-position:outside;
    list-style-type:none;
	width:660px;
	z-index:0;
}

.slider_area2
{
    clear:both;
    /*height:100px;*/
    left:0;
    overflow:hidden;
    position:relative;
    width:8000px;
}

.slider_arrow
{
    padding-top:20px;
    float:left;
    min-height:100%;
    vertical-align:middle;
    display:block;
    position:relative;
    width:62px;
    z-index:0;
}

.slider_content_assortment 
{
    margin: 0 25px 0 auto;
    /*display:inline-block;*/
    float:left;
    width:auto !important;
    width:100px;
    list-style: none;
}

.slider_content_first
{
    margin: 0 25px 0 250px;
    width:auto !important;
    width:100px;
    list-style: none;
    /*display:inline-block;*/
    float:left;
    display:inline;
    /*height:200px;*/
}

.slider_content_header
{
    font-size:9px;
    text-transform:uppercase;
    line-height:16px;
}

.slider_img
{
    border-width: 0;
   /* margin:20 0 0 0;*/
}

.btn_products
{
    margin-left:100px;
    font-size:13px;
}

.txt_products
{
    margin: 25px 0 0 100px;
    position:static;    
    min-height:100px;
    clear:both
}

.product_descr
{
    font-size:11px;
    color:#FFFFFF;
    width: 560px; 
    position: absolute; 
    display:none;
}

a.property_tab:link, a.property_tab:active, a.property_tab:visited  
{
    background: transparent url(tab_bg.gif) repeat-x;
    padding:0 20px 0 20px;
    text-transform:uppercase;
    color:#ECC886;
    height:25px;
    padding-top:4px;
}

a.active_property_tab:link, a.active_property_tab:active, a.active_property_tab:visited  
{
    background: transparent url(active_tab_bg.gif) repeat-x;
}

a.property_tab:hover
{
    text-decoration:none;
    color: #A37E42;
}

#nutrition {border-spacing: 0; width: 690px; border-top: 1px solid #ECC886;border-right: 1px solid #ECC886;border-bottom: 2px solid #ECC886;border-left: 2px solid #ECC886;}
#nutrition td {padding: 3px; border-top: 1px solid #ECC886;border-right: 1px solid #ECC886; color:#ECC886; font-family:Arial,Verdana,Helvetica,sans-serif; font-size: 11px; vertical-align: top;}
#nutrition td p{ color:#ECC886; font-family:Arial,Verdana,Helvetica,sans-serif; font-size: 11px; vertical-align: top;}

