

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
form {display: block;}
input.form-text, textarea, select {
	font-size: 11px;
	color: #000000;
	line-height: 1;
	border: 1px solid #7E9DB9;
	margin: 0;
}
input.form-text,
textarea {
	padding: 3px 3px 4px 3px;
}

a img, :link img, :visited img {
	border:0 none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: block;
}
li {
	display: block;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

html,
body {
	height:100%;
}
body {
	font: normal 100%/1.2 'Trebuchet MS', sans-serif;
	color: #565656;
	text-align: center;/*padding-left: 1000px;*/
}
a {
	color: #474747;
}
a:hover {
	text-decoration: none;
}
/*--------------------------------------------------------------------------
HELPER STYLES  
---------------------------------------------------------------------------*/
.wrapper {
	overflow: hidden;/*clear: both;*/
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.menu a img {
	vertical-align: middle;
}
.inline-block {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	/*height: 80px;added by burakov*/
}
ul.inline li {
	display: inline-block;
	vertical-align: top;
}
ul.inlineIE li {
	display: inline;
	vertical-align: top;
}
ul.inline li.last {
	margin-right: 0 !important;
}
.noMargin {
	margin: 0px !important;
}
.indent010 {
	margin: 0px 10px !important;
}
.indent100 {
	margin: 10px 0px !important;
}
.indentBottom3 {
	margin-bottom:3px !important;
}
.indentBottom5 {
	margin-bottom:5px !important;
}
.indentBottom10 {
	margin-bottom:10px !important;
}
.indentTop2 {
	margin-top:2px !important;
}
.indentTop10 {
	margin-top:10px !important;
}
.indentLeft10 {
	margin-left:10px !important;
}
.indentBottom30 {
	margin-bottom: 30px !important;
}
.indentTop15 {
	margin-top: 15px !important;
}
.padding100 {
	padding: 10px 0px !important;
}
.pad10 {
	padding: 10px !important;
}
.padLeft15 {
	padding-left: 15px !important;
}
.padTop10 {
	padding-top: 10px !important;
}
.padBot10 {
	padding-bottom: 10px !important;
}
.noBgColor {
	background-color: transparent !important;
}
.noBgImg {
	background-image:none !important;
}
.noBorder {
	border:none !important;
}
.borderTop {
	border-top: 1px solid #BDBDBD;
}
.borderTopDashed {
	border-top: 1px dashed #CDCAC9;
}
.borderBottomDashed {
	border-bottom: 1px dashed #CDCAC9;
}
p.borderBottomDashed {
	padding-bottom: 9px;
}
.borderBottomWhite10 {
	border-bottom:solid 10px #ffffff !important;
}
.whiteBg {
	background-color:#ffffff !important;
}
.midGrBg {
	background-color:#f6f6f6 !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.bigLink {
	font-size: 16px;
	font-weight:bold;
	color:#2197b3;
}
.midLink {
	font-size: 14px;
	text-decoration:none;
	border-bottom:dashed 1px #2197b3 !important;
	color:#2197b3;
}
.width150 {
	width:150px !important;
}
.width185 {
	width:185px !important;
}
.width188 {
	width:188px !important;
}
.width120 {
	width:120px !important;
}
.width90 {
	width: 90px !important;
}
.width40 {
	width: 40px !important;
}
.height20 {
	height: 20px !important;
}
.bgColor1 {
	background-color:#f6efd7 !important;
}
.bgColor2 {
	background-color:#e2d7f6 !important;
}
.bgColor3 {
	background-color:#d7e7f6 !important;
}
.bgColor4 {
	background-color:#d7f1f6 !important;
}
.bgColor5 {
	background-color:#d7f6f1 !important;
}
.bgColor6 {
	background-color:#d7f6df !important;
}
.bgColor7 {
	background-color:#ebf6d7 !important;
}
.bgColor8 {
	background-color:#d7f6d9 !important;
}
.h_wrapper input,
.h_wrapper select {
	width: 99%;
	height: 16px;
}
.h_wrapper select {
	height: 20px;
}
.h_wrapper input {
	padding: 2px 3px;
	height: 15px;
}
/*-----------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------*/
#page {
	/*margin-left: -1000px;*/
	font-size: 12px;
	/*max-width: 1280px;*/
	text-align: left;
	margin: 0 auto;
	min-width: 1235px;
}
/* Header
-----------------------------------------------------------------------------*/
#page-header {
	/*padding: 60px 0 0 36px;*/
	padding: 0 1%;
	/*background: url(../../skin-custom/bg_diagonal_stripes_1.gif) repeat-x;*/
	margin-bottom: 8px;
	text-align: center;
}
#header-row-1,
#header-row-2 {
	min-width: 1003px;
	margin: 0 auto;
	text-align: center;
	/*height: 80px;added by burakov*/	
}
#header-row-1 {
	margin-bottom:15px;
	padding:9px 0 0;
}
#header-row-1 .inline-block {
	margin: 0 2% 0 0;
}
#header-row-1 .last {
	margin: 0;
}
#header-row-2 {
	margin-bottom: 24px;
}
#header-row-2 .inline-block {
}
#header-row-2 h1 {
	float: left;
	width: 180px;
	margin-right: 48px;/* margin-right: 33px; */
}
#header-row-3 {
	margin-bottom: 8px;
	padding-left: 224px;
	text-align: left;
}
/* Middle
-----------------------------------------------------------------------------*/
#page-middle {
	width: 100%;
	height: 1%;
}
#page-middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#page-wrapper-1 {
	width: 100%;
	float: left;
	overflow: hidden;
}
#page-wrapper-2 {
	padding: 0 215px 0 192px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#page-left {
	float: left;
	width: 192px;
	margin-left: -100%;
	position: relative;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#page-right {
	float: left;
	margin-right: -3px;
	width: 215px;
	margin-left: -215px;
	position: relative;
}
/* Footer
-----------------------------------------------------------------------------*/
#page-footer {
}
#footer-col-1 { /*burakov*/
	padding: 0 0 0px 32px;/*burakov*/
	width: 196px;/*burakov*/
	height: 0px;/*burakov*/
}
#footer-col-2 {
	float: none !important;
	margin-left: 240px;/*padding: 0 0 0 9px;*//*width: 766px;*/
}
/*----------------------------------------------------------------------------
PAGE GENERIC STYLES
----------------------------------------------------------------------------*/
.g_page-content {
	padding: 0 52px 44px 52px;
	/*min-width: 700px;*/
}
.g_page-content h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.g_page-content h2,
.g_page-content h2 a {
	color: #565656;
}
.g_page-content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}
.g_page-content h3,
.g_page-content h3 a {
	color: #5D5D5D;
}
.g_page-content h2.g_product-name {
	margin-bottom: 4px;
}
.g_page-print {
	font-size: 10px;
	line-height: 1.1;
	height: 24px;
	width: 43px;
	padding-left: 27px;
	background: url(../../skin-custom/icon_print.gif) no-repeat left center;
}
.g_page-print,
.g_page-print a {
	color: #1999A6;
}
.g_page-content input.form-text,
textarea,
select {
	font-size: 11px;
	color: #000000;
}
/*----------------------------------------------------------------------------
BLOCK GENERIC STYLES
----------------------------------------------------------------------------*/
.sidebar .block {
	margin-bottom: 27px;
}
.sidebar .block.last {
	margin-bottom: 47px;
}
.block h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding: 8px 8px 5px 35px;
}
.block h2 a {
	display: inline-block;
}
.block .block-content {
	padding: 8px 8px 2px 35px;
}
.block-content p {
	line-height: 1.3;
	margin-bottom: 8px;
}
.block .block-bottom {
	height: 10px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.info-block .block-content {
	background: #FAFAFA;
	padding: 11px 5px 16px 20px;
}
.info-block h2 {
	background: #F0F0F0;
	border-left: 8px solid #89B918;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: normal;
}
.info-block .block-content p,
.info-block .block-content p a {
	line-height: 1.3;
	color: #565656;
}
.info-block .block-content ul {
	padding-right: 27px;
}
.info-block .block-content li {
	padding: 11px 5px 10px 20px;
	margin-bottom: 2px;
}
.info-block .block-content img {
	display: block;
}
.info-block .block-bottom {
	height: 15px;
	text-align: right;
	overflow: hidden;
	background: url(../../skin-custom/bg_underline_6.gif) repeat-x left center;
	padding: 0 0 0 9px;
}
.info-block .block-bottom .arrow {
	display: block;
	height: 15px;
	float: left;
	background: url(../../skin-custom/dot_1.gif) #FFFFFF repeat-x left center;
	text-align: right;
	width: 100%;
	vertical-align: top;
}
.info-block .block-bottom a {
	background: url(../../skin-custom/arrow_2_end.gif) #FFFFFF no-repeat left center;
	padding-left: 10px;
	text-align: right;
	font-size: 11px;
	vertical-align: top;
}
.g_info-table {
	width: 100%;
}
/*********************************/

/*********************************/
.b_type-2 {
	margin-bottom: 20px;
}
.b_type-2 h2 {
	display: inline-block;
	padding: 9px 18px 9px 12px;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: normal;
	background: #5CB7BD;
}
.b_type-2 h3 {
	display: inline-block;
	padding: 9px 18px 9px 12px;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: normal;
}
.b_type-2 h2,
.b_type-2 h2 a {
	color: #FFFFFF;
}
.b_type-2 .block-bottom {
	text-align: right;
	height: 15px;
	background: url(../../skin-custom/dash_1.gif) repeat-x 0 center;
}
.b_type-2 .block-bottom a {
	background: url(../../skin-custom/arrow_1_end.gif) #FFFFFF no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	color: #989898;
}
.b_type-2_item {
	width: 49%;
	margin-bottom: 9px;
	background: #F8F8F8;
}
.b_type-2_item .g_li-inner {
	padding: 14px 14px 16px 12px;
}
.b_type-2_item.even {
	margin-right: 1%;
}
.b_type-2_item h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}
.b_type-2_item h3,
.b_type-2_item h3 a {
	color: #565656;
}
.b_filter {
	margin-bottom: 25px;
}
.b_filter .g_info-label {
	color: #565656;
	font-size: 11px;
	line-height: inherit;
	text-align: left;
	display: inline-block;
	max-width: 100px;
}
.b_filter select {
	height: 20px;
	width: auto;
	min-width: 185px;
	vertical-align: top;
}
.b_filter .form-submit-img {
	vertical-align: middle;
}
.user-topics a {
	background: url(../../skin-custom/icon_topics.gif) no-repeat left top;
	padding-left: 25px;
	line-height: 20px;
}
.b_filter .user-topics a {
	color: #5D5D5D;
}
.g_search-filters_seq .b_filter {
	padding: 0 8px 14px 8px;
	border-bottom: 1px dashed #CDCAC9;
	margin-bottom: 8px;
}
.g_search-filters_seq .b_filter label {
	display: block;
	max-width: none;
	width: auto;
	margin-bottom: 8px;
}
.g_search-filters_seq .form-item {
	margin-right: 6%;
}
.g_search-filters_seq .form-item select,
.g_search-filters_seq .form-item input.form-text {
	min-width: 140px;
	width: 100%;
}
.g_search-filters_seq .option-1 {
	width: 40%;
}
.g_search-filters_seq .option-2 {
	width: 30%;
}
.g_search-filters_seq .submit-box {
	margin-right: 0;
}
/*----------------------------------------------------------------------------
GLOBAL BLOCKS STYLES
----------------------------------------------------------------------------*/
.g_download-zip a {
	background: url(../../skin-custom/icon_file_zip.gif) no-repeat left top;
	padding-left: 22px;
	line-height: 16px;
}
a.g_map-link {
	padding-left: 24px;
	background:url(../../skin-custom/icon_pointer_1.gif) left center no-repeat;
}
.g_rating-1-stars {
	width: 18px;
}
.g_rating-2-stars {
	width: 36px;
}
.g_rating-3-stars {
	width: 54px;
}
.g_rating-4-stars {
	width: 72px;
}
.g_rating-5-stars {
	width: 90px;
}
.g_service {
	font-size: 11px;
	height: 18px;
	vertical-align: middle;
	background-position: left center;
	background-repeat: no-repeat;
}
.g_service,
.g_service a {
	color: #5D5E5E;
}
.g_service .count {
	font-size: 10px;
	color: #9D9D9D;
	text-decoration: none;
}
.g_notepad {
	padding-left: 20px;
	background-image: url(../../skin-custom/icon_notepad.gif);
}
.g_discuss {
	padding-left: 26px;
	background-image: url(../../skin-custom/icon_discuss.gif);
}
.g_compare {
	font-size: 10px;
	height: 22px;
}
.g_compare label {
	background: url(../../skin-custom/arrow_3_end.gif) #FFFFFF no-repeat right center;
	color: #7B7B7B;
	line-height: 13px;
	padding: 0 13px 0 2px;
	vertical-align: middle;
}
.g_compare .form-checkbox {
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.g_compare a {
	display: block;
	line-height: 11px;
	background-image: url(../../skin-custom/icon_compare.gif);
	padding-left: 23px;
}
.g_compare_add {
	background-position: left top;
}
.g_compare_open {
	background-position: left bottom;
}
.g_follow {
	background-image:url(../../skin-custom/icon_arrows.gif);
	padding-left: 23px;
}
.g_info-label {
	font-weight: bold;
	font-size: 12px;
}
.g_info-label,
.g_info-label a {
	color: #292929;
}
.g_info-value {
	font-size: 12px;
}
.g_info-value,
.g_info-value a {
	color: #565656;
}
.g_more-info {
	vertical-align: top;
}
.g_galery .g_galery_image {
	margin-bottom: 5px;
}
.g_galery .g_thumbs_belt {
	margin-top: 10px;
}
.g_galery .g_thumbs_belt li {
	margin-right: 5px;
}
.g_galery .g_all-items-link {
	text-align: right;
}
.g_galery .g_all-items-link a {
	font-size: 11px;
	line-height: 1.5;
	color: #5D5E5E;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.g_online-help {
	/*background: url(../../skin-custom/icon_man_2.gif) no-repeat left center;*/
	padding-left: 28px;
	padding-top: 1px;
	/*height: 20px;*/
	height: 80px;
}
.g_online-help a {
	font-size: 11px;
	vertical-align: middle;
	color: #2197B3;
}
a.g_online-help {
	background: none;
	color: #409DA7 !important;
	padding-left: 0;
}
.g_popup {
	position: absolute;
	left: 40%;
	top: 50%;
	min-width: 280px;
	padding: 3px;
	background: #F1F1F1;
}
.g_popup-bg {
	border: 1px solid #5CB7BD;
	background: #FFFFFF;
	padding: 20px 12px;
	position: relative;
}
.g_popup h2 {
	font-size: 14px;
	font-weight: bold;
	color: #851618;
}
.g_popup .count {
	font-weight: bold;
	color: #333333;
}
.g_popup .price {
	font-weight: bold;
	color: #409DA7;
}
.g_close {
	position: absolute;
}
.g_popup-close {
	right: 20px;
	top: 0px;
}
.g_popup.price_change {
	margin-top: 15px;
	position: static;
}
.g_popup.price_change .g_popup-bg {
	padding-bottom: 10px;
}
.g_popup.price_change h2 {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ADADAD;
	margin: 0 0 17px 0;
}
.g_popup.price_change h2 strong {
	color: #851618;
	font-size: 14px;
	font-weight: bold;
}
.g_popup.price_change .form-item {
	margin: 0 0 15px 0;
}
.g_popup.price_change .price-range input {
	width: 50px;
	margin-right: 10px;
}
.g_popup.price_change .price-change-email {
	margin-bottom: 0;
}
.g_popup.price_change .submit-box {
	text-align: right;
	margin-bottom: 0;
}
/*#price_change.popup .left-top,
#price_change.popup .right-top,
#price_change.popup .left-bottom,
#price_change.popup .right-bottom,
#price_change.popup .left-middle,
#price_change.popup .right-middle {
	background: none;
}
#price_change.popup .left-top,
#price_change.popup .right-top,
#price_change.popup .left-bottom,
#price_change.popup .right-bottom {
	height: 20px;
}
#price_change.popup .left-middle,
#price_change.popup .right-middle {
	padding: 0 0 0 12px;
}
#price_change.popup {
	position: relative;
	padding: 3px;
	background: #F1F1F1;
}
#price_change.popup table.tiny {
	border: 1px solid #5CB7BD;
	background: #FFFFFF;
	padding: 20px 12px;
}
#price_change.popup #pcform div {
	position: static !important;
	float: none !important;
}
#price_change.popup #pcclose {
	position: absolute;
	right: 20px;
	top: 3px;
	background: url(/d/29/images/skin-custom/icon_close_1.gif) no-repeat left top;
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
}
#price_change.popup #pcclose img {
	display: none;
}*/

.price {
	font-weight: bold;
	color: #1B9CA4;
}
#shipment-address .phones-list {
	width: auto !important;
}
.phones-list .form-item {
	margin-right: 5px;
}
.phones-list select {
	height: 20px;
}
.phones-list .phones-item label {
	display: block;
}
.phones-list .phones-item,
.phones-list .call-time {
	margin-right: 0;
	margin-bottom: 8px;
}
.phones-list .call-time {
	text-align: right;
}
.phones-list label {
	font-size: 10px;
	font-weight: normal;
	float: none;
	margin-bottom: 2px;
}
.phones-list .phone-type {
	padding-top: 14px;
}
.phones-list .phone-type select {
	width: 53px;
}
.phones-list .phone-prefix input,
.phones-list .phone-ext input {
	width: 65px;
}
.phones-list .phone-number input {
	width: 55px;
}
.call-time label {
	font-size: 11px;
}
.call-time select {
	margin-right: 4px;
	width: 45px;
}
.call-time label {
	padding: 0 6px 0 0;
	display: inline;
}
.add-more {
	background: url(../../skin-custom/icon_plus.gif) no-repeat left center;
	padding-left: 15px;
}
.add-more a {
	font-size: 10px;
	line-height: 20px;
}
#shipment-address {
	margin-bottom: 20px;
	width: 60%;
}
.b_shipment-address .form-item {
	margin-bottom: 6px;
	overflow: hidden;
	text-align: right;
	width: 100%;
}
.b_shipment-address .form-item .form-item {
	margin-bottom: 0;
}
.b_shipment-address .form-item label {
	font-size: 13px;
	color: #585858;
	font-weight: bold;
	display: block;
	float: left;
	text-align: left;/*min-width: 71px;*/
}
.b_shipment-address .form-item .h_wrapper {
	padding: 0;
	margin-left: 120px;
	text-align: left;
}
.b_shipment-address .form-textarea label {
	float: none;
	margin-bottom: 4px;
}
.b_shipment-address .form-textarea {
	text-align: left;
}
.b_shipment-address .form-textarea textarea {
	min-height: 64px;
	width: 98%;
}
.b_shipment-address .col-1,
.b_shipment-address .col-2 {
	width: 46%;
}
.b_shipment-address div.form-textarea {
	margin-top: 20px;
}
.b_shipment-address .col-1 .h_wrapper {
	text-align: left;
	padding: 0;
}
.b_shipment-address .col-2 .h_wrapper {
	text-align: right;
	padding: 0;
}
.b_shipment-address .h_wrapper input.form-text {
	width: 98%;
	padding: 2px 0 2px 3px;
}
.b_shipment-address .col-1 input.form-text,
.b_shipment-address .col-2 input.form-text {
	width: 89%;
}
/* TABBED Block */
.g_tabbed-block {
	margin-bottom: 30px;
}
.g_tabs-nav {
	overflow: hidden;
}
.g_tabs-nav ul {
	margin: 0 !important;
	border: none !important;
}
.g_tabs-nav li {
	text-align: center;
	display: inline;
	float: left;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 0 !important;
}
.g_tabs-nav a {
	background: #E7E7E7;
	font-size: 14px;
	color: #919191;
	display: block;
	padding: 9px 13px 8px 13px;
	margin-top: 2px;
	border-bottom: 2px solid #FFFFFF;
}
.g_tabs-nav a.active {
	color: #FFFFFF;
	background: #5CB7BD;
	margin: 0;
	border-bottom: none;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	margin-top: 0;
}
.g_tabs-nav b {
	font-weight: normal;
}
.g_tab-content {
	border: 1px solid #5CB7BD;
	padding: 20px 11px 8px 11px;
	overflow: hidden;
}
.g_tab-content h3 {
	font-size: 14px;
	font-weight: normal;
}
.g_tab-content a {
	color: #2197B3;
}
.g_tab-content form {
	display: block !important;
	width: 100%;
}
.g_tab-content .b_report-error {
	text-align: right;
}
/* EXPANDABLE List */
ul.g_expandable li {
	margin-bottom: 10px;
}
ul.g_expandable li a {
	font-size: 14px;
	line-height: 1.1;
	color: #292929;
	text-decoration: none;
	border-bottom: 1px dashed #8A8A8A;
	vertical-align: top;
}
ul.g_expandable li.collapsed {
	background: url(../../skin-custom/icon_plus.gif) no-repeat 0 2px;
	padding-left: 17px;
}
ul.g_expandable li.expanded {
	background: url(../../skin-custom/icon_minus.gif) no-repeat 0 2px;
	padding-left: 17px;
}
ul.g_expandable li.expanded li {
	margin-bottom: 8px;
}
ul.g_expandable li.expanded li a {
	text-decoration: underline;
	border-bottom: none;
}
/* Thumbs Scroller */
.g_thumbs-nav {
	position: relative;
}
.g_thumbs-nav img {
	display: block;
	margin-bottom: 8px;
}
.g_thumbs-nav_left {
	background: url(../../skin-custom/bg_thumbs_nav_left.gif) repeat-y left top;
	padding-left: 30px;
}
.g_thumbs-nav_right {
	background: url(../../skin-custom/bg_thumbs_nav_right.gif) repeat-y right top;
	padding-right: 30px;
}
.g_thumbs-nav .g_nav-icon {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 40%;
}
.g_thumbs-nav .g_left-icon {
	background-image: url(../../skin-custom/galery_arrow_left.gif);
	left: 0;
}
.g_thumbs-nav .g_right-icon {
	background-image: url(../../skin-custom/galery_arrow_right.gif);
	right: 0;
}
.g_thumbs-nav .g_nav-icon.inactive {
	background-position: left top;
}
.g_thumbs-nav .g_nav-icon.active {
	background-position: left bottom;
}
.g_scroller-box {
	overflow: hidden;
}
.g_search-filters table {
	margin-bottom: 10px;
	width: 100%;
}
.g_search-filters td {
	padding: 6px 10px;
	border-bottom: 5px solid #FFFFFF;
	vertical-align: middle;
}
.g_search-filters select {
	height: 21px;
}
.g_search-filters td.g_filter-label {
	width: 35%;
}
.g_search-filters h3,
.g_search-filters h3 a {
	font: bold 12px/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2D7C81 !important;
}
.g_search-filters ul.g_expandable {
	margin-bottom: 10px;
}
.g_search-filters ul.g_expandable li {
	background: none;
	padding: 0;
	margin-bottom: 5px;
}
.g_search-filters ul.g_expandable li.expanded {
	margin-bottom: 15px;
}
.g_search-filters ul.g_expandable li.expanded table {
	margin-bottom: 0;
}
.g_search-filters ul.g_expandable li h3 {
	margin-bottom: 0;
}
.g_search-filters ul.g_expandable li.expanded h3 {
	margin-bottom: 10px;
}
.g_search-filters h3 a {
	display: block;
	padding: 5px 5px 5px 21px;
	background-color: #EFF7F7;
	background-position: 5px;
	background-repeat: no-repeat;
}
.g_search-filters .expanded h3 a {
	background-image: url(../../skin-custom/icon_minus.gif);
}
.g_search-filters .collapsed h3 a {
	background-image: url(../../skin-custom/icon_plus.gif);
}
.g_search-filters h3 a {
	text-decoration: none;
	border: none !important;
}
.g_search-filters .g_price-filter {
	border-bottom: 1px dashed #A8A8A8;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.g_search-filters .g_range-filter input.form-text {
	margin-right: 14px;
}
.g_search-filters,
.g_search-filters a {
	color: #747474
}
.g_filter-labels {
	width: 125px;
}
.g_filter-label {
	background: #EFEFEF;
	color: #747474;
	font-weight: bold;
	width: 25%;
}
.g_filter-option {
	background: #F8F8F8;
}
.g_filters-reset {
	background: url(../../skin-custom/icon_close_2.gif) #F8F8F8 no-repeat 4px 50%;
	line-height: 21px;
	padding: 0 8px 0 25px;
	margin-left: 12px;
	display: inline-block;
}
.g_options {
	font-size: 11px;
	color: #919191;
}
.g_options-title {
	color: #747474;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
.g_options span,
.g_options a {
	color: #919191;
}
.g_options-info {
	background-image: url(../../skin-custom/bg_arrow_top_bottom.gif);
	background-repat: no-repeat;
	font-size: 10px;
	color: #747474;
	text-align: right;
	position: relative;
	top: -1px;
}
.g_options-info.g_top {
	background-position: 51px -8px;
	padding-top: 3px;
	margin-bottom: 10px;
}
.g_options-info.g_bottom {
	background-position: 51px 10px;
	padding-bottom: 3px;
	top: 1px;
	margin-top: 10px;
}
.g_options-info .g_info-label {
	color: #747474;
	font-weight: bold;
}
.g_options .active {
	font-weight: bold;
	color: #851618;
}
.g_sorting-tools {
	border-bottom: 1px dashed #A8A8A8;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.g_sorting-tools .g_options {
	line-height: 20px;
}
.g_sort-by {
	padding: 1% 2%;
	background: #F1F1F1;
	width: 56%;
}
.g_view-by {
	padding: 1% 2%;
	width: 36%;
	text-align:left;
}
.g_view-by a {
	color: #747474;
}
.g_view-by .g_options {
	font-size: 12px;
}
.g_sort-by .g_options .active {
	background: url(../../skin-custom/icon_arrow.gif) no-repeat right center;
	padding-right: 15px;
}

.g_sort-by .g_options .az {
	background: url(../../skin-custom/icon_arrow_az.gif) no-repeat right center;
	padding-right: 15px;
}

.g_sort-by .g_options .za {
	background: url(../../skin-custom/icon_arrow_za.gif) no-repeat right center;
	padding-right: 15px;
}

.g_currency-switcher img {
	vertical-align: bottom;
	margin-left: 10px;
}
.g_compare-tools {
	padding: 0 20px 6px 20px;
}
.g_help-text {
	padding-right: 110px;
}
.g_compare-tools .g_help-text {
	font-size: 10px;
	color: #7B7B7B;
}
.g_list-tools {
	background: #F8F8F8;
	border-bottom: 1px solid #851618;
}
.g_list-tools.g_bottom {
	border-top: 1px solid #851618;
	border-bottom: none;
	margin-bottom: 8px;
	padding: 9px 0 6px 21px;
}
.g_list-tools .g_view-by {
	background: #F1F1F1;
	padding: 1% 2%;
	width: 56%;
	line-height: 1.5;
}
.g_list-tools_type-2 {
	border-bottom: 1px dashed #CDCAC9;
	background: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.g_list-tools_type-2 .g_options-info {
	font-size: 11px;
	color: #6B6B6B;
	background: #E8E8E8;
	padding: 5px;
	/*width: 15%;*/
	text-align: center;
}
.g_list-tools_type-2 .g_options-info .g_info-label {
	font-weight: normal;
}
.g_list-tools_type-2 .g_options-info .count {
	font-weight: bold;
}
.g_pager {
	color: #747474;
	font-size: 11px;
}
.g_list-tools .g_pager {
	padding: 1% 2%;
	width: 36%;
}
.g_list-tools_type-2 .g_pager {
	padding: 6px 0 0 0;
	text-align: right;
}
.g_pager-list img {
	vertical-align: middle;
	margin-right: 3px;
}
.g_pager a {
	font-size: 12px;
	color: #409DA7;
}
.g_pager .active {
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}
/*----------------------------------------------------------------------------
BLOCK SPECIFIC STYLES
----------------------------------------------------------------------------*/
#browser-links-block {
	min-width: 135px;
}
#browser-links li {
	font-size: 9px;
}
#browser-links li,
#browser-links li a {
	color: #8E8E8E;
}
#browser-links li img {
	padding-right: 10px;
	background: #FFFFFF;
}
/***************************/

#language-links-block { /*width: 38px;*/
}
/***************************/
#primary-links-block-1 {
	padding-top: 1%;
	width: 77%;
}
#primary-links-1 li {
	margin-right: 2%;
}
#primary-links-1 li.last {
	margin-right: 0;
}
#primary-links-1 .active a,
#secondary-links .active a {
	color: #8B0304;
	text-decoration: none;
	font-weight: bold;
}
#secondary-links .active a {
	vertical-align: top; /*line-height: 14px;*/
}
#primary-links-1 .g_more-info {
	margin-left: 2px;
}
#primary-links-block-2 .block-content {
	padding: 0;
}
/***************************/
#info-block-1 {
	background: #FFFFFF;
	padding-left: 6px;
	position: relative;
	/*margin-right: 17px;*/
	float: left;
}
#info-block-1 .block-content {
	background: #F6F6F6;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 5px 6px 23px;
}
#info-block-1 .block-icon {
	position: absolute;
	left: -4px;
	top: 7px;
}
#info-block-1 .block-content,
#info-block-1 .block-content a {
	color: #8B0102;
	line-height: 1;
}
#info-block-1 .block-content a {
	font-size: 12px;
	font-weight: normal;
}
#info-block-1 .block-content .phone-prefix {
	color: #BE9D9D;
	font-size: 11px;
	font-weight: normal;
}
#info-block-1 .phone-number,
#info-block-1 a.delivery-info {
	padding-left: 30px;
}
#info-block-1 .phone-number.with-prefix {
	padding-left: 0;
}
/***************************/
#secondary-links-block {
	display: block;
	width: 608px; 
	float: left;
	display: inline
	margin-left: 0px;
	padding-left: 25px;
}
#secondary-links-block .block-content {
	padding: 4px 0 0 0;
}
#secondary-links li {
	font-size: 15px;
	min-height: 32px;
	width: 30%;
	margin-right: 20px;
	margin-bottom: 5px;
	overflow: hidden;
}
#secondary-links li.last {
	margin-right: 0;
}
#secondary-links li,
#secondary-links li a {
	color: #717171;
}
#secondary-links li a {
	vertical-align: middle;
}
#secondary-links li img {
	float: left;
	margin-right: 8px;
	vertical-align: middle;
}
#secondary-links .cart-info {
	font-size: 10px;
}
/***************************/
.b_breadcrumbs {
	font-size: 11px;
	padding-left: 8px;
}
.b_breadcrumbs,
.b_breadcrumbs a {
	color: #5D5D5D;
}
.b_breadcrumbs_separator {
	font-size: 8px;
}
/***************************/
#sale-block {
	/*border-left: 8px solid #89191A;*/
	margin-bottom: 0;
}
#sale-block .block-bg {
	background: url(../../skin-custom/bg_sale_1.gif) #F8F8F8 no-repeat 0 90%;
}
#new-items-block .block-bg {
	background: url(../../skin-custom/bg_news_1.gif) #F5F5F5 no-repeat 0 90%;
}
#sale-block .block-content,
#new-items-block .block-content {
	padding-top: 11px;
	padding-bottom: 11px;
}
#sale-block h2 {
	background: #F4F4F4;
}
#sale-block h2,
#sale-block h2 a {
	color: #89191A;
}
#sale-block h2 a {
	/*background: url(../../skin-custom/underline_5.gif) left bottom repeat-x;*/
	text-decoration: none;
	line-height: 1;
	padding-bottom: 2px;
}
#sale-block .block-content li,
#new-items-block .block-content li {
	font-size: 14px;
	margin-bottom: 11px;
}
#sale-block .block-content li,
#sale-block .block-content li a,
#new-items-block .block-content li,
#new-items-block .block-content li a {
	color: #6A4B51;
}
#sale-block .all-items-link,
#new-items-block .all-items-link {
	font-size: 11px;
}
#sale-block .all-items-link a,
#new-items-block .all-items-link a {
	background: url(../../skin-custom/icon_arrow_3.gif) no-repeat right center #89191A;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1;
	padding: 3px 13px 4px 3px;
	text-decoration: none;
	text-transform: lowercase;
}
/***************************/
#new-items-block { /*border-left: 8px solid #1CBECF;*/
}
#new-items-block h2 {
	background: #F4F4F4;
}
#new-items-block h2 a {
	color: #1CBECF;
	background: url(../../skin-custom/underline_1.gif) left bottom repeat-x;
	text-decoration: none;
	line-height: 1;
}
/***************************/
.b_user-login {
	border: 3px solid #8B0100;
}
.b_user-login .block-content {
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 0;
}
.b_user-login .block-content a {
	font-size: 10px;
}
.b_user-login .block-content .form-item {
	margin-bottom: 10px;
}
.b_user-login .block-content .form-item.last,
.b_user-login .block-content .form-item.submit-box {
	margin-bottom: 0;
}
.b_user-login .block-content .form-item.forgot-pass-link {
	margin-bottom: 21px;
}
.b_user-login .block-content .register-link {
	padding-top: 8px;
}
.b_user-login .block-content input.form-text {
	width: 105px;
}
.b_user-login .block-content .submit-box {
	padding: 4px 3px 0 5px;
	background: #8B0000;
}
.b_user-login.user-logged {
	background: #F4F4F4;
}
.b_user-login.user-logged h2 {
	font-size: 13px;
	color: #8B0000;
	padding: 10px 14px 8px 10px;
	margin: 0 4px 12px 4px;
	border-bottom: 1px solid #CBCBCB;
}
.b_user-login h2 .last-name {
	display: block;
	font-weight: bold;
}
.b_user-login.user-logged .block-content {
	padding: 0;
}
.b_user-login .user-info {
	padding: 0 8px;
	margin-bottom: 15px;
}
.b_user-login .user-info li {
	margin-bottom: 15px;
}
.b_user-login .user-info li,
.b_user-login .user-info a,
.b_user-login .user-info span {
	font-size: 12px;
	color: #494949;
}
.b_user-login.user-logged .user-info .g_info-label {
	display: block;
}
.b_user-login .user-info .g_iconed {
	padding-left: 21px;
	background-position: left center;
	background-repeat: no-repeat;
}
.b_user-login .user-info_price-level {
	background-image: url(../../skin-custom/icon_price_level.gif);
}
.b_user-login .user-info_manager {
	background-image: url(../../skin-custom/icon_man_4.gif);
}
.b_user-login .user-info_account {
	background-image: url(../../skin-custom/icon_keys_2.gif);
}
.g_page-content .b_user-login {
	border-width: 0 0 1px 0;
	border-bottom: 1px dashed #CDCAC9;
	margin-bottom: 18px;
}
.g_page-content .b_user-login h3 {
	padding-left: 15px;
}
.g_page-content .b_user-login .block-content {
	padding: 0 0 18px 15px;
}
.g_page-content .b_user-login .form-item.forgot-pass-link {
	margin-bottom: 0;
}
.g_page-content .login-form .form-item {
	margin-bottom: 7px;
}
.g_page-content .login-form .form-item .g_more-info,
.g_page-content .login-form #edit-pass {
	margin-right: 11px;
}
.g_page-content .b_user-login .register-link {
	width: 24%;
	padding: 0;
	font-size: 12px;
}
.g_page-content .b_user-login .register-link a {
	color: #8B0102;
	font-size: 12px;
}
.g_page-content .login-form input,
.g_page-content .login-form .g_more-info {
	vertical-align: middle;
}
.g_page-content .login-form .forgot-pass-link {
	font-size: 10px;
}
.g_page-content .login-form .forgot-pass-link input {
	vertical-align: middle;
}
.g_page-content .login-form .forgot-pass-link a {
	margin-left: 80px;
}
/***************************/
#poll-block-1 {
	margin-bottom: 51px;
}
#poll-block-1 h2 {
	background: #E8E8E8;
	border-left: 8px solid #7B7B7B;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 8px 5px 34px;
}
#poll-block-1 .block-content {
	padding: 11px 6px 0 24px;
	background: #F9F9F9;
}
#poll-block-1 .block-content .form-item {
	margin-bottom: 5px;
}
#poll-block-1 .block-content .poll-choice.last {
	margin-bottom: -17px;
}
#poll-block-1 .block-content .submit-box {
	width: 128px;
	background: #F9F9F9;
	margin: 0;
	padding: 0 0 6px 6px;
	position: relative;
	top: 24px;
	left: 34px;
}
/***************************/

#stats-block-1 h2 {
	background: #F4F4F4;
	font-size: 18px;
	padding: 18px 8px 5px 40px;
}
#stats-block-1 h2,
#stats-block-1 h2 a {
	color: #8B0000;
}
#stats-block-1 .block-content {
	background: url(../../skin-custom/bg_stats.gif) #F4F4F4 right bottom no-repeat;
	padding: 10px 8px 68px 40px;
}
#stats-block-1 .block-content .count,
#stats-block-1 .block-content .count a {
	color: #8B0000;
}
/***************************/
#product-search-1 {
	margin-bottom: 37px;
}
#product-search-1 .block-content {
	background: url(../../skin-custom/bg_search_1.gif) no-repeat;
	padding-left: 19px;
	padding-top: 9px;
	padding-bottom: 0;
}
#product-search-1 h2 {
	border-left: 8px solid #89191A;
	padding-left: 9px;
	background: #F4F4F4;
	color: #89191A;
}
#product-search-1 .form-item {
	margin-bottom: 4px;
}
#product-search-1 .label {
	font-size: 11px;
}
#product-search-1 .price-search {
	margin-bottom: -20px;
}
#product-search-1 .price-search input {
	width: 35px;
}
#product-search-1 .keyword-search input {
	width: 156px;
	font-size: 11px;
	color: #000000;
}
#product-search-1 select {
	width: 165px;
}
#product-search-1 option {
	padding: 3px 0;
}
#product-search-1 .submit-box {
	margin-bottom: 0;
	background: #F0F0F0;
	position: relative;
	left: -19px;
	padding: 10px 0 7px 18px;
	width: 105px;
	top: 20px;
}
/***************************/
.sidebar .event-block h2 {
	background: url(../../skin-custom/bg_action_header_1.gif) no-repeat #2096B3;
	padding-top: 7px;
	padding-bottom: 4px;
	font-size: 18px;
}
.event-block h2,
.event-block h2 a {
	color: #FFFFFF;
}
.sidebar .event-block h2,
.sidebar .event-block .block-content {
	padding-left: 26px;
}
.event-block .block-content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
.event-block .block-content,
.event-block .block-content a {
	color: #FFFFFF;
}
.sidebar .event-block .block-content {
	background: url(../../skin-custom/bg_action_1.gif) no-repeat #29BDE1;
	padding-top: 8px;
	padding-bottom: 8px;
}
.event-block .block-content p {
	color: #D5F7FF;
}
.event-block .block-bottom {
	background-image: url(../../skin-custom/underline_3.gif);
}
/***************************/
.sidebar .news-block h2 {
	background: #F2F2F2;
	border-left: 8px solid #D2B024;
	font-size: 18px;
	padding: 8px 5px 8px 13px;
	margin-bottom: 12px;
}
.sidebar .news-block h2,
.sidebar .news-block h2 a {
	color: #D2B024;
}
.sidebar .news-block .block-content {
	padding: 0 27px 0 0;
	margin-bottom: 4px;
}
.news-block .block-content li {
	background: #FAF7EC;
	padding: 11px 5px 0 22px;
	padding-bottom: 10px;
	margin-bottom: 2px;
}
.news-block .block-bottom {
	height: 15px;
	overflow: hidden;
	background: url(../../skin-custom/bg_underline_5.gif) no-repeat left center;
	padding: 0 27px 0 9px;
}
.news-block .block-bottom a {
	background: url(../../skin-custom/arrow_2_end.gif) #FFFFFF no-repeat left center;
	padding-left: 14px;
	color: #D2B024;
	text-align: right;
	font-size: 11px;/*	height: 12px;*/
}
.news-block .block-bottom .arrow {
	display: block;
	height: 15px;
	float: left;
	background: url(../../skin-custom/dot_1.gif) repeat-x left center;
	text-align: right;
	width: 100%;
	vertical-align: top;
}
#news-block .arrow,
#site-news-block .arrow {
	background-position: -5px 50%;
}
.g_page-content .b_news h2 {
	border-left: 8px solid #D2B024;
	background: #F2F2F2;
}
.g_page-content .b_news h2,
.g_page-content .b_news h2 a {
	color: #D2B024;
}
.g_page-content .b_news .b_type-2_item {
	background: #FAF7EC;
}
.g_page-content .b_news .b_type-2_item,
.g_page-content .b_news .b_type-2_item a {
	color: #565656;
}
.g_page-content .b_news .block-bottom a {
	color: #D2B024;
}
.g_page-content .b_articles h2 {
	border-left: 8px solid #D2B024;
	background: #F2F2F2;
}
.g_page-content .b_articles h2,
.g_page-content .b_articles h2 a {
	color: #D2B024;
}
.g_page-content .b_articles .b_type-2_item {
	background: #FAF7EC;
}
.g_page-content .b_articles .b_type-2_item,
.g_page-content .b_articles .b_type-2_item a {
	color: #565656;
}
.g_page-content .b_articles .block-bottom a {
	color: #D2B024
}
;
/***************************/
#site-search-block {
	margin-bottom: 20px;
}
#site-search-block h2 {
	background: #E1E1E1;
	border-left: 8px solid #89191A;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 5px 5px 10px;
}
#site-search-block h2,
#site-search-block h2 a {
	color: #89191A;
}
#site-search-block .block-content {
	background: url(../../skin-custom/bg_search_2.gif) #F0F0F0 no-repeat;
	padding: 6px 7px 6px 8px;
}
#site-search-block .form-text {
	text-transform: lowercase;
	padding: 0 3px;
	height: 16px;
	width: 113px;
}
/***************************/
#copyright-block-1 .block-content {
	padding-left: 6px;
}
#copyright-block-1 .block-content img {
	vertical-align: middle;
	margin-right: 10px;
}
/***************************/
#primary-links-2 {
	padding-left: 8px;
	margin-bottom: 12px;
}
#primary-links-2 li {
	font-size: 11px;
	margin-right: 17px;
}
#primary-links-2 li.last {
	margin-right: 0;
}
/***************************/
#company-info-full .block-content {
	background: #EEEEEE;
	color: #454545;
	padding: 20px 65px 20px 30px;
}
#company-info-full .block-content a {
	color: #1EBED6;
}
#company-info-full .block-bottom {
	height: 15px;
	background: #E1E1E1;
}
/***************************/
.message-box {
	border: 1px dashed #D51717;
	padding: 6px;
	margin-bottom: 24px;
}
.message-box .content {
	padding: 8px;
	background: #FCEFEF;
	color: #8B0102;
}
/***************************/
.b_product-categories {
	margin-bottom: 27px;
}
.b_product-categories .b_product-categories_item {
	width: 49%;
	margin-bottom: 24px;
}
.b_product-categories .b_product-categories_item.even {
	margin-right: 1%;
}
.b_product-categories_item h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 14px;
}
.b_product-categories_item h2,
.b_product-categories_item h2 a {
	color: #565656;
}
.b_product-categories_item img {
	border: 1px solid #CACACA;
	float: left;
	margin-right: 14px;
}
.b_product-categories_item p {
	margin-left: 119px;
}
.b_product-categories_item p,
.b_product-categories_item p a {
	color: #565656;
}
.b_product-categories .block-bottom {
	text-align: right;
	height: 24px;
	background: url(../../skin-custom/dash_1.gif) repeat-x 0 center;
}
.b_product-categories .block-bottom a {
	background: url(../../skin-custom/arrow_1_end.gif) #FFFFFF no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	color: #989898;
}
.b_product-categories .block-bottom img {
	vertical-align: middle;
	padding-right: 5px;
	background: #FFFFFF;
}
/***************************/
.b_special-offers {
	margin-bottom: 20px;
}
.b_special-offers h2 {
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 14px;
	padding: 21px 42px 0 0;
	background: url(../../skin-custom/bg_special_offers_1.gif) no-repeat right top;
}
.b_special-offers h2,
.b_special-offers h2 a {
	color: #FFFFFF;
}
.b_special-offers .b_title_bg {
	background: #851618;
	padding: 5px 0 8px 12px;
}
.b_special-offers_item {
	width: 49%;
	margin-bottom: 9px;
	background: #FDF8F9;
}
.b_special-offers_item.even {
	margin-right: 1%;
}
.b_special-offers_item h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 10px 8px 12px;
}
.b_special-offers_item h3,
.b_special-offers_item h3 a {
	color: #BE253D;
}
.h_special-offers_item {
	padding: 0 5px 16px 12px;
}
.b_special-offers_item img {
	float: left;
	margin-right:9px;
}
.b_special-offers_item p {
	font-size: 11px;
}
.b_special-offers .block-bottom {
	text-align: right;
	height: 17px;
	background: url(../../skin-custom/dash_1.gif) repeat-x 0 center;
}
.b_special-offers .block-bottom a {
	background: url(../../skin-custom/arrow_1_end.gif) #FFFFFF no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	color: #989898;
}
/***************************/
.b_special-offers_products h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0;
}
.b_special-offers_products h3,
.b_special-offers_products h3 a {
	color: #BE253D;
}
.b_special-offers_products .g_li-inner {
	padding: 12px 10px 10px 10px;
}
.b_special-offers_products .h_special-offers_item {
	padding: 0;
}
/***************************/
.b_vacancies_item {
	margin-bottom: 18px;
}
.b_vacancies h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
}
.b_vacancies h4,
.b_vacancies h4 a {
	color: #89191A;
}
.b_vacancies_item p {
	margin-bottom: 10px;
}
.b_vacancies_item .block-bottom {
	text-align: right;
	height: 15px;
	background: url(../../skin-custom/dash_1.gif) repeat-x 0 center;
}
.b_vacancies_item .block-bottom a {
	padding-left: 15px;
	font-size: 11px;
	background: url(../../skin-custom/arrow_1_end.gif) #FFFFFF no-repeat left center;
	color: #2198B5;
}
/***************************/
.b_products-nav {
	margin-bottom: 27px;
}
.b_products-nav .block-content {
	background: #FAFAFA;
	padding: 12px 5px 10px 20px;
}
.b_products-nav .level-0 li {
	font-size: 13px;
}
.b_products-nav .level-0 li,
.b_products-nav .level-0 li a {
	color: #6A4B51;
}
.b_products-nav .level-0 a {
	display: inline-block;
	padding: 4px 5px 4px 3px;
}
.b_products-nav .level-0 .expanded a {
	background: #DF1A3F;
	color: #FFFFFF;
}
.b_products-nav .level-0 .new {
	padding-right: 0;
}
.b_products-nav .level-0 .new a {
	padding-right: 28px;
	background: url(../../skin-custom/icon_cat_new.gif) no-repeat right center;
}
.b_products-nav .expanded .level-1 {
	padding: 10px 5px 10px 13px;
	background: #F8EAED;
}
.b_products-nav .expanded .level-1 a {
	font-size: 11px;
	color: #8D0F27;
	background: #F8EAED;
}
.b_products-nav .level-1 .active a {
	font-size: 13px;
	font-weight: bold;
	color: #480310;
	text-decoration: none;
}
/***************************/
.b_delivery h3 {
	margin-bottom: 6px;
}
.b_delivery h4 {
	font-size: 12px;
	font-weight: bold;
	color: #860003;
	margin-bottom: 6px;
}
.b_delivery p,
.b_delivery ul {
	margin-bottom: 20px;
}
.b_delivery p {
	font-size: 13px;
}
.b_delivery li {
	font-size: 11px;
	color: #5D5D5D;
	margin-bottom: 6px;
}
.b_delivery .markered {
	padding-left: 8px;
}
.b_delivery .markered li {
	padding-left: 9px;
	background: url(../../skin-custom/dot_2.gif) no-repeat 0 5px;
}
.b_delivery_contact {
	border-top: 1px dashed #CDCAC9;
	border-bottom: 1px dashed #CDCAC9;
	padding: 20px 0;
}
.b_delivery_contact a,
.b_delivery_contact h4 a {
	font-weight: normal;
	font-size: 12px;
	color: #2197B3;
}
/***************************/
.b_message {
	border: 1px dashed #B26167;
	padding: 16px 0 16px 14px;
}
.g_page-content .b_message {
	padding: 16px 14px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.b_message h2 {
	font-size: 18px;
	font-weight: normal;
	color: #BD1B27;
	margin-top: -25px;
}
.b_message h2 {
	display: inline-block;
	background: #FFFFFF;
	padding: 0 8px;
	margin: 0;
	position: relative;
	top: -28px;
}
.b_message.b_contact-options h2 {
	font-size: 16px;
}
.b_message .block-content {
	margin-top: -20px;
}
.b_message a {
	color: #2098B1;
}
.b_message li a {
	color: #712B30;
}
.b_message h2.g_replaced { /*	text-indent: -10000px;
	background: url(../../skin-custom/txt_attention.gif) no-repeat left top;
*/
}
.b_message .block-content {
	padding: 16px;
	background: #FAFAFA;
}
.b_message p,
.b_message ul {
	margin-bottom: 16px;
}
.b_message li {
	margin-bottom: 10px;
}
.g_page-content .b_message-error {
	border: none;
	padding: 0;
}
.g_page-content .b_message-error .block-content {
	padding: 8px 10px 8px 37px;
	margin: 0;
	background: #F0DEDE url(../../skin-custom/bg_message_error.gif) 10px 5px no-repeat;
	color: #8B0000;
}
/***************************/
.b_product_rating {
	margin-bottom: 10px;
}
.b_product_rating .rating-txt {
	display: inline-block;
}
.b_product_rating .rating-current {
	font-size: 13px;
	color: #404040;
	height: 18px;
}
.b_product_rating .rating-total-votes {
	font-size: 10px;
	color: #7B7B7B;
}
.b_product-rating .rating-stars {
	display: block;
	text-indent: -5000px;
	background-image: url(../../skin-custom/rating_stars.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 105px;
}
.b_product-rating .current-00 {
	background-position: 0 0;
}
.b_product-rating .current-05 {
	background-position: 0 -20px;
}
.b_product-rating .current-10 {
	background-position: 0 -40px;
}
.b_product-rating .current-15 {
	background-position: 0 -60px;
}
.b_product-rating .current-20 {
	background-position: 0 -80px;
}
.b_product-rating .current-25 {
	background-position: 0 -100px;
}
.b_product-rating .current-30 {
	background-position: 0 -120px;
}
.b_product-rating .current-35 {
	background-position: 0 -140px;
}
.b_product-rating .current-40 {
	background-position: 0 -160px;
}
.b_product-rating .current-45 {
	background-position: 0 -180px;
}
.b_product-rating .current-50 {
	background-position: 0 -200px;
}
/***************************/
.b_product_service-links {
	border-bottom: 1px dashed #ADADAD;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.b_product_service-links .g_service {
	margin-right: 30px;
}
.b_product_service-links .g_service.last {
	margin-right: 0;
}
.b_product_data_main {
	margin-bottom: 13px;
}
.b_product_info {
	margin-bottom: 20px;
}
.b_product_info ul {
	margin-bottom: 5px;
}
.b_product_info li {
	margin-bottom: 5px;
}
.b_product_details p {
	font-size: 11px;
	line-height: 1.4;
}
.b_product_details,
.b_product_details a {
	color: #292929;
}
.b_product_images {
	/*width: 276px;*/
	margin-right: 30px;
	overflow: hidden;
}
.b_product_mixed-box {
	height: 40px;
	/*background: url(../../skin-custom/bg_dash_3.gif) repeat-x left top;*/
	padding: 5px 5px 5px 7px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #919191; 
	border-top: 1px dashed #919191;
}
.b_product_mixed-box .b_product_sale-start {
	padding: 12px 0;
}
.b_product_buy-options {
	border-collapse: separate;
	border-spacing: 2px 5px;
	margin-bottom: 27px;
	width: 100%;
}
.b_product_buy-options .price {
	width: 114px;
}
.b_product_buy-options .delivery-details {
	width: 70px;
}
.b_product_buy-options .availability {
	width: 52px;
}
.b_product_buy-options td.condition {
	border-left: 1px solid #BDBDBD;
}
.b_product_buy-options td.buy {
	border-right: 1px solid #BDBDBD;
	width: 102px;
}
.even td {
	background: #F9F9F9;
}
.b_product_buy-options th {
	font-weight: bold;
	padding: 6px 5px 7px 5px;
	text-align: left;
}
.b_product_buy-options th img,
.b_product_buy-options td img {
	vertical-align: middle;
}
.b_product_buy-options th,
.b_product_buy-options th a {
	color: #89191A;
}
.b_product_buy-options th,
.b_product_buy-options td {
	font-size: 12px;
	vertical-align: middle;
}
.b_product_buy-options td {
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	border-right: 2px solid #FFFFFF;
	padding: 6px 5px 4px 5px;
	text-align: left;
}
.b_product_buy-options td,
.b_product_buy-options td a {
	color: #292929;
}
.b_product_buy-options td.price {
	font-weight: bold;
	color: #1B9CA4;
}
.b_product_buy-options .expanded td {
	border-bottom: none;
	border-collapse: collapse;
}
.b_product_buy-options .expanded-content td {
	border: none;
	padding: 0;
}
.b_product_buy-options .expanded-content .option-description {
	border: 1px solid #BDBDBD;
	border-top: none;
	padding: 6px 5px 4px 5px;
	position: relative;
	top: -5px;
}
/***************************/
.b_product_full-data {
	margin-bottom: 27px;
}
.b_product_full-data .b_product_specs-list {
	margin-bottom: 14px;
}
.b_product_full-data .g_download-links {
	padding-left: 17px;
}
.b_product_full-data .g_download-links li {
	font-size: 14px;
	margin-bottom: 8px;
}
.b_product_full-data .g_download-links a {
	color: #2197B3;
}
/***************************/
.b_product_accessories h2 {
	font-size: 18px;
	font-weight: normal;
	background: #851618;
	padding: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}
.b_product_accessories h2,
.b_product_accessories h2 a {
	color: #FFFFFF;
}
.b_product_accessories .g_galery_thumbs_belt {
	width: 120%;
}
.b_product_accessories .g_galery_thumbs_belt li {
	display: block;
	float: left;
	border-right: 1px solid #FFFFFF;
	padding: 10px 26px;
	text-align: left;
	background: #F7F7F7;
}
.b_product_accessories .g_product-name {
	font-weight: bold;
}
.b_product_accessories .g_product-name,
.b_product_accessories .g_product-name a {
	color: #292929;
}
.b_product_accessories .g_info-label,
.b_product_accessories .g_info-value {
	font-size: 11px;
	color: #5E5D5D;
}
.b_product_ext-search {
	margin-bottom: 24px;
}
.b_product_ext-search /***************************/
.b_equipment-setup .block-bottom {
	background-image: url(../../skin-custom/bg_underline_6.gif);
}
.b_equipment-setup .block-bottom a {
	color: #719A10;
}
/***************************/
.b_special-offer h2 {
	border-color: #BD1B27;
	color: #BD1B27;
}
.b_special-offer h3 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 8px;
}
.b_special-offer h3 .g_product-category {
	font-weight: bold;
}
.b_special-offer .block-bottom {
	background-image: url(../../skin-custom/bg_dot_2.gif);
}
.b_special-offer .block-bottom a {
	color: #BD1B27;
}
/***************************/
.b_service-centers h2 {
	border-color: #1CBECF;
	color: #1CBECF;
}
.b_service-centers .block-bottom a {
	padding-right: 27px;
	color: #1999A6;
}
.b_service-centers .block-bottom {
	background-image: url(../../skin-custom/bg_dot_1.gif);
}
.b_service-centers .block-content {
	background: #FFFFFF;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.b_service-centers .block-content li {
	background: #F3F7F9;
}
.b_service-centers .block-content a {
	color: #851618;
}
/***************************/
.b_credit h2 {
	border-color: #757575;
	color: #757575;
}
.b_credit .block-bottom a {
	padding-right: 27px;
	color: #757575;
}
.b_credit .block-bottom {
	background-image: url(../../skin-custom/bg_dot_3.gif);
}
.b_credit .block-content {
	background: #FFFFFF;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.b_credit .block-content li {
	background: #F6F6F6;
}
.b_credit .block-content a {
	color: #656565;
	font-weight: bold;
}
/***************************/
.b_delivery-setup h2 {
	border-color: #719A10;
	color: #719A10;
}
.b_delivery-setup .block-bottom {
	background-image: url(../../skin-custom/underline_4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
}
/***************************/
.b_cart h2 {
	margin-bottom: 14px;
	padding: 0 9px;
}
.b_cart .b_cart_products {
	padding: 0 9px 9px 9px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ADADAD;
}
.b_cart .b_cart_total-price {
	padding: 0 9px 9px 9px;
	margin-bottom: 20px;
}
.b_cart .b_cart_link {
	padding: 0 9px;
}
.b_cart .b_cart_link a {
	background: url(../../skin-custom/icon_basket_2.gif) no-repeat left top;
	color: #409DA7;
	padding-left: 24px;
	line-height: 14px;
}
/***************************/

.b_products-listing li {
	margin-bottom: 20px;
	width: 100%;
}
.b_products-listing .b_product h3 {
	margin-bottom: 8px;
	color: #565656;
}
.b_products-listing .b_product-teaser {
	margin-bottom: 6px;
}
.b_products-listing .b_product-teaser p {
	color: #333333;
}
.b_products-listing .b_product-teaser img {
	float: left;
	margin-right: 14px;
}
.b_products-listing .b_product .b_product-price {
	padding: 9px 19px 0 19px;
	text-align: center;
}
.b_products-listing .b_product .price {
	font-weight: bold;
	background: #EDEDED;
	color: #851618;
	display: block;
	padding: 6px 10px 4px 10px;
	margin-bottom: 5px;
}
.b_products-listing .b_product-rating {
	background: #FFFFFF;
	width: 105px;
	text-align: center;
	float: left;
}
.b_products-listing .b_product-rating .stars {
	background: url(../../skin-custom/bg_rating_5_stars.gif) #FFFFFF no-repeat;
	width: 100%;
	height: 18px;
}
.b_product-compare {
	margin-left: 118px;
	background: url(../../skin-custom/dash_1.gif) repeat-x right center;
	height: 21px;
	padding-top: 3px;
}
/*.item-2col .b_product-compare {padding-top: 0;}
*/
.b_product .g_compare {
	display: inline;
	background: #FFFFFF;
}
/***************************/
.b_products-listing .item-2col {
	width: 46%;
	margin-right: 3%;
}
/*.b_products-listing .item-2col.odd { margin-right: 7%;}*/
.item-2col .b_product li {
	display: block;
	margin-bottom: 0;
	width: auto;
}
.item-2col .b_product .b_product_info {
	margin: 0 0 0 118px;
}
.item-2col .b_product .b_product-rating {
	margin-bottom: 5px;
	float: none;
}
.item-2col .b_product .b_product-price {
	padding: 0;
	margin-bottom: 5px;
	text-align: left;
}
.item-2col .b_product .b_product-price .price {
	width: 105px;
	padding-left: 0;
	padding-right: 0;
	margin-right: 14px;
	text-align: center;
}
.item-2col .b_product .b_product-compare {
	margin: 0;
}
/***************************/

.sidebar .b_manufacturer-search h2 {
	border-color: #757575;
	color: #757575;
}
.b_manufacturer-search .block-content li {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F6F6F6;
	color: #656565;
}
.b_manufacturer-search .block-content li a {
	font-weight: bold;
	color: #656565;
}
.b_manufacturer-search .block-bottom {
	background: url(../../skin-custom/underline_6.gif) no-repeat left center;
}
/***************************/
.sidebar .b_section-most-popular h2 {
	border-color: #1999A6;
	color: #1999A6;
}
.b_section-most-popular .block-content li {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F3F7F9;
	color: #565656;
}
.b_section-most-popular .g_category-name {
	color: #851618;
}
.b_section-most-popular .g_product-name {
	color: #565656;
}
.b_section-most-popular .block-bottom {
	background: url(../../skin-custom/underline_7.gif) no-repeat left center;
}
/***************************/
/* Page article block - type 1 */
.b_level-2 .g_service-links {
	width: 70%;
	padding-top: 20px;
	margin-bottom: 14px;
}
.b_level-2 .g_service-links li {
	background: url(../../skin-custom/icon_arrow_4.gif) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 6px;
}
.b_level-2 .g_service-links li.even {
	width: 40%;
}
.b_level-2 .g_service-links li.active {
	background-image: url(../../skin-custom/icon_arrow_5.gif);
	font-weight: bold;
}
.b_level-2 .g_service-links li a {
	color: #575757;
}
.b_level-2 .g_service-links li.active,
.b_level-2 .g_service-links li.active a {
	color: #7C0000;
	text-decoration: none;
}
.b_level-2 p {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.b_level-2 a {
	color: #8B0304;
}
.b_level-2 h3 {
	margin-bottom: 5px;
}
.b_level-2 ul {
	padding-left: 5px;
}
.b_level-2 ul li {
	background: url(../../skin-custom/dot_2.gif) no-repeat 0 5px;
	padding-left: 10px;
	margin-bottom: 12px;
}
.b_level-2 ul.level-0,
.b_level-2 ul.level-0 ul {
	padding-left: 0;
}
.b_level-2 ul.level-0 li {
	background-image: url(../../skin-custom/icon_arrow_4.gif);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 28px;
	padding-left: 12px;
}
.b_level-2 ul.level-0 li,
.b_level-2 ul.level-0 li a {
	color: #565656;
}
.b_level-2 ul.level-1 {
	margin-top: 6px;
}
.b_level-2 ul.level-1 li {
	background-image: url(../../skin-custom/dot_2.gif);
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
}
.b_level-3 {
	margin-bottom: 18px;
	border-bottom: 1px dashed #CDCAC9;
}
.b_level-3.last {
	border-bottom: none;
}
.b_level-4 {
	margin-bottom: 12px;
}
.b_level-4 h4 {
	color: #860003;
	font-size: 12px;
	font-weight: bold;
}
.b_level-4 p {
	font-size: 12px;
	margin-bottom: 0;
}
.b_level-4 .g_info-label {
	color: #252525;
	font-weight: normal;
}
/************************************/
.b_help-page h3 {
	font-size: 18px;
	font-weight: normal;
	color: #5D5D5D;
	margin-bottom: 15px;
}
.b_help-page .b_level-4 a,
.b_help-page .b_help-footer a {
	color: #8B0304;
}
.b_help-page .b_help-footer h3 {
	color: #860003;
	font-size: 14px;
	font-weight: bold;
}
.b_help-page .b_help-footer p {
	font-size: 12px;
}
.b_help-page .b_help-footer .g_online-help {
	background: none;
	padding: 0;
	color: #2197B3;
}
/************************************/
.b_discounts-page h4 {
	color: #89191A;
	font-size: 11px;
	font-weight: bold;
}
.b_discounts-page.b_level-3 {
	border-bottom: none;
}
.b_discounts-page .b_level-4 {
	border-bottom: 1px dashed #CDCAC9;
	padding-bottom: 14px;
	margin-bootm: 14px;
}
/************************************/
.b_special-offers_page h2 .b_title_bg {
	padding-bottom: 9px;
}
.b_special-offers_page p {
	margin-bottom: 20px;
}
.b_special-offers_page .g_options-info.g_top {
	padding-top: 7px;
}
.b_special-offers_page .g_options-info.g_bottom {
	background-position:51px -1px;
	padding-bottom:7px;
}
.b_special-offers_page .b_products-listing li h3 {
	background: url(../../skin-custom/icon_star_1.gif) left center no-repeat;
	padding: 5px 0 5px 30px;
}
/************************************/
.b_service-conditions_page .g_service-links {
	width: 100%;
}
.b_service-conditions_page .g_service-links li {
	background-position: 0 3px;
	width:49%;
}
/************************************/

.b_stats_page .g_help-text {
	text-align: right;
	padding: 0;
}
.b_stats_page h2 .g_date {
	font-size: 11px;
	font-weight: normal;
	color: #565656;
	margin-top: 8px;
}
.b_stats_page_data {
	border-bottom: 1px dashed #CDCAC9;
	margin-bottom: 10px;
	width: 100%;
}
.b_stats_page_data .col-1 {
	width: 12%;
}
.b_stats_page_data .col-2,
.b_stats_page_data .col-3 {
	
}
.b_stats_page_data th {
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px dashed #CDCAC9;
}
.b_stats_page_data td {
	font-size: 11px;
	padding: 15px 18px 0 0;
}
.b_stats_page_data .even td {
	background: #FFFFFF;
}
.b_stats_page_data tr.first td {
	padding-top: 25px;
}
.b_stats_page_data tr.last td {
	padding-bottom: 25px;
}
.b_stats_page_data .stats-date,
.b_stats_page_data .stats-date a {
	color: #565656;
}
.b_stats_page_data td.stats-date {
	vertical-align: bottom;
}
.b_stats_page_data .stats-value {
	text-align: right;
	border-bottom: 5px solid;
}
.b_stats_page_data .stats-visitors {
	color: #2197B3;
	padding-right: 9px;
}
.b_stats_page_data .stats-visitors .stats-value {
	border-color: #2197B3;
}
.b_stats_page_data .stats-orders {
	color: #8B0102;
	padding-left: 9px;
	padding-right: 0;
}
.b_stats_page_data .stats-orders .stats-value {
	border-color: #8B0102;
}
.b_stats_page_data .even .stats-value {
	width: 36%;
}
.b_stats_page_data .odd .stats-value {
	width: 100%;
}
/************************************/
.b_article-page h2 {
	margin-bottom: 0;
}
.b_article-page .meta {
	font-size: 11px;
}
.b_article-page .meta-item {
	margin-bottom: 30px;
}
.b_article-col {
	width: 48%;
}
.b_article-col p {
	font-size: 12px;
}
.b_article-col .b_article_intro {
	font-size: 11px;
	font-weight: bold;
}
.b_article-content {
	color: #000000;
}
.b_article-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 25px;
}
.b_article-content ol li {
	display: list-item;
	margin-bottom: 15px;
}
.b_article-content .b_article-col img {
	display: block;
	margin-bottom: 35px;
}
.b_article-content_footer {
	padding-top: 15px;
	clear: both;
}
.b_article-content_footer .b_article-links {
	border-bottom: 1px dashed #CDCAC9;
	padding: 0 0 18px 0;
	margin-bottom: 20px;
}
.b_article-links .g_info-label {
	color: #565656;
}
.b_article-content_footer .b_article-links,
.b_article-content_footer .b_article-links a {
	color: #1999A6;
}
.b_article-content .b_article-links li {
	padding-left: 0;
	background: none;
}
.b_articles-nav {
	margin-bottom: 45px;
}
.nav-button-left {
	float: left;
}
.nav-button-right {
	float: right;
}
/************************************/


.by-category .b_filter .g_info-label {
	max-width: 50%;
}
.by-category .b_filter select {
	margin-left: 2%;
}
.b_product-categories_item.selected {
	margin-bottom: 30px;
}
.by-category .b_product-categories_item.selected {
	margin-bottom: 12px;
}
.product-category {
	font-size: 18px;
}
.product-category,
.product-category a {
	color: #565656;
}
.b_product-categories_item.selected .product-category {
	margin-top: 15px;
}
.product-subcategory {
	font-size: 14px;
	color: #8C8A8A;
}
.b_articles-teasers_list ul {
	border-bottom: 1px dashed #CDCAC9;
	margin-bottom: 8px;
	padding: 0 0 15px 0;
}
.b_articles-teasers_list ul li {
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
}
.b_articles-teasers_list li .g_li-inner {
	padding: 15px;
}
.b_articles-teasers_list ul li.even {
	background: #FAF7EC;
	margin-right: 0;
}
.b_articles-teasers_list ul li p {
	margin: 0;
}
.b_articles-teasers_list li .meta {
	font-size: 11px;
}
.b_articles-teasers_list a {
	color: #565656;
}
.b_articles-teasers .g_service-links {
	width: auto;
	text-align: right;
	margin-bottom: 25px;
	padding-top: 0;
}
.b_articles-teasers .g_service-links,
.b_articles-teasers .g_service-links a {
	color: #409DA7;
}
/************************************/
.b_forums-list_page .message,
.b_forums-list_page .message p {
	color: #4D4D4D;
	font-size: 14px;
}
.b_forums-list_page .message p {
	margin-bottom: 10px;
}
.b_forums-list_page h3 {
	padding-left: 10px;
	font-size: 12px;
	color: #292929;
}
.b_forums-list_page ul {
	border-top: 1px solid #D0D0D0;
	padding: 0;
	margin-bottom: 35px;
}
.b_forums-list_page ul li {
	background: #F5F5F5;
	padding: 8px 10px 8px 10px;
	margin-bottom: 3px;
}
.b_forums-list_page ul li,
.b_forums-list_page ul li a {
	color: #292929;
}
.b_forum-toolbox .g_tab-content {
	padding: 20px 18px;
}
.b_forum-toolbox .g_tabs-nav li {
	font-size: 20px;
}
.b_forum-toolbox .g_tabs-nav li.active {
	background: #5CB7BD none repeat scroll 0 0;
	color: #FFFFFF;
}
.b_forum-toolbox.user-not-logged .g_tab-content {
	position: relative;
	padding: 20px 18px 15px 100px;
}
.b_forum-toolbox .message {
	font-size: 12px;
	padding-bottom: 14px;
}
.b_forum-toolbox .message strong.attention {
	font-size: 14px;
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
}
.b_forum-toolbox .submit-box img {
	margin-right: 20px;
}
.b_forum-toolbox .form-item {
	color: #6B6B6B;
	overflow: hidden;
	margin-bottom: 8px;
}
.b_forum-toolbox .form-item.submit-box {
	margin-bottom: 0;
	padding-left: 25%;
}
.b_forum-toolbox .form-item label {
	min-width: 25%;
	float: left;
}
.b_forum-toolbox .form-text,
.b_forum-toolbox select {
	height: 20px;
}
.b_forum-toolbox .form-text,
.b_forum-toolbox select,
.b_forum-toolbox textarea {
	width: 74%;
}
.b_forum-toolbox textarea {
	height: 85px;
}
.b_forum-toolbox .form-item label,
.b_forum-toolbox .form-item label a {
	color: #6B6B6B;
}
.b_forums-list_page .b_filter {
	margin-bottom: 30px;
}
.b_forums-list_page .g_list-tools.top {
	margin-bottom: 20px;
	border: none;
	padding-bottom: 0;
}
.b_forums_topics-list {
	margin-bottom: 6px;
}
table.b_forums_topics-list {
	width: 100%;
}
.b_forums_topics-list .col-1 {
	width: 50%;
}
.b_forums_topics-list th {
	color: #8B0304;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 10px;
}
.b_forums_topics-list th.topic {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
.b_forums_topics-list th.author {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.b_forums_topics-list td {
	background: #F6F6F6;
	border-width: 0 2px 7px 0;
	border-color: #FFFFFF;
	border-style: solid;
	font-size: 11px;
	text-align: left;
}
.b_forums_topics-list td.date {
	border-right: none;
}
.b_forums_topics-list td,
.b_forums_topics-list td a {
	color: #292929;
}
.b_forums_topics-list td .td-inner {
	padding: 10px;
}
.b_forums_topics-list td.topic {
	font-size: 12px;
}
.b_forums_topics-list .topic img {
	margin-left: 5px;
	vertical-align: middle;
}
.b_forums_topics-list .author .td-inner {
	padding: 10px 5px;
}
.b_forums_topics-list td .city,
.b_forums_topics-list td .time {
	color: #8B0304;
}
.b_forums_topics-list .replies,
.b_forums_topics-list .date {
	text-align: center;
}
.b_forums_topics-list .replies .td-inner,
.b_forums_topics-list .date .td-inner {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}
.b_forums_topics {
	margin-bottom: 30px;
}
.b_forums_topics .g_list-tools.bottom {
	margin-bottom: 10px;
}
.b_forums_topics .g_service-links {
	margin: 0;
	padding: 0;
	width: auto;
	text-align: right;
}
.b_forums_topics .g_service-links,
.b_forums_topics .g_service-links a {
	color: #409DA7;
}
.g_service-links .form-checkbox {
	vertical-align: top;
}
ul.b_forum-nav {
	border-top: none;
	border-bottom: 1px dashed #E1DFDE;
	padding-bottom: 14px;
	margin-bottom: 15px;
}
ul.b_forum-nav li {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	float: left;
}
ul.b_forum-nav li.first {
	margin-right: 32px;
}
ul.b_forum-nav li.last {
	float: right;
}
.b_forum_messages {
	margin-bottom: 35px;
}
.b_forum_messages h3.topic-title {
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #D0D0D0;
	padding: 10px 14px;
	margin-bottom: 10px;
	background: #F6F6F6;
	color: #000000;
}
.b_forum_messages h3.topic-title .g_info-label {
	color: #8B0304;
}
ul.b_forum-messages_list {
	border: 1px solid #EAEAEA;
	padding: 15px 10px 10px 10px;
	margin-bottom: 8px;
}
.b_forum-messages_list li.b_forum-message {
	background: #FFFFFF;
	border-bottom: 1px dashed #CDCAC9;
	padding: 0;
	margin: 0;
}
.b_forum-messages_list li.last {
	border-bottom: none;
}
.b_forum-messages_list li .g_li-inner {
	overflow: hidden;
	padding: 12px 0;
}
.b_forum-message .author {
	padding: 5px 0 5px 5px;
	font-size: 12px;
	line-height: 1.3;
	width: 32%;
}
.b_forum-message .content {
	border-left: 3px solid #B1B1B1;
	width: 63%;
	padding: 5px 0 5px 10px;
	color: #6B6B6B;
}
.b_forum-message .content .meta {
	color: #A1A1A1;
	font-size: 11px;
}
.b_forum-message .content p {
	color: #6B6B6B;
	font-size: 12px;
	margin-bottom: 8px;
}
.b_forum-message .content .g_service-links {
	color: #323232;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.b_forum-message .content .g_service-links a {
	color: #409DA7;
}
.role-consultant .content {
	border-color: #2197B3;
}
.b_forum-message .author,
.b_forum-message .author a {
	color: #5B5B5B;
}
.b_forum-message .author .name {
	font-weight: bold;
}
.b_forum-message .author .name,
.b_forum-message .author .name a {
	color: #709900;
}
.role-consultant .author .name,
.role-consultant .author .name a {
	color: #2197B3;
}
.role-client .author .name,
.role-client .author .name a {
	color: #89191A;
}
/************************************/
.b_contacts-info {
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #CDCAC9;
}
.b_contacts-info table {
	width: 100%;
}
.b_contacts-info .g_col-1 {
	width: 47%;
}
.b_contacts-info .g_col-3 {
	width: 30%;
}
.b_contacts-info td {
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	padding: 4px 0;
}
.b_contacts-info td.g_label {
	color: #89191A;
	font-size: 13px;
	line-height: 1.2;
	padding-left: 5px;
}
.b_contacts-info td.g_value {
	padding-left: 5px;
	text-align: right;
	padding-right: 10px;
}
.b_contacts-info td.g_phone {
	text-align: left;
}
.b_contacts-info td.g_value a {
	padding-left: 19px;
	color: #5D5D5D;
}
.b_contacts-info td.g_label .more-info {
	font-size: 11px;
	color: #919191;
}
.b_contacts-info td.g_value .g_online-consult {
	background: url(../../skin-custom/icon_man_3.gif) left center no-repeat;
	color: #2096B2;
	line-height: 22px;
	padding: 2px 0 2px 19px;
}
.b_contacts-page .b_type-2 h3 {
	background: #851618;
	color: #FFFFFF;
	margin-bottom: 9px;
}
.b_office .b_office-info {
	padding-bottom: 14px;
	padding-top: 8px;
	border-bottom: 1px dashed #CDCAC9;
}
.b_office-info .g_col-1 {
	width: 47%;
}
.b_office-info .b_office-name {
	color: #89191A;
	font-size: 13px;
	font-weight: bold;
}
.b_office-info .b_office-name img {
	display: block;
	margin-bottom: 8px;
}
.b_office-info .b_office-address,
.b_office-info .b_office-address p {
	color: #5D5D5D;
	font-size: 11px;
}
.b_office-info .b_office-address p {
	margin: 0;
}
.b_office-info .b_office-links {
	text-align: right;
	padding-right: 10px;
}
.b_office-info .b_office-links a {
	font-size: 11px;
	color: #2197B3;
}
.b_office .b_office-info {
	margin-bottom: 0;
}
.b_office-info .g_options-table {
	width: 100%;
}
.b_office-info .g_options-table td {
	padding-left: 0;
}
.b_office-contacts .g_col-3 {
	width: 30%;
}
/************************************/

.b_shopping-cart_page .g_service-links {
	text-align: right;
}
.b_shopping-cart_page .g_service-links-line {
	padding: 0 8px 8px 0;
	margin-bottom: 12px;
	border-bottom: 1px dashed #CDCAC9;
}
.b_shopping-cart_page .g_service-links input {
	vertical-align: middle;
}
.b_shopping-cart_page .g_service-links .g_info-label {
	color: #6A6A6A;
	padding-left: 20px;
}
.b_shopping-cart_page .g_service-links a {
	color: #89191A;
}
.b_shopping-cart_page .g_info {
	margin-bottom: 36px;
}
.b_shopping-cart_page .b_product_cart-options {
	padding-right: 8px;
	margin-bottom: 32px;
	font-size: 14px;
	text-align: right;
}
.b_shopping-cart_page .b_product_cart-options a {
	color: #2197B3;
}
.b_shopping-cart_page .error {
	margin-bottom: 10px;
	text-align: right;
	color: #B30506;
	font-size: 12px;
	font-weight: bold;
}
.b_shopping-cart_page .b_product_cart-options {
	text-align: right;
}
.b_shopping-cart_page .b_product_cart-summary {
	margin-bottom: 40px;
}
.b_shopping-cart_page .b_product_cart-summary .g_service-links {
	border: none;
}
.b_product_cart-summary .delivery-cost {
	padding: 0 22px 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #E9E9E9;
}
.b_product_cart-summary .total-price {
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #CDCAC9;
	margin-bottom: 10px;
}
.b_product_cart-summary .g_service-links a {
	color: #2197B3;
}
.b_product_checkout {
	margin-bottom: 0;
}
.b_product_checkout .col-2 {
	min-width: 125px;
}
.b_product_checkout td {
	background: #F9F9F9;
	border-width: 0 2px 8px 0;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
	padding: 0 5px;
}
.b_product_checkout tr.first td {
	border-top: 1px solid #D7D7D7;
}
.b_product_checkout .product-image,
.b_product_checkout .button-remove {
	background: #FFFFFF;
	padding: 0;
	border-right-width: 4px;
	border-top: none !important;
}
.b_product_checkout .product-image {
	vertical-align: top;
}
.b_product_checkout .product-image img {
	border: 1px solid #CACACA;
	padding: 3px;
}
.b_product_checkout .button-remove {
	border-right: none;
}
.b_product_checkout td.product-name {
	text-align: left;
}
.b_product_checkout th.price {
	white-space: nowrap;
}
.b_product_checkout td.amount {
	text-align: center;
}
.b_product_checkout td.amount input {
	padding: 2px;
	height: 16px;
	width: 25px;
}
.b_product_checkout td.remove, .b_product_checkout td.nobg {background:#FFF; border:0;}
.b_product_checkout tr.first  td.remove {border:0;}
.b_product_checkout td.delivery-cost {padding:10px;}
.b_product_checkout td.delivery-info {text-align:left;}
/**************************
PERSONAL AREA
***************************/
.pCab_sumMess {
	background-color:#e8e8e8;
	font-size: 10px;
	padding: 3px 15px;
	display:block;
}
.pCab_consultBlock {
	border: solid 1px #eaeaea;
	overflow: hidden;
	zoom:1;
}
.pCab_consultBlock-inner {
	border-bottom:dashed 1px #cdcac9;
	margin:10px;
}
.pCab_consultBlock table {
	margin-bottom: 10px;
}
.pCab_consultBlock-left span {
	font-weight: bold;
	color:#2197b3;
	display:block;
}
.pCab_consultBlock-right {
	padding-left:10px;
}
.pCab_consultBlock-right span {
	color:#a1a1a1;
	display:block;
}
.borderUser {
	border-right: solid 3px #89191a;
}
.borderCons {
	border-right: solid 3px #2197b3;
}
.b_pcab-tableBorder {
	background: url(../../skin-custom/tableBlockBg-tl.gif) no-repeat left top;
	margin-right: 10px;
	position: relative;
}
.b_pcab-tableBorder-inner {
	background: url(../../skin-custom/tableBlockBg-tr.gif) no-repeat right top;
	margin-bottom: 10px;
	position: relative;
	left: 10px;
	zoom: 1;
}
.b_pcab-tableBorder-inner2 {
	background: url(../../skin-custom/tableBlockBg-br.gif) no-repeat right bottom;
	position: relative;
	top: 10px;
}
.b_pcab-tableBorder-inner3 {
	background: url(../../skin-custom/tableBlockBg-bl.gif) no-repeat left bottom;
	padding: 0 0 10px 10px;
	position: relative;
	left: -10px;
	zoom: 1;
}
.b_pcab-tLine1 {
	width:33%;
	padding:15px 10px;
	border-bottom:solid 3px #ffffff;
	background:url(../../skin-custom/pCabBg1.gif) left #fffbf2 repeat-y;
}
.b_pcab-tLine2 {
	width:33%;
	padding:15px 10px;
	border-bottom:solid 3px #ffffff;
	background:url(../../skin-custom/pCabBg2.gif) left #fff2f2 repeat-y;
}
.b_pcab-tLine3 {
	width:33%;
	padding:15px 10px;
	border-bottom:solid 3px #ffffff;
	background:url(../../skin-custom/pCabBg3.gif) left #f2fffe repeat-y;
}
.b_pcab-tLine4 {
	width:33%;
	padding:15px 10px;
	border-bottom:solid 3px #ffffff;
	background:url(../../skin-custom/pCabBg4.gif) left #f8f9f9 repeat-y;
}
.b_pcab-tBottomLeft {
	float:left;
	width: 50%
}
.b_pcab-tBottomRight {
	float:right;
	width: 50%
}
.b_pcab-table {
	margin-top:10px;
}
.b_pcab-table a {
	display: block;
	overflow: hidden;
	zoom:1;
}
.b_pcab-table img {
	float:left;
	margin-right: 5px;
}
.b_pcab-table li {
	margin-bottom:5px;
}
.b_pcab-tTop {
	overflow: hidden;
	zoom:1;
	height:53px;
	background:url(../../skin-custom/dash_1.gif) 0 105% repeat-x;
}
.b_pcab-tTop-left {
	float:left;
	width: 60%;
	background:url(../../skin-custom/pcab_rBorder.gif) right top no-repeat;
}
.b_pcab-tTop-left img {
	float:left;
	margin-right: 5px;
}
.b_pcab-tTop-left a {
	font-size:11px;
	color:#2197b3;
}
.b_pcab-tTop span {
	font-size: 13px;
	display:block;
	overflow:hidden;
}
.b_pcab-tTop-right {
	float:right;
	width:38%;
}
.pCab-tExit {
	overflow: hidden;
	zoom:1;
	margin-top:5px;
	padding-left:5px;
	width:35%;
	background-color:#ffffff;
}
.pCab-tExit img {
	margin-right:5px;
	float:left;
}
.pCab-regDataBlock {
	border:solid 1px #b6dde6;
	padding:10px;
	margin-bottom: 30px;
	font-size:13px;
	color:#292929;
}
.pCab-regDataBlock-left {
	float:left;
	margin-top:2px;
	margin-bottom:5px;
	width:31%;
}
.pCab-regDataBlock-mid {
	float:left;
	width:42%;
}
.pCab-regDataBlock-right {
	float:right;
	margin-top:1px;
	width:25%;
}
.pCabHistTop {
	overflow: hidden;
	zoom:1;
	margin-bottom:15px;
	margin-top: 15px;
}
.pCabHistTop img {
	float:left;
	margin-right:5px;
}
.pCabHistTop-left {
	float: left;
	width: 60%;
}
.pCabHistTop-left a {
	color:#2197b3;
}
.pCabHistTop-right {
	float: right;
	width: 38%;
}
.pCabHistTop-right li {
	overflow:hidden;
	margin-bottom:5px;
}
.prCab_select {
	width:188px;
	font-size:13px !important;
}
.prCab_select2 {
	width:210px;
	font-size:13px !important;
}
.b_pCab-prOptions {
	border-collapse: separate;
	border-spacing: 2px 5px;
	margin-bottom: 27px;
	width: 100%;
}
.b_pCab-prOptions .product-image {
	width: 60px;
}
.b_pCab-prOptions .amount input {
	width: 33px;
}
.b_pCab-prOptions .price {
	width: 74px;
}
.b_pCab-prOptions .delivery-details {
	width: 50px;
}
.b_pCab-prOptions .availability {
	width: 72px;
}
.b_pCab-prOptions td.condition {
	border-left: 1px solid #BDBDBD;
}
.b_pCab-prOptions td.buy {
	border-right: 1px solid #BDBDBD;
}
.even td {
	background: #F9F9F9;
}
.b_pCab-prOptions th {
	font-weight: bold;
	padding: 6px 5px 7px 5px;
}
.b_pCab-prOptions th img,
.b_pCab-prOptions td img {
	vertical-align: middle;
}
.b_pCab-prOptions th,
.b_pCab-prOptions th a {
	color: #89191A;
}
.b_pCab-prOptions th,
.b_pCab-prOptions td {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}
.b_pCab-prOptions td {
	border-right: 2px solid #FFFFFF;
	padding: 2px 5px 2px 5px;
}
.b_pCab-prOptions td,
.b_pCab-prOptions td a {
	color: #292929;
}
.b_pCab-prOptions td.price {
	font-weight: bold;
	color: #1B9CA4;
}
.b_pCab-ContText {
	border-bottom:dashed 1px #cdcac9;
	padding: 10px;
	margin-bottom:25px;
}
.summPrice {
	border-bottom:dashed 1px #cdcac9;
	padding: 10px 30px;
	margin-bottom:25px;
	text-align:right;
}
.summPrice a {
	margin-right:20px;
}
.summPrice span {
	font-weight:bold;
	color:#1B9CA4;
}
.smNormText {
	font-weight:normal;
	font-size:11px;
	color:#5d5d5d;
}
.b_pCab-textBlock {
	overflow:hidden;
	zoom:1;
	margin-bottom:30px;
}
.b_pCab-textBlock img {
	margin-top:3px;
}
.middleTBlock {
	float: left;
	font-size:14px;
	width:58%;
	margin-left:10px;
}
.b_pCab-mBalLeft {
	float:left;
	width: 25%;
	font-size:14px;
	font-weight:bold;
	margin-left: 5px;
}
.b_pCab-mBal {
	overflow:hidden;
	margin: 15px 0px 25px 0px;
}
.b_pCab-mBalMid {
	float:left;
	width: 44%;
	font-size:14px;
}
.b_pCab-mBalRight2 {
	/*float:right;*/
	/*width: 27%;*/
	font-size:14px;
}
.b_pCab-mBalRight {
	float:left;
	/*width: 72%;*/
	margin-bottom: 1px;
	font-size:14px;
}
.b_pCab-mBalRight span {
	color:#2197b3;
	font-weight:bold;
}
.b_pCab-mBalRight strong {
	color: #8B0102;
	font-weight: bold;
}
.b_pCab-addTel {
	/*	border:solid 1px #b6dde6;
	width: 75%;*/
	margin-top: 10px;
	padding: 10px;
}
.b_pCab-addTel .submit-box {
	text-align: right;
}
.b_pCab-addAdr {
	/*border:solid 1px #b6dde6;*/
	width:100%;
	margin-top: 10px;
}
.b_pCabBorder {
	border:solid 1px #b6dde6;
}
.b_pCab-addAdr .block-content {
	padding: 10px;
}
.b_pCab-addAdr .submit-box {
	text-align: right;
	margin-bottom: 0;
}
.b_pCab-compTable {
	border-collapse:separate;
	border-spacing: 2px 5px;
	width:100%;
	font-size:13px;
}
.b_pCab-compTable th {
	border-top:solid 1px #bdbdbd;
	background-color:#f1f1f1;
	font-weight:bold;
	padding:4px 10px 5px 10px;
}
.b_pCab-compTable td {
	background-color:#f9f9f9;
	padding:4px 10px 5px 10px;
}
.b_pCab-compBottom {
	overflow: hidden;
	zoom: 1;
	padding:10px 0px;
	margin-bottom: 30px;
	border-bottom: dashed 1px #cdcac9;
}
.b_pCab-compBottom-left {
	float: left;
	margin-left: 10px;
}
.b_pCab-compBottom-right {
	float: right;
	margin-top: 5px;
}
.b_pCab-compBottom-right img {
	margin-right: 10px;
	float:left;
}
.b_pCab-compBottom-right a {
	display: block;
	float:left;
	margin-right:5px;
}
.b_pCab-compTable2 {
	border-collapse:separate;
	border-spacing: 2px 5px;
	margin-bottom: 30px;
	width:100%;
	border-bottom: dashed 1px #cdcac9;
}
.b_pCab-compTable2 th {
	border-bottom: solid 1px #bdbdbd;
	background-color:#f1f1f1;
	font-weight:bold;
	padding:4px 10px 5px 10px;
}
.b_pCab-compTable2 td {
	background-color:#f9f9f9;
	padding:4px 10px 5px 10px;
	border-bottom: solid 1px #bdbdbd;
}
.compPrice {
	background-color:#ededed;
	padding: 3px 5px;
	font-weight:bold;
}
.pCabColTab {
	border-collapse:separate;
	border-spacing: 2px;
	margin-bottom: 30px;
}
.pCabColTab th {
	font-weight: bold;
	padding:3px 10px;
}
.pCabColTab td {
	padding:3px 10px;
	background-color:#f5f5f5;
}
/*******************************/
.b_checkout_options {
	margin-bottom: 10px;
}
.b_checkout_options.b_type-2 .block-content {
	padding: 0;
	color: #4B4A4A;
}
.b_checkout_options li {
	border-bottom: 1px dashed #CDCAC9;
	padding-top: 20px;
}
/*.b_checkout_options li .form-item {
	font-weight: bold;
	padding-bottom: 20px;
	width: 35%;
}*/
.b_checkout_options li .form-item input {
	float: left;
}
.b_checkout_options li .form-item label {
	display: block;
	margin-left: 25px;
	padding-top: 2px;
}
.b_checkout_options li p {
	margin-left: 35%;
	margin-bottom: 16px;
}
.b_checkout_options li.inactive * {
	color: #A6A6A6 !important;
}
/*******************************/
.b_checkout_shipment {
	padding-bottom: 24px;
	border-bottom: 1px dashed #CDCAC9;
}
.b_checkout_shipment.b_type-2 .block-content {
	padding: 0 45px 0 20px;
}
.b_checkout_delivery-address li .form-item {
	font-weight: normal;
	padding-left: 20px;
	width: auto;
	margin-right: 25%;
}
.b_checkout_delivery-address .g_service-links {
	border: none;
}
.b_checkout_delivery-address .g_service-links,
.b_checkout_delivery-address .g_service-links a {
	color: #1B9CA4;
}
.b_checkout-info {
	border-bottom: 1px dashed #CDCAC9;
}
.b_checkout-info .g_col-1,
.b_checkout-info .g_col-3 {
	width: 23%;
}
.b_checkout-info .g_col-2 {
	width: 54%;
}
.b_checkout-info td {
	color: #4B4A4A;
	background: #FFFFFF;
	vertical-align: top;
	padding: 0 0 6px 0;
}
.b_checkout-info td.g_label {
	font-weight: bold;
}
.b_checkout-info td.g_value {
	padding-left: 10px;
	padding-right: 5px;
}
.b_checkout-info td.g_options a {
	color: #1B9CA4;
}
.b_checkout-info .block-content {
	padding: 0 0 18px 20px;
}
.b_checkout_client-info h2 {
	background: #8B0304;
}
.b_checkout_order-info .g_col-2 {
	width: 50%;
}
.b_checkout_order-info .g_col-3 {
	width: 28%
}
.b_checkout-info textarea {
	width: 95%;
	height: 64px;
}
.b_checkout-info .g_help-text {
	color: #4B4A4A;
	padding: 0;
	margin: 0;
	font-size: 10px;
}
.b_checkout-info .form-item td {
	padding-top: 32px;
}
/*******************************/
.b_multistep-nav .g_info-value {
	color: #4B4A4A;
	text-align: right;
	font-size: 10px;
	padding-right: 8px;
}
.b_multistep-nav input,
.b_multistep-nav img {
	display: block;
	margin-bottom: 4px;
}
/*******************************/
.b_user-register {
	margin-bottom: 30px;
}
.b_user-register .g_tab-content {
	padding: 36px 20px 10px 28px;
}
.b_user-register .form-item {
	margin-bottom: 5px;
}
.b_user-register .form-item .form-item {
	margin-bottom: 0;
}
.b_user-register .form-text,
.b_user-register .form-select {
	width: 215px;
}
.b_user-register .form-text {
	padding: 2px 3px;
	height: 15px;
}
.b_user-register .form-select {
	height: 20px;
}
.b_user-register .form-item label {
	color: #747474;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 22%;
	float: left;
}
.b_user-register .fields-group_label {
	padding-top: 15px;
}
.b_user-register .phones-list .form-item {
	margin-right: 5px;
}
.b_user-register .phones-list .phones-item,
.b_user-register .phones-list .call-time {
	margin-right: 0;
	margin-bottom: 8px;
}
.b_user-register .phones-list label {
	font-size: 10px;
	font-weight: normal;
	float: none;
	margin-bottom: 2px;
}
.b_user-register .phones-list .phone-type {
	padding-top: 14px;
}
.b_user-register .phones-list .phone-type select {
	width: 53px;
}
.b_user-register .phones-list .phone-prefix input,
.b_user-register .phones-list .phone-ext input {
	padding-left: 3px;
	padding-right: 3px;
	width: 35px;
}
.b_user-register .phones-list .phone-number input {
	padding-left: 3px;
	padding-right: 3px;
	width: 61px;
}
.b_user-register .call-time label {
	font-size: 11px;
}
.b_user-register .call-time select {
	margin-right: 4px;
	width: 45px;
}
.b_user-register .call-time label {
	padding: 0 6px 0 0;
	display: inline;
}
.b_user-register .add-more {
	background: url(../../skin-custom/bt_add.gif) no-repeat left center;
	padding: 0 0 0 25px;
	height: 25px;
	margin: -40px 0 0 0px;
}
.b_user-register .add-more a {
	font-size: 10px;
	line-height: 18px;
}
.b_user-register .submit-box {
	border-top: 1px dashed #CDCAC9;
	padding-top: 10px;
	margin-bottom: 0;
	text-align: right;
}
/*******************************/
.success-message {
	margin-bottom: 30px;
}
.success-message h3 {
	font-size: 15px;
	font-weight: bold;
	color: #8B0102;
	margin-bottom: 6px;
}
.success-message p {
	font-size: 12px;
	color: #5D5D5D;
}
.b_user-account_info .g_tab-content {
	padding: 28px 12px 20px 12px;
}
.b_user-account_info .user-info_login {
	margin-bottom: 16px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px dashed #CDCAC9;
}
.b_user-account_info .user-info_login .left {
	margin-right: 5%;
}
.b_user-account_info * {
	color: #747474;
	line-height: 1.4;
}
.b_user-account_info .user-info_manager {
	margin-bottom: 16px;
}
.b_user-account_info .user-info_manager,
.b_user-account_info .submit-box {
	padding: 0 12px;
}
/*******************************/
.b_survey {
	margin-bottom: 30px;
}
.b_survey h2,
.b_survey label {
	color: #5D5D5D;
}
.b_survey h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin-bottom: 12px;
}
.b_survey .block-content {
	padding: 0;
}
.b_survey label,
.b_survey input {
	vertical-align: middle;
}
.b_survey label {
	font-size: 11px;
}
.b_survey .form-item {
	margin-bottom: 6px;
	padding: 0 20px;
}
.b_survey .form-item.submit-box {
	margin: 14px 0 0 0;
	padding-top: 10px;
	border-top: 1px dashed #CDCAC9;
}
/********* Expert opinions tab ***********/
.b_expert-opinions .b_article_intro {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dashed #CDCAC9;
}
.g_tab-content .b_expert-opinions .b_type-2_item {
	width: auto;
}
.g_tab-content .b_type-2_item h3 {
	padding-left: 0;
	font-weight: bold;
}
/* USER PROFILE - CHANGE MANAGER */
table.b_change-manager {
	width: 98%;
	margin-top: 10px;
}
.b_change-manager th,
.b_change-manager td {
	padding: 5px 10px;
	taxt-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #EEEEEE;
}
.b_change-manager a {
	color: #2197B3;
}
/* Tab - consequtive search */
#filter_step_form td {
	padding: 5px;
}
/* Cervice centers page */
.b_sc {
	margin: 0 0 15px 0;
}
.b_sc table {
	width: 100%;
}
.b_sc table td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.b_sc .g_label {
	width: 20%;
}
.b_sc .g_value {
	width: 40%;
}
/* News block at user's personal area */
.g_page-content .b_pcab-news {
	padding: 0 2%;
}
.g_page-content .b_pcab-news h2 {
	background: #F2F2F2;
	border-left: 9px solid #D2B024;
	padding: 12px;
	width: 102px;
	color: #D2B024;
}
.g_page-content .b_pcab-news li {
	width: 48%;
	background: #FAF7EC;
	margin-bottom: 3%;
	display: block;
	float: left;
}
.g_page-content .b_pcab-news li.odd,
.g_page-content .b_pcab-news li.b_pcab-news_itemodd {
	margin-right: 3%;
}
.g_page-content .b_pcab-news li,
.g_page-content .b_pcab-news li a {
	color: #565656;
}
.g_page-content .b_pcab-news li .h_pcab-news_item {
	padding: 14px 16px 12px 14px;
}
.g_page-content .b_pcab-news li .h_pcab-news_item span {
	display: block;
	margin: 0 0 8px 0;
	font-size: 10px;
}
.g_page-content .b_pcab-news .block-bottom {
	text-align: right;
	background: transparent url(../../skin-custom/dash_1.gif) repeat-x left center;
	height: 24px;
}
.g_page-content .b_pcab-news .block-bottom a {
	background:#FFFFFF url(../../skin-custom/arrow_1_end.gif) no-repeat left center;
}

/* 26.03.10 */
.fastPopup {margin:0 auto; text-align:left; width:490px;}
	.fastPopup textarea {width:450px; margin-bottom:7px;}
.flR {float:right;}
.comment {font-size:11px;}

.b_product-teaser {position:relative;}
	.b_product-teaser .superPrice {position:absolute; left:57px; top:50px; filter:expression(fixPNG(this));}

/* 21.04 */
.alert {color:#89191a;}

.timerHead {font-size:36px; color:#89191a; text-align:center; padding:7px; background:#dadada;}
.timer {padding:3px; text-align:center; font-size:14px; color:#333333; background:#f8f8f8; margin-bottom:10px;}
	.timer h1 {font-size:72px; color:#89191a; font-weight:normal;}
	.timer .comment {color:#717171; font-size:11px;}
	.timer a {text-decoration:underline;}
	
	.timer .g_popup {position:static; left:auto; top:auto; min-width:inherit; padding:3px; background:#F1F1F1; text-align:left; font-size:12px;}
	.timer .g_popup ul {padding:0;}
	.timer .g_popup li {margin-bottom:5px; padding-left:9px; background:url(../images/li.gif) left top no-repeat;}

.timerPopup1 {border:1px solid #a8a3a3; background:#f8f8f8; padding:10px; margin-bottom:10px; text-align:center;}
	.timerPopup1 h1 {font-weight:normal; color:#a6a6a6; font-size:24px; margin-bottom:12px;}

.timerPopup2 {border:1px solid #89191a; background:#f8f8f8; padding:10px; margin-bottom:10px; text-align:center;}
	.timerPopup2 h1 {font-weight:normal; color:#89191a; font-size:24px; margin-bottom:12px;}

.timerSmall {left:auto; right:0; top:182px; z-index:100; margin-right:0; text-align:center; font-size:14px; width:210px; min-width:0;}
	.timerSmall strong  {font-size:24px; color:#89191a;}
