/* >1024 */
#main{
	width: 1056px;
}

#head1 .authorization{
	position: absolute;
	left: -32px;
	top: -24px;
	padding: 10px;
	color: #000;
}
#head1 .authorization input{
	margin: 0;
}

/* Цвета ссылок, слогона, меню и пр. */
body a, body a *, .company span, .cod_city, ul.dropdown a:link, ul.dropdown a:visited, ul.dropdown a:active {color: #CB5499;}
ul.dropdown > li li:hover > a, ul.dropdown li li.hover, ul.dropdown li li:hover {background-color: #CB5499;}
ul.dropdown>li:hover>a, ul.dropdown ul{background: url('/php/png.php?c=45677B&a=240') transparent;}
#head1 .ihome {background: #CB5499 url('../images/ihome.png');}
#head1 .isearch {background: #CB5499 url('../images/isearch.png');}


#main {background: #FFF}

/* Расположение иконок главная, почта, карта, поиск */
#head1 .ihome, #head1 .imail, #head1 .imap {position: absolute; display: block; top: 38px; left: auto; right: 490px; width: 35px; height: 27px;}
#head1 .imail {right: 470px;  width: 11px; height: 13px;}
#head1 .imap {right: 445px; width: 11px; height: 13px;}

.search, #head1 .isearch {position: absolute; top: 72px; left: auto; right: 340px;}
#head1 .isearch {right: 300px; top: 76px;}

/* ТОВАРЫ */
.good_img img{
border-radius:6px;
}

.good_img{
border-radius:6px;
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.5); /* Для Firefox */
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5); /* Для Safari и Chrome */
 box-shadow: 0 0 1px rgba(0,0,0,0.5); /* Параметры тени */
 display:inline-block;
 border:1px solid #aeaeae;
}

.cat_title{
/* border-radius:3px;
border:1px solid #aeaeae;
padding:5px;
display:inline-block;
margin-bottom:7px;
background:#fff;
background: -moz-linear-gradient(top, #fff, #F0F0F1); 
background: -webkit-gradient(linear, left top, left bottom, 
            color-stop(0%,#fff), color-stop(100%,#F0F0F1));
background: -webkit-linear-gradient(top, #fff, #F0F0F1);
background: -o-linear-gradient(top, #fff, #F0F0F1); 
background: -ms-linear-gradient(top, #fff, #F0F0F1);
background: linear-gradient(top, #fff, #F0F0F1);
text-align: center;
width: 170px;
font:16px 'georgia'; */
color:#CB5499;
display: block;
width: 182px;
text-align: center;
}

.cat_title:hover{
background:#F0F0F1;
background: -moz-linear-gradient(top, #F0F0F1, #fff); 
background: -webkit-gradient(linear, left top, left bottom, 
            color-stop(0%,#F0F0F1), color-stop(100%,#fff));
background: -webkit-linear-gradient(top, #F0F0F1, #fff);
background: -o-linear-gradient(top, #F0F0F1, #fff); 
background: -ms-linear-gradient(top, #F0F0F1, #fff);
background: linear-gradient(top, #F0F0F1, #fff);
}

.cat_title a{
font:16px 'georgia';
color:#CB5499;
font-weight:bold;
}

.filter{
	background: #F1F1F1;
	padding: 13px;
	border-radius: 6px;
	color:#333;
	font-size:14px;
}

.filter a{
font-style:italic;
margin-right:15px;
}

.good_list_left{
display: block;
margin-bottom: 8px;
}

a.select_label{
background:#CB5499;
border-radius:5px;
color:#fff;
padding:5px;
background: -moz-linear-gradient(top, #CB5499, #007D9B); 
background: -webkit-gradient(linear, left top, left bottom, 
            color-stop(0%,#CB5499), color-stop(100%,#007D9B));
background: -webkit-linear-gradient(top, #CB5499, #007D9B);
background: -o-linear-gradient(top, #CB5499, #007D9B); 
background: -ms-linear-gradient(top, #CB5499, #007D9B);
background: linear-gradient(top, #CB5499, #007D9B);
}

.article{
position:relative;
top:4px;
color:#333;
font-size:10px;
}

.label_img{
margin-left: 122px;
margin-top: -23px;
position: absolute;
}

.border_r{
border:1px solid #666;
border-radius:4px;
box-shadow:0px 0px 5px #000;
}

.slogan {
font: italic bold 20px georgia !important;
}

.gallery{
text-decoration:none;
}