a{
	/* color: #525252; */
	text-decoration: none;
}

a.active{
	text-decoration: none;
}

a.block{
	display: block;
}

a:hover {
	/* color: #C00000; */
	/*  text-decoration: underline;  */
}

.background-none{ background-image:none!important; }
img{
	border:0;
}
img.icon {
	vertical-align: middle;
	border: none;
	margin-left: 3px;
}
p{
 margin:0;
 padding:0 0 12px 0;
 overflow:hidden;
 }

table.cellcollapse{ border:0px; border-collapse:collapse; width: 100% }
table.cellcollapse td{ padding:0px; }

table.cellseparate{ border:0px; border-collapse:separate; width: 100% }
table.cellseparate td{ padding:1px; }


body{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	/* padding:0 0 20px 0; */
	margin:0 auto;
	color:#010100;
}

#content-wrapper{
	padding: 0px;
	margin: 0 auto;
	display: block;
}

#content{
	width:1000px;
	padding:0;
	margin:0 auto;
	display: block;
	overflow:hidden;
}

h3 {
	color: #B80000;
	margin: 0 0 10px 0;
}

/*		Header	*/
#header{
	width:1000px;
	height:180px;
	position: relative;
}


#header .input-text, #header input{
	position:absolute;
}
#header form{
	position: absolute;
	width:990px;
	height:439px;
}

#header input{
	color: #c0c0c0;
	border: 0;
	background-color: transparent;
	width: 135px;
	height: 18px;
	font-family: "Times New Roman", Times, serif;
}

#header .input-text{
	width: 115px;
	padding: 6px 0px 0px 10px;
}

#l-eml {
	width: 130px;
	height: 28px;
	position: absolute;
	right:21px;
	top: 143px;
}

#l-pwd {
	width: 130px;
	height: 28px;
	position: absolute;
	right:21px;
	top: 182px;
}

#login_submit, #logout_submit{
	right: 20px;
	top: 212px;
	/* color: #000 !important; */
	cursor: pointer;
}

#login_recover {
	right: 20px;
	top: 237px;
	/* color: #000 !important; */
	cursor: pointer;
}

#button_my_office{
	right:30px;
	top: 212px;
	color: #000 !important;
	cursor: pointer;
	background-color: #ECDDBC !important;
	border: 1px dotted black !important;
	opacity: 0.8;
}

#login_message, #logout_message{
	position: absolute;
	width: 150px;
	text-align: center;
	top: 122px;
	right: 15px;
}
#login_message .error{
	color: red;
	background-color: transparent !important;
}

#logout_message{
	top: 140px !important;
}

#logout_message .company-name {
	font-weight: bold;
}

#profile_header a.header-link{
	position: absolute;
	top:151px;
	text-decoration: none;
	font-size: 14px;
	line-height:25px;
	color: #fff;
	display:block;
	width:125px;
	height:27px;
	overflow:hidden;
	text-align:center;
}

#profile_header .menu{

}



.menu ul{ padding-left:31px;margin:0}
.menu ul li{
	float:left;
	padding: 0 20px 0 0;
        list-style-type: none;
 }
.menu ul li a{
 text-decoration:none;
 color:#fff;
 font: normal 14px/26px Arial, Helvetica, sans-serif;
 padding:1px 0 0 0;
 display:block;
 float:left;
 height:30px;
 }
.menu ul li a:hover, .menu ul li a.active{
 text-decoration:none!important;
 color:#fff;
 font: normal 14px/26px Arial, Helvetica, sans-serif;
 padding:1px 0 0 0;
 height:30px;
 }

 /* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
 position:absolute;
 font: normal 14px Arial, Helvetica, sans-serif;
 line-height:14px;
 z-index: 100 !important;
 min-width:152px;
 visibility: hidden;
 border-bottom:1px solid #000;
 background:#fff url(../img/bg-sub.gif) repeat-y 0 0;
 }
* html  .dropmenudiv{
 width:240px;
 border-right:1px solid #000;
 }

.dropmenudiv a{
 width: auto;
 display: block;
 text-indent: 3px;
 padding: 3px 8px 3px 10px;
 text-decoration: none;
 color:#070707;
 border-right:1px solid #000;
 border-left:1px solid #000;
 }
* html .dropmenudiv a{ width: 230px; }
.dropmenudiv a:hover, .dropmenudiv a.active{
 color:#172983;
 /* text-decoration:underline; */
 /* background:url(../img/bg-subheader-left.gif) no-repeat 0 5px; */
 }

/*	/Header	*/

#page {
	display: block;
	margin: 0 auto;
	padding:11px 0 0 0;
	min-height: 600px;
	position: relative;
}

#col-left{
	position: relative;
	_left:-20px!important;
	width:200px;
	float: left;
	display: block;

}


#col-right{
	position: relative;
	width:200px;
	float: right;
	display: block;
}


#col-left h3, #col-right h3 {
 margin:0;
 padding:2px 0 2px 20px;
 overflow:hidden;
 color:#fff;
 font: normal 14px Arial, Helvetica, sans-serif;
 }
#module-content-search{
    float: left;
    overflow: hidden;
    padding: 6px 0 0 6px;
    width: 194px;
	height:18px;
 }
 * + html #module-content-search {padding-top:3px;}
#module-content-search form{
 width:187px;
 height:18px;
 margin:0;
 padding:0;
 background:url(../img/bg-input-poiskk.gif) no-repeat 0 0;
 background-color: #fff;
 }
#module-content-search form input{
 width:145px;
 padding-left:2px;
 height:15px!important;
 border:none;
 background:none;
 font-size: 12px;
 vertical-align:top;
/*  line-height:12px; */
 }
#module-content-search form input.pic-tran{
 width:33px;
 height:18px;
 cursor: pointer!important;
 position:relative;
 background:url(../img/pic-tran.gif) no-repeat 0 0;
 }
#korzina{
 /* background:url(../img/bg-left-content.jpg) repeat-y 0 0; */
 padding: 10px 0 4px 8px;
 overflow:hidden;
 border-bottom:2px solid #bfc4dd;
 border-left:2px solid #bfc4dd;
 border-right:2px solid #bfc4dd;
 position:relative;
 }
#korzina .float-left{
 left:9px;
 z-index:999;
 width:188px;
 text-align:right;
 padding-bottom: 3px;

 }
#korzina .float-right{ display:none; }
#korzina .float-left p{
 padding:10px 0 0 0;
 width:181px;
 }
#korzina .float-left p a img{ float:right!important; }

#col-main{
	display: block;
	position: relative;
	/* float: right; */
    /* margin-left: 215px; */
	width: 768px;
	_overflow:hidden;
        overflow:hidden;
}
#colmain-menu{
 overflow:hidden;
 padding: 0 0 8px 0;
 position: relative; left: -4px; top: -1px;
 }
#colmain-menu ul, #colmain-menu ul li{
 margin:0;
 padding:0;
 overflow:visible;
 list-style-type: none;
 height:14px;
 }
#colmain-menu ul li{
 float:left;
 /* background:url(../img/man.jpg) no-repeat 100% 0; */
 padding: 0;
 font: normal 12px Arial, Helvetica, sans-serif;
/*  color:#666!important; */
 }
#colmain-menu ul li a, #colmain-menu ul li .crm_txt{
 display:block;
 float:left;
 height:14px;
 text-decoration:none!important;
 /* color:#142577!important; */
 padding: 0 4px;
 font: normal 12px Arial, Helvetica, sans-serif;
 }
#colmain-menu ul li .crm_spr{
 display:block;
 float:left;
 height:14px;
 }
#colmain-menu ul li a:hover{
 display:block;
 float:left;
 height:14px;
 text-decoration:none;
/*  color:#000!important; */
 padding: 0 4px;
 font: normal 12px Arial, Helvetica, sans-serif;
 }
#colmain-menu ul li.background-none{ background-image:none!important; padding:0; }
#col-main h1{
 margin:0;
 padding:0 0 10px 0;
 overflow:hidden;
 }


.v-catalog{
 float:right;
 overflow:hidden;
 padding-right:23px;
}
.v-catalog a{
	text-decoration:none;
	color:#a19f9f;
	font: normal 16px Arial, Helvetica, sans-serif;
}
.v-catalog a:hover{ color:#c00; }

.old-cena{
 color:#a19f9f;
 text-decoration:line-through;
}


.kupit-dutton{
 float:right;
 padding: 0 5px;
}
.soput-ks{
	padding-top:3px;
}

.qty-cart-ext-select {
    float: right;
    height: 30px;
}
.soput-ks .kupit-dutton{
/*  margin-left:8px; */
}
.select-atribut{
/* float: right; */
/* margin-right:17px; */
}
.select-atribut select{
	display:block;
	margin-bottom:3px;
	width:150px;
	margin-right:17px;
}.select-atribut-244 select{
	display:block;
	margin-bottom:3px;
	width:244px;
}
.select-atribut select option{
	/* background-color:#d2d1d1; */
	border-bottom: 1px solid #fff;
	padding:2px;
	vertical-align:middle;
}

.model-vec-matetial{
	/* background-color:#f1f0f0; */
	/* border-top: 2px solid #c9c9c9; */
	padding:8px;
	margin-top:5px;
	/* color:#a19f9f; */
}

a.v1, a.v2{
	text-decoration:none;
	font-weight:bold!important;
	font-size:22px!important;
}
a.v1{ color:#172983!important; }
a.v2{ color:#000!important; }

.proiz-table td{ padding-right:30px; padding-bottom:4px; text-align:left; }
.proizvod{
	color: #555757;
	background-color:#fff;
	/* width:184px; */
	width:206px;
	padding: 0 4px 0;
	/* height:80px; */
	overflow:auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;

}
.proizvod div{
	padding:1px 0 2px 0;
	border-bottom: 1px solid #d2d1d1;
	font-size:13px;
	/* font-weight:bold; */
}
.proizvod div input{
	position:relative; top: 2px;
	margin-right:4px;
}
#page-footer{

	padding:0;
	margin:0 auto;
	overflow:hidden;
	width: 1000px;
	clear:both;
	bottom: 0px;
	/* background:url(../img/bg-footer.jpg) no-repeat 0 0; */
	border-top-color: rgb(173, 173, 173);
	border-top-style: solid;
	border-top-width: 2px;
	height: 30px;


}

#page-footer #footer-separator{
	height:43px;
	width:1px;
	float:left;
	margin-left: 50px;
	margin-right: 45px;
}

#footer-copyright{
	float: right;
	/* margin: 1em 0; */
	padding-right:10px;

}
#text-footer{
	position: relative;
	bottom: 0;
	display: block;
	overflow:hidden;
}
#footer-all{
	position: absolute;
	bottom: 0;
    margin: 0;
	padding-left: 8px;
    padding-bottom: 3px;
	/* overflow:hidden; */
	height: 30px;
}
#footer-links {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding-bottom: 3px;
    padding-left: 7px;
}
#footer-links li{
	display: inline;
	padding-right:24px;
}
#footer-links li a{
 color:#939292;
 font: normal 14px Arial, Helvetica, sans-serif;
 text-decoration:none;
 }
#footer-links li a:hover {
	text-decoration: underline !important;
}

.module{
	clear: both;
	margin-bottom: 10px;
}

.module-head
{
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	font-size: 18px;
}

.module-title {
	font-size: 18px;
	background-color: #fff;
	padding-right: 6px;
	line-height: 1em;
	white-space: nowrap;
}

#col-main .module-title {
	color: #C00000;
}

.module-content{
}

.module-foot{
	text-align: right;
}

.module ol {
	margin: 0 20px 0 30px;
	padding: 0;
}
.module ol li {
	text-align: justify;
	margin: 3px 0;
}

/* News  */
.news-item {
	float: left;
}

.news-item-header{
 color:#8b8b8b;
 font: normal 12px Arial, Helvetica, sans-serif;
}

.news-item-content {
 font: bold 14px Arial, Helvetica, sans-serif;
 color:#010100;
}
.news-item-content a{
 font: bold 14px Arial, Helvetica, sans-serif;
 color:#010100;
 text-decoration:none;
}
.news-item-content a:hover{
  text-decoration:underline;
}

.news-item-footer {
	text-align: right;
	padding-top:2px;
}
.news-item-footer a{
    color:#8b8b8b!important;
    font-size:13px!important;
    text-decoration: none;
	/*background:url(http://carnation.com.ua/themes/default_new/img/bg-podrobnee.png) no-repeat 100% 0;
	padding-right: 17px;*/
}

.news-item-text {

}

.news-item-text p{
	margin: 0;
}

.news-text p {
	margin: 5px 0 10px 0;
}

/* News list at page News */
.news-list {

}

.news-list .news-item {
	float:none !important;
}

.news-list .news-title{
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none!important;
}
.news-title a:hover{
	text-decoration: underline!important;
	color:#172983;
}

.news-list .news-date{
	font-style: italic;
	font-size: 11px;
	color: #525252;
}

.news-list .news-text{
}

.news-block {
	margin: 0 0 10px 0;
	padding:0;
}
.news-block .news-item {
	clear: both !important;
	float: none !important;
	margin: 0 0 10px 0;
}

.news-block * {
	float: none !important;
	/*text-align: left !important;*/
}

.news-block .controls {
	clear: both !important;
	float: none !important;
	color:#4f4e4e;
}


/* /News  */

/*** Forms  ***/

/*** / Forms  ***/

/* search form  */

#search-map{
	float: left;
}

#search-form{
	float: none;
}

#search-form .search-field, #search-form .search-field-r {
	border: 1px solid #808080 !important;
	color: #808080  !important;
	font-family: "Times New Roman", Times, serif !important;
	width: 190px;
}

#search-form .search-field-r {
	width: 270px;
}

#search-form input{
		font-family: "Times New Roman", Times, serif !important;
}

#search-table-form{
	width: 460px;
}
#search-table-form .messages{
	text-align: center;
	color: red;
}

#search-table-form td{
	font-size: 15px !important;
	padding-top: 15px;
}

#search-table-form tr{

}
#search-table-form td.search-table-right{
	padding-left: 10px;
	width: 250px;
}

#search-table-subcategories{
	display: none;
}

.search-form-button{
	height: 26px;
	width: 172px;
	border: 0;
	color: #fff;
}

#search-table-row-subcategories
{
	font-size: 13px;
	/*display: none;*/
}

#search-form-subcategories
{
	background-color: #fff;
	border: 1px solid #000;
	font-size: 13px;
	display: block;
	position: static;
	text-align: center;
	border: 1px dotted #a7a7a7;
	background-color: White;
	opacity: 0.8;
}

.search-subcategory{
	text-align: left;
	margin-left: 3px;

	display: block !important;
	margin-right: 10px;
	width: 195px;

	height: auto !important;

}

.search-subcategory.left {
	float: left;
}
.search-subcategory.right {
	margin-left: 205px;
}


#ajax-loader{
	display: none;
	margin: 0 auto;
	float: left;
}

/* /search form */


/* search result */
#table-search-result
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 730px;
}

.result-item td.logo{
	width: 102px;
}

.result-item td.actions{
	width: 150px;
	text-align: center;
	padding-top: 15px !important;
}

.result-item td.info{
	padding: 15px 20px !important;
}

td.info .first-line{
	font-size: 14px;
	margin-bottom: 9px;
}
td.info .description{
	font-size: 12px;
	color: #525252;
}

.actions .action-button, .action-button-partner{
	height: 19px;
	width: 120px;
	font-size: 10px;
	color: #000;
	font-family: "Times New Roman", Times, serif !important;
	border: 0;
	/*margin: auto;*/
	margin-bottom: 12px;
	padding: 0 0 2px 0;
	letter-spacing: 1px;
}
.action-button{
    /* background:url(../img/otprav-soob.jpg) no-repeat 0 0; */
	/* height: 22px; */
	/* width: 148px; */
	border: 0;
	margin-bottom: 12px;
	padding:0  3px 1px 3px;
	overflow:hidden;
        /* width: 100%; */
}

.action-button-partner{color: #c00000;}

#table-search-result tr td{
	border: 1px dotted #000;
	padding: 2px;
	margin: 0;
	border-spacing: 0px;
}


#table-search-result img.company-logo{
	width: 100px;
}
/* /search result */



/* filters */
.filter .module-head{
	padding-top: 13px;
	margin-bottom: 14px;
}

.filter .module-title{

}

.filter .filter-item{
	color: #808080;
	margin-bottom:10px;
}

.filter .filter-item-name{
	margin-left: 2px;
}


#filter-letter{
	float: right;
	background-color: #fff;
	padding-left: 10px;
	padding-top: 3px;
	line-height: 1em;
	color: #909090;
}

.filter-letter-char {
	line-height: 1em;
	text-transform: uppercase;
	margin-right: 2px;
	font-size: 15px;
}

#filter-letter .enabled-char{
	color: #c00000 !important;
	cursor: pointer;
}


#filter-letter .active-char{
	color: #fff !important;
	background-color: #c00000 !important;
	cursor: pointer;
}

.filter-letter-char a{
	text-decoration: none;
}

#filter-sort .dotted-line {
        padding: 10px;
}


/* /filters */


.clear{
	height:1px;
	width:1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}


/*----------ToolTip-------------------*/
#tooltip {
	position: absolute;
	z-index: 9000;
	width:250px;
	border: 1px solid #828282;
	background-color: #f7f7f7;
	padding: 0;
	opacity: 1;
	color:#000;
	font-size:12px;
}
#tooltip h3 {
  background-color: #c2c2c2;
  padding:1px 2px 1px 5px;
  font-size:13px;
  font-weight:bold;
  margin:0px;
  color:#fff;
}
#tooltip div {
  padding:3px 5px 3px 5px;
}


/*========================================*/

/*----------MyMenu-------------------*/
.my_left_menu ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

.my_left_menu li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	list-style-type: none;
	color: #C00000;
}
.menu_itemsact {
	text-decoration: none;
	color: red;
}

.my_left_menu a{
	text-decoration: none;
}

.my_left_menu a:hover{
	text-decoration: none;
	color: red;
}

.my_left_menu li.delim {
	border-bottom: 1px dotted #a7a6a6;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.my_menu_line {

	width:70%;

	margin:10px 0px 5px 0px !important;

	border-bottom:1px dotted #a7a6a6;

}
/*========================================*/


/*-----------------My_Content------------*/

.my_wrapper_content{
	margin:0px 0px 40px 0px;
}

.my_content_search_buyer{
	opacity: 0.80;
	border:1px dotted #a7a7a7;
	background-color:#fbfbfb;
	width:728px;
	padding: 20px 0px 20px 0px;
}

.my_content{
	opacity: 0.80;
	border:1px dotted #a7a7a7;
	background-color:#fbfbfb;
	width:700px;
	padding: 20px 0px 20px 0px;
	margin: 30px auto;
}

.lightRow{}

.darkRow{
	background-color: #f2f2f2;
}

.list_field th{
	border:1px solid #e6e6e6;
	font-size: 12px;
}

.list_field td{
	font-size: 13px;
}


#ajax-load img{
	padding: 2px 1px 1px 1px;
}


#block_tag div{
	margin: 1px 0px 0px 0px;
}

.wrapper_btn_submit{
	margin:10px 0px 0px 0px;
	text-align:center;
}

.my_btn_submit_uc{
	text-align:right;
	margin:10px 20px 0px 0px;
}

.btn_submit{
	font-size:11px;
}

.my_title_content{
	text-align:center;
}

.my_title_content h3{
	font-size:17px;
}

.errors, #error-register{
	margin: 15px auto;
	color: red;
	padding: 6px 10px 6px 10px;
	width: 680px;
	border: 1px dotted #feb8ae;
	font-size: 12px;
	background-color:#fff5f4;
}



.message, .message-register{
	margin: 15px auto;
	padding: 6px 10px 6px 10px;
	width: 680px;
	font-size: 12px;
	border:1px solid #d2d4e7;
	background-color:#f8f9fd;
	color:#555aa1;
}

.message-cart-ext-select{

	display: none;
	margin: 15px auto;
	padding: 6px 10px 6px 10px;
	font-size: 12px;
	border:1px solid #d2d4e7;
	background-color:#f8f9fd;
	color:#555aa1;
	text-align: left;

}

.cart-ext-select{

	margin: 15px auto;
	padding: 6px 10px 6px 10px;
	font-size: 12px;
/*	border:1px solid #d2d4e7;
	background-color:#f8f9fd;	*/
	color:#555aa1;
/*	height: 60%;
	overflow: auto;
	position: fixed;
	top: 20%;	*/
	text-align: center;
	z-index: 100;

}

td .cart-ext-select{
	position: inherit;
}

.cart-ext-select h2{
	text-align: left;
}

.cart-ext-select ul.hr{
	float:right;
	list-style:none outside none;

}

.cart-ext-select ul.hr li{

	padding: 1px 10px 1px 10px;
	display:inline;

}

a.minus, a.plus {
    background-color: #A1FFFB;
    color: #000000 !important;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

div.cart-ext-select td.minus-plus {
	padding-left: 10px;
}

td#div-cart-ext-select a.minus, a.plus {
    background-color: #A1FFFB;
    color: #000000 !important;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

div.cart-ext-select th.th-good-name, #div-cart-ext-select th.th-good-name {
	width: 250px;
}

div.cart-ext-select th.th-good-qty, #div-cart-ext-select th.th-good-qty {
	width: 135px;
}

.successcart_title::before {
    background: rgba(0, 0, 0, 0) url("../../../img/ico_success.gif") repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 10px;
    width: 16px;
}
.successcart_title {
    font-size: 20px;
    margin: 10px;
    text-align: center;
    width: 100%;
}
.successcart_lt, .successcart_rt {
    display: inline-block;
    max-width: 50%;
    min-width: 180px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.successcart_lt .successcart_name {
    text-decoration: underline;
}
.successcart_ch, .successcart_sh {
    margin-bottom: 30px;
}
.successcart_ch .kupit-dutton, .successcart_sh .kupit-dutton {
    float: none;
    margin: 15px auto;
}

td#div-cart-ext-select td.minus-plus {
	padding-left: 10px;
}

table.shopping-cart-items{
	text-align: center;
	width: 100%;
}

#ajax-loading{
	background-color:#ffffff;
	display:none;
	position: fixed;
	text-align: center;
	right: 50%;
	top: 50%;

	margin: 15px auto;
	padding: 6px 10px 6px 10px;
	font-size: 12px;
	border:1px solid #d2d4e7;
	background-color:#f8f9fd;
	color:#555aa1;
	z-index: 200;
}

#modal-window, .popup-form-window { background-color: #F8F9FD; padding: 10px; position: absolute; z-index: 90; }

.popup-form-content { margin:20px; }

.popup-form-content p { text-align: center; }


#modal-close { color: red; display: block; font-size: 30px; font-weight: 100; height: 30px; position: absolute; right: -7px; top: 0; width: 30px; }

#content .remove-from-cart { font-size:18px; color:#f00 !important; padding: 0 5px;line-height: 15px; text-decoration: none; }

.popup-form-close { position: absolute; right: 10px; top: 10px; }

.under-layer {
	background: none repeat scroll 0 0 #000000;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
}

.message-register, .errors-register{
	width: 710px;
}

.my_link_content{
 top:-37px;
	position:relative;
	z-index:998;
	height:20px
}
@-moz-document url-prefix() {
	.my_link_content{
	top:-38px;
	position:relative;
	z-index:998;
	}
}

.link_content{
	position:relative;
	font-size: 13px;
	padding: 1px 15px 1px 15px;
	border-right:1px dotted #a7a6a6;
	border-left:1px dotted #a7a6a6;
	border-top:1px dotted #a7a6a6;
	margin: 0px 0px 0px 5px;
	background-color:#fbfbfb;
	z-index:999;
}

.link_content_act{
	position:relative;
	font-size: 13px;
	height:15px;
	padding: 3px 15px 1px 15px;
	border-right:1px dotted #a7a6a6;
	border-left:1px dotted #a7a6a6;
	border-top:1px dotted #a7a6a6;
	border-bottom:1px solid #fbfbfb;
	margin: 0px 0px 0px 5px;
	background-color:#fbfbfb;
	z-index:999;
}

.link_content a{
	text-decoration: none;
}

.link_content a:hover{
	z-index:999;
	text-decoration: none;
	color: #C00000;
}

.link_content_act em {
	color: #C00000;
	font-style: normal;

}

.list_field a{
	text-decoration: none;
	color:#000;
}

.list_field a:hover{
	text-decoration: underline;
	color:#000;
}

.center{
	text-align: center;
}

.admin_notice{
	margin: 0 auto;
	width:94%;
}


/*-------------My_User_Category-----------------*/

.wrapper_uc_category{
	width:94%;
	padding:10px 5px 10px 5px;
	margin:0 auto;
	font-size:13px;
	border:1px solid #e6e6e6;
}

.wrapper2_uc_category{
	 margin:15px 0px 0px 0px;
}

.wrapper_uc_title{
	margin: 0 auto;
	text-align:center;
}

.wrapper_uc_title h2{
	margin: 0 auto;
	font-size: 14px
}

.ucat{
	margin:1px 0px 5px 0px;
}

.block_change_ucat{
	float:left;
	width:20px;
}



.block_change_ucat img{
	border:0;
}

.ucategory{
	padding: 2px 0px 0px 5px;
	margin:0px 0px 0px 20px;
	cursor: pointer;
}

.joinline{
	margin:0px 0px 0px 5px;
	width:18px;
	float:left;
}

.joinline img{
	border:0;
}

.ucategory_sub{
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 45px;
	cursor: pointer;
}

.joinlinesub{
	margin:0px 0px 0px 27px;
	width:18px;
	float:left;
}

.ucategory_sub_sub{
	padding:2px 0px 0px 3px;
	margin:0px 0px 0px 65px;
}

.not_user_cat{
	border:1px solid #f3f2f5;
	height:40px;
	margin: 0 auto;
	text-align: center;
}

.description-goods{
font-size:12px;
font-weight:500;
color:#45445f;
}
/*============END_My_User_Category========*/

/*============END_My_Content========*/





/*===========HeaderProfile======*/

#profile_header{
	width:1000px;
	position: relative;
}
#logo{
 width:795px;
 height:149px;
 overflow:hidden;
 }
#polosa{
 width:1000px;
 height:31px;
 left:0;
 }
#baner-header img{
	float:left;
}
#baner-header{
 top:0;
 /* left:205px; */
 width:1000px;
 height:100%;
 overflow:hidden;
 }
  #baner-header-under{
 top:0;
 /* left:205px; */
 width:1000px;
 height:100%;
 overflow:hidden;
 text-align: center;
 }

#profile_company_name{
	position:absolute;
	left:307px;
	top:25px;
	width:467px;
	height:64px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}

#profile_company_logo{
	position:absolute;
	left:798px;
	top:5px;
	width:170px;
	/*height:135px;*/
	text-align:center;
}


.profile_price{
	margin: 0px 0px 10px 0px;
}

.module-head-catalog{
	width:98%;
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 5px;
}


.table-profile-catalog, .table-tov {
        border:0;
        border-collapse:collapse;
        position:relative; left: -18px;
}

.table-profile-catalog td{
	padding: 0 0 14px 18px;
	width:244px;
}
.table-tov{
	padding: 0 0 14px 18px;
}
.table-profile-catalog td h5{
 margin:10px 0;
 padding:5px 5px;
 overflow:hidden;
 width:234px;
 text-align:left;
 }

.table-tov td h5{
 margin:10px 0;
 padding:5px 0 5px 8px;
 overflow:hidden;
 text-align:left;
 }
.table-tov td .profile-catalog-img{
	float:left;
	margin-right:10px;
}

.profile-catalog-img_tbl{
        border:0;
        border-collapse:collapse;
 }

.table-tov td .g-container .float-left-cena{
	padding-top:14px;
	}
.table-profile-catalog td table td{
 margin:0;
 padding:0;
 background: none;
 }

.profile-catalog-img{
	width:244px;
	/* height:100px; */
	overflow:hidden;
}

.profile-catalog-price{
	font-size:12px;
}



.profile-catalog-price span{
	color: red;
}

.profile-catalog-text{
	margin:0px 0px 0px 118px;
	width: 126px;
	_width: 122px;
	height:88px;
	overflow:hidden;
}
/*=======	/HeaderProfile	*/

/*=======	/Registr	*/
.reg_content{
	opacity: 0.80;
	border:1px dotted #a7a7a7;
	background-color:#fbfbfb;
	width:730px;
	padding: 20px 0px 20px 0px;
	margin: 15px auto;
}
@-moz-document url-prefix() {
	.reg_content{
		margin: 30px auto;
	}
}

.register_email{color: #c00000;}

/*=======	/End Registr	*/

.module-head-clear {
	margin-bottom: 15px;
	font-size: 18px;
	width:98%;
}

.module-title-clear {
	font-size: 18px;
	padding-right: 6px;
	line-height: 1em;
	color: #C00000;
	white-space: nowrap;
}

.module-head-line{
}

.spec_offer{
	margin: 0px;
	padding: 0px;
}

/*-----Search Result Buyer------*/
#table-search-result-buyer
{
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto;
	width: 98%;
}

#table-search-result-buyer tr td{
	border: 1px dotted #000;
	padding: 2px;
	margin: 0;
	border-spacing: 0px;
}

/*-----END Search Result Buyer------*/

/*-----MAIL------*/
.new_message{
	font-weight: 600;
}

.mail-message{
	margin:0 auto; width:96%
}

.message-text{
	border-top:1px dotted #a7a6a6; padding: 5px 0px 15px 0px
}

.block-button-message{
	margin:0 auto; width:700px;
}
/*-----END MAIL------*/



.td-company{}

.td-company a{color:#bb8a3e}

/*---------Paging-----------------*/
.pagination{
	padding: 1px 0px 0px 0px;
	text-align:center;
}

.pager span{
	padding: 0px 2px 0px 2px;
}

.pager_cur{
	color: #505050;
}

/*---------End Paging-----------------*/

/* .errors, #error-register{
	margin: 15px auto;
	color: red;
	padding: 6px 10px 6px 10px;
	width: 680px;
	border: 1px dotted #feb8ae;
	font-size: 12px;
	background-color:#fff5f4;
}



.message, .message-register{
	margin: 15px auto;
	padding: 6px 10px 6px 10px;
	width: 680px;
	border:1px solid #d2d4e7;
	background-color:#f8f9fd;
	color:#555aa1;
}
 */
.messages {

	margin: 15px auto;
	padding: 6px 10px 6px 10px;
	width: 95%;

	border: 1px dotted;
	font-size: 12px;
}

.messages p{
	margin: 0 !important;
	padding: 0 !important;
}

.messages.error {
	border-color: #feb8ae;
	background-color: #fff5f4;
	color: red;
}

.messages.success{
	border-color: #d2d4e7;
	background-color: #f8f9fd;
	color: #555aa1;
}
/* .messages {
	text-align: center;
	width: 98%;
	padding: 3px;
	border: 1px solid;
	margin: 2px;
}

.messages p{
	margin: 0 !important;
	padding: 0 !important;
}

.messages.error {
	border-color: #ff0000;
	background-color: #FFDBDB;
	color: #ff0000;
}

.messages.success{
border-color: Green;
	background-color: #DBFFDD;
	color: Green;
} */


/* CONTACTS */
.contacts-form {
	width: 250px;
	border-left:  0px solid #BFC4DD;
	padding: 0 20px 20px;
	float: right;
}

.contacts-addr {
	float: left;
	width: 430px;
}

.row {
	margin: 0 0 5px 0;
}

#addr {
	margin: 0 0 10px 0;
}

#show-map {
	margin: 0 0 10px 0;
}

#map-container {
	/*width: 430px;
	height: 250px;
	display: none;*/
}

#quests {
	margin: 0 0 10px 0;
	padding: 0 0 10px 20px !important;
	border-bottom: 1px dotted #A7A7A7;
}

#quests li, ul#sitemap-list li {
	list-style: square;
	margin: 0 0 5px 0;
}

.faq-q {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.faq-a {
	margin: 0 0 10px 20px;
}

.faq-a p {
	margin: 5px 0;
	text-align: justify;
}

.faq {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #A7A7A7;
	margin: 0 0 10px 0;
}

.faq-top {
	padding: 0 0 0 10px;
}

.faq-top a {
	font-size: 11px;
}

#help-foot {
	opacity: 0.80;
	border: 1px dotted #a7a7a7;
	background-color: #fbfbfb;
	padding: 10px;
}

ul#sitemap-list {
	margin: 0 0 10px 0;
	padding: 0 0 10px 20px !important;
}

.no-display {
	display: none;
}
.module-content pre {
	width: 500px;
}

.line {
}

.line input {
	float: left;
}



/* Sitepages menu */
ul.sitemenu {
	list-style-type: none;
	margin:0;
	padding:0;
}

li.sitemenu-item {
	margin: 4px 0;
	padding:0
}

li.sitemenu-item.active a {
	color:#C00000;
	text-decoration:none;
}

/*li.sitemenu-item a{
	text-decoration: none;
}*/
form{
 margin:/* 10px */ 0;
 padding:0;
/*  overflow:hidden; */
}
form input.form-input{
 margin:0;
 padding:0;
 overflow:hidden;
 width:175px;
 height:18px;
 border:1px solid #000;
}
form input.form-submit{
 margin:4px 0 0 0;
 padding:0 2px;
}

.search_result{
    float:left;
    text-align: left;
}
.search_form{
    float:right;
    text-align: right;
    width:240px;
    position:relative;
    top:-4px;
}
.search_form form, .search_form form input.form-submit{
 margin:0;
 padding:0;
}

.shopping-cart-items td.minus-plus{
padding-left:22px;
 }
.minus{
 display:block;
 overflow:hidden;
 float:left;
 margin:0 5px 0 0;
 padding:0;
 /* background:url(../img/bg-minus.gif) no-repeat 0 0; */
 width:26px;
 height:27px;
 text-decoration:none!important;
 }
.plus{
 display:block;
 overflow:hidden;
 float:left;
 margin:0 0 0 5px;
 padding:0;
 line-height: 26px !important;
 width:26px;
 height:27px;
 text-decoration:none!important;
 }

.obnovi{
 /* background:url(../img/of-zacaz.png) no-repeat 0 2px;
 color:#fff; */
 text-decoration:none;
 text-align:center;
 margin-left:20px;
 position:relative; top: 10px;
 display:block;
 float:right;
 width:129px;
 height:22px;
 line-height:22px;
 }
.obnovi:hover{
 text-decoration:underline;
 color:#fff;
 }

.polosa-rz{
 border-top:2px solid #c9c9c9;
 clear:both;
 overflow:hidden;
 padding:0 0 6px 0;
 margin:2px 0 0 0;
 }
div label{display: none}

.sort_fil input{
	font-size: 22px !important;
font-weight: 700 !important;
text-decoration: none;
	cursor: pointer;
	border: 0;
	background-color: transparent;
}

.pointer_link:hover{
cursor:pointer!important
}


/* NEW STYLE */
.reiting{
float:left;
font-size:11px;
padding-bottom: 1px;
}

.reiting img{
/* vertical-align:top;
position:relative;
top:1px; */
}

.otzivi input{
color:#959393;
font-size:14px;
border:1px solid #b0b5cb;
width:292px;
/* height:20px;  */
line-height:20px;
padding-left:3px;
padding-right:2px;
margin-bottom:6px;
font-family:Arial, sans-serif;
}

.otzivi textarea{
color:#959393;
font-size:14px;
border:1px solid #b0b5cb;
width:759px;
height:75px;
line-height:20px;
padding-left:3px;
padding-right:2px;
margin-bottom:8px;
font-family:Arial, sans-serif;
}
.otzivi input.button-ostav-otziv{
margin-bottom:20px;
border:none;
width:136px;
height:22px;
float:right;
}

.otzivi h6{
margin:0;
padding:0 0 4px 0;
color:#6b6969;
font-size:16px;
font-weight:bold;
font-family:Arial, sans-serif;
}

.otzivi h6.ot-h6{
color:#e2001a;
padding-bottom:10px
}
.povtior-otziv{
border-bottom:1px solid #adadad;
margin-bottom:18px;
padding-bottom:4px;
font-size:13px;
}

.povtior-otziv h5{
margin:0;
padding:0 0 2px 0;
font-size:14px;
font-weight:bold;
font-family:Arial, sans-serif
}

.povtior-otziv h5 span{ color:#adadad; }

.select-atribut-cler{
clear:both;
margin-right:0;
}
.select-atribut-cler select{
	display:block;
	margin-bottom:3px;
	width:150px;
}
.select-atribut-cler select option{
	border-bottom: 1px solid #fff;
	padding:2px;
	vertical-align:middle;
}

.select-atribut-cler div{
 float:right!important;
 padding-bottom:4px;
 }

.a-otziv{ color:#000!important;
text-decoration: none!important; }
.a-otziv:hover{ color:#adadad!important; }


/*
 * ========================================
 * Rating
 * ========================================
 */

.rating {
		color: #666666;
		font-family: Tahoma, helvetica, sans-serif;
		font-size: 11px;
		width: 85px;
		height: 16px;
		/* position: relative;
		top: -2px; */
	}

	.unit-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 85px;
		height: 16px;
		position: relative;
		background: url(../img/rating.gif) top left repeat-x;
	}

	.unit-rating li{
	    text-indent: -90000px;
		padding:0px;
		margin:0px;
		float: left;
	}
	.unit-rating li a{
		display:block;
		width:17px;
		height: 16px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 17;
		position: absolute;
		padding: 0px;
	}
	.unit-rating li a:hover{
		background: url(../img/rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.unit-rating a.r1-unit{left: 0px;}
	.unit-rating a.r1-unit:hover{width:17px;}
	.unit-rating a.r2-unit{left:17px;}
	.unit-rating a.r2-unit:hover{width: 34px;}
	.unit-rating a.r3-unit{left: 34px;}
	.unit-rating a.r3-unit:hover{width: 51px;}
	.unit-rating a.r4-unit{left: 51px;}
	.unit-rating a.r4-unit:hover{width: 68px;}
	.unit-rating a.r5-unit{left: 68px;}
	.unit-rating a.r5-unit:hover{width: 85px;}
	.unit-rating li.current-rating{
		background: url(../img/rating.gif) left bottom;
		position: absolute;
		height: 16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
}

.popander-element td{position:relative;}
.popander-element td .popander-div{position:absolute;z-index:99;}

.subb input{
background:none;
border:none;
border-bottom:1px solod #d2d1d1;
}

table.filtert{
	width:100%;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif!important;
}
table.filtert td{
	padding:0 10px;
	width:236px;
}
table.list_field {
	background-color: #fff;
        width: 100%;
}

.registr_form input{
	width:500px;
}


/* login block
---------------------------------- */
#login{ width:265px; }
#login input[type="text"],
#login input[type="password"] {
 width:257px;
 height:22px;
 line-height:22px;
 border:1px solid #a4a1a1;
 margin-bottom:7px;
 padding:0 4px;
}
#login input[type="submit"],
#login input[type="button"] {
/*  width:112px;
 height:24px;*/
 text-align:center;
}
#login input[type="submit"] {
 margin-left:33px;
 margin-right:0;
 margin-bottom:9px;
/*  background:url(../img/bg_login_registraciya.png) no-repeat 0 0;
 font-size:13px; */
}
#login input[type="button"] {
 float:right;
 margin-right:0;
 margin-bottom:9px;
/*  background:url(../img/bg_login_registraciya.png) no-repeat 0 0;
 font-size:13px; */
}
#login a{
 float:right;
 color:#6f6e6e!important;
 font: normal 13px Arial, Helvetica, sans-serif!important;
 text-decoration:none!important;
}
#login a:hover{
 text-decoration:underline!important;
}
/* end login block
---------------------------------- */

#copyrt div { text-align: right; } #copyrt a { vertical-align: top; }

#btn-top { background-position: right bottom; background-repeat: no-repeat; bottom: 0; color: #999; cursor: pointer;
           display: none; font-size: 40px; padding: 15px 10px; position: fixed; right: 0; z-index: 50; }
#btn-top b { border-left: 2px solid; border-top: 2px solid; display: block; height: 30px; margin: 20px; transform: rotate(45deg); width: 30px; }
#btn-top:hover { color:#666; }

.display-none { display: none; }


table.buyer-info { text-align: left; width: 50% }

table.tablealog { font-size:13px; width: 220px; }

table.orderer-content { background: #fff; border:1px solid #ababab; }
table.orderer-content td { padding: 5px; }