/* ****************** header menu *************** */
.menu
{
    float: left;
    padding: 3px 0 0 25px;
}
.menu li 
{
    list-style-type: none;
    float: left;    
}
.menu li a
{
    display: block;
    float: left;  
    height: 26px;  
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding-top: 8px;
}
.menu li a.small
{
    background: url("../images/header_menu_small.png") left top no-repeat;    
    width: 67px;
}
.menu li a.small:hover, .menu li a.small_act
{
    background: url("../images/header_menu_small.png") left bottom no-repeat;    
    width: 67px;
}
.menu li a.middle
{
    background: url("../images/header_menu_middle.png") left top no-repeat;    
    width: 83px;
}
.menu li a.middle:hover, .menu li a.middle_act
{
    background: url("../images/header_menu_middle.png") left bottom no-repeat;    
    width: 83px;
}
.menu li a.big 
{
    background: url("../images/header_menu_big.png") left top no-repeat;    
    width: 92px;
}
.menu li a.big:hover, .menu li a.big_act
{
    background: url("../images/header_menu_big.png") left bottom no-repeat;    
    width: 92px;
}
.menu li a.basket
{
    background: url("../images/header_menu_basket.png") left top no-repeat;    
    width: 80px;
    padding-left: 21px;
}


/* ****************** left menus *************** */
/* *****  category by age ****** */
.category_age
{
     background: url("../images/category_age.jpg") left top no-repeat;      
     height: 50px;
     width: 170px;
}
.age_content
{
     background: url("../images/category_age_repeat.png") left top repeat-y;
     width: 170px;
}
.age_content ul
{
     background: url("../images/category_age_bottom.png") left bottom no-repeat;   
     width: 170px;
     padding: 0 0 20px 0;    
}
.age_content ul li
{
    list-style-type: none;
    padding: 0 0 0 7px;
}
.age_content ul li a 
{
    color: #5e5d5d;
    font-size: 10px;    
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0 5px 11px;
    display: block;
    width: 145px;
}
.age_content ul li a#big_age
{
    color: #2e8dc4;    
}
.age_content ul li a:hover, .age_content ul li a#big_age:hover, .age_content ul li a#left_age_act
{
    background-color: #3897ce;
    color: #FFF;    
}



/* *****  by price ****** */

.category1
{
     background: url("../images/category_cat1.jpg") left bottom no-repeat;      
     height: 55px;
     width: 170px;
}
.cat_content1
{
     background: url("../images/category_cat_repeat1.jpg") left top repeat-y;
     width: 170px;
}
.cat_content1 ul
{
     background: url("../images/category_cat_bottom1.jpg") left bottom no-repeat;   
     width: 170px;
     padding: 0 0 20px 0;    
}
.cat_content1 ul li
{
    list-style-type: none;
    padding: 0 0 0 7px;
}
.cat_content1 ul li#hot_offers, .cat_content1 ul li#hot_offers a
{
    padding-left: 0px;    
}
.cat_content1 ul li#hot_offers a:hover
{
    background-color: transparent;    
}
.cat_content1 ul li a 
{
    color: #707070;
    font-size: 10px;    
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0 5px 11px;
    display: block;
    width: 145px;
}
.cat_content1 ul li a:hover, .cat_content1 ul li a#left_cat_act
{
    background-color: #a61515;
    color: #FFF;    
}








/* *****  by category ****** */
.category
{
     background: url("../images/category_cat.jpg") left bottom no-repeat;      
     height: 56px;
     width: 170px;
}
.cat_content
{
     background: url("../images/category_cat_repeat.png") left top repeat-y;
     width: 170px;
}
.cat_content ul
{
     background: url("../images/category_cat_bottom.png") left bottom no-repeat;   
     width: 170px;
     padding: 0 0 20px 0;    
}
.cat_content ul li
{
    list-style-type: none;
    padding: 0 0 0 7px;
}
.cat_content ul li#hot_offers, .cat_content ul li#hot_offers a
{
    padding-left: 0px;    
}
.cat_content ul li#hot_offers a:hover
{
    background-color: transparent;    
}
.cat_content ul li a 
{
    color: #707070;
    font-size: 10px;    
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0 5px 11px;
    display: block;
    width: 145px;
}
.cat_content ul li a:hover, .cat_content ul li a#left_cat_act
{
    background-color: #cf7837;
    color: #FFF;    
}
/* *****  category by manufacture ****** */
.category_pro
{
     background: url("../images/category_pro.jpg") left bottom no-repeat;      
     height: 55px;
     width: 170px;
}
.pro_content
{
     background: url("../images/category_pro_repeat.png") left top repeat-y;
     width: 170px;
}
.pro_content ul
{
     background: url("../images/category_pro_bottom.png") left bottom no-repeat;   
     width: 170px;
     padding: 0 0 20px 0;    
}
.pro_content ul li
{
    list-style-type: none;
    padding: 0 0 0 7px;
}
.pro_content ul li a 
{
    color: #4d4d4d;
    font-size: 10px;    
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0 5px 11px;
    display: block;
    width: 145px;
}
.pro_content ul li a:hover, .pro_content ul li a#left_pro_act
{
    background-color: #077d0f;
    color: #FFF;    
}

/* *****  user menu ****** */
.user_menu
{
    float: right;    
    padding: 4px 5px 0 0;
	height: 30px;
}
.user_menu li
{
    display: inline;
    color: #555555;    
}
.user_menu li a
{
    color: #555555;
    text-decoration: none;    
    padding: 0 5px 0 5px;
}
.user_menu li a:hover, .user_menu li a#act_user_menu
{
    color: #ba1515;    
}
/* *****  footer menu ****** */
.footer ul
{
    padding: 27px 0 50px 0;    
    text-align: center;
}
.footer ul li
{
    display: inline;
    padding: 0 15px 0 15px;
}
.footer ul li a
{
    color: #FFF;
    text-decoration: none;    
}
.footer ul li a:hover
{
    text-decoration: underline;    
}

.bottom_submenu a
{    
	font-family: Tahoma
    font-size: 11px;
	text-decoration: none;
	color:#494949;

}
.bottom_submenu a:hover
{
    text-decoration: underline;    
	color:#1C99DF;
}

.bottom_submenu span
{
   color:#136593;
   font-weight:bold;
   font-size: 11px;
   font-family: Tahoma
}

#flash_header {
	
	width: 625px;
	height: 141px;
	padding: 0px;
	
}
.last_60 {
	float:right;
	padding:10px 0 0 0;
	width:172px;
	height:51px;
}


/* *****  filter ****** */

.filter_title
{
     background: url("../images/filter.gif") left bottom no-repeat;      
     height: 55px;
     width: 170px;
}
.filter
{
     background: url("../images/filter_repeat.gif") left top repeat-y;
     width: 170px;
}
.filter ul
{
/*     background: url("../images/filter_bottom.gif") left bottom no-repeat;   
     width: 170px;
     padding: 0 0 30px 0;    
*/
}
.filter  div.filter_end 
{ 
			
	 background: url("../images/filter_bottom.gif") left bottom no-repeat;   
     width: 170px;
     padding: 0 0 30px 0px;

}

.filter ul li
{
    list-style-type: none;
    padding: 0 0 0 7px;
}
.filter ul li#hot_offers, .filter ul li#hot_offers a
{
    padding-left: 0px;    
}
.filter ul li#hot_offers a:hover
{
    background-color: transparent;    
}
.filter ul li a 
{
    color: #707070;
    font-size: 10px;    
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0 5px 18px;
    display: block;
    width: 138px;
}
.filter ul li b 
{
    color: #000000;
    font-size: 10px;    
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0 5px 18px;
    display: block;
    width: 138px;
}
.filter ul li a:hover, .filter ul li a#filter_act
{
    background-color: #E8191C;
    color: #FFF;    
}



/* *****  red box ****** */

.red_box_top { background: url(../images/red_box_top.gif) left bottom no-repeat; width: 170px; height: 11px;}
.red_box_content { background: url(../images/red_box_bg.gif) 0 0 repeat-y; width: 140px; padding: 15px; text-align: center; color: #BF0907; font-size: 11px; font-weight: bold; text-transform: uppercase;}
.red_box_content img {padding-bottom: 10px;}
.red_box_bottom { background: url(../images/red_box_bottom.gif) left bottom no-repeat; width: 160px; height: 27px; text-align: center; padding: 5px;color: #FFFFFF;}

