@charset "utf-8";

html,
body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	font:normal 16px/24px Verdana, Geneva, sans-serif;
	color:#333;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:0;
}

input,
select,
textarea,
button {
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#333;
	outline:none;
}

textarea {
	resize:none;
}

img {
	border:0;
	vertical-align:top;
}

a {
	color:#477545;
	text-decoration:underline;
	outline:none;
	cursor:pointer;
}

a:hover {
	text-decoration:none;
}

table {
	border-collapse:collapse;
}

p {
	margin:0 0 15px 0;
}

h2 {
	font-size:18px;
	line-height:21px;
	margin:0 0 10px 8px;
	font-weight:normal;
	color:#477545;
}

h3 {
	font-weight:bold;
	font-size:14px;
	line-height:15px;
	margin:0 0 10px 0;
	color:#4f504e;
}

h3 a {
	color:#4f504e;
}

h4 {
	font-weight:bold;
	font-size:12px;
	margin:0 0 10px 0;
	color:#4f504e;
}

h5 {
	font-weight:bold;
	font-size:11px;
	margin:0 0 5px 0;
}

ul {
	list-style:none;
	margin:0 0 14px 0;
	padding:0;
}

ul li {
	padding:0 0 0 9px;
	margin:0;
	background:url(/img/site/dash.gif) no-repeat 0 10px;
}

hr {
	height:0;
	overflow:hidden;
    border:none;
	border-top:1px dotted #cfcfcf;
	margin:7px 0 5px 0;
	position:relative;
	clear:both;
}

.grey {
	color:#b2b2b2!important;
}

.grey2 {
	color:#737373!important;
}

.red {
	color:#c30!important;
}

.green {
	color:#477546!important;
}

.big {
	font-size:12px;
	line-height:15px;
}

.small {
	font-size:11px;
}

.center {
	text-align:center;
}

.nowrap {
	white-space:nowrap;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix {
	zoom:1;
}

.clearfix:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.min-h {
	min-height:100%;
	height:auto!important;
	height:100%;
	position:relative;
}

#wrapper {
	min-width:1000px;
	max-width:10000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	padding:6px 0;
}

#container {
	min-width:1000px;
	max-width:1256px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	background:#fff;
}

.main-indent {
	padding:0 11px 0 9px;
	zoom:1;
	position:relative;
}

.header {
	position:relative;
	height:67px;
	padding:0 259px 22px 260px;
}

.header .logo {
	position:absolute;
	top:20px;
	left:13px;
}

.header .right {
	position:absolute;
	top:5px;
	right:0;
	width:259px;
}

.header .right h5 {
	zoom:1;
	position:relative;
	margin-left:-10px;
	left:10px;
	word-spacing:-2px;
}

.header .contacts {
	font-size:12px;
	zoom:1;
	overflow:hidden;
	border-bottom:1px dotted #ddd;
	margin:0 0 4px 0;
	padding:0 0 5px 0;
}

.header .contacts .fr {
	float:right;
}

.header .center {
	zoom:1;
	text-align:left;
	position:relative;
	overflow:hidden;
	line-height:13px;
	color:#737373;
}

.header .center .fl {
	float:left;
	width:32%;
	padding:0 1% 0 0;
}

.header .center .fr {
	float:right;
	padding:0 0 0 1%;
}

.header .center a {
	color:#737373;
	text-decoration:none;
}

.header .center img {
	float:left;
	margin:0 4px 0 0;
}

.auth-menu {
    font-size:12px;
}

.auth-menu a {
	color:#4f504e;
}

.auth-menu .registration {
	float:left;
}

.auth-menu .login {
	float:right;
}

.menu {
	position:relative;
	zoom:1;
	overflow:hidden;
	margin:0 0 8px 0;
	background:url(/img/site/repeats.png) repeat-x;
	font-size:12px;
	line-height:32px;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px -1px 0 #6e6d6d;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
}

.menu a {
	display:block;
	height:32px;
	padding:0 14px;
	color:#fff;
	text-decoration:none;
	float:left;
}

.menu ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.menu ul li {
	float:left;
	padding:0 0 0 2px;
	margin:0;
	background:url(/img/site/repeats.png) no-repeat 0 -39px;
}


.menu .right {
	float:right;
	background:url(/img/site/menu-shadow.png) no-repeat;
	padding:0 0 0 7px;
}

.menu .right ul {
	position:relative;
	font-weight:normal;
	background:url(/img/site/repeats.png) repeat-x 0 -80px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	float:left;
}

.menu .right ul li {
	background-position:0 -120px;
}

.three-cols {
	zoom:1;
	position:relative;
	padding:5px 259px 0 215px;
}

.content {
	zoom:1;
	width:100%;
	position:relative;
}

.content:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.aside-l {
	float:left;
	width:206px;
	margin:0 0 0 -100%;
	position:relative;
	left:-215px;
}

.aside-r {
	float:left;
	width:250px;
	position:relative;
	margin:0 0 0 -250px;
	left:259px;
}

.mainContent {
	float:left;
	width:100%;
}

.block {
	margin:0 0 25px 0;
}

.block1 {
	zoom:1;
	position:relative;
	border:1px solid #dee2d8;
	padding:1px;
	margin:0 0 10px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	background:#f4f8ed;
	z-index:5;
}

.mainContent .block1 {
	background-color:transparent;
}

.block1 .block-bg {
	position:relative;
}

.place {
	text-align:center;
	padding:8px 0 8px 8px;
	margin:0 0 10px 0;
}

ul.menu2 {
	list-style:none;
	margin:-4px 4px 0 4px;
	zoom:1;
	position:relative;
	padding:0;
	font-size:13px;
	line-height:15px;
}

ul.menu2 li {
	border-top:1px dotted #cfcfcf;
	padding:3px 0 6px 0;
	background:none;
	zoom:1;
	position:relative;
	margin:0;
}

ul.menu2 li.first {
	border:0;
}

ul.menu2 li ul {
	margin:3px 0 0 0;
	border-top:1px dotted #cfcfcf;
	padding:0 0 0 9px;
}

ul.menu2 li ul li {
	padding-left:11px;
	background:url(/img/site/dot-grey.gif) no-repeat 0 10px;
}

ul.menu2 li a {
	color:#343434;
}

ul.menu2 li span {
	color:#b2b2b2;
}

ul.menu2 li ul li a {
	color:#6b6b6b;
}

.input {
	border:1px solid #b5b8ba;
	background:#fff url(/img/site/inputs.png) no-repeat;
	height:23px;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	line-height:1;
	overflow:hidden;
	padding:0 0 0 5px;
}

.input .input-bg {
	background:url(/img/site/inputs.png) no-repeat 100% 0;
	height:23px;
}

.input input {
	width:100%;
	margin:0;
	padding:4px 0;
	border:0;
	background:none;
	display:block;
}

.input2 {
	border:1px solid #b5b8ba;
	background:#fff url(/img/site/inputs.png) no-repeat 0 -31px;
	height:29px;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	line-height:normal;
	overflow:hidden;
	padding:0 0 0 5px;
}

.input2 .input-bg {
	background:url(/img/site/inputs.png) no-repeat 100% -31px;
	height:29px;
}

.input2 input {
	width:100%;
	margin:0;
	padding:7px 0;
	border:0;
	background:none;
	font-size:12px;
}

.textarea {
	border:1px solid #b5b8ba;
	background:#fff url(/img/site/inputs.png) no-repeat 0 -66px;
	height:79px;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	line-height:normal;
	overflow:hidden;
	padding:0 0 0 5px;
}

.textarea .textarea-bg {
	background:url(/img/site/inputs.png) no-repeat 100% -66px;
	height:79px;
	padding:0 1px 0 0;
}

.textarea textarea {
	width:100%;
	margin:0;
	padding:5px 0;
	height:69px;
	border:0;
	background:none;
}

.btn-green {
	cursor:pointer;
	border:0;
	background:#578456 url(/img/site/repeats.png) repeat-x 0 -160px;
	height:25px;
	padding:0 7px 1px 7px;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	font-size:12px;
	font-weight:bold;
	color:#fff!important;
	text-decoration:none;
	text-shadow:1px -1px 0 #6e6d6d;
	overflow:visible;
}

.btn-green.disabled {
    background-position:0 -400px;
    text-shadow:1px -1px 0 #cccccc;
}

a.btn-green,
span.btn-green {
	display:inline-block;
	padding-bottom:0;
	line-height:25px;
	text-align:center;
	white-space:nowrap;
}

.subscr {
	zoom:1;
	position:relative;
	margin:-3px 0 0 0;
}

.subscr h3 {
	padding-left:4px;
	margin:0 0 16px 0;
}

.subscr .input {
	margin:0 0 4px 0;
}

.subscr .btn-green {
	padding-left:0;
	padding-right:0;
	width:100%;
}

.hr {
	height:0;
	overflow:hidden;
	border-top:1px dotted #cfcfcf;
	margin:7px 0 5px 0;
	position:relative;
	clear:both;
}

.hr2 {
	height:1px;
	overflow:hidden;
	position:relative;
	clear:both;
	margin:8px 0 8px -14px;
	left:7px;
	background:#f8f9f7;
}

.hr3 {
	clear:both;
	height:32px;
	overflow:hidden;
}

.hr4 {
	clear:both;
	height:22px;
	overflow:hidden;
}

.hr5 {
	clear:both;
	height:6px;
	overflow:hidden;
}

.article {
	color:#737373;
	zoom:1;
	overflow:hidden;
}

.article:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.article h3 {
	font-size:12px;
	line-height:15px;
	margin:0;
	font-weight:normal;
	color:#333;
}

.article h3 a {
	color:#333;
}

.article .text {
	zoom:1;
	overflow:hidden;
	margin:8px 0 0 0;
}

.article img {
	float:left;
	position:relative;
	margin:0 6px 0 0;
	border:1px solid #dee2d8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    font-size: 12px;
	behavior: url(/js/site/PIE.htc);
}

.newsItemImg.left a,
.left.w1 a:hover{
    border: none;
}

.article .left {
	float:left;
	margin:0 6px 0 0;
}

.article .left.w1 {
	width:171px;
}

.article .left.w2 {
	width:201px;
}

.article .left img {
    float:none;
}

.article .date {
	margin:0 0 3px 0;
	padding:0 0 0 16px;
	background:url(/img/site/pic-calendar.gif) no-repeat 1px 50%;
}

.article .date-b {
	margin:5px 0 2px 0;
}

.all {
    font-size:12px;
	line-height:15px;
	text-align:right;
	margin:21px 0 0 0;
}

.all a {
	color:#737373;
}

.all2 {
	float:right;
	line-height:16px;
	margin:0;
}

ul.list1 {
	list-style:none;
	margin:-4px 0 0 0;
	padding:0;
	zoom:1;
	position:relative;
	top:2px;
	font-size:12px;
	line-height:15px;
}

ul.list1.small {
	font-size:11px;
}

ul.list1 li {
	padding:2px 0 4px 0;
	zoom:1;
	overflow:hidden;
	vertical-align:bottom;
	margin:0;
	border-top:1px dotted #cfcfcf;
	background:none;
}

ul.list1 li.first {
	border:0;
}

ul.list1 a {
	color:#333;
}

.list1 .price {
	float:right;
	font-size:11px;
	font-weight:normal;
	width:100px;
}

ul.articles li {
	padding-left:15px;
	background:url(/img/site/pic-doc.gif) no-repeat 0 5px;
}

ul.articles li.first {
	border:0;
}

ul.rating li {
	zoom:1;
	overflow:hidden;
	vertical-align:bottom;
}

ul.rating li.first {
	font-size:11px;
	color:#737373;
}

ul.rating strong {
	float:right;
	font-weight:normal;
	width:33px;
}

.table {
	width:100%;
	margin:0;
	font-size:12px;
	line-height:15px;
}

.table a {
	color:#333;
}

.table tr td {
	border-top:1px dotted #cfcfcf;
	padding:2px 0 4px 0;
	text-align:left;
	vertical-align:top;
}

.table tr th {
	padding:0 0 6px 0;
	text-align:left;
	vertical-align:top;
	font-size:11px;
	color:#737373;
	font-weight:normal;
}

.table .center {
	text-align:center;
}

.table2 {
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	color:#4f504e;
}

.table2 tr th {
	font-size:14px;
	font-weight:bold;
	color:#4f504e;
}

.table2 tr td {
	padding:14px 0;
}

.table2 .check {
	width:22px;
}

.table2 .ind {
	padding:0 20px 0 0;
}

.table2 a {
	color:#4f504e;
}

.thirds {
	zoom:1;
	position:relative;
	margin:0 0 0 -10px;
	left:10px;
}

.thirds:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.thirds .third {
	float:left;
	width:33%;
}

.thirds .third2 {
	float:left;
	width:66%;
}

.thirds .ind {
	padding:0 10px 0 0;
}

.halves {
	zoom:1;
	position:relative;
}

.halves:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.halves .half {
	float:left;
	clear:right;
	width:50%;
}

.halves .quarter {
	float:left;
	clear:right;
	width:25%;
}

.halves .half1 {
	width:60%;
}

.halves .half2 {
	width:40%;
}

.halves .ind {
	padding:0 9px 0 0;
}

.halves .ind2 {
	padding:0 2px 0 0;
}

.red-title {
	margin:0 0 18px 0;
}

.red-title h1 {
	margin-top: 0;
	position:relative;
	zoom:1;
	background:#da6641;
	border:1px solid #dee2d8;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	padding:7px 8px;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
}

.red-title a {
    color:#fff;
    text-decoration:none;
}

.want-to-do {
	zoom:1;
	position:relative;
	z-index:20;
}

.want-to-do .btn-green {
	display:block;
	position:relative;
	top:4px;
	padding-left:0;
	padding-right:0;
}

.want-to-do h2 {
	margin-bottom:11px;
}

.tab-menu {
	padding:0 0 0 4px;
	background:url(/img/site/tab-menu.png) no-repeat;
	height:37px;
	font-size:13px;
	line-height:21px;
	margin:-3px 0 0 0;
	top:3px;
	position:relative;
	z-index:20;
}

.tab-menu .bg {
	background:url(/img/site/tab-menu.png) no-repeat 100% -45px;
	height:29px;
	padding:6px 0 0 0;
}

.tab-menu a {
	display:block;
	text-align:center;
	white-space:nowrap;
	color:#477545;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
}

.tab-menu a span {
	display:inline-block;
	text-align:left;
}

.tab-menu a.active {
	background:#bacfb1;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}

.tab-menu table {
	width:100%;
	margin:0;
}

.tab-menu table tr td {
	text-align:center;
	vertical-align:top;
	padding:0 2px 0 0;
}

.tab-menu2 {
	background:url(/img/site/tab-menu2.png) no-repeat;
	padding-left:7px;
	height:42px;
}

.tab-menu2 .bg {
	background:url(/img/site/tab-menu2.png) no-repeat 100% 0;
	height:36px;
}

.tab-menu2 a {
	line-height:14px;
	padding:2px 4px;
}

.tab-menu2-small a {
	padding:2px 0;
	font-size:10px;
}

.block2 {
	zoom:1;
	position:relative;
	border:1px solid #dee2d8;
	margin:0 0 10px 0;
	padding:8px 7px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
}

ul.form {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	color:#737373;
}

ul.form.noind {
	margin:0;
}

ul.form li {
	zoom:1;
	overflow:hidden;
	position:relative;
	margin:0 0 17px 0;
	padding:0;
	background:none;
}

.form h6 {
	font-weight:normal;
	font-size:12px;
	color:#737373;
	line-height:17px;
	margin:0 0 7px 0;
}

.form .fs12 {
	font-size:12px;
}

.form .fl {
	float:left;
	line-height:25px;
	margin:0 5px 0 0;
}

.form select {
	width:100%;
}

.form .input2 {
	margin:9px 0 4px 0;
}

.form .submit {
	font-size:12px;
	line-height:25px;
	color:#b2b2b2;
	text-align:center;
	margin-bottom:0;
}

.form .submit .left {
	float:left;
}

.form .submit .right {
	float:right;
}

.form .submit a {
	font-weight:bold;
	color:#4f504e;
}

ul.check-small {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	font-size:12px;
	line-height:15px;
}

ul.check-small li {
	float:left;
	margin:0 0 0 3px;
	padding:0;
	background:none;
	overflow:visible;
	display:inline;
}

ul.check-small span {
	position:relative;
	display:block;
	float:left;
	padding:0 3px;
	background:#fff url(/img/site/repeats.png) repeat-x 0 -9999px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	cursor:pointer;
	border:1px solid #c6c9c9;
	color:#6e6d6d;
}

ul.check-small .active span {
	border:0;
	background-position:0 -192px;
	color:#fff;
	text-shadow:-1px -1px 0 #6e6d6d;
	height:17px;
	line-height:17px;
	padding:0 4px;
	cursor:default;
}

ul.check-small .arr {
	background:url(/img/site/darr-green.png) no-repeat;
	width:9px;
	height:3px;
	overflow:hidden;
	position:absolute;
	top:-9999px;
	left:50%;
	margin:0 0 0 -5px;
}

ul.check-small .active .arr {
	top:17px;
}

.hidden,
.outtaHere {
	display:none;
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.selectArea {
	zoom:1;
	position:relative;
	background:url(/img/site/repeats.png) repeat-x 0 -216px;
	font:normal 11px/23px Verdana, Geneva, sans-serif;
	color:#333;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.selectArea .selectIn {
	border:1px solid #b5b8ba;
	position:relative;
	background:url(/img/site/select-arr.png) no-repeat 100% 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:23px;
	padding:0 12px 0 5px;
	cursor:pointer;
}

.selectArea .selectText {
	white-space:nowrap;
	width:100%;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
}

.select-sub {
	position:absolute;
	z-index:4000;
}

.select-sub ul {
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #b5b8ba;
	font:normal 11px/13px Verdana, Geneva, sans-serif;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	max-height:92px!important;
	_height:92px!important;
	overflow:hidden!important;
	overflow-y:auto!important;
}

.select-sub ul li {
	margin:0;
	padding:0;
	background:none;
}

.select-sub ul li a {
	display:block;
	padding:5px 0 5px 5px;
	color:#333;
	text-decoration:none;
}

.select-sub ul li a:hover {
	background:#f4f8ed;
}

.popular {
	margin-top:15px;
}

.article2 {
	zoom:1;
	color:#737373;
	overflow:hidden;
}

.article2 h4 {
	margin:0 0 12px 0;
}

.article2 h4 a {
	color:#4f504e;
}

.article2 .hr {
	clear:none;
	margin:5px 0 4px 0;
}

.article2 .price {
	font-size:16px;
	line-height:1;
	color:#c30;
	word-spacing:-2px;
}

.article2 img {
	float:left;
	margin:0 6px 0 0;
	border:1px solid #dee2d8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	position:relative;
}

.article2 ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#4d4d4d;
	height:100%;
	overflow:hidden;
}

.article2 ul li {
	zoom:1;
	overflow:hidden;
	margin:0 0 2px 0;
	padding:0 0 0 88px;
	background:none;
	position:relative;
}

.article2 ul li strong {
	font-weight:normal;
	position:absolute;
	top:0;
	left:0;
	color:#737373;
}

.article2 ul li a {
    color:#333;
}

.footer {
	padding:28px 9px 9px 9px;
	zoom:1;
	position:relative;
	overflow:hidden;
	background:#f9fbf6;
	color:#797979;
}

.footer .left {
	float:left;
	width:184px;
	background:#fff;
	margin:0 40px 0 0;
	padding:8px 0 0 9px;
}

.footer .right {
	height:100%;
	overflow:hidden;
}

.footer .logo {
	margin:0 0 20px 0;
}

.footer .left ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:92px;
}

.footer .left ul li {
	margin:0 0 8px 0;
	padding:0 0 0 9px;
	background:url(/img/site/dot-grey.gif) no-repeat 0 6px;
}

.footer .left ul li a {
	color:#737373;
}

.footer .right ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}

.footer .right ul li {
	margin:0 0 8px 0;
	padding:0 0 0 9px;
	background:url(/img/site/dot-grey.gif) no-repeat 0 6px;
}

.footer .right ul li a {
	color:#737373;
}

.footer h3 {
	margin-bottom:12px;
}

.footer .bg {
	margin:20px 0 0 0;
	padding:12px 0 0 0;
	zoom:1;
	overflow:hidden;
	border-top:1px solid #edeeea;
}

.footer .counters {
	float:right;
}

.arr {
	font-family:"Minion Pro", Georgia, "Times New Roman", serif;
	font-size:12px;
}

.path {
	padding:0 0 0 9px;
	margin:-12px 0 8px 0;
	color:#4f504e;
	font-size:12px;
}

.path a {
	color:#4f504e;
}

.back {

	float: left;
}

.main-descr {
	zoom:1;
}

.main-descr .head {
	zoom:1;
	position:relative;
	margin:0 0 5px 0;
	padding:0 23px;
	line-height:16px;
	color:#4d4d4d;
}

.main-descr .head:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.main-descr .head img {
	float:left;
	position:relative;
	margin:0 9px 0 0;
	border:1px solid #dee2d8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
}

.main-descr h2 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	color:#4f504e;
	min-height:28px;
	height:auto!important;
	line-height:14px;
	height:28px;
}

.main-descr h2.one-line {
    line-height:70px;
	height:70px;
}

.main-descr .head .text {
	/*height:100%;*/
	overflow:hidden;
}

.main-descr .head .hr {
	margin:7px 0 3px 0;
}

.main-descr .head .prev {
	position:absolute;
	top:26px;
	left:0;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	background:url(/img/site/nav.png) no-repeat;
	height:23px;
	width:14px;
}

.main-descr .head .next {
	position:absolute;
	top:26px;
	right:0;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	background:url(/img/site/nav.png) no-repeat -53px 0;
	height:23px;
	width:14px;
}

.main-descr .list1 {
	font-weight:bold;
	color:#4f504e;
	padding-top:8px;
}

.main-descr .list1 strong {
	float:right;
	font-weight:bold;
}

.main-descr .list1 li.small {
	font-size:11px;
	color:#737373;
	font-weight:normal;
}

.main-descr .list1 li.small strong {
	font-weight:normal;
	color:#333;
	width:88px;
}

.main-descr .contacts {
	margin:0 0 0 -8px;
	left:8px;
	position:relative;
}

.main-descr .contacts a {
	color:#333;
}

.main-descr .contacts h4 {
	margin:0 0 14px 0;
}

.main-descr .hr2 {
	margin-top:19px;
	margin-bottom:17px;
}

.main-descr .scope a {
    color:#333;
}

.main-descr .region {
    color:#4f504e;
    font-weight:bold;
}

.main-descr img{
	max-width: 100%;
}

.ask {
	margin:17px 0 17px 0;
	text-align:center;
}

.ask .btn-green {
	padding-left:0;
	padding-right:0;
	width:217px;
}

ul.pic-menu {
	list-style:none;
	margin:0;
	padding:0;
}

ul.pic-menu li {
	margin:0;
	padding:0;
	background:none;
}

ul.pic-menu a {
	display:inline-block;
	color:#333;
    padding-top: 3px;
}
ul.pic-menu .not_added .add,
ul.pic-menu .added .del,
ul.pic-menu .added .add{
    padding: 3px 10px;
    border: 1px solid rgb(207, 207, 207) ;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 76%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(76%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 76%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 76%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 76%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 76%,rgba(255,255,255,1) 100%);
}


ul.gallery,
div.gallery {
	line-height:normal;
	margin:-16px 0 0 -16px;
	left:16px;
	top:16px;
	padding:0;
	zoom:1;
	position:relative;
}

ul.gallery li,
div.gallery div {
	display:inline-block;
	vertical-align:top;
	padding:0;
	background:none;
	margin:0 12px 16px 0;
}

ul.gallery2 {
	margin-top:0;
	top:0;
}

ul.gallery2 li {
	margin:0 16px 20px 0;
}

ul.gallery img,
div.gallery img {
	border:1px solid #dee2d8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	position:relative;
}

div.gallery a {
    display:block;
}

div.gallery a.delete {
    float:right;
	color:#737373;
}

ul.apps {
	list-style:none;
	margin:0;
	padding:0;
	line-height:16px;
}

ul.apps li {
	margin:0;
	padding:0;
	background:none;
}

.apps a {
	text-decoration:none;
	display:inline-block;
	padding:0 0 0 23px;
	color:#333;
}

.apps a:hover {
	text-decoration:underline;
}

/*.apps .pdf {*/
	/*background:url(/img/site/pic-pdf.png) no-repeat;*/
/*}*/

/*.apps .tv {*/
	/*background:url(/img/site/pic-tv.gif) no-repeat 5px 50%;*/
/*}*/

/*.apps .license {*/
	/*background:url(/img/site/pic-doc2.gif) no-repeat 5px 50%;*/
/*}*/

.back2 {
	margin:17px 0 0 0;
}

.checked {
	padding:10px 0;
	text-align:right;
}

.checked span {
	position:relative;
	color:#3d883b;
	font-weight:bold;
	padding:0 5px 0 26px;
	height:25px;
	line-height:25px;
	white-space:nowrap;
	background:#f4f4f4 url(/img/site/check.png) no-repeat 8px 7px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	display:inline-block;
}

ul.info-list {
	color:#333!important;
	font-weight:normal!important;
}

ul.info-list li {
	padding-left:150px;
}

ul.info-list li strong {
	font-weight:normal!important;
	color:#737373!important;
	position:absolute;
	left:0;
}

.add-your {
	zoom:1;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	margin:0px 0 0 0;
	float: right;
}

.add-your .btn-green {
	float:right;
}

.adding {
	padding:6px 0 0 0;
	position: relative;
}

.adding .hr2 {
	margin-top:16px;
	margin-bottom:16px;
}

.adding .type {
	zoom:1;
	overflow:hidden;
	margin:20px 0 18px 0;
}

.adding .type ul {
	list-style:none;
	margin:0;
	padding:11px 0 0 0;
	float:left;
	width:141px;
	zoom:1;
	position:relative;
	z-index:20;
}

.adding .type ul.list2 {
	width:211px;
}

.adding .type ul li {
	position:relative;
	padding:0 0 0 20px;
	background:none;
	margin:0 0 8px 0;
	zoom:1;
	z-index:20;
}

.adding .type ul li .arr {
	background:url(/img/site/descr-arr.png) no-repeat;
	width:17px;
	height:35px;
	top:50%;
	right:-1px;
	position:absolute;
	margin:-17px 0 0 0;
	display:none;
	z-index:20;
}

.adding .type ul li.active .arr {
	display:block;
}

.adding .type ul li input {
	position:absolute;
	top:-2px;
	left:0;
}

.adding .type .descr {
	height:100%;
	overflow:hidden;
	border:1px solid #e0e4da;
	padding:4px 8px;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	line-height:16px;
	color:#4d4d4d;
	min-height:163px;
}

.adding .type .descr a {
	color:#4d4d4d;
}

.adding .type .descr p {
	margin:0 0 7px 0;
}

.adding .type .descr .big {
	font-weight:bold;
}

.adding .type .descr .check {
	zoom:1;
	position:relative;
	padding:0 0 0 22px;
	margin:9px 0;
}

.adding .type .descr .check input {
	position:absolute;
	top:-2px;
	left:0;
}

.adding .next {
	padding:0 0 0 141px;
}

.b-info {
	line-height:16px;
	margin:10px 0 0 0;
	color:#b2b2b2;
}

.tab-menu3 {
	margin:0 0 15px 0;
	font-size:12px;
	line-height:35px;
	padding:0 11px 0 0;
}

.tab-menu3 table {
	width:100%;
	margin:0;
}

.tab-menu3 table tr td {
	text-align:center;
	vertical-align:top;
	padding:0;
}

.tab-menu3 a {
	display:block;
	height:35px;
	text-align:center;
	padding:0 0 0 20px;
	background:url(/img/site/tab-menu3.png) no-repeat;
	color:#4f504e;
	position:relative;
	margin:0 0 0 -11px;
	left:11px;
	border-right:1px solid #dee2d8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
	white-space:nowrap;
}

.tab-menu3 a span {
	display:block;
	height:35px;
	padding:0 10px 0 0;
	background:url(/img/site/tab-menu3.png) no-repeat 50% -91px;
}

.tab-menu3 a.active {
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	background-position:0 -45px;
}

.tab-menu3 a.active span {
	background-position:50% -136px;
}

.tab-menu3 .first a {
	padding:0 20px 0 0;
	background-position:100% 0;
	border:0;
	border-left:1px solid #dee2d8;
}

.tab-menu3 .first a span {
	padding:0 0 0 10px;
}

.tab-menu3 .first a.active {
	background-position:100% -45px;
}

ul.form2 {
	list-style:none;
	margin:0 0 14px 0;
	padding:0;
}

ul.form2.ind2 {
	margin:0 0 28px 0;
}

ul.form2 li {
	zoom:1;
	margin:0 0 30px 0;
	padding:0;
	background:none;
}

ul.form2.ind3 li {
	margin:0 0 8px 0;
}

ul.form2 li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.form2 select {
	width:100%;
}

.form2 h3 {
	margin:0;
	line-height:14px;
}

.form2 .label {
	zoom:1;
	position:relative;
	margin:-10px 0 0 0;
	top:14px;
}

.form2 .label span {
	display:block;
	color:#b2b2b2;
}

.form2 ul {
	list-style:none;
	margin:0;
	padding:0;
}

.add-more {
	text-align:right;
	color:#737373;
	zoom:1;
	position:relative;
	top:-4px;
}

.add-more a {
	color:#737373;
}

.form3 {
	margin-bottom:16px;
}

.form3 select {
	width:100%;
	height:108px;
}

.check-big {
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 22px;
	zoom:1;
	position:relative;
	margin:0 0 14px 0;
}

.check-big input {
	position:absolute;
	left:0;
	top:-2px;
}

.form2 .check-big {
	padding-top:4px;
	margin:0;
}

.form2 .check-big input {
	top:2px;
}

ul.form2 li.submit {
	font-size:12px;
	line-height:14px;
	padding:4px 0 0 0;
	margin:24px 0 0 0;
}

ul.form2 li.submit a {
	color:#232323;
}

ul.form2 li.submit .right {
	float:right;
	margin:-4px 0 0 0;
}

ul.form2 li.submit .right .cancel {
    margin:0 30px 0 15px;
}

ul.form2 li.submit .right .cancel a {
    margin:0 0 0 10px;
}

ul.form2 ul.checks {
	list-style:none;
	margin:0;
	padding:4px 0 0 0;
}

ul.form2 ul.checks li {
	margin:0 0 8px 0;
	padding:0 0 0 20px;
	zoom:1;
	position:relative;
}

ul.form2 ul.checks li input {
	position:absolute;
	top:5px;
	left:0;
}

.form2 .hold-year {
	width:87px;
	float:left;
	margin:0 9px 0 0;
}

.form2 .hold-month {
	float:left;
	width:110px;
}

.form2 .fl {
	float:left;
	margin:0 9px;
	line-height:25px;
}

.auth h3 {
	margin:0 0 19px 8px;
	font-size:12px;
}

.auth h3 span {
	font-weight:normal;
}

.auth h4 {
	text-align:center;
	margin:0 0 15px 0;
	padding:4px 0 0 0;
}

.auth h4 img {
	position:relative;
	vertical-align:middle;
	margin:-10px 3px 0 3px;
	top:5px;
}

ul.form4 {
	list-style:none;
	margin:0;
	padding:0;
}

ul.form4 li {
	zoom:1;
	position:relative;
	padding:0 0 0 100px;
	margin:0 0 8px 0;
	background:none;
}

ul.form4.auth-form li {
	padding-left:110px;
}

ul.form4 li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.form4 .label {
	position:absolute;
	top:4px;
	left:0;
	width:110px;
    font-size:12px;
}

.form4 .label.two-rows {
	top:-2px;
}

.form4 .w1 {
	margin:0 62px 0 0;
}

.form4 .forgot {
	text-decoration:none;
	color:#737373;
	position:absolute;
	top:-2px;
	right:0;
	width:53px;
}

.form4 .forgot:hover {
	text-decoration:underline;
}

ul.form4 li.submit,
.auth .submit {
	text-align:center;
	margin:19px 0 0 0;
	padding:0;
}

.auth .btn-green {
	min-width:100px;
}

ul.form4.auth-form {
	margin:20px 0 0 0;
}

ul.form4 li.check,
ul.form2 .check,
ul.info-list2 .check {
	padding:0 0 0 22px;
	font-size:12px;
	margin-top:17px;
	position:relative;
	zoom:1;
}

ul.form2 .check {
	margin-top:0;
}

ul.info-list2 .check {
	margin-top:11px;
	color:#4f504e;
}

ul.form4 li.check input,
ul.form2 .check input,
ul.info-list2 .check input {
	position:absolute;
	top:-2px;
	left:0;
}

ul.form4 li.captcha {
	margin:15px 0 15px 0;
}

.auth .block2 {
	padding-bottom:19px;
	padding-top:11px;
	overflow:hidden;
}

.auth .block1 .block-bg {
	padding-bottom:18px;
	padding-top:10px;
	overflow:hidden;
}

.messages-box {
	margin:0 0 40px 0;
}

.messages-box .close {
    float:right;
    background:url(/img/site/close.gif) no-repeat;
    width:12px;
    height:12px;
}

.messages-box ul {
	list-style:none;
	margin:0;
	padding:0;
}

.messages-box ul li {
	margin:0 0 3px 0;
	padding:0;
	background:none;
}

.messages-box p {
	margin:10px 0 10px 0;
}

.user-menu {
	margin:0 0 14px 0;
}

.select-time {
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	margin:0 0 23px 0;
	zoom:1;
	overflow:hidden;
	padding:0 6px 0 0;
	color:#4f504e;
}

.select-time .customSelect {
	float:right;
	width:136px;
}

.price-block {
	margin-left:-16px;
	left:8px;
	margin-bottom:17px;
}

.price-block .block-bg {
	padding-top:11px;
	padding-bottom:12px;
	font-size:12px;
	text-align:center;
}

.price-block .total {
	font-weight:bold;
	margin:0 0 16px 0;
	font-weight:bold;
}

.price-block .inline {
	white-space:nowrap;
	display:inline-block;
	text-align:left;
}

.submit-main {
	font-size:12px;
	line-height:14px;
	padding:4px 0 0 0;
	margin:24px 0 0 0;
	zoom:1;
	overflow:hidden;
}

.submit-main a {
	color:#232323;
}

.submit-main .right {
	float:right;
	margin:-4px 0 0 0;
}

.doc-place {
	margin:24px 0 0 0;
}

.darr-block {
	padding:0 0 0 12px;
	background:url(/img/site/darr.png) no-repeat 0 50%;
}

.darr-block2 {
	padding:0 12px 0 0;
	background:url(/img/site/darr.png) no-repeat 100% 50%;
}

.results-head {
	zoom:1;
	overflow:hidden;
	padding:0 8px;
	margin:0 0 5px 0;
	line-height:15px;
}

.results-head h2 {
	margin:0 0 3px 0;
}

ul.pagination {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	line-height:15px;
}

ul.pagination li {
	float:left;
	margin:0 0 0 2px;
	display:inline;
	padding:0;
	background:none;
}

.pagination a,
.pagination strong {
	display:block;
	font-weight:normal;
	float:left;
	padding:0 1px;
	color:#737373;
}

.pagination strong {
	position:relative;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior: url(/js/site/PIE.htc);
	background:#5b885a url(/img/site/repeats.png) repeat-x 0 -192px;
	color:#fff;
	text-shadow:1px -1px 0 #6e6d6d;
}

.results-head2 {
	zoom:1;
	position:relative;
	z-index:4;
	background:#f8f8f8;
	border:1px solid #dee2d8;
	font-size:14px;
	line-height:24px;
	overflow:hidden;
	color:#4f504e;
	font-weight:bold;
	padding:0 8px 3px 8px;
	margin:-4px 0 0 0;
	top:4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
}

.results-head2 a {
	color:#4f504e;
}

.results-head2 .right {
	float:right;
}

.hold-articles {
	zoom:1;
	position:relative;
	margin:-37px 0 0 0;
	top:37px;
}

.article3 {
	line-height:16px;
	zoom:1;
	position:relative;
}

.article3 img {
	float:left;
	position:relative;
	margin:0 6px 12px 0;
	border:1px solid #dee2d8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
}

.article3 h4 {
	margin:0 0 6px 0;
}

.article3 h4 a {
	color:#4f504e;
}

.article3 .price {
	float:right;
	font-size:16px;
	color:#c30;
	word-spacing:-2px;
}

.article3 .info {
	margin:2px 0 0 0;
	zoom:1;
	overflow:hidden;
	color:#737373;
}

.article3 .info a {
	color:#737373;
}

.article3 .info strong {
	font-weight:normal;
	color:#4d4d4d;
}

.article3 .info .left {
	float:left;
	width:135px;
	text-align:left;
}

.article3 .info .right {
	float:right;
}

.article3 .info .center {
	text-align:left;
	height:100%;
	overflow:hidden;
}

.article3 .text {
	/*height:100%;*/
	overflow:hidden;
}

.article3 .hr {
	margin:4px 0;
}

.article3 h5 {
	margin:0;
	color:#737373;
	font-weight:normal;
}

.article3 .hr2 {
	margin-top:16px;
	margin-bottom:16px;
    background-color:#dee2d8;
}

.show {
	line-height:25px;
	zoom:1;
	overflow:hidden;
}

.show span {
	float:left;
	margin:0 9px 0 0;
}

.show .customSelect {
	float:left;
	width:63px;
}

.show .pagination {
	padding-top:5px;
	line-height:15px;
}

.block3 {
	margin:0 0 10px 0;
	padding:0 8px;
}

.block3 h2 {
	margin-left:0;
	padding-left:0;
}

ul.ads-search-geo-list li,
ul.ads-subcategories-list li {
    margin:0 0 5px 0;
}

ul.ads-search-geo-list a,
ul.ads-subcategories-list a {
    margin:0 0 0 20px;
	color:#737373;
}



/*---NEW---*/
.social-auth {
	width:100%;
	position:relative;
	overflow:hidden;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
	margin:-8px 0 0 0;
	top:7px;
}

.social-auth a {
	color:#4f504e;
}

.social-auth img {
	float:left;
	margin:0 9px 0 0;
}

.already-have {
	margin:15px 0 0 0;
	color:#b2b2b2;
}

.already-have a {
	color:#333;
}

.login-result {
	margin: 0 0 20px;
    text-align: center;
}


.form4.noind {
	margin-top:0!important;
}

.article-main {
	margin:-2px 0 0 0;
	zoom:1;
	position:relative;
}

.article-main .date {
	margin:0 0 8px 8px;
	padding:0 0 0 16px;
	background:url(/img/site/pic-calendar.gif) no-repeat 1px 50%;
	color:#737373;
	float:left;
}

.article-main h2 {
	margin-bottom:14px;
}

.print-link {
	padding:0 0 0 15px;
	color:#737373;
	background:url(/img/site/pic-print.gif) no-repeat 0 50%;
	float:right;
}

ul.likes {
	list-style:none;
	margin:0 0 13px 9px;
	line-height:normal;
	padding:0;
}

ul.likes li {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
	padding:0;
	background:none;
}

.article-main .article {
	margin:0 0 10px 0;
}

.article-main .article .text {
	padding-top:0;
}

.contacts2 {
	zoom:1;
	position:relative;
	border:1px solid #dee2d8;
	margin:0 0 7px 0;
	padding:8px 12px 7px 12px;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	color:#4f504e;
}

.article .contacts2 {
	margin:0 0 17px 0;
	top:10px;
	font-size:11px;
}

.article .contacts2 h5 {
	font-size:11px;
}

.contacts2 h5 {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	margin:0 0 3px 0;
}

.contacts2 ul {
	list-style:none;
	margin:0;
	padding:0;
}

.contacts2 ul li {
	margin:0 0 3px 0;
	padding:0 0 0 68px;
	background:none;
	zoom:1;
	position:relative;
}

.contacts2 ul li h5 {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

.article-main .hr {
	margin:17px 0 10px -16px;
	left:8px;
	border-top:1px solid #dee2d8;
}

ul.articles2 {
	list-style:none;
	margin:-2px 0 0 0;
	padding:0;
	position:relative;
	zoom:1;
}

ul.articles2 li {
	font-size:12px;
	margin:0 0 8px 0;
	zoom:1;
	overflow:hidden;
	padding:0 0 0 91px;
	position:relative;
	background:none;
}

ul.articles2 .date {
	font-size:11px;
	margin:0;
	padding:0 0 0 16px;
	background:url(/img/site/pic-calendar.gif) no-repeat 1px 50%;
	white-space:nowrap;
	position:absolute;
	top:0;
	left:0;
}

ul.articles2 a {
	color:#333;
}

.articles-hold .article h3 {
	margin:0 0 5px 0;
}

.articles-hold .hr {
	margin-bottom:15px;
}

.articles-hold .article .text {
	padding:0
}

ul.pagination.left-pagination {
	float:none;
	zoom:1;
	overflow:hidden;
	margin:23px 0 0 0;
}

.two-cols-l {
	zoom:1;
	position:relative;
	padding:0 0 0 215px;
}

.two-cols-r {
	zoom:1;
	position:relative;
	padding:0 259px 0 0;
}
.user-menu1 {

	padding-bottom:0;
	font-size:12px;
	line-height:30px;
	margin:0;
	top:-9px;
	margin-bottom: 9px;
}

.user-menu1 .block-bg {
	zoom:1;
	position:relative;
	overflow:hidden;
}
.user-menu1.block1 {
	background: transparent;
	border: none;
	border-radius: 0px;
	width: auto;
	float: right;
}
.user-menu1 ul {
	list-style:none;
	margin:0;
	padding:0;

}

.user-menu1 ul li {
	background:none;
	float:left;
	margin:0px!important;
	padding:0px!important;
}
.user-menu1 ul li:first-child {
	border-left: 1px solid #bbbbbb;
}
/*.user-menu1 ul li.right {*/
	/*float:right;*/
	/*margin:0;*/
/*}*/

/*.user-menu1 ul li.right2 {*/
	/*float:none;*/
	/*margin:0;*/
	/*position:absolute;*/
	/*top:3px;*/
	/*right:11px;*/
/*}*/

.user-menu1 ul li a {
	display:block;
	float:left;
	color: #000000;
	width: 118px;
	text-align: center;
	font-size: 12px;
	line-height: 31px;
	padding: 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 52%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(52%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 52%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 52%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 52%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 52%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bbbbbb;
	border-left: none;
}

.user-menu1 ul li .active {
	display:block;
    position:relative;
	float:left;
	color:#000;
	text-decoration:none;
	background: #88d1b9; /* Old browsers */
	background: -moz-linear-gradient(top,  #88d1b9 0%, #d3f6ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88d1b9), color-stop(100%,#d3f6ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88d1b9 0%,#d3f6ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88d1b9 0%,#d3f6ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88d1b9 0%,#d3f6ed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #88d1b9 0%,#d3f6ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88d1b9', endColorstr='#d3f6ed',GradientType=0 ); /* IE6-9 */

}

.user-menu1 ul li .active a {
	color:#000;
}

.user-menu1 .customSelect {
	float:left;
	margin:3px 0 0 9px;
	font-size:12px;
}

ul.offer-head {
	margin:6px 0 0 -14px;
	top:8px;
	left:7px;
	position:relative;
	border-top:1px solid #dee2d8;
	padding:0 12px;
	font-size:12px;
	line-height:24px;
	overflow:hidden;
	zoom:1;
}

ul.offer-head li {
	float:left;
	padding:5px 0 5px 12px;
	background:none;
	margin:0;
	border-left:1px solid #e0e4da;
}

ul.offer-head li.left {
	border:0;
	padding-left:0;
	width:140px;
}

ul.offer-head li span {
	float:left;
	margin:0 14px 0 0;
}

ul.offer-head li .customSelect {
	float:left;
}
.franchise,
.offer {
	margin:-1px 0 10px 0;
	font-size:12px;
	line-height:14px;
	color:#4f504e;
}

.offer .block1 {
	margin:0;
}

.offer .block1 .block-bg {
	padding-bottom:12px;
}

.offer.grey-hold {
	color:#737373;
}

.offer.grey-hold .head a {
	color:#737373;
}

.offer .toggler {
	height:14px;
	position:relative;
	margin:-5px 0 0 0;
	cursor:pointer;
	background:#b3c8b3 url(/img/site/toggler.png) no-repeat 50% -48px;
	overflow:hidden;
	z-index:20;
}

.offer.open .toggler {
	background-position:50% -65px;
}

.offer .toggler div {
	height:14px;
	overflow:hidden;
	background:url(/img/site/toggler.png) no-repeat;
}

.offer .toggler div div {
	background-position:100% -24px;
}

.offer .head {
	zoom:1;
	overflow:hidden;
	margin:0 0 0 -14px;
	left:7px;
	padding:1px 7px 13px 5px;
	position:relative;
}

.offer.open .head {
	border-bottom:1px solid #dee2d8;
	padding-bottom:4px;
}

.offer .head .text {
	height:100%;
	overflow:hidden;
}

.offer.highlighted .head .text {
	font-weight:bold;
}

.offer .head .left {
	float:left;
	width:142px;
	padding:0 0 0 22px;
	position:relative;
}

.offer .head .left input {
	position:absolute;
	top:-2px;
	left:0;
}

.offer .head a {
	color:#4f504e;
}

.offer .head .left .details {
	line-height:18px;
	margin:3px 0 0 0;
	display:none;
	zoom:1;
}

.offer .new-mess {
	margin:9px 0 0 0;
}

.offer .in {
	padding:0 0 0 158px;
	zoom:1;
	position:relative;
}

.offer .in .opened {
	display:none;
}

.message {
	zoom:1;
	padding:15px 12px 15px 5px;
	margin:0 0 0 -12px;
	left:7px;
	position:relative;
	color:#2b2b2b;
}

.message .date {
	float:right;
	font-size:11px;
	color:#737373;
}

.message .name {
	font-weight:bold;
	margin:0 0 7px 0;
}

.message .name a {
	text-decoration:none;
	color:#2b2b2b;
}

.message .name a:hover {
	text-decoration:underline;
}

.message.bg-green {
	background:#d7e4ca;
	color:#476646;
}

.message.bg-green .name a {
	color:#1f611e;
}

.offer .textarea {
	margin:0 0 24px 0;
	top:12px;
	height:105px;
	background-position:0 -150px;
}

.offer .textarea .textarea-bg {
	background-position:100% -150px;
}

.offer .textarea textarea {
	height:95px;
}

.tab-menu4 {
	left:0;
	font-size:11px;
	color:#333;
	margin:22px 0 0 0;
	top:8px;
	position:relative;
	zoom:1;
}

.tab-menu4 .bgl {
	padding:0 0 0 4px;
	background:url(/img/site/tab-menu4.png) no-repeat 0 -9999px;
	height:58px;
	position:relative;
	z-index:20;
}

.tab-menu4 .bgr {
	background:url(/img/site/tab-menu4.png) no-repeat 100% -9999px;
	height:50px;
	padding:8px 12px 0 8px;
}

.tab-menu4 .first .bgl {
	height:64px;
}

.tab-menu4 .active .bgl {
	background-position:0 0;
}

.tab-menu4 .active .bgr {
	background-position:100% -69px;
}

.tab-menu4 .customSelect {
	width:100%;
	margin:7px 0 0 0;
	font-size:12px;
}

ul.info-list2 {
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
	font-size:12px;
	line-height:14px;
}

ul.info-list2 li {
	zoom:1;
	vertical-align:bottom;
	padding:7px 0;
	margin:0;
	background:none;
}

ul.info-list2 li .input {
	top:-5px;
}

.offer2 {
	color:#4d4d4d;
}

.offer2 a {
	color:#4d4d4d;
}

.offer2 p {
	margin:0 0 4px 0;
}

.offer2 .block1 .block-bg {
	padding:0;
}

.offer2 .block1 .block-bg2 {
	background:url(/img/site/offer2-bg.png) no-repeat 100% 0;
	padding:9px 0 8px 9px;
	zoom:1;
	overflow:hidden;
}

.offer2 .text {
	height:100%;
	overflow:hidden;
}

.offer2 ul.right {
	list-style:none;
	margin:0 0 0 20px;
	width:142px;
	padding:0;
	font-size:12px;
	float:right;
}

.offer2 ul.right li {
	margin:0;
	padding:0;
	background:none;
}

.offer2 ul.right a {
	color:#4f504e;
}

.offer2 .photo {
	position:relative;
	float:left;
	border:1px solid #dee2d8;
	margin:2px 6px 0 0;
	overflow:visible;
	width:79px;
	height:73px;
}

.offer2 h3 {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	margin:0 0 8px 0;
	color:#4f504e;
}

.offer2 .place2 {
	color:#737373;
	margin:0 0 4px 0;
}

.offer2 .hr {
	border-top:1px dotted #ddd;
	margin:2px 0;
}

.offer2 ul.info {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	color:#737373;
	zoom:1;
	overflow:hidden;
}

.offer2 ul.info li {
	float:left;
	margin:0;
	padding:0;
	background:none;
}

.offer2 ul.info li.fr {
	float:right;
}

.offer2 ul.info a {
	color:#737373;
}

.offer2 .offer-info {
	zoom:1;
	position:relative;
	border-top:1px solid #dee2d8;
	background:#f7f7f7;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(/js/site/PIE.htc);
	padding:3px 10px;
	top:1px;
	margin:0 0 0 -2px;
	left:1px;
	line-height:19px;
	color:#737373;
}

.offer2 .offer-info p {
	margin:0;
}

ul.pays-head {
	margin:6px 0 0 -14px;
	top:8px;
	left:7px;
	position:relative;
	border-top:1px solid #dee2d8;
	padding:0 0 0 12px;
	font-size:12px;
	line-height:14px;
	overflow:hidden;
	zoom:1;
	color:#4f504e;
}

ul.pays-head li {
	padding:0;
	background:none;
	height:34px;
	overflow:hidden;
	background:none;
	margin:0;
	border-left:1px solid #e0e4da;
}

ul.pays-head li .ind {
	padding:2px 0 0 9px;
}

ul.pays-head li .ind.one-row {
	padding-top:9px;
}

ul.pays-head li.w1 {
	padding-left:0;
	width:12.19%;
	border:0;
	float:left;
}

ul.pays-head li.w1 .ind {
	padding-left:0;
}

ul.pays-head li.w2 {
	width:17.47%;
	float:left;
}

ul.pays-head li.w3 {
	width:11.38%;
	float:right;
}

ul.pays-head li.w4 {
	width:21.12%;
	float:right;
}

ul.pays-head li a {
	display:block;
	color:#4f504e;
	text-decoration:none;
	margin:0 6px 0 0;
}

ul.pays-head li a:hover {
	text-decoration:underline;
}

.sort-down {
	background:url(/img/site/darr-grey.gif) no-repeat 100% 50%;
}

.sort-up {
	background:url(/img/site/uarr-grey.gif) no-repeat 100% 50%;
}

.pay {
	font-size:12px;
	line-height:14px;
	color:#4f504e;
	zoom:1;
	position:relative;
	margin:-1px 0 10px 0;
}

.pay p {
	margin:0 0 12px 0;
}

.pay .toggler {
	height:14px;
	position:relative;
	margin:-5px 0 0 0;
	cursor:pointer;
	background:#b3c8b3 url(/img/site/toggler.png) no-repeat 50% -48px;
	overflow:hidden;
	z-index:20;
}

.pay.open .toggler {
	background-position:50% -65px;
}

.pay .toggler div {
	height:14px;
	overflow:hidden;
	background:url(/img/site/toggler.png) no-repeat;
}

.pay .toggler div div {
	background-position:100% -24px;
}

.pay .block1 {
	margin:0;
}

.pay .block1 .block-bg {
	padding:4px 0 2px 11px;
}

.pay ul.main-info {
	list-style:none;
	margin:-5px 0 14px -1px;
	position:relative;
	left:1px;
	top:5px;
	padding:0;
	zoom:1;
	overflow:hidden;
}

.pay ul.main-info li {
	margin:0;
	height:100%;
	overflow:hidden;
	padding:0 0 0 1px;
	background:none;
}

.pay ul.main-info li .ind {
	padding:0 0 0 9px;
}

.pay ul.main-info li.w1 {
	padding-left:0;
	width:12.19%;
	border:0;
	float:left;
}

.pay ul.main-info li.w1 .ind {
	padding-left:0;
}

.pay ul.main-info li.w2 {
	width:17.47%;
	float:left;
}

.pay ul.main-info li.w3 {
	width:11.38%;
	float:right;
}

.pay ul.main-info li.w4 {
	width:21.12%;
	float:right;
}

.pay .in {
	margin:0 0 0 -13px;
	left:1px;
	position:relative;
	background:#e4ece4;
	zoom:1;
	border-top:1px solid #f4f7f4;
	padding:11px 12px 11px 12px;
	display:none;
}

.pay.open .in {
	display:block;
}

.pay .info {
	zoom:1;
	position:relative;
	padding:0 0 0 102px;
}

.pay .info h4 {
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

.pay .info h5 {
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}

.pay a {
	color:#4f504e;
}

.prolong {
	margin:10px 0 0 0;
	text-align:right;
}

.feedback .feedback-contacts {
    padding:20px;
    margin:10px 0;
    background-color:#E5F7F2;
    display: inline-block;
    width: 480px;
}

.feedback .feedback-button {
    margin:10px 0 0 0;
    text-align:center;
}

.feedback .feedback-menu li {
    float:left;
    background:none;
    padding:0 0 0 15px;
}

.feedback .feedback-menu li.first {
    padding:0;
}

.categories-menu {
    width:500px;
    height: 45px;
}

ul.category-type {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
}

ul.category-type li {
	float:left;
	margin:0 0 0 3px;
	padding:0;
	background:none;
	overflow:visible;
	display:inline;
}

ul.category-type a {
	position:relative;
	display:block;
	float:left;
	height:23px;
	padding:0 7px;
	background:#fff url(/img/site/repeats.png) repeat-x 0 -9999px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/js/site/PIE.htc);
    text-decoration:none;
	cursor:pointer;
	border:1px solid #c6c9c9;
	color:#6e6d6d;
}

ul.category-type .active a {
    border:0;
	background-position:0 -160px;
	color:#fff;
	text-shadow:-1px -1px 0 #6e6d6d;
	height:25px;
	cursor:default;
}

ul.categories li {
    background:none;
    padding:0;
}

ul.categories span {
    float:right;
    margin:0 10px 0 0;
}

ul.categories a {
    color:#333;
}

ul.categories a:hover {
	text-decoration:none;
}

.categories-vertical-delimiter {
	padding:0 9px 0 0;
    border-right:1px solid #dee2d8;
	margin:0 9px 0 0;
}

.categories-ind {
    padding-left:10px;
}

.categories-search-submit {
    padding:12px 0 0 10px;
}

.right-categories span {
    color:#b2b2b2;
}

.password-recovery-form {
    width:300px;
}

.ads-unpublish-modal {
    width:600px;
    padding:10px;
    font-size:13px;
    color:#333;
    background-color:#fff;
}

.ads-unpublish-modal .btn-green {
    width:100px;
    margin:0 20px 0 0;
}

.ads-preview-modal {
    width:750px;
    padding:10px;
    background-color:#fff;
}

.form-subscribe {
    width:350px;
}

ul.sitemap {
	list-style:disc;
	margin:0;
	padding:0;
}

ul.sitemap li {
	margin:0 0 0 20px;
	padding:0;
	background:none;
}

ul.sitemap li a {
    color:#333;
    line-height:16px;
}

.auth-menu2 .user {
    font-weight:bold;
    height:20px;
}

.auth-menu2 .logout {
    float:right;
    height:20px;
}

.auth-menu2 .logout a {
    color:#333;
}

.auth-menu2 .ads {
    float:left;
    padding:0 0 0 15px;
	background:url(/img/site/ad.gif) no-repeat 0 0;
}

.auth-menu2 .ads a {
    color:#333;
}

.auth-menu2 .ads span {
    font-weight:bold;
}

.auth-menu2 .messages {
    float:right;
    padding:0 0 0 22px;
	background:url(/img/site/message.gif) no-repeat;
}

.auth-menu2 .messages span {
    font-weight:bold;
}

.auth-menu2 .messages a {
    color:#333;
}

.main-descr .archive {
    font-size:12px;
    font-weight:bold;
    text-align:center;
    line-height:100px;
    color:#b2b2b2;
}

.user-ads-add {
    clear:both;
    float:right;
    height:30px;
}

.banner__nomargin > div{
	margin-bottom: 0;
}

.banner{
	margin-bottom: 15px;
}
.biztorg-top-banner.banner{
    margin: 0;
}
.biztorg-top-banner.banner > div{
    margin-bottom: 15px;
}
.yap-body-text.yap-text-color{
    display: inline-block;
    width: 63%;
    padding: 3px;
}
