.bs-errors {
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}
#errors {
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}

.bs-hot {
    color: #FF6600 !important;
    font-weight: bold !important;
}
.bs-title {
    font-family: Tahoma, Verdana, Arial;
    font-size: 20px;
    color: #FF6600;
}
.bs-note {
    color: #777777;
    font-size: 10px;
}
.bs-note1 {
}
.bs-note1 .data {
    color: #FF6600;
    font-weight: bold;
}
.bs-underline_dashed {
    text-decoration: none;
    border-bottom: dashed 1px #777777;
    cursor: pointer;
}
.bs-underline_dashed:hover {
    border-bottom: none;
}
.bs-underline_dashed_1 {
    text-decoration: none;
    border-bottom: dashed 1px #ffffff;
    cursor: pointer;
}
.bs-underline_dashed_1:hover {
    border-bottom: none;
}
.bs-underline_dashed_2 {
    text-decoration: none;
    border-bottom: dashed 1px #3F708E;
    cursor: pointer;
}
.bs-underline_dashed_2:hover {
    border-bottom: none;
}

.bs-pageslink {
    padding: 6px 0;
}
.bs-pageslink .pager {
    color: #3F708E;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px !important;
    white-space: nowrap;
    text-align: left;
    float: none;
}
.bs-pageslink .pageslink {
    font-weight: bold;
    padding: 0 2px;
}
.bs-pageslink .pageslink_active {
    font-weight: bold;
    background-color: #92B3C7;
    color: #FFFFFF;
    padding: 0 2px;
}

.bs-managerinfo {
    margin-top: 20px;
    font-weight: bold;
}

.ajax_loading {
	background-image: url('../../../../../_img/design/default/themes/frameworks/jquery/ajax/loader-huge.gif');
	background-position: center 100px;
	background-repeat: no-repeat;

}
.ajax_loading2 {
	background-image: url('../../../../../_img/design/default/themes/frameworks/jquery/ajax/loader-huge.gif');
	background-position: center 20px;
	background-repeat: no-repeat;

}
.loading_message {
	text-align: center;
	padding: 20px;
	width: 200px;
	height: 60px;
	background: #ffffff url('../../../../../_img/design/default/themes/frameworks/jquery/ajax/loader-bar.gif') no-repeat center 55px;
	display:none;
	left: 50%;
    margin-left: -100px;
	top: 350px;
	position: fixed;
    _position: absolute;
	color: #666666;
	border: solid 1px #aaaaaa;
	font-weight: bold;
	z-index: 2000;
}

/** Rubrics */
.bs-rubrics {
    font-family: Tahoma, Verdana, Arial;
}
.bs-rubrics TD {
    padding-right: 20px;
}
.bs-rubrics-0 {
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #3F708E;
}
.bs-rubrics-0 LI {
    list-style: none;
    padding: 4px 4px 4px 0px;
}
.bs-rubrics-0 LI A {
    color: #3F708E;
}
.bs-rubrics-1 {
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
}

/** Forms */
#bs_rubric {
    width: 320px;
}
DIV.bs-form {
    font-size: 12px;
}
.bs-form FORM {
    margin: 0;
}
.bs-form .error {
    color: #FF6600;
}
.bs-form INPUT.error, .bs-form SELECT.error, .bs-form TEXTAREA.error {
    border: solid 2px #FF6600;
}
TABLE.bs-fieldset {
    width: 100%;
}
.bs-field-required {
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
}
.bs-field-note {
    color: #777777;
    font-size: 10px;
}
.bs-field-title {
    color: #555555;
    font-weight: bold;
    background-color: #F9F5E2;
    background-color: #F9F5E2;
    width: 30%;
    text-align: right;
}
.bs-field INPUT[type="text"], .bs-field INPUT[type="file"], .bs-field TEXTAREA, .bs-field SELECT, .location-suggest INPUT  {
    width: 320px;
}

/** User menu */
.bs-user-menu {
    display: block;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    margin: 0;
    padding: 6px 10px;
}
.bs-user-menu A, .bs-user-menu A:hover {
    color: #3F708E;
    font-size: 14px;
}
.bs-user-menu DIV {
    background: url("http://img.rugion.ru/_img/design/200710_business/bull-submenu.gif") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 10px;
    border-left: solid 8px #ffffff;
}
.bs-user-menu DIV.selected {
    border-color: #f1f6f9;
    background-color: #f1f6f9;
}
DIV.bs-button-add {
    margin-bottom: 4px;
}
DIV.bs-button-add IMG {
    margin-left: 12px;
    background: url("../../../../../_img/design/default/common/but-add.gif") no-repeat scroll center center transparent;
    border: 0 none;
}
DIV.bs-button-add IMG:hover {
    background: url("../../../../../_img/design/default/common/but-add-over.gif") no-repeat scroll center center transparent;
}

/** List */
.bs-filter {
    text-align: right;
}
.bs-filter-desc {
    text-align: left;
}
.bs-adv-table {
    width: 100%;
}
.bs-adv-table .hidden, .bs-adv-table .hidden * {
	color: #CCCCCC !important;
}
.bs-adv-table TR.hot * {
    color: #FF0000;
}
.bs-adv-table TR.warning {
    background-color: #FFCCAA;
}
.bs-adv-table TR.even {
    background-color: #e3ecf2;
}
.bs-adv-table TH {
    background-color: #92B3C7;
    color: #ffffff;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    padding: 4px 8px;
    text-align: left;
}
.bs-adv-table TH A {
    color: #ffffff;
}
.bs-adv-table TD {
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    padding: 4px 8px;
    vertical-align: top;
}
.bs-adv-table TD A {
    color: #06507D;
}
.bs-adv-table TD span.data {
    color: #FF6600;
    font-weight: bold;
}
.bs-adv-table .bs-moderate {
    color: #FF6600 !important;
    font-weight: bold;
}

/** cmw */
#i_CopyUrl {
    text-decoration:  none;
    border-bottom: dashed 1px #777777;
}
#i_CopyUrl:hover {
    text-decoration:  none;
    border-bottom: none;
}
#page_cmw {
	display: none;
	position: absolute;
	width: 400px;
	background-color: #06507D;
	padding: 1px;
	z-index: 2020;
}

#page_cmw .title {
	display: block;
	height: 16px;
	background-color: #92B3C7;
	padding: 2px;
}
#page_cmw .title .text {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#page_cmw .title .close {
	display: block;
	float: right;
	width: 14px;
	height: 16px;
	text-align: left;
}
#page_cmw .close IMG {
	margin-top: 1px;
	background: url('../../../../../_img/design/200710_dom/controls/krest.gif') 2px 4px no-repeat;
}
#page_cmw .body {
	position: relative;
	margin-top: 1px;
	padding: 2px;
	background-color: #FFFFFF;
}
#page_cmw .body INPUT {
    width: 390px;
}
#page_cmw_link {
	position: relative;
	width: 100%;
}

/** Favorites */
.fav_icon {
	width: 16px;
	height: 16px;
    display: inline-block;
	background: url('../../../../../_img/design/200710_business/favorites.png') no-repeat 0 0;
}
.fav_icon_in_favorites {
	width: 16px;
	height: 16px;
    display: inline-block;
	background: url('../../../../../_img/design/200710_business/favorites.png') no-repeat 0 0;
	cursor: pointer;
}
.fav_icon_not_in_favorites {
	width: 16px;
	height: 16px;
    display: inline-block;
	background: url('../../../../../_img/design/200710_business/favorites.png') no-repeat -16px 0;
	cursor: pointer;
}
.fav_icon_loading {
	width: 18px;
	height: 18px;
	background: url('http://img.rugion.ru/_img/design/default/themes/frameworks/jquery/ajax/loader-small.gif') !important;
}

.fav_remark td {
	border: 0 none;
	padding: 2px;
}
.fav_remark span {
	font-size: 11px;
}
.fav_remark div {
	width: 100%;
	color: #FF6600;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
	padding-bottom: 1px;
}
.fav_remark textarea {
	color: #3F708E;
	font-size: 11px;
	width: 100%;
	height: 40px;
}

/** User */
.bs-block_title {
    border-top: solid 2px #3F708E;
    background-color: #f1f6f9;
    margin-bottom: 10px;
    padding: 2px 0 2px 0;
}
.bs-block_title-title {
    background-color: #3F708E;
    padding: 2px 12px 2px 12px;
    font-family: Arial, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

/** Actions */
.bs-actions {
    text-align: right;
}

/** Detail */
.bs-details-caption {
    font-family: Tahoma, Verdana, Arial;
    background-color: #3f708e;
    padding: 10px;
    color: #ffffff;
}
.bs-details-caption A {
    font-family: Tahoma, Verdana, Arial;
    color: #ffffff;
}
.bs-details-caption A:hover {
    font-family: Tahoma, Verdana, Arial;
    color: #ffffff;
    text-decoration: none;
}
.bs-details-caption .bs-rubric-title {
    color: #F6AA77;
    font-size: 14px;
}
.bs-details-caption .bs-title {
    color: #ffffff;
    font-size: 16px;
}
.bs-details-caption .bs-price {
    color: #ffffff;
    font-size: 20px;
}
.bs-advinfo {
    padding: 2px 10px 0 10px;
    margin-bottom: 10px;
}
.bs-detail-field {
    width: 45%;
    float: left;
    padding: 6px 10px 6px 10px;
}
.bs-detail-textfield {
    padding: 6px 10px 6px 10px;
    clear: both;
}
.bs-detail-field .bs-detail-field-title {
    font-weight: bold;
}
.bs-detail-textfield .bs-detail-field-title {
    font-weight: bold;
}
.bs-details-footer {
    font-family: Tahoma, Verdana, Arial;
    background-color: #3f708e;
    padding: 10px;
    color: #ffffff;
}
.bs-details-footer DIV {
    font-family: Tahoma, Verdana, Arial;
    color: #ffffff;
}
.bs-close_button {
    background: #3f708e;
    padding: 4px;
}
.bs-close_button INPUT {
    height:30px;
    font-weight:bold;
}

/** Location suggest */
.suggest_not_found {
    background: url("http://img.rugion.ru/_img/design/default/themes/frameworks/jquery/location_suggest/suggest_not_found.gif") no-repeat scroll right center white;
}
