/*@import url('/templates/_default/css/main.css');*/
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=cyrillic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700&subset=latin,cyrillic);

/* @group MAIN */

* {
	padding: 0;
	margin: 0;
}
HTML {
	height: 100%;
	min-width: 980px;
}
P {
	margin: 1em 0px;
}

BODY {
	height: 100%;
	font-family: Arial, Calibri, Verdana, 'Trebuchet MS';
	font-size: 14px;
	line-height: 20px;
	color: #525c64;
}
A {
	color: #8f8d00;
	outline: none;
}
A:hover {
	color: #8f8d00;
	text-decoration: none;
}
A:visited {
	color: #dc8500;
}
A IMG {
	border: none;
}
H1, H2, H3, H4, H5, H6 {
	margin: 30px 0 20px 0;
	padding: 0 0 10px 0;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #b869b7;
 	font-weight: normal;
	border-bottom: 1px solid #e0b2df;
}
H2:first-child, H3:first-child, H4:first-child, H5:first-child {
	margin-top: 0;
}
H1 {
	margin-top: 0;
	font-size: 28px;
	line-height: 28px;
}
H2 {
	font-size: 21px;
	line-height: 21px;
}
H3 {
	font-size: 16px;
	line-height: 16px;
}
H4 {
	font-size: 12px;
	line-height: 12px;
 	font-weight: bold;
 	text-transform: uppercase;
},
H5 {
	font-size: 10px;
	line-height: 10px;
 	font-weight: bold;
 	text-transform: uppercase;
 	letter-spacing: 1px;
}
OL {
	margin: 10px 0 10px 40px;
	padding: 0;
}
UL {
	list-style: none;
	margin: 10px 0 10px 40px;
	padding: 0;
}
UL LI {
	margin: 0 0 7px 0;
	padding: 0 0 0 27px;
	background: url("/templates/microvolnovka/images/li.gif") left 10px no-repeat;
}
OL LI {
	margin: 0 0 7px 0;
}
TABLE {
	border-collapse: collapse;
}
TD, TH {
	padding: 5px 10px;
	border-top: 1px solid #dc8500;
	border-bottom: 1px solid #dc8500;
	border-left: none;
	border-right: none;
}

.nowrap {
	white-space: nowrap;
}
.column-narrow IMG,
.column-mid IMG,
.column-wide IMG {
	max-width: 100%;
	border: 3px solid #f8e3bc;
}
.img-left {
	float: left;
	margin: 0 20px 7px 0;
}
.img-right {
	float: right;
	margin: 0 0 7px 20px;
}
.share {
	margin: 25px 0;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
}
.bnr {
	margin: 20px auto;
}
.text-block {
	padding: 15px 20px 5px 20px;
	background: white;
	border: 1px solid #98b8cd;
	border-radius: 5px;
	box-shadow: 0px 2px 5px #aec7d9;
}
/* @end */







/* @group LAYOUT */
.inline {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
.wrapper-full {
	min-height: 100%;
	background: url("/templates/microvolnovka/images/bg.gif");
}
.wrapper {
	margin: 0 auto;
	padding: 0 2%;
	width: 94%;
	min-width: 900px;
	max-width: 1200px;
/*	min-height: 100%;*/
/*	_width:expression(document.body.clientWidth < 962 ? "960px" : (document.body.clientWidth > 1200 ? "1200px" : "96%"));*/
	background: white;
	box-shadow: 0 0 25px #723e8a;
}
.column-narrow {
	padding: 20px 0;
	width: 23%;
}
.column-mid {
	margin: 0 4%;
	padding: 20px 0;
	width: 45%;
}
.column-wide {
	margin: 0 0 0 4%;
	padding: 20px 0;
	width: 72%;
}
.wrapper>FOOTER {
/*	margin: -120px 0 0 0;
	height: 120px;
	font-size: 0;*/
}
.wrapper>FOOTER .menu {
/*	margin: 0 0 15px 0;*/
/*	font-size: 14px;*/
}
/* @end */






/* @group TOP */
.wrapper>HEADER {
	position: relative;
	padding-top: 10px;
}
#pic {
	margin: 0 0 2px 0;
	height: 215px;
	background: url("/templates/microvolnovka/images/pic.jpg") left top no-repeat;
/*	border-radius: 5px;*/
}
NAV.menu {
	margin: 0;
	padding: 0;
	height: 40px;
	color: white;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	background: #b869b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b869b7 0%, #954394 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b869b7), color-stop(100%,#954394)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b869b7 0%,#954394 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b869b7 0%,#954394 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b869b7 0%,#954394 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b869b7 0%,#954394 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b869b7', endColorstr='#954394',GradientType=0 ); /* IE6-9 */	
}
NAV.menu UL {
	margin: 0;
	padding: 0;
}
NAV.menu LI {
	margin: 0;
	padding: 0 15px;
	background: none;
	_padding: 0;
	_width: 130px;
}
NAV.menu LI:hover {
	background: #863685;
	border-radius: 5px;
}
NAV.menu A {
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
}
NAV.menu A:visited {
	color: white;
}
#logo {
	display: block;
	position: absolute;
	left: 0;
	top: 25px;
	padding-top: 35px;
	width: 369px;
	height: 165px;
	color: #b869b7;
	font-family: 'Lobster', cursive;
	font-size: 35px;
	text-decoration: none;
	text-align: center;
	background: url("/templates/microvolnovka/images/logo.png") left top no-repeat;
}
#logo:hover {
	text-decoration: underline;
}
#phones {
	position: absolute;
	right: 10px;
	bottom: 50px;
	margin: 0;
	padding: 10px;
	color: #935943;
	font-size: 24px;
	font-weight: bold;
	background: rgba(255, 255, 255, .85);
	border-radius: 10px;
	box-shadow: 0 1px 0 #a76720;
}
#phones LI {
	margin: 0 0 7px 0;
	padding: 0;
	background: none;
}
#phones A {
	font-size: 12px;
	font-weight: normal;
}
.code {
	font-weight: normal;
}
#btn-fill-form {
	position: absolute;
	right: 2%;
	top: 35px;
}
/* @end */






/* @group SUBMENU */
.submenu H1,
.submenu H2,
.submenu H3,
.submenu H4,
.submenu H5,
.submenu .header {
	margin: 0 0 7px 0;
	padding-bottom:7px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #b869b7;
	border-bottom: 1px solid #e0b2df;
}
.submenu {
	margin: 0 0 30px 0;
	padding: 10px;
	background: #fcf3d2;
	border-radius: 5px;
}
.submenu UL {
	margin: 0;
	padding: 0;
}
.submenu LI {
	padding: 0 0 0 11px;
	background: url("/templates/microvolnovka/images/li_dot.gif") left 8px no-repeat;
}
.submenu LI LI {
}
.submenu UL UL {
	margin: 7px 0 0 10px;
	font-size: 12px;
}
.submenu .active,
.submenu STRONG {
	color: #935943;
	text-decoration: none;
}
/* @end */




/* @group SEARCH */
.search-yandex {
	margin: 0 0 30px 0;
	padding: 10px;
	background: #fcf3d2;
	border-radius: 5px;
}
.search-yandex TD {
	padding: 0;
}
.search-yandex .header {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #b869b7;
}
.search-yandex #ya-site-form0 TD.ya-site-form__search-input {
	padding: 0;
}
.search-yandex #ya-site-form0 INPUT.ya-site-form__input-text {
	background: white !important;
	border: 1px solid #E8C7B1;
}
.search-yandex #ya-site-form0 INPUT.ya-site-form__submit {
	margin-top: -1px;
	padding: 1px 7px 2px 7px;
	*padding: 5px 7px 7px 7px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	color: white !important;
	text-decoration: none;
	box-shadow: 0px 1px 2px #c9985e;
	border: none;
	border-radius: 2px;
	cursor:  pointer;
	background: #b869b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b869b7 0%, #954394 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b869b7), color-stop(100%,#954394)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b869b7 0%,#954394 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b869b7 0%,#954394 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b869b7 0%,#954394 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b869b7 0%,#954394 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b869b7', endColorstr='#954394',GradientType=0 ); /* IE6-9 */
}
#ya-site-form0 .ya-site-suggest-items LI {
	background: none;
}
#ya-site-results IMG {
	border: none;
}
/* @end */





/* @group NAVIGATOR */
#navigator {
	margin: 0 0 20px 0;
	padding: 7px 10px 3px 10px;
	font-size: 11px;
	line-height: 14px;
	background: #ffefd3;
	border-radius: 5px;
}
#navigator LI {
	margin: 0 0 7px 0;
	padding: 0;
	background: none;
}
#navigator SPAN {
	margin: 0 5px 0 7px;
	color: #935943;
}

/* @end */
	




/* @group PAGINATOR */
.paginator {
	margin: 20px 0;
	padding: 7px 2%;
	width: 96%;
	line-height: 26px;
	text-align: center;
	zoom:1;
	background: #ffefd3;
	border-radius: 5px;
	}
.paginator UL {
	margin: 0 auto;
	padding: 0;
	width: 70%;
	}
.paginator LI {
	margin: 0;
	padding: 0;
	background: none;
	}
.paginator .paginator-title {
	padding: 0 12px 0 0;
}
.paginator A {
	display: block;
	width: 33px;
	height: 33px;
	}
.arrow_first,
.arrow_prev,
.arrow_next,
.arrow_last {
	text-indent: -9000px;	
	}
.arrow_first {
	float: left;
	margin-right: 5px;
	background: url("/templates/microvolnovka/images/paginator.gif") left top no-repeat;
	}
.arrow_prev {
	float: left;
	background: url("/templates/microvolnovka/images/paginator.gif") left -100px no-repeat;
	}
.arrow_next {
	float: right;
	background: url("/templates/microvolnovka/images/paginator.gif") left -200px no-repeat;
	}
.arrow_last {
	float: right;
	margin-left: 5px;
	background: url("/templates/microvolnovka/images/paginator.gif") left -300px no-repeat;
	}	
.paginator .active {
	display: block;
	width: 33px;
	height: 33px;	
	color: black;
	background: #ffefd3;
	}
	
	
.btn_back {
	margin: 20px 0;
	padding: 7px 2%;
	width: 96%;
	zoom:1;
	background: #ffefd3;
	border-radius: 5px;
	}
.btn_back A{
	padding: 0 0 0 38px;
	height: 33px;
	font-size: 12px;
	line-height: 33px;
	background: url("/templates/microvolnovka/images/paginator.gif") left top no-repeat;
	}	
/* @end */




	
/* @group FORMS */

/******************* Forms *******************/
FORM {
	margin: 20px 0;
	padding: 20px 5%;
	width: 89%;
	background: #f3f3e6;
	border-radius: 5px;
	}
FORM H1,
FORM H2,
FORM H3,
FORM H4,
FORM H5 {
	margin: 0 0 20px 0;
}
LABEL {
	display: block;
	margin: 0 0 3px 0;
	width: 100%;
	color: #935943;
	}
INPUT {
	margin: 0 0 10px 0;
	padding: 2px;
	border-radius: 3px;
	}
.input-big {
	width: 100%;
	}
.input-mid {
	width:  50%;
	}
TEXTAREA {
	margin: 0 0 10px 0;
	width: 100%;
	height: 100px;
	}
SELECT {
	margin: 0 0 10px 0;
	width:auto;
	font-size: inherit;
	}
FORM UL {
	margin: 0 0 10px 0;
	padding: 0;
	}
FORM LI {
	margin: 0 0 2px 0;
	padding: 0;
	background: none;	
	}
FORM LI LABEL {
	display: inline;
	}
.radio,
.checkbox {
	margin: 0 5px 0 0;
	}
.required {
	font-size: 18px;
	font-weight: bold;
	color: #f01d5e;
	}
.error {
	color: red;
	}
.btn {
	padding: 5px 15px 7px 15px;
	*padding: 5px 7px 7px 7px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	box-shadow: 0px 1px 2px #c9985e;
	border: none;
	border-radius: 5px;
	cursor:  pointer;
	background: #b869b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b869b7 0%, #954394 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b869b7), color-stop(100%,#954394)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b869b7 0%,#954394 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b869b7 0%,#954394 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b869b7 0%,#954394 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b869b7 0%,#954394 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b869b7', endColorstr='#954394',GradientType=0 ); /* IE6-9 */
}
.btn:hover {
	color: white;
	background: #863685;
}
.btn:visited {
	color: white;
	background: #863685;
}
.btn:active {
	margin: 2px 0 8px 0;
}
/* @end */







/* @group NEWS & ACTIONS */
.news H1,
.news H2,
.news H3,
.news H4,
.news H5 {
	margin: 0 0 15px 0;
}
.news {
	margin: 0;
	padding: 0;
}
.news LI {
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
}
.news P {
	padding: 0;
	line-height: 16px;
}
.news .title {
	display: block;
	margin: 0 0 3px 0;
}
TIME {
	display: block;
	margin: 0;
	padding: 0;
	color: #b869b7;
	font-size: 11px;
}
.news-main {
	font-size: 12px;
}
.news-main .title {
	line-height: 16px;
}
.news-main IMG {
	display: block;
	margin: 5px 0 3px 0;
	border: none;
}
/* @end */





/* @group MENU CATALOGUE */
.catalogue-menu {
	margin: 0 0 10px 0;
	padding: 0;
}
.catalogue-menu LI {
	margin: 0;
	padding: 0;
	background: none;
	border-top: 1px solid #e9e9e9;
}
.catalogue-menu H2 {
	margin: 0;
	padding: 5px 0 7px 5%;
	font-size: 14px;
	color: white;
	background: #dc9400;
}
.catalogue-menu A {
	display: block;
	padding: 5px 0 7px 5%;
	color: black;
	text-decoration: none;
}
.catalogue-menu A:hover {
	background: #e9e9e9;
}
/* @end */






/* @group CATALOGUE */
.categories {
	margin: 0;
	padding: 0;
}
.categories:after {
	display: block;
	content: " ";
	clear: both;
}
.categories>LI {
	float: left;
	margin: 0 0 20px 0;
	padding: 20px 3%;
	width: 93%;
	background: white;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
}
.categories .image {
	float: left;
	max-width: 150px;
}
.categories .description {
	margin: 0 0 0 180px;
}
.categories .title {
	display: block;
	margin: 0 0 3px 0;
	font-size: 18px;
}
.categories P {
	margin: 0;
	padding: 0;
}

.item-list {
	margin: 0 auto;
	padding: 0;
	}
.item-list>LI {
	position: relative;
	margin: 0 1% 20px 1%;
	padding: 0;
	width: 30%;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	background: white;
	border: 1px solid #EAD1A9;
	border-radius: 5px;
	}
.column-narrow .item-list>LI {
	margin: 0 0 20px 0;
	width: 99%;
	}	
.item-list .item-cont {
	display: block;
	padding: 10px 5% 10px 5%;
	text-decoration: none;
	color: #525c64;
}
.item-list .item-cont:hover {
	background: #FFF8ED;
}
.item-list IMG {
	max-width: 100%;
	border: 1px solid #EADBC2;
}
.item-list .title {
	margin: 0;
	padding: 5px 0;
	font-size: 15px;
	line-height: 18px;
	color: #b869b7;
}
.item-list .params {
	margin: 0;
	padding: 0;
}
.item-list .params LI {
	margin: 0;
	padding: 0;
	background: none;
}
.item-list .params UL {
	margin: 0;
	padding: 0;
}
.item-list .params LI LI {
	margin: 0 0 3px 0;
	padding: 0 5px;
	color: black;
	/*background: #eff3f5;*/
	border-radius: 3px;
}

.price {
	font-size: 16px;
	text-align: right;
	color: #b869b7;
}
.price-num {
	font-size: 20px;
	color: #b869b7;
}
.price-valuta {
	color: #b869b7;
}
/*.item-list .btn {
	position: absolute;
	left: 50%;
	bottom: 5px;
	margin: 0 0 0 -55px;
}
.price {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	*line-height: 30px;
	font-weight: bold;
	color: #a371af;
	white-space: nowrap;
}
.price .rub {
	font-size: 12px;
}
.btn-buy {
	float: right;
	margin: 0 0 0 auto;
	height: 26px;
	width: 67px;
	padding: 5px 15px;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e6edf2; /* Old browsers *!/
	background: -moz-linear-gradient(top,  #e6edf2 0%, #cedae8 100%); /* FF3.6+ *!/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6edf2), color-stop(100%,#cedae8)); /* Chrome,Safari4+ *!/
	background: -webkit-linear-gradient(top,  #e6edf2 0%,#cedae8 100%); /* Chrome10+,Safari5.1+ *!/
	background: -o-linear-gradient(top,  #e6edf2 0%,#cedae8 100%); /* Opera 11.10+ *!/
	background: -ms-linear-gradient(top,  #e6edf2 0%,#cedae8 100%); /* IE10+ *!/
	background: linear-gradient(to bottom,  #e6edf2 0%,#cedae8 100%); /* W3C *!/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6edf2', endColorstr='#cedae8',GradientType=0 ); /* IE6-9 *!/
}
.sticker-special {
	position: absolute;
	left: 65px;
	top: -12px;
	width: 51px;
	height: 28px;
	background: url("/templates/translogist/images/icons_sticker.gif") left top no-repeat;
}*/
	

.sticker-new {
	position: absolute;
	left: 50%;
	top: -12px;
	margin: 0 0 0 -30px;
	width: 60px;
	height: 19px;
	background: url("/templates/microvolnovka/images/btns.png") left -900px no-repeat;
	-background: url("/templates/microvolnovka/images/btns.gif") left -900px no-repeat;
}
.sticker-hit {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 31px;
	height: 32px;
	background: url("/templates/microvolnovka/images/btns.png") right -900px no-repeat;
	-background: url("/templates/microvolnovka/images/btns.gif") right -900px no-repeat;
}


#filter-sort {
	padding: 7px 5%;
	width: 90%;
	font-size: 12px;
	text-align: center;
	}
#filter-sort LABEL {
	margin: 3px 0 0 0;
	width: auto;
	}
#filter-sort SELECT {
	margin: 3px 5px 0 5px;
	}
#filter-sort .btn-apply {
	margin: 0;
	padding: 2px 7px 4px 7px;
	font-size: 12px;
	}
	

#filter-params {
	padding: 10px 5%;
	width: 90%;
	font-size: 12px;
	}
#filter-params LABEL {
	margin: 0 0 1px 0;
/*	width: 40%;
	text-align: right;*/
	}
#filter-params .btn-apply {
/*	margin: 0 0 0 41%;*/
	}
#filter-params H1,
#filter-params H2,
#filter-params H3,
#filter-params H4,
#filter-params H5 {
	margin: 0 0 7px 0;
	text-transform: uppercase;
	padding-bottom:7px;
	color: #935943;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #E8C7B1;
}
#filter-params SELECT {
	width: auto;
	max-width: 90%;
}
#filter-params_off {
	margin-top: -75px;
	text-align: right;
}
#filter-params_off .btn {
	padding: 0;
	color: #935943;
	font-size: 12px;
	background: none;
	box-shadow: none;
}

.item-details {
}
.item-details .image {
	margin: 0 4% 0 0;
	width: 25%;
	text-align: center;
}
.item-details .images-list {
	margin: 0;
	padding: 0;
}
.item-details .images-list LI {
	margin: 0;
	padding: 0;
	background: none;
}
/*.item-details .order {
	margin: 0 0 10px 0;
	text-align: right;	
}
.item-details .btn-buy {
	float: none;
}*/
.item-details .image IMG {
	max-width: 100%;
}
/*.item-details .btn-zoom {
	padding: 0 0 0 25px;
	height: 21px;
}*/
.item-details .description {
	width: 70%;
}
.item-details .description>H2 {
	margin: 0 0 20px 0;
}
.item-details .description H2 {
	border: none;
}
.item-details .description .params {
	width:100%;
	padding: 20px 20px 20px 5px;
	margin: 20px 0;
}
.item-details .description .params TH {
	color: #935943;
}
.item-details .description .params TD:last-child {
	color: #935943;
}

.item-prev-next {
	margin: 10px 0 0 0 ;
	text-align: justify;
}
.item-prev-next>LI {
	margin: 0;
	width: 48.5%;
	text-align: left;
}
.item-prev-next > LI:first-child {
	margin: 0 1% 0 0;
}
.item-prev-next .item-cont {
}
.item-prev-next .image-block {
	position: relative;
	margin: 0 5% 0 0;
	width: 30%;
	text-align: center;
}
.item-prev-next .description-block {
	width: 63%;
}
.item-prev-next .prev-next {
	font-weight: 700;
	color: #dd9600;
	padding: 0 0 0 38px;
	height: 33px;
	font-size: 12px;
	line-height: 33px;
	background: url("/templates/microvolnovka/images/paginator.gif") left -100px no-repeat;
}
.item-prev-next .next-prev {
	text-align: right;
	font-weight: 700;
	color: #dd9600;
	padding: 0 38px 0 0;
	height: 33px;
	font-size: 12px;
	line-height: 33px;
	background: url("/templates/microvolnovka/images/paginator.gif") right -200px no-repeat;
}
.item-prev-next > LI:last-child .prev-next {
	text-align: right;
}
.item-prev-next .price {
	margin: 0 7px 7px 0;
}
.item-prev-next FORM {
	left: 37%;
	margin: 0;
/*	width: auto;*/
}
.item-prev-next .item-new {
	position: static;
	margin: 2px auto 0 auto;
	font-size: 14px;
}
.item-prev-next .item-hit {
	position: static;
	margin: 2px auto 0 auto;
	font-size: 14px;
}
/*.item-details .price {
	margin: 0 0 10px 10px;
}
.item-details .in-stock {
	margin: 5px 0 12px 0;
	padding: 0 0 0 25px;
	height: 20px;
	font-size: 12px;
	background: url("/templates/translogist/images/btns.png") left -700px no-repeat;
	-background: url("/templates/translogist/images/btns.gif") left -700px no-repeat;
}
.item-details .out-stock {
	margin: 5px 0 12px 0;
	padding: 0 0 0 25px;
	height: 20px;
	font-size: 12px;
	background: url("/templates/translogist/images/btns.png") left -800px no-repeat;
	-background: url("/templates/translogist/images/btns.gif") left -800px no-repeat;
}
/* @end */


/* @group REVIEWS */
.reviews LI {
	margin: 0 0 5px 0;
	padding: 10px 3%;
	background: #FFFFF6;
	border: 1px solid #F0DCB6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.reviews H3 {
	margin: 5px 0 5px 0;
}
.reviews P {
	margin: 0 0 5px 0;
	font-size: 12px;
}
.reviews .user {
	margin: 0;
	font-size: 11px;
	color: #DC8500;
}
/* @end */

/* @group FOOTER */
#counters {
	text-align: center;
	opacity: 0.5;
}
#copyright {
	font-size: 11px;
	color: #aaa;
	line-height: 14px;
}
#copyright A {
	color: #aaa;
}
#logo_obsudim,
#logo_handy {
	float: right;
	margin: 0 0 0 25px;
	width: 80px;
	height: 30px;
	text-indent: -9000px;
	cursor: pointer;
	}	
#logo_obsudim {
	background: url("/templates/microvolnovka/images/logo_obsudim_handy.gif") left top no-repeat;	
	}
#logo_handy {
	background: url("/templates/microvolnovka/images/logo_obsudim_handy.gif") -100px top no-repeat;	
	}
.float_right {
	float:right;
	display:inline-block;
	margin-right:-40px;
	opacity: 0.8;
}
#ya-site-form0 TABLE, TD {
	border:0;
}

#ya-site-form0 .ya-site-form__input-text_type_hint   {
	background: none !important;
}

.noborder {
	border: none  !important;
}
	
/* @end */