body {
	font-size: 12px;
	font-family: Tahoma;
	color: #212125;
}
input {
}

img.align-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.align-right {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.align-center {
	display: block;
	margin: 0 auto;
}


.header {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
.links a, .links a:hover {
	color: #22728d;
}
.links {
	margin-bottom: 4px;
	font-size: 12px;
}

.link2{color:#000; font: 11px/18px Tahoma, sans-serif; text-decoration:underline;}
.link2:hover{text-decoration:none;}
.link3{color:#000; text-decoration:none !important; border-bottom:1px dotted #000;}
.link3:hover{text-decoration:none;border-bottom-color:transparent;}
.header .logo{padding-top:20px;}
.header .logo h1{white-space:nowrap;}
.header .menu{padding-top:40px; text-align:left;}
.header .add_org{position:absolute; right:0; top:20px;}
h1, h4 {
	color: #8e8e8e;
	font-weight: normal;
}
h2
{ color:#8E8E8E;
  font-weight:normal;
  font-size:16px;
}
.subtitlemenu {
	margin-top: 4px;
	margin-left: 3px;
	margin-bottom:5px;
}
.banner {
	text-align: center;
	/*border: 1px solid #7c7c7c;padding: 3px 0;
	margin-top: 3px;*/

	width: 1000px;
	margin: 0 auto;
	position:relative;
}
.registration {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;
	padding: 0px;
	line-height: 1.2em;
}
.open {
	margin-right: 10px;
	margin-bottom: 3px;
}
.find {
	background-color: #e3edf6;
	width: 100%;
	margin-top: 10px;
	float: left;
	margin-bottom: 15px;
}
.find .w-70{
	padding-left:253px;
}
.balans{
	display:inline-block;
	color:#000;
	background-color:#E3EDF6;
	line-height:14px;
	padding:5px 10px;
	margin:-5px 30px -5px 0;
	font-size:12px;
}
.balans b{
	color:#CB4D51;
}
.balans .btsearch{margin:0 0 0 10px;}

.hd-org{
	display:inline-block;
	color:#7A7A7A;
	line-height:14px;
}
.dot-sel{
	display:inline-block;
	font-weight:bold;
	margin-right:10px;
	position:relative;
	z-index:10;
}
.dot-sel .sel{
	text-decoration:none;
	border-bottom:1px solid #CB4D51;
	color:#CB4D51;
}
.dot-sel:hover .sel{
	border-bottom-color:#7A7A7A;
	color:#7A7A7A;
	text-decoration:none;
}
.dot-sel .full_list{
	display:none;
	position:absolute;
	top:15px;
	left:0;

	background:#fff;
	-webkit-box-shadow:  0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 3px 6px 0px rgba(0, 0, 0, 0.5);
}
.dot-sel .sel:active ~ .full_list,
.dot-sel .arr:hover + .full_list,
.dot-sel .full_list:hover{display:block;}

.dot-sel .full_list a{
	display:block;
	font: 12px/14px Tahoma, sans-serif;
	padding:3px 10px;
	white-space:nowrap;
}
.dot-sel .full_list a:hover{
	background-color:#E3EDF6
}
.hd-org img{vertical-align:middle;}

.search {
	width: 369px;
	margin: 7px 0 7px 5px;
	padding: 0 3px;
	line-height:20px;
	height:20px;
	float: left;
}
.btsearch {
	margin-top: 7px;
	margin-left: 10px;
	padding: 3px 8px;
	-webkit-border-radius: 2px 2px;
	border: solid 1px rgb(153, 153, 153);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	line-height: 1;
}
.bbutt{
	padding: 3px 8px;
	-webkit-border-radius: 2px 2px;
	border: solid 1px rgb(153, 153, 153);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	line-height: 1;
}
ul.menu li {
	float: right;
	font-size: 12px;
	padding-top: 10px;
}
.buttom {
	background: url(/img/buttom.jpg);
	background-repeat: no-repeat;
	width: 110px;
	height: 22px;
	text-align: center;
	display: block;
}
ul.menu li a:hover {
	color: #7a7a7a;
}
.find button {
	margin-top: 5px;
	padding-top: 2px;
	margin-left: 10px;
	width: 60px;
}
.linemenu {
	padding: 0 10px;
}
ul.mainmenu {
	margin-top: 15px;
}
ul.munushop {
	margin: 20px 0 0 10px;
}
ul.mainmenu li {
	float: left;
	margin-right: 2px;
	width: 145px;
	height: 18px;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	color: #8e8e8e;
	letter-spacing: 0px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image: url(/img/menu.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.hd-links{
	left: 258px;
	position: absolute;
	top: 39px;
	letter-spacing: -0.31em;
    *letter-spacing: normal;
    word-spacing: -0.43em;
}
.hd-links a{
    zoom: 1; *display: inline;
    letter-spacing: normal;
    word-spacing: normal;
	margin-left:-1px;
}

button.g-button, a.g-button, input[type=submit].g-button{
	padding: 6px 10px;
	-webkit-border-radius: 2px 2px;
	border: solid 1px rgb(153, 153, 153);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	font-size:13px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	line-height: 1;
}
button.g-button:hover, a.g-button:hover, input[type=submit].g-button:hover{
	color: #333;
}

.login-form{
	padding:0px 0 0 10px;
}
.login-form .row{
	margin:0 0 5px;
}
.login-form .row span{display:inline-block; width:70px;}
.login-form .row input[type=text],.login-form .row input[type=password]{width:136px;}
.rightcol .login-form p{margin:5px 0 5px;}

/*----------------------------------content-------------------------*/
.main, .content {
	width: 1000px;
	margin: 0 auto 0 auto;
}
.currency {
	color: #22728d;
	font-weight: bold;
}
.imgpremium {
	margin-bottom: 5px;
	width: 100%;
	float: left;
	text-align: center;
}
.record {
	margin-bottom: 5px;
}
.leftcol {
	width: 745px;
	float: left;
	margin-left: 0px;
}
.leftcol .discount img {
	float: left;
	width: 15%;
	margin: 5px 20px 5px 5px;
	text-align: center;
}
.leftcol .discount {
	border-bottom: 1px;
	border-bottom-style: dotted;
	text-align: justify;
	margin-left: 5px;
	width: 680px;
	padding-bottom: 5px;
}
.leftcol .discount h2 a, .leftcol .discount h2 a:visited {
	color: #cb4d51;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
}
.leftcol .discount h2 a:hover {
	text-decoration: underline;
}

.block, .blocknews {
	border: 1px solid #d6dde4;
	border-top: 0px solid;
	margin-bottom: 15px;
	font-size: 12px;
	padding-bottom: 5px;
	float:none;
	position:relative;
}
.block a  {
	text-decoration: underline;
}
.company a  {
	text-decoration: underline;
}
.blocknews a {
	text-decoration: none;
}
.news {
	text-decoration: underline;
	float: right;
	margin-top: 5px;
	font-size: 11px;
}
.allnews{
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	width: 98%;
	padding:0 10px;
}
.rightcol .allnews{
	width:95%;
	margin:0 0 5px;
	padding:0 20px;
}
.leftcol .discount {
	font-size: 12px;
}
.date {
	color: #7a7a7a;
	font-size: 11px;
}


.title {
	background-color: #689bb3;
	padding: 0 0 3px 0px;
	margin: 0 0 5px 0;
}
div.title h1,
div.title h2
 {
	font-size: 12px;
	margin-left: 10px;
	color: White;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
}
div.title_grey{
	background:#b8b8b8;
	margin:0 0 15px;
}
div.title_grey a{text-transform: none;}
div.title h3
 {
	font-size: 11px;
	margin:0 10px;
	color: White;
	font-weight: bold;
	padding-top: 3px;
	text-transform: uppercase;
}
div.title a{color:#fff; text-decoration:underline;}
div.title a:hover{color:#fff; text-decoration:underline;}

.category {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 1.5em;
}
.styleimg {
	border: 1px solid #d6dde4;
	padding: 5px;
}

.subcategory {
	margin-left: 80px;
	font-size: 12px;
	padding-right:15px;
	word-spacing:3px;
}
.subcategory a {
	word-spacing:normal;
	margin-right:3px;
}


.catalog-subcategory{
	font-size: 12px;
	padding:0 15px 0 10px;
	word-spacing:3px;
}
.catalog-subcategory a{
	margin-right:3px;
}
.catalog-subcategory .active{font-weight:bold; }
.firm-page .catalog-subcategory{line-height:1.5em;}
.line {
	padding: 0 2px;
	color: #7a7a7a;
}
.bannerpage {
	margin: 0 0 15px;
	height:70px;
}

.content .categories {
	margin: 10px 0 20px 10px;
	font-size: 12px;
}
.category a:visited, .category a {
	text-decoration: none;
	color: Black;
}
.category a:hover {
	text-decoration: underline;
	color: Black;
}
.content a, .content a:visited {
}
.content a:hover {
}

.nameshop {
	font-size: 12px;
	text-align: left;
}

.priority-list {
	padding: 5px 7px 5px 5px;
}
.aboutshop .metro{ line-height:1.2em}

.company {
	border-bottom: 1px solid #689BB3;
	padding: 0px 0 10px 0;
	margin-bottom: 10px;
	clear: both;
}
.company:hover{
	background-color:#E3EDF6;
	outline:1px solid #D6DDE4;
	border-color:#E3EDF6;
}

.company.priority {
	border: 1px solid #e8ea27;
}

.company-header {
	background: url(/img/bgtitle.jpg) repeat-y;
	background: url(/img/grad.png) repeat-y;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.company-header h2 {
	display: inline;
}

.company-header a  {
	font-weight: bold;
	font-size: 11px;
	color: #cb4d51;
	text-decoration: none;
	text-transform: uppercase;
}

.company-header .address {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	color: #333;
}

.company-header .branches {
	float: right;
}

.company-body {
	padding: 10px;
}

.company-body .metros {
	width: 100%;
	padding: 0 0 10px 0;
}

.company-tags{
	padding:5px 150px 0 10px;
	font-size:11px;
}
.full-link{
	float:right;
	padding:5px 10px 0;
	font-size:11px;
}
.actual{float:right; }

.company-logo {
	text-align: center;
	padding: 10px 5px;
}

.company-branches {
	margin-top: 20px;
}

.company-branches-title {
	margin-bottom: 5px;
}

.company-branch {
	margin-bottom: 0px;
}

.company-desc {
	line-height: 1.4em;
}

.nameshop div {
	margin-left: 10px;
}
.nameshop h2 a:hover {
	text-decoration: underline;
	color: #cb4d51;
}
.elseshop {
	margin-top: 10px;
	font-size: 11px;
}
.company-rating {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 200px;
}
.reviews {
	float: left;
	margin-top: 10px;
	width: 150px;
}
.writereviews {
	float: left;
	margin-top: 10px;
	width: 200px;
}

.list-order {
	margin: 20px 0 20px;
	padding: 0 10px;
}
.list-order > a  {
	color: #689bb3;
	text-decoration: underline;
	padding: 6px;
}
.list-order > a:hover {
	text-decoration: underline;
}
.list-order > .active {
	background-color: #e3edf6;
	padding: 6px;
	font-weight: bold;
}
.chzn-container{vertical-align:middle; margin-top:-2px;}

.pager {
	padding: 15px 10px 5px 10px;
	font-size: 1em;
	line-height: 24px;
	margin:0 0 20px;
}

.pager a, .pager b, .pager span {
	text-decoration: none;
	margin-right:4px;
}
.pager b{
	background-color: #e3edf6;
	padding:0 6px;
	display:inline-block;
}
.pager a:hover {
	text-decoration: underline;
}

.pager.bottom {
	padding-top:20px;
	clear:both;
}
.pager.empty {
	color: Red;
}

span.arrow:hover {
	padding: 0px;
	text-decoration: none;
}
.filial {
	margin-top: 30px;
}


.textshop {
	float: left;
	line-height: 1.2em;
	margin-top: 30px;
}
.textshop h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}

.headershop {
	clear: both;
	padding: 10px 10px 0;
}
.profile-header{padding-top:3px;}
.headershop h1 {
	font-size: 14px;
	font-weight: bold;
	color: #cb4d51;
	padding-bottom: 10px;
}
.favoritesblock {
	width: 100px;
	height: 40px;
	color: White;
	padding: 10px 5px 5px 5px;
	float: left;
	margin-right: 10px;
	background-image: url(/img/block1.jpg);
	text-align: center;
	background-repeat: no-repeat;
}
.kuponsblock {
	width: 100px;
	height: 40px;
	color: White;
	padding: 10px 5px 5px 5px;
	float: left;
	margin-right: 10px;
	background-image: url(/img/block2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.kuponsblock:hover, .favoritesblock:hover {
	text-decoration: underline;
	cursor: pointer;
}

.block.company{padding-top:0; padding-bottom:10px; border:1px solid #CB4D51; margin:0 0 15px;}
.block.company:hover{outline:none; border-color:#D6DDE4;}

.block_vip.company{border:1px solid #689bb3}


.headershop .to-izbr{
	display:inline-block;
	padding:2px 15px;
	line-height:16px;
	text-align:center;
	vertical-align:middle;
	background:#CB4D51;
	color:#fff;
	text-decoration:underline;
	border:1px solid #212125;
	margin-left:14px;
}
.headershop .to-izbr:hover{
	color:#fff;
	text-decoration:none;
}

.headershop .get-cupon{
	display:inline-block;
	padding:2px 15px;
	line-height:16px;
	text-align:center;
	vertical-align:middle;
	background:#f8b57e;
	text-decoration:underline;
	border:1px solid #212125;
	color:#212125;
	margin-right:10px;
}
.headershop .get-cupon:hover{
	color:#212125;
	text-decoration:none;
}

/*-----------------------------------------right col-----------------------*/

.rightcol {
	width: 240px;
	float: right;
	text-align: left;
}
.discount {
	float: left;
	width: 100%;
	margin-top: 5px;
	line-height: 1.2em;
	border-bottom: 1px;
	border-bottom-style: dotted;
}
.discount div.annotation {
	margin-bottom: 5px;
}
.discount div.annotation p {
	padding: 0;
}
.discount-date {
	color: #689bb3;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 5px;
}

a.alldiscount {
	text-align: right;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-decoration: none;
}
.rightcol .img {
	border: 1px solid #d6dde4;
	padding: 3px;
	width: 80px;
	margin-right: 10px;
}
.rightcol h4 {
	font-weight: bold;
	line-height: 1.5em;
}

.titlerightparth {
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	color: White;
	background-color: #cb4d51;
	padding-left: 5px;
	text-align: left;
	padding: 3px 10px;
	margin-bottom: 10px;
}
.titlerightparth .ic-link{margin-left:-5px;}
.banneright {
	margin-bottom: 15px;
	text-align: center;
	clear:both;
}
.banneright img{display:block;}

.login-prof{ text-align:center; border:1px dashed #CB4D51; padding:5px; background:#ffefe2;}
.login-prof a{color:#212125; }
.login-prof{}

.titlerightparth.profile a{color:#fff;}
.titlerightparth.profile{}

.updates-list{list-style:none; padding:0 0 0 21px; margin:-5px 0 15px;}
.updates-list li{margin:0 0 5px; padding-left:10px;}
.updates-list li.zag{padding-left:0; font-weight:bold;}
.updates-list a{color: #7A7A7A;}

.org-list{list-style:none; padding:0 0 0 21px; }
.org-list li{margin:0 0 5px;}
.org-list a{color: #7A7A7A;}
.org-list strong a{color: #CB4D51;  }

.scroll-pane-org{margin:0 0 15px;}
.scroll-pane-org
{
	margin-right:10px;
	max-height: 115px;
	overflow: auto;
	line-height:15px;
}
.rightcol p{
	padding:0;
	margin:0 0 8px;
}
.username{color:#212125;}
/*.rightcol .date {
	color: #689bb3;
	font-weight: bold;
}*/
/*---------------------------footer-----------------------------*/
.footer {

	clear:both;
	width:1000px;
	margin:5px auto 0;
	background:#E3EDF6;
}
ul.footermenu {
	margin: 0 auto;
	width: 350px;
}
ul.footermenu li {
	float: left;
	margin: 5px 10px;
}
.mc {
	background-image: url(mc000000.png);
	background-repeat: no-repeat;
	font-weight: bolder;
	height: 14px;
	padding-left: 15px;
	padding-right: 16px;
	width: 14px;
}
.developer {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	margin-bottom:9px;
}
.developer a:hover {
	color: #7a7a7a;
}
.blockmetacontent {
	margin-left: 50px;
}
ol {
	list-style-type: decimal;
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
}
ol li, .scroll-pane ul li {
	margin: 0.5em 0 0 0px;
	font-weight: normal;
	list-style-position: inside;
}



.other-materials {
	font-size: 12px;
	width: 100%;
	margin: 0 0 10px 0;
}
.other-materials .other-mat-cont {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.other-materials .col-1, .other-materials .col-2, .other-materials .col-3 {
	float: left;
	width: 33%;
}
.other-materials .col1 {
	padding-right: 1px;
	margin-left: 0px;
	margin-right: 3px;
}
.other-materials .col1 .om-cont {
	padding-left: 0;
}
.other-materials .col1 .omcont {
	padding-left: 0px;
}
.other-materials .col2 {
	padding: 0 0px 0 10px;
}
.other-materials .col-3 {
	margin-right: -15%;
	margin-left: 4px;
}
.other-materials .col3 {
	padding: 0 0px 0 10px;
}
.other-materials .om-cont {
	margin-bottom: -500px;
	border: 1px solid #d6dde4;
	text-align: center;
	line-height: 1.1em;
	padding: 0 1px 500px;
	position: relative;
}
.other-materials .omcont {
	margin-bottom: -500px;
	padding: 4px 11px 500px;
	position: relative;
}
.other-mat-btm {
	position: relative;
}
.other-mat-btm .col1 .other-btm-links {
	margin-left: 22px;
}
.other-mat-btm .other-btm-links {
	font-weight: bold;
	margin: 0 16px 0 12px;
	position: relative;
}
.other-mat-btm .order-cat {
	float: left;
	position: relative;
}

.other-mat-btm .other-btm-links div {
	padding-bottom: 2px;
	position: absolute;
	top: -26px;
	width: 100%;
}

.bcrn {
	border-top: 1px solid #d6dde4;
	font-size: 1px;
	height: 4px;
	position: relative;
}

	.userform {
		margin: 0 0 10px 0;
		padding: 20px;
		background-color: #F9F9F9;
		border: 1px solid #D7D8DA;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 450px;
	}

	.userform fieldset {
	}

	.userform legend {
		font-size: 1.2em;
		margin-bottom: 10px;
	}

	.userform label {
		cursor: pointer;
		display: block;
		margin-bottom: 0.2em;
		width: 130px;
	}
	.userform .columnar label {
		float: left;
		text-align: left;
		display: inline;
		margin-bottom: 0;
		margin-right: 10px;
		margin-top: 5px;
	}

	.userform .type-check {
		vertical-align: bottom;
		overflow: hidden;
		margin: 0 0 0.5em 0;
	}
	.userform .type-check label {
		float: none;
		text-align: left;
		width: auto;
		display: inline;
	}

	.userform .type-text input, .userform .type-phone input, .type-select select {
		margin: 5px 0;
		padding: 2px;
		border: 1px solid #787878;
		width: 300px;
	}

	.userform .type-text textarea {
		margin: 5px 0;
		padding: 2px;
		border: 1px solid #787878;
		width: 300px;
	}

	.userform .type-text input:hover, .userform .type-text textarea:hover, .userform .type-phone input:hover, .type-select select:hover {
		border: 1px solid #525252;
	}
	.userform .type-text textarea:focus, .userform .type-text input:focus, .userform .type-phone input:focus, .type-select select:focus {
		border: 1px solid #525252;
	}

	.userform .type-select select {
		cursor: pointer;
	}

	.userform .type-select select optgroup {
		font-style: normal;
		font-weight: bold;
	}

	.userform .submitbutton {
		color: #FFFFFF;
		margin-top: 1px;
		margin-bottom: 1px;
		cursor: pointer;
	}

	.userform .submitbutton, .userform .submitbutton:hover, .userform .submitbutton:focus {
		border-style: none;
	}

	.userform .formtext {
	}

	.userform .submitblock {
		text-align: center;
		padding-top: 10px;
		width: auto;
	}


.ui-tabs { position: relative; zoom: 1; clear:both; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-outer {
	margin-left: 10px;
	border-bottom: 1px solid #d7d0d0;
	float: left;
	width: 677px;
	height: 30px;
}
.ui-tabs .ui-tabs-nav {
	height:30px;
}
.ui-tabs .ui-tabs-nav > ul > li {
	list-style: none;
	float: left;
	position: relative;
	padding: 3px 0 0px 0;
	white-space: nowrap;
	text-align: center;
	color: #8e8e8e;
	background-color: White;
	cursor: pointer;
}
.ui-tabs .ui-tabs-nav > ul > li > a, .ui-tabs .ui-tabs-nav > ul > li > span {
	display: block;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
	height: 22px;
	font-size: 12px;
	text-align: center;
	z-index: 10;
	padding: 3px 5px 2px;
	line-height:22px;
	color:#212125;

}
.ui-tabs .ui-tabs-nav .parent span{/*border-bottom:1px dotted #212125*/}
.ui-tabs .ui-tabs-nav .parent img{vertical-align:middle;}
.ui-tabs .ui-tabs-nav .parent a{text-decoration:none}
.ui-tabs .ui-tabs-nav .parent ul{
	display:none;
	position:absolute;
	top:25px;
	left:0;
	background:#fff;
	-webkit-box-shadow:  0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 3px 6px 0px rgba(0, 0, 0, 0.5);
	z-index:20;
}

.ui-tabs .ui-tabs-nav .parent:hover ul{display:block;}

.ui-tabs .ui-tabs-nav .parent ul a{
	display:block;
	font: 12px/14px Tahoma, sans-serif;
	padding:3px 10px;
	white-space:nowrap;
	text-align:left;
}
.ui-tabs .ui-tabs-nav .parent ul a:hover{
	background-color:#E3EDF6
}

.firm-profile .ui-tabs .ui-tabs-nav li a{
}

.ui-tabs .ui-tabs-nav .two-lines a{
	line-height:12px;
	padding:1px 6px 2px;
	height: 24px;
}
.ui-tabs .ui-tabs-nav li a:hover{
	background:#E3EDF6;
	text-decoration:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background:#E3EDF6;
	text-decoration:none;
	font-weight:bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	z-index: 10;
}
/* .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-panel {
	display: block;
	padding: 1em 1.4em;
	background: none;
	padding: 10px;
	line-height: 2em;
	margin-bottom: 15px;
	text-align: left;
	border:1px solid #212121;
}
.ui-tabs .ui-tabs-hide { display: none !important; }

.bordershop {
	border-bottom: 1px solid #d7d0d0;
	float: left;
	margin-left: 10px;
	width: 676px;
	height: 21px;
	margin-top: 20px;
}

ul.menushop li {
	float: left;
	margin-right: 5px;
	font-size: 11px;
	text-align: center;
	color: #8e8e8e;
}
ul.menushop li.menushopactive {
	padding-top: 3px;
	padding-bottom: 2px;
	height: 16px;
}
ul.menushop li a {
	display: block;
	text-decoration: none;
	background-image: url(/img/menushop_.jpg);
	text-transform: none;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 90px;
	height: 16px;
	font-size: 11px;
	text-align: center;
	z-index: 10;
	background-repeat: no-repeat;
}
ul.menushop li:first-child {
	width: 145px;
	background-image: url(/img/menushop.jpg);
}
ul.mainmenu li:hover {
	background-image: url(/img/menu_active.jpg);
}

ul.menushop li.menushopactive {
	background-image: url(/img/menushop_active_.jpg);
	border-bottom: 1px solid white;
}
ul.menushop li a:hover {
	background-image: url(/img/menushop_active_.jpg);
	border-bottom: 0px solid #d7d0d0;
	cursor: pointer;
	text-decoration: none;
	color: #8e8e8e;
}
ul.menushop li.menushopactive:first-child {
	background-image: url(/img/menushop_active.jpg);
	border-bottom: 1px solid white;
}
ul.menushop li.menushopactive:first-child:hover, ul.menushop li.menushopactive:hover {
	border-bottom: 1px solid white;
}

ul.menushop li:first-child:hover {
	background-image: url(/img/menushop_active.jpg);
	border-bottom: 1px solid #d7d0d0;
	cursor: pointer;
}
label.requredfield{
	font-weight:bold;
	color:	#333333
}

 .company-body .desc{ margin-bottom:9px}


 .clearfix:after,
 .wimg-list .item:after,
 .profile-header:after,
 .premium-list:after,
 .otziv-list .item:after,
 .sotrudn-list:after,
 .vakans-list:after,
 .tovars-list:after,
 .company:after{
	content: '';
	clear: both;
	display: table;
}

.main-banner{
	margin:0 0 11px;
	padding-top:5px;
	clear:left;
}
 /* premium list */
 .premium-list{
	margin-left:-11px;
 }
.premium-list .item{
	width:126px;
	height:210px;
	margin-left:11px;
/* 	margin-bottom:9px; */
	border:1px solid #D6DDE4;
	padding:8px 6px 0;
	float:left;
	text-align:center;
	display:block;
	text-decoration:none;
	position:relative;
}

.premium-list-dated{
	margin-left:-11px;
}
.premium-list-dated .item{margin-bottom:45px;margin-left:47px;}

.premium-list .item:hover{text-decoration:none;}
.premium-list .item:last-child{ }
.premium-list .item b{
	color: #689BB3;
	display:table-cell;
	vertical-align:bottom;
	height:36px;
	text-align:center;
	margin:0;
	width:126px;
}
.premium-list .item p{
	padding:0;
	line-height:14px;
	color:#212125;
	font-size:11px;
	padding-top: 10px;
}
.premium-list .item em{
	padding-top:5px;
	display:block;
	color:#7A7A7A;
	font: 11px/16px Verdana, Georgia, sans-serif;
	padding-bottom: 10px;
}
.premium-list .date{
	display:block;
	width:100%;
	text-align:center;
	position:absolute;
	left:0; top:100%; margin-top:3px;
	font-style:normal;
	color:#212121;
}
.premium-list .txt-cont{
	overflow:hidden;
	padding:50px 0 0 10px;
}
.premium-list .txt-cont p{margin:0; padding:0; font-size:11px; line-height:18px;}
.premium-list .txt-cont p.pl21{ }
.premium-list .item-cont{
	width:356px;
	float:left;
	height:218px;
	margin:0 0 11px 0;
}
.premium-list .item-cont .item{margin-left:11px;}

 /* sotrudn list */
 .sotrudn-list{
	margin-left:-14px;
 }
.sotrudn-list .item{
	width:156px;
	height:274px;
	margin-left:14px;
	margin-bottom:14px;
	border:1px solid #D6DDE4;
	padding:8px 6px 0;
	float:left;
	text-align:center;
	display:block;
	text-decoration:none;
	position:relative;
}
.sotrudn-list .item:hover{text-decoration:none;}
.sotrudn-list .item b{
	color: #689BB3;
	display:table-cell;
	vertical-align:bottom;
	height:36px;
	text-align:center;
	margin:0;
	width:156px;
}
.sotrudn-list .item p{
	padding:0;
	line-height:14px;
	color:#212125;
	font-size:11px;
}
.sotrudn-list .item img{
	margin-top:10px;
}
.sotrudn-list .date{
	display:block;
	width:100%;
	text-align:center;
	position:absolute;
	left:0; top:100%; margin-top:3px;
	font-style:normal;
	color:#212121;
}

.sotrudn-list-example .item{ border:1px solid #B7DB58; }

/* wimg-list */
.wimg-list{
	padding:2px 9px 0;
}
.wimg-list .item{
	padding:8px 6px;
	margin:0;
}
.wimg-list .item.select{
	padding:7px 9px;
	border:1px solid red;
}
.wimg-list .item img{
	float:left;
	margin:0 10px 0 0;
}
.wimg-list .item .txt img{
	margin:0;
	float:none;
}
.wimg-list .item .txt{
	overflow:hidden;
}
.wimg-list .item .txt a{
	color:#212125;
}
.wimg-list .item .txt a:hover{
	text-decoration:none;
}
.wimg-list .item .txt .date{
	display:block;
	font-style:normal;
}
.wimg-list .item .txt  p{
	padding:0;
}
.wimg-list.fright{padding-left:0;}
.wimg-list.fright .item{padding-left:8px;}

.wimg-list.fleft{padding-right:0;}
.wimg-list.fleft .item{padding-right:8px;}

.wimg-example{ width:300px; }
.wimg-example .item{ border:1px solid #B7DB58; }

.premium-example .item{ border:1px solid #B7DB58; }

body .firm-right .wimg-list{
	padding:2px 0px 0;
}
body  .firm-right .wimg-list .item{
	padding:8px 8px 8px 0;
	margin:0;
}

.rightcol .wimg-list{
	padding:2px 4px 0;
	line-height:15px;
}
.rightcol .wimg-list .banneritem{
	padding:2px 5px 0;
}
.rightcol .wimg-list .date{
	line-height:12px;
}
.rightcol .wimg-list .item{
	padding:8px 5px;
	margin:0;
}
.rightcol .wimg-list .item p{margin:0;}
.rightcol .wimg-list .item.select{
	padding:7px 4px;
	border:1px solid red;
}

.nobord{border:0 !important;}
.block.nobord{margin:0;}
.block.nobord .title{/*margin:0;*/margin-bottom:15px;}


.wimg-2col{
	padding:0;
	margin-left:-20px;
}
.wimg-2col .item{
	width:339px;

	float:left; margin-left:20px;
}
.firm-page .wimg-2col .item{
	width:328px;
	position: relative;
}

#footer {
	width: 1000px;
	margin: auto;
	height: 228px;
	position: relative;
	line-height:14px;
	clear:both;
	color:#212125;
}
#footer .er-cor{
	text-align:center;
	height:20px;
	padding-top:8px;
	font: 12px/12px Tahoma, sans-serif;
	color:#7A7A7A;
}
#footer p{margin:0 0 14px}
#ft{
	height:90px;
	position:relative;
	background:#E3EDF6;
	padding:12px 10px 0;
	margin:0 0 16px;
}
#footer a{color:#212125; text-decoration:underline;}
#footer a:hover{text-decoration:none;}
.ft-link{
	text-decoration:underline;
}
.indent{
	text-indent:12px;
}

.mb20{margin-bottom:20px;}

.breadcrumbs{
	color:#fff;
	padding:0 10px 3px;
}

.breadcrumbs{line-height:22px; font-weight:bold}
div.breadcrumbs a{text-decoration:none;}
div.breadcrumbs a:hover{text-decoration:underline}
.headershop h1 .cnt{font-size:12px; color:#000; font-weight:normal;}
.firm-profile .headershop h1{font-weight:normal;}
.headershop h1 a{color: #CB4D51; text-decoration:none;}
.headershop h1 a:hover{color: #689BB3; text-decoration:underline;}


 .sub-title{
	color: #7A7A7A;
	margin-right:30px;
 }

 .firm-profile-content a{text-decoration:underline;}

 .bord-block{
	border:1px solid #D6DDE4;
	padding:10px;
 }

 .txtar{resize:vertical; min-height:80px;}
 .txtar-100{width:99%;}

 .comp-col{display:inline-block; margin-right:25px;}


.ic-favorites{width:24px; height:24px; display:inline-block; background:url('/img/favorites.png') no-repeat 0% 0%; vertical-align:middle; margin-left:5px;}
.ic-favorites:hover{background-position:0 -24px;}
.ic-favorites.active{background-position:0 -24px;}

.ic-ed-img{width:16px; height:16px; display:inline-block; background:url('/img/ic-ed-img.gif') no-repeat 0% 0%; vertical-align:middle; margin-right:5px;  }
.ic-ed-img.ic-ed-img-close{background-position:0 -70px; margin:0;}
.ic-ed-img.ic-ed-img-load{background-position:0 -4px;}
.ic-ed-img.ic-ed-img-thumb{background-position:0 -25px;}

.ic-favorites-min{width:16px; height:16px; display:inline-block; background:url('/img/favorites-min.png') no-repeat 0% 0%; vertical-align:middle; margin-left:5px;}
.ic-favorites-min:hover{background-position:0 -16px;}
.ic-favorites-min.active{background-position:0 -16px;}

.firm-page{ line-height:14px;}
.firm-page .company,
.firm-page .title{ line-height:19px;}
.firm-page a{text-decoration:underline;}
.firm-page .op-item{clear:left; margin:0 0 10px;}
.firm-page .op-item .param{width:135px; float:left; font-weight:bold; margin:0 0 10px;}
.firm-page .op-item-otz{margin:0 0 6px;}
.firm-page .op-item-otz .param{margin:4px 0 6px; }
.firm-page .op-item-otz div{margin:-4px 0 0; }
.firm-page .op-item div{overflow: hidden;}
.firm-page .op-item p{padding:0; margin:0 0 10px;}
.firm-page .op-item p:last-child{margin:0;}

.scroll-pane
{
	width: 100%;
	max-height: 400px;
	overflow: auto;
}
.scroll-pane p{padding:0; margin:0 0 20px;}
.firm-left{float:left; width:420px;}
.firm-right{float:right; width:280px;}

.soc a,.soc a:hover{text-decoration:none;}
.soc img{margin-left:3px;}

.ic-link img{vertical-align:middle; margin-right:5px;}
body .dot-link{text-decoration:none;}
body .dot-link span{border-bottom:1px dotted #BFC2C6;}
body .dot-link:hover{text-decoration:none;}
body .dot-link:hover span{border-bottom-color:transparent;}
 .pl21{padding-left:21px;}

.photo-th-list{  overflow-x:hidden;   margin:0 -12px -4px 0; }
.photo-th-list .ph-adder{display:inline-block; width:132px; height:34px; line-height:34px; padding:50px 0 ;  margin:0 8px 12px 0; vertical-align:top; white-space:normal; position:relative;}
.photo-th-list .photo-th-item{margin-right:8px; margin-bottom:12px; vertical-align:top;  display:inline-block;  white-space:normal; position:relative;}
.photo-th-list .photo-th-item .down-txt,.photo-th-list .ph-adder .down-txt{position:absolute; display:block; width:100%; font: 12px/18px Tahoma, sans-serif; left:0; top:100%; margin-top:4px;}
.underline{text-decoration:underline;}

.inp-box .photo-th-list{margin:0;}
.inp-box .photo-th-list .photo-th-item,.inp-box .photo-th-list .ph-adder{margin-bottom:0;margin-right:11px;}
.photo-th-list.pl2{
	margin:0 0 -4px -57px;
}
.photo-th-list.pl2 .photo-th-item{
	margin:0 0 59px 57px;
}

a.spanlink,
a.spanlink:hover{text-decoration:none;}
a.spanlink span{text-decoration:underline;}

.right-soc {margin:0 0 20px;}
.right-soc a{text-decoration:none;}

.soc-ic-link{ /*margin-right:8px;*/}
.soc-ic-link i{display:inline-block; vertical-align:middle; width:16px; height:16px; margin-right:5px; background:url('/img/soc.png') no-repeat 0% 0%;}
.soc-ic-link i.soc-tw{background-position:0 -33px;}
.soc-ic-link i.soc-fb{background-position:0 -132px;}
.soc-ic-link i.soc-vk{background-position:0 -66px;}

.soc-ic-link i.soc-ok{background-position:0 0px;}
.soc-ic-link i.soc-ma{background-position:0 -99px;}
.soc-ic-link i.soc-gp{background-position:0 -165px;}


.soc-ic-link i.soc-link{background-position:0 -198px;}
.soc-ic-link i.soc-lj{background-position:0 -231px;}
.soc-ic-link i.soc-ig{background-position:0 -264px;}
.soc-ic-link i.soc-youtube{background-position:0 -297px;}


.lk-form{}
.lk-form .item{clear:left; margin:0 0 15px; float:left; white-space:nowrap;}
.lk-form .item.disable{color:#7A7A7A; }
.lk-form .item.double{width:730px;}
.lk-form .item.double .value{width:auto;}
.lk-form .item.phone .value{margin-left:-127px; margin-right:-24px; }

.lk-form .item .param{display:block; width:110px; float:left; padding:3px 5px 0 0; white-space:normal;}
.lk-form .item .value{ padding-left:115px; margin-left:-115px; line-height:28px;width:auto;float:left;  position:relative;  white-space:normal;}
.lk-form .b-item .value{padding:10px 0 0;margin:0;float:none;clear:left;}
.lk-form .item .value input{vertical-align:middle;}
.lk-form .item .value .inp-box{display:inline-block; vertical-align:top; margin-right:4px;}
.lk-form .item .value em{display:block; font: 11px Tahoma, sans-serif;}

.lk-double-param .item .param{width:160px;}
.lk-double-param .item .value{padding-left:165px; margin-left:-165px;}
.lk-form .item .butts{
	display:inline-block;
	margin-left:4px;
	width:40px;
	padding-top:3px;
	vertical-align:middle;
}
.lk-form .item .inp-box .butts{margin-left:-50px; position:relative; left:53px;}
.lk-form .item .inp-box label{display:block; margin:0 0 4px;}

.ed-img{
	display:inline-block;
	position:relative;
}
.ed-img img{
	display:block;
}
.ed-img .ed-links{
	position:absolute;
	background:#000;
	background:rgba(0,0,0,0.7);
	bottom:0;
	left:0;
	width:100%;
	font-size:11px;
	line-height:16px;
	text-align:left;
	padding-top:4px;
	display:none;
}
.ed-img .ed-closer{
	position:absolute;
	background:#000;
	background:rgba(0,0,0,0.7);
	top:0;
	right:0;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	z-index:5;
}
.ed-img .ed-links a,
.ed-img .ed-closer a{
	color:#fff;
	opacity:0.8;
	margin-top: 2px;
}
.ed-img .ed-links a:hover,
.ed-img .ed-closer a:hover{
	opacity:1;
}
.ed-img .ed-links p{padding:0 5px 5px; margin:0; overflow:hidden;}

.ed-img:hover .ed-links{display:block;}
.ed-img:hover .ed-closer{display:block;}

.inp-txt{
	padding:4px;
	height:18px;
	line-height:18px;
	width:100%;
	border:0;
	box-shadow: inset 0px 1px 1px #CFCFCF;
	position: relative;
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
	border: 1px solid #fff;
	border-bottom-color: #E5E5E5;
	border-left-color: #C6C6C6;
	border-right-color: #C6C6C6;
	border-top-color: #A3A3A3;
}
.lk-form textarea,textarea.inp-txt{
	height:200px;
	line-height:14px;
	padding:4px;
	width:598px;
	border:0;
	box-shadow: inset 0px 1px 1px #CFCFCF;
	position: relative;
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
	border: 1px solid #fff;
	border-bottom-color: #E5E5E5;
	border-left-color: #C6C6C6;
	border-right-color: #C6C6C6;
	border-top-color: #A3A3A3;
	resize:vertical;
}

.time-sel{
	font: 11px/17px "Verdana", "Arial", sans-serif;
	height: 19px;
	padding: 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #000;
	border-left-style: inset;
	display: inline-block;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.898) 10%, rgba(216, 216, 216, 0.663) 75%, rgba(193, 193, 193, 0.663) 92%, rgba(168, 168, 168, 0.663) 100%) transparent;
	border-bottom-color: rgba(49, 49, 49, 0.447);
	border-collapse: separate;
	border-left-color: rgba(192, 192, 192, 0.298);
	border-right-color: rgba(192, 192, 192, 0.298);
	border-top-color: rgba(192, 192, 192, 0.506);
	color: #000000;
	cursor:default;
	margin-right:1px;
}
.time-sel.active{
	background: #6d9968;
	background: -moz-linear-gradient(top, #6d9968 0%, #aceaa6 15%, #c4fbbe 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d9968), color-stop(15%,#aceaa6), color-stop(90%,#c4fbbe));
	background: -webkit-linear-gradient(top, #6d9968 0%,#aceaa6 15%,#c4fbbe 90%);
	background: -o-linear-gradient(top, #6d9968 0%,#aceaa6 15%,#c4fbbe 90%);
	background: -ms-linear-gradient(top, #6d9968 0%,#aceaa6 15%,#c4fbbe 90%);
	background: linear-gradient(to bottom, #6d9968 0%,#aceaa6 15%,#c4fbbe 90%);
	border-bottom-color: rgba(255, 255, 255, 0.804);
	border-bottom-style: double;
	border-left-color: #95CD90;
	border-left-style: double;
	border-right-color: #98CE92;
	border-right-style: double;
	border-top-color: #6D9968;
	border-top-style: double;
}
.time-day-sel{ display:inline-block; margin-bottom:10px;}
.time-time-sel{ display:inline-block; width:auto;}
.time-time-sel img{vertical-align:middle; margin-right:5px;}

.ph-adder{display:block; width:262px; padding:20px 8px ; border:1px solid #000; background:#eee; margin:10px auto; color:#000; text-align:center; line-height:14px;}
.ph-adder.added-video{margin-top:18px; padding:10px 8px;}

.lsel{
	width:233px;
	margin:0 0 5px;
}

.nowr{white-space:nowrap;}
.nowr *{white-space:normal;}

.no-active{text-align:right; padding-top:0;}

.chlist label{display:block;margin:0 0 5px;}
.r11{font-size:11px; color:#CB4D51; white-space:nowrap; display:inline-block;}

#ft .f10 { font-size: 11px;}
#ft .f10  a{text-decoration:none;}
#ft .f10  a:hover{text-decoration:underline;}
#footer .indent,#footer .indent a{color: #7A7A7A; text-decoration:none;}
#footer .indent a:hover{color: #7A7A7A;text-decoration:underline;}

.bdiv{	border: 1px solid #d6dde4; padding:10px; margin:0 0 15px;position:relative;}
.red-bdiv{	border-color: red;}

.metro-list li{display:block; list-style:none;}
.metro-list li div{float:left; height:4px; width:16px; line-height:4px; background:#000; white-space:nowrap; position:relative; top:5px; margin-right:4px;}

.content .headershop .stat-link{font-size:12px; text-decoration:underline; color: #7A7A7A; margin-left:20px; font-weight:normal; }
.content .headershop .stat-link:hover{text-decoration:none; }

.margimg.fleft{margin:0 20px 10px 0;}
.margimg.fright{margin:0 0 10px 20px;}
.text-content {text-align:justify;}
.text-content p{padding-top:0; }
.text-content ul,.text-content ol{
	padding:0 0 0 50px;
	margin:0 0 20px;
}
.text-content ul{
	list-style:disc;
}
.text-content li{
	margin:0 0 5px;
}
.firm-page .list-order{margin-top:10px; }

.a-date{text-align:left; color:#000; padding:5px 11px; margin:0 0 5px; font-weight:bold; }
.a-edit{text-align:center; color:#000; padding:3px 11px; line-height:16px; margin:0;  background: #D6DDE4;}

.toggler-item{margin:0 0 10px;}
.toggler-item .tog-title {font:bold 14px/18px Tahoma, sans-serif;  display:block;  margin:0 0 10px;}
.toggler-item .tog-title span{border-bottom:1px dotted #689BB3;}
.toggler-item .tog-title a{text-decoration:none; color:#689BB3;}
.toggler-item .tog-title a:hover{color: #7A7A7A;}
.toggler-item .tog-title a:hover span{border-bottom:1px dotted #7A7A7A;}
.toggler-item .tog-content{padding-left:10px; padding-bottom:20px;  }
.toggler-item .tog-content{}


.uslugi-list table{border-collapse:collapse; width:100%;}
.uslugi-list table td,.uslugi-list table th{
	margin:0;
	padding:0;
	border:1px solid #D6DDE4;
	border-collapse:collapse;
	text-align:left;
}
.uslugi-list table th{
	padding:5px;
	background: #b8b8b8;
	color:#fff;
}
.uslugi-list table td{
	padding:5px;
}
.uslugi-list table tr:hover td{
	background: #E3EDF6;
}


.uslugi-edit .tog-content{padding-left:21px;}

.uslugi-edit .edit-item{}
.uslugi-edit .edit-item .inp-txt{width:691px;/* padding:0 4px;*/}
.uslugi-edit .edit-item table .inp-txt{width:191px;/* padding:0 4px;*/}
.uslugi-edit .edit-item table{margin:0 0 10px;}
table .str-del,table .str-del img{vertical-align:middle; text-align:center !important;}

.otziv-list{}
.otziv-list .item{ clear:left; padding: 0 0 20px; margin:0 0 30px; border-bottom:1px solid #d6dde4; }
.otziv-list .item .avatar-cont{ width:20%; float:left; text-align:center;}
.otziv-list .item .avatar-cont p{padding:5px 5px 0;}
.otziv-list .item .cont{width:80%;  float:left;}
.otziv-list .item .cont .bord-cont{border: 1px solid #d6dde4; margin:0 0 5px;}
.otziv-list .item .cont .bord-cont .data{padding:0 10px; line-height:18px; height:18px; border-bottom:1px solid #d6dde4; }
.otziv-list .item .cont .bord-cont .data .date{font: 12px/18px Tahoma, sans-serif; }
.otziv-list .item .cont .bord-cont .data .ocenka img{vertical-align:top; margin-top:2px;}
.otziv-list .item .cont .txt{padding:8px 10px; line-height:18px;}
.otziv-list .item .cont .txt p{padding:0; margin:0 0 15px;}

.cont-login{height:84px;}
.cont-login .right-col{
	padding-top:4px;
	font-weight:bold;
}
.cont-login .right-col p{
	margin:0 0 5px;
}
.cont-login .login-form{
	float:left;
	margin-right:20px;
}

.vakans-list .item{
	border: 1px solid #d6dde4;
	padding:10px;
	margin:0 0 15px;
	clear:left;
}
.vakans-list .item .row{clear:left;}

.vakans-list .item .param{display:block; width:100px; float:left; padding:0px 15px 0 0; margin:0 0 10px; text-align:right; color:#7a7a7a; }
.vakans-list .item .value{ padding-left:115px; margin-left:-115px; width:586px; float:left;  position:relative; margin-bottom:10px;}
.vakans-list .item .mrow{margin:0 0 15px;}
.vakans-list .item .mrow .titol{font: bold 14px/22px Tahoma, sans-serif; }
.vakans-list .item .mrow .price{background: #b8b8b8; display:inline-block; font:bold 14px/22px Tahoma, sans-serif; color:#fff; padding:0 5px; text-align:left; white-space:nowrap; margin-right:10px;}


.tovars-list.plitkoy {margin-left:-15px;}
.tovars-list.plitkoy .item{margin-left:14px; width:209px; height:280px; clear:none; float:left;}

.tovars-list .item{
	border: 1px solid #d6dde4;
	padding:10px;
	margin:0 0 15px;
	clear:left;
}

.tovars-list .item .img-cont{display:block; width:150px; height:150px; line-height:150px; float:left; margin:0 20px 10px 5px;}
.tovars-list .item .img-cont img{vertical-align:middle;}

.tovars-list .item .titol{font: bold 14px/22px Tahoma, sans-serif; }
.tovars-list .item .price{background: #b8b8b8; display:inline-block; font:bold 16px/22px Tahoma, sans-serif; color:#fff; padding:0 5px; text-align:left; white-space:nowrap; float:right; margin:0 0 10px 20px;}
.tovars-list.plitkoy .item .price {margin: 0 0 10px 130px;}
.tovars-list .item p{padding:0; margin:0 0 10px;}


.popup-wrap{
	position:fixed;
	left:0;top:0;
	width:100%; height:100%;
	z-index:99;
}
.popup-wrap .popup{
	position:absolute;
	left:50%; top:50%;
	width:400px; height:414px;
	margin:-207px 0 0 -200px;
	background:#fff;
	border: 1px solid #d6dde4;
	-webkit-box-shadow:  0px 0px 15px 5px rgba(0, 0, 0, 0.33);
    box-shadow:  0px 0px 15px 5px rgba(0, 0, 0, 0.33);
}
.popup-wrap .popup .pad{
	padding:10px;
}
.popup-wrap .popup .pad h3{text-align:center; margin:0 0 20px;}
.popup-wrap .popup textarea{resize:none;}
.popup-wrap .popup p,.otziv-form p{padding:0;}

.otziv-item {margin:0 -10px 15px 0;}
.otziv-item span{display:inline-block; vertical-align:top; margin-right:10px;}
.otziv-item textarea{vertical-align:top;}

.toggler-item .otziv-form textarea{width:500px !important;}

.tov-img-cont{width:420px; float:left; margin:0 20px 0 10px;}
.tov-img-cont .main-img{ width:350px; text-align:center; float:left; margin-right:20px;}
.tov-img-cont .main-img img{margin:0 0 10px;}
.tov-img-cont .main-img .ic-link img{margin-bottom:0;}
.tov-img-cont .main-img a{color:#BFC2C6;}
.tov-img-cont .thumbs{padding:20px 0 0;}
.tov-img-cont .thumbs .thumb{display:block; width:48px; margin:0 0 10px; float:left; border:1px solid transparent; padding:5px 0; text-align:center;}
.tov-img-cont .thumbs .thumb img{width:40px; display:block; margin:0 auto;}
.tov-img-cont .thumbs .thumb.active{border:1px solid #D6DDE4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tov-price{font:bold 16px/30px Tahoma, sans-serif; text-align:center; padding:20px 0 0;}
.tov-price span{background: #b8b8b8; display:inline-block; font:bold 28px/36px Tahoma, sans-serif; color:#fff; padding:0 5px; text-align:left; white-space:nowrap; margin-left:5px; vertical-align:top;}

.tov-param-list {padding:0 10px;}
.tov-param-list p{padding:0; margin:0 0 10px;}

.vakans-cont h3{font: 22px/22px Tahoma, sans-serif; margin:0 0 20px;}
.vakans-cont h4{font: 16px/22px Tahoma, sans-serif; margin:0 0 15px;}

.red{color: #cb4d51;}
.rred{color: red;}

.relative{position:relative;}
.prodlink{position:absolute; left:100%; top:50%; margin:-18px 0 0 30px; font:11px/18px Tahoma, sans-serif;}

.mail-shablon .fleft{margin-right:10px;}
.mail-shablon .ph-adder{width:100px; margin:0 0 10px; padding:50px 8px;}
.mail-shablon {padding-bottom:0;}
.mail-shablon textarea{resize:none;}


 .cat-edit{}
 .cat-edit .catalog-subcategory{border-bottom:1px solid #d6dde4; padding-bottom:10px; margin:0 0 10px;}
 .cat-edit .bot-ed{text-align:right; padding:0 10px;}


.tov-ph-add .ph-adder{
	text-decoration:none;
	padding:14px;
	width:20px; font: bold 20px/20px Tahoma, sans-serif;
	text-decoration:none !important;
	margin:0 6px 6px 0;
	float:left;
}
.tov-ph-add .ph-adder-main{padding:98px;}

.tov-add-price {
	margin-right:130px;
	font: bold 16px/30px Tahoma, sans-serif;
	padding:24px 0 0;
}
.tov-add-price .inp-txt{ height:30px; font: bold 16px/30px Tahoma, sans-serif; width:70px; text-align:right;}
.tov-add-price .param{   }

.place-table{width:100%;}
.place-table td{padding:6px 10px; margin:0; border:1px solid #D6DDE4; width:50%; vertical-align:top;}
.place-table td .tt{font:  14px/18px Tahoma, sans-serif; display:block; width:70px; float:left;}
.place-table td .fleft{ overflow:hidden;}


/* ----------------------------------------------------------------------------------------------------------------- */
.notif {
/* 	display:none; */
	margin-bottom: 10px;
}

.notif.info-ok {
	text-align: center;
	color: green;
	background-color: rgb(229, 255, 229);
	border: 1px solid green;
}

.notif.info-error {
	text-align: center;
	color: red;
	background-color: rgb(253, 236, 236);
	border: 1px solid red;
}

.notif.info-warning {
	text-align: center;
	color: #FF7400;
	background-color: #FFF6E8;
	border: 1px solid #FF7400;
}


.load_img {
	background-color: #eee;
}

#dialog-form {
	display:none;
}

.time-css {
	text-align: center;
}

ul.parent {
	display: block;
/* 	width: 205px; */
	width:99%;
	float: left;
	margin: 10px 0;
	font-size: 12px;
}

ul.parent strong {
	font-size: 10px;
}

ul.parent li ul.shildren li {
	float: left;
	display: block;
	width: 33%;
}

ul.parent>li {
	clear:both;
/* 	margin-top: 10px; */
	margin: 3px 0;
	padding: 3px 0;
	cursor:pointer;
}

ul.parent>li:hover {
	background-color: #EEE;
}

.ph-adders {
	line-height: 40px;
	text-align: center;
	display:block;
}

.ph-adders2 {
	line-height: 134px;
	text-align: center;
	display:block;
}

.photo-th-item-left {
	float:left;
	margin: 3px;
}

.chose-label {
	background: #eee;
	padding: 5px 10px;
	display: block;
	margin-bottom: 3px;
}

.geo-chose {
	margin-top: 10px;
}

.geo-chose ul {
	border: 1px solid #D31717;
	width: 100%;
}

.geo-chose ul li {
	padding:3px 6px;
	cursor:pointer;
}

.geo-chose ul li:hover {
	background-color:#eee;
}

.tel_line {
	margin-top:10px;
}

.load {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 0.6;
	background: url('/img/loading.gif') no-repeat center center #FFF;
	display: none;
}

.ratingimg img {
	cursor: pointer;
}

.right-photo-loader {
	width: 134px;
	float: right;
}

.firm-page .wimg-2col .item .edit-link {
	bottom: 10px;
	position: absolute;
	right: 0;
}

.line-photo-loader {
	float: left;
	margin-right: 1px;
}

.inp-select {
	box-shadow: inset 0px 1px 1px #CFCFCF;
	position: relative;
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
	border: 1px solid #FFF;
	border-bottom-color: #E5E5E5;
	border-left-color: #C6C6C6;
	border-right-color: #C6C6C6;
	border-top-color: #A3A3A3;
	background-color: #FFF;
	padding: 5px 0;
	font-family: Helvetica, Arial, 'MS Sans Serif' ,sans-serif;
	font-size: 1em;
}

/*form[action=/ajax/upload/] */input[type=file] {
	cursor:pointer;
}

#firma-logo .load_img img {
	max-width:280px;
}

.chosen_cat {
	display: inline-block;
	margin: 10px 0;
}

.chosen_cat span {
	padding: 3px 10px;
	background-color: #C2FFC0;
	border-radius: 4px;
	color: #179112;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

ul.parent>li.sel {
	background-color: #C2FFC0;
}

._item {
	margin-bottom:15px;
}

._param {
	float: left;
	width: 150px;
}

#formo {
	padding: 10px;
	background-color: #FAFAFA;
	width: 97%;
}

#formo input.inp-txt {
	width: 300px;
}

#formo textarea {
	height: 100px;
}

#formo input.code {
	display: inline;
	width: 100px;
	font-size: 32px;
	height: auto;
	text-align: center;
	margin-top: -45px;
}

#formo input.bbutt {
	font-size: 14px;
}

.form-money {
	font-size: 16px;
}

.form-money input[name=money] {
	width: 50px !important;
	margin: 0 5px;
}

.more_tag {
	display: inline;
}

.bbutt-red {
	background: #FFF;
	background: -moz-linear-gradient(top, #FD6A6A 0%, #C55252 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD6A6A), color-stop(100%,#C55252));
	background: -webkit-linear-gradient(top, #FD6A6A 0%,#C55252 100%);
	background: -o-linear-gradient(top, #FD6A6A 0%,#C55252 100%);
	background: -ms-linear-gradient(top, #FD6A6A 0%,#C55252 100%);
	background: linear-gradient(to bottom, #FD6A6A 0%,#C55252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	color: #FFF;
	text-shadow: 0px 1px 1px #0B0B0B;
}

.-faq {
	display:inline-block;
	position: absolute;
	right: 10px;
	top: 7px;
	line-height: 20px;
}
.-faq a, .-faq a:hover {
	text-decoration:none;
}
.-faq a span {
	background-color: #2B76FD;
	color: #FFF;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	margin-left: 5px;
	font-size: 16px;
}

#yandex_premium_143710 .yap-list tr {
	display: inline-block;
	width: 50%;
}

.block.nobord {
    margin: 0;
}
.nobord {
    border: 0 none !important;
}

.premium-list .item {
    border: 1px solid #d6dde4;
    display: block;
    float: left;
    height: 210px;
    margin-bottom: 9px;
    margin-left: 11px;
    padding: 8px 6px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 126px;
}

noindex .premium-list .item {
    margin-bottom: 0;
}
.item .txt{display:inline-block;width:250px;}