body{
color: #454545;background-color: #fff;}

a{color: #646464;}
a:HOVER{color: #454545;}

.header{
/*background-color: #f3f8ff;}*/
background-color: #f3f8ff;
}

.header a{
}
/*
.header .inner{
 	background-color: #f3f8ff;	
}
*/
.hr{background-color: #c7c7c7;}

.footer{
	background-color: #f3f8ff;}

::-webkit-input-placeholder {color: #454545;}
::-moz-placeholder          {color: #454545;}
:-moz-placeholder           {color: #454545;}
:-ms-input-placeholder      {color: #454545;}


/***TOP MENU*/
/*
.info_menu{
	border-bottom: 1px solid #777;
}
*/
.info_menu-in{
background-color: #d2d2d2;}

.info_menu li a, .cart-wrp{
color: #646464;
background: #FFF;
background: -moz-linear-gradient(top,  #FFF 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top,  #FFF 0%,#f0f0f0 100%);
background: -o-linear-gradient(top,  #FFF 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top,  #FFF 0%,#f0f0f0 100%);
background: linear-gradient(to bottom,  #FFF 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#f0f0f0',GradientType=0 );
}
.info_menu li a:hover{
color: #454545;background: #fbfbfb;}


/*TOP CATEGORIES*/
.top_groups table td a{
}

.top_groups table td a:HOVER, .top_groups a.current{
}


/*LEFT MENU*/

.left_col{
border-color: #6a8a11;background-color: #f3f8ff;}

.SearchForm input{
color: #454545;}

.SearchForm .fieldblock{
background-color: #f3f8ff;}


.SearchForm .fieldblock input::-webkit-input-placeholder {}
.SearchForm .fieldblock input::-moz-placeholder          {}
.SearchForm .fieldblock input:-moz-placeholder           {}
.SearchForm .fieldblock input:-ms-input-placeholder      {}

.group_name > li{
	background-color: #878787;	/* border:1px solid #545454; */
}

.group_name > li > a{
color: #FFF;}
.subgroup_name > li{
background-color: #e8e8e8;	
}
.subgroup_name > li > a{
color: #454545;border-bottom-color: #a6a6a6;}

.left_menu a:hover, .left_menu li.current > a{
background-color: #454545;	
color: #FFF;}



/*TABLE*/

.prod_table_head th{
border-color: #c4c4c4;color: #646464;

background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #e3e3e3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e3e3e3));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#e3e3e3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e3e3e3',GradientType=0 );}

.prod_table_head th:before{
	border-left-color: #a5a5a5;}

/*BUY BUTTON*/
.toCartBut-wrap, .cart{
background: #454545;}

/*FOOTER*/
.footer{
color: #454545;}

.footer a{
color: #454545;}

/*FILTER*/
.filter-block-checkbox .filter-field-view a,
.filter-block-checkbox .filter-field-view a:hover, #filter-wrapper{
color: #000;}

/*PROFILE*/
table.sale_personal_order_list, table.sale_personal_order_detail th, table.sale_personal_order_detail td{
border-color: #c4c4c4;}

table.sale_personal_order_detail th{

background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #e3e3e3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e3e3e3));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#e3e3e3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e3e3e3',GradientType=0 );}
