@import url('/_syscss/dc3c.css');
/*
#dc3c div.filters-area tr.odd td{
background:white;
border:0px;
}


#dc3c div.filters-area tr.even td{
border:0px;
}

#dc3c .filters-area{
    padding-top:10px;
}

div#dc3c .reset{
float:right;
margin:5px 0;
}

table.inpage{
padding: 10px 10px 10px 10px;
}

td.inpage_sel{
background:#C0C0C0;
padding: 3px 3px 3px 3px;
}
*/

#dc3c .clear{
	clear:both;
}

#dc3c .way-area{
margin-bottom:5px;	
}

#dc3c .way-area h1{
display:inline;
}

#dc3c .way-area span{
	padding-left:18px;
	background: url('/images/trg.gif') center left no-repeat;
}

#dc3c img{
	border:0px;
}

/* блок навигации */
#dc3c .navigation-area{
	/* padding-top:10px;*/
}

#dc3c .navigation-area li{
    list-style-image: none;
    list-style: none;
    
}

/* блок фильтров */
#dc3c .filters-area{
	padding-top:10px;
}

/* cписок товара */
#dc3c .items-area a.image{
	background: url('/_sysimg/photo.gif') no-repeat;
	width:50px;
	height:16px;
	display:inline-block;
}

/* cписок товара */
#dc3c .items-area th{
padding-left:3px;
padding-right:3px;
}

#dc3c .items-area td{
padding-left:3px;
padding-right:3px;
}

/* настройка отображения в виде таблици */
#dc3c .column-image{
	text-align:center;
}

/* кнопки */

div#dc3c .button {
	display:inline-block;
	line-height:22px;
	padding:0 0px 0 0;
	border:1px solid #CBCBCB;
	cursor:pointer;
}

div#dc3c .button a, div#dc3c .button b, div#dc3c .button input {
	display:inline-block;
	padding:0 0 0 5px;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	outline:none;
	border:none;
	cursor:pointer;
}
div#dc3c .button input {
	height:22px;
}
div#dc3c .button img {
	vertical-align:middle;
	border:none;
}
div#dc3c .button:hover {
	background-color: #EEEEEE;
}

div#dc3c .dc3_list{
margin-top:5px;
margin-bottom:5px;
font-size: 11px;	
}

/* основные елементы */
div#dc3c h1{
	margin-bottom:0px;
}

div#dc3c div.noimg{
	border:1px solid #CBCBCB;
	text-align:center;
	color: #CBCBCB;
	font-weight:bold;
}
div#dc3c div.noimg span{
	position:relative;
	top:33%;
}
/*
div#dc3c div.item{
	border:1px solid red;
	padding-right:15px;
}
*/
div#dc3c .button_buy a{
	text-align:center;
	width: 50px !important;
}

/* свойства товаров */
div#dc3c  .item-property span{
	font-weight:bold;
}

/* подробное описание товара */

div#dc3c .item-info .images{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	/* border:1px solid green; */
}
div#dc3c .item-info .propertys{
	/* border:1px solid red; */
}
div#dc3c .item-info .info-area{
	padding-top:10px;
}

/* путь в навигации */
div#dc3c .way{
	font-weight:bold;
	font-size:110%;
	padding-top:3px;
}

/* блок листинга */

div#dc3c .listing{
	text-align:center;
	width:100%;
	padding-bottom:4px;
}

div#dc3c .listing a{
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}

div#dc3c .listing b{
	padding-left:6px;
}

div#dc3c .items-table td{
padding-top:4px;
padding-bottom:4px;	
}

div#dc3c span .basket_img{
	width:16px;
	height:16px;
	background: url('/_sysimg/basket.gif') center center no-repeat;
	display:inline-block;
}

div#dc3c span .basket_img:hover{
background:#D8DCDF url('/_sysimg/basket.gif') center center no-repeat;	
}
 /* кнопка на странице "СКЛАД" */
   .button1 {
	margin: 10px;
	text-decoration: none;
	width: 450px;
	height: auto;
	font: bold 25px 'Trebuchet MS',Arial, Helvetica;
	display: table-caption;
	text-align: center;
	color: #fff;
	border: 1px solid #9c9c9c;
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
	}

	
.button1, .button1 span {
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
.button1 span {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding: 12px 5px;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
		-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
		-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
		-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
	background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
		-moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
		-moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
		-moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
	-moz-background-size: 3px 3px;
	-webkit-background-size: 3px 3px;
	}
.button1:hover {
	box-shadow: 0 0 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
	}
.button1:active  {
	position: relative;
	top: 1px;
	}
	/* Зелёная кнопка */
.button-green {
	background: #127316;
	background: -webkit-gradient(linear, left top, left bottom, from(#68B558), to(#428739) );
	background: -moz-linear-gradient(-90deg, #68B558, #428739);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#68B558', EndColorStr='#428739');
	}
.button-green:hover {
	background: #68B558;
	background: -webkit-gradient(linear, left top, left bottom, from(#428739), to(#68B558) );
	background: -moz-linear-gradient(-90deg, #428739, #68B558);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#428739', EndColorStr='#68B558');
	}
.button-green:active {
	background: #127316;
	}
/* /Зелёная кнопка */
.a1 a {
	color: #ffffff;
	}