
.modalboxContent {
	display:none;
}
.modalgallery {
	display:block;
}
div#modalBoxFaderLayer,
div#modalBoxAjaxLoader,
div#modalBox,
div#modalBox div#modalBoxBody,
div#modalBox div#modalBoxBody div.modalBoxBodyContent,
div#modalBox div#modalBoxBody div.modalboxStyleContainerContent,
div#modalBox div#modalBoxBody div#modalBoxCloseButton,
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox,
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox span,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topRight,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomRight,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_left,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_right,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top div.modalboxStyleContainer_surface_body,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom div.modalboxStyleContainer_surface_body {/* default reset */
	margin:0;
	padding:0;
}
div#modalBox.modalboxIsDraggable div#modalBoxBody div.modalboxStyleContainer_surface_top,
div#modalBox.modalboxIsDraggable div#modalBoxBody div.modalboxStyleContainer_surface_bottom {
	cursor:move;
}
div#modalBoxFaderLayer {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
}
div#modalBoxAjaxLoader {
	background:transparent url(../images/ajax-loader.gif) 50% 40% no-repeat;
	padding:120px 100px 80px 100px;
	text-align:center;
	overflow:hidden;
}
div#modalBox {
	display:none;
	position:fixed;
	z-index:10000;
	text-align:left;
	background-color:transparent;
}
div#modalBox {
	width:600px; /* default wide */
}
div#modalBox.small {
	width:400px;
}
div#modalBox.medium {
	width:500px;
}
div#modalBox.large {
	width:700px;
}
div#modalBox.auto {/* for image content only */
	width:auto;
}
div#modalBox div#modalBoxBody {
	position:relative;
}


div#modalBox.disablingClickToClose div#modalBoxBody div#modalBoxCloseButton {
	display:none;
}


div#modalBox.modalBoxSingleImage {
	width:auto;
	max-width:80%;
}
div#modalBox.modalBoxSingleImage div#modalBoxBody div.modalboxStyleContainerContent a.modalBoxImageLink {
	display:block;
}
div#modalBox.modalBoxSingleImage div#modalBoxBody div.modalboxStyleContainerContent img.modalBoxImagePreload {
	visibility:hidden;
}
div#modalBox.modalBoxSingleImage div#modalBoxBody div.modalboxStyleContainerContent img.modalBoxImagePreload,
div#modalBox.modalBoxSingleImage div#modalBoxBody div.modalboxStyleContainerContent img.modalBoxImageLoadingSuccessful {
	max-width:100%;
}
div#modalBox.modalBoxSingleImage div#modalBoxBody div.modalboxStyleContainerContent img.modalBoxImageNoLink {
	cursor:pointer;
}


/* clearfix */
.modalboxStyleContainerContent:after,
.modalBoxBodyContent:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}
* html .modalboxStyleContainerContent,
* html .modalBoxBodyContent {/*IE6*/
	zoom:1;
	display:block;
}
*+html .modalboxStyleContainerContent,
*+html .modalBoxBodyContent {/*IE7*/
	zoom:1;
	display:block;
}

@media print {
	div#modalboxPreCacheContainer {
		display:none;
	}
}
/* skin precious-white - BEGIN */


/* modalBoxBodyContent */
div#modalBox div#modalBoxBody div.modalBoxBodyContent {
	background-color:white;
	padding:15px;
}
div#modalBox.modalBoxBodyContentImageContainer div#modalBoxBody div.modalBoxBodyContent {
	padding:0;
}
div#modalBox.emphasis div#modalBoxBody div.modalBoxBodyContent {
	border:1px dotted red;
}


/* modalBoxCloseButton */
div#modalBox div#modalBoxBody div#modalBoxCloseButton {
	position:absolute;
	top:11px;
	right:12px;
}
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox,
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox span {
	text-decoration:none;
	color:#f4f4f4;
	cursor:pointer;
}
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../images/skins/precious_white/closebutton_13x13.png) center center no-repeat;
}
div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox span {
	display:none;
}


div#modalBox div#modalBoxBody {
	padding:36px 0;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainerContent {
	padding:0;
}

/* set image sprite */
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top div.modalboxStyleContainer_surface_body,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom div.modalboxStyleContainer_surface_body,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topRight,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomRight {
	background-color:transparent;
	background-image:url(../images/skins/precious_white/bg_shadows_sprite.png);
}
/* modalboxStyleContainer_corner */
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topRight,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomLeft,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomRight {
	background-repeat:no-repeat;
	position:absolute;
	width:36px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topLeft{
	background-position:0 -72px;
	left:0;
	top:0;
	height:36px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_topRight{
	background-position:-36px -72px;
	right:0;
	top:0;
	height:36px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomLeft{
	background-position:0 -108px;
	left:0;
	bottom:0;
	height:36px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_corner_bottomRight{
	background-position:-36px -108px;
	right:0;
	bottom:0;
	height:36px;
}
/* modalboxStyleContainer_surface */
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom {
	position:absolute;
	width:100%;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top div.modalboxStyleContainer_surface_body,
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom div.modalboxStyleContainer_surface_body {
	background-color:transparent;
	background-repeat:repeat-x;
	margin:0 36px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top {
	left:0;
	top:0;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_top div.modalboxStyleContainer_surface_body {
	height:36px;
	background-position:0 0;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom {
	left:0;
	bottom:0;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_bottom div.modalboxStyleContainer_surface_body {
	height:36px;
	background-position:0 -36px;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_left {
	background:transparent url(../images/skins/precious_white/bg_shadows_left.png) left top repeat-y;
}
div#modalBox div#modalBoxBody div.modalboxStyleContainer_surface_right {
	background:transparent url(../images/skins/precious_white/bg_shadows_right.png) right top repeat-y;
	padding:0 36px;
}
/* skin precious-white - END */
/* line 83, ../scss/style.scss */
html, body {
  width: 100%;
  color: #363a3f;
  font: 12px/16px Arial, Tahoma, Verdana;
  cursor: default;
  background: #ffffff;
  line-height: normal;
  min-width: 1000px; }

/* line 95, ../scss/style.scss */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font: 12px/16px Tahoma, Arial, Verdana;
  margin: 0;
  line-height: normal;
  padding: 0;
  border: 0; }

/* line 105, ../scss/style.scss */
.left_menu_link_level_3:hover, .left_menu_link_level_3_active {
  font-weight: bold;
  color: #0d87ba; }

/* line 112, ../scss/style.scss */
.form p, .form label {
  color: #363a3f !important;
  font-size: 14px !important;
  line-height: 22px !important; }

/* line 120, ../scss/style.scss */
.form input[type='text'], .form select {
  border: 1px solid #929292;
  border-radius: 6px;
  font-size: 18px;
  padding: 6px; }

/* line 130, ../scss/style.scss */
.form input[type='submit'], .form input[type='button'] {
  border-radius: 6px;
  font-size: 18px;
  padding: 6px;
  cursor: pointer; }

/* line 139, ../scss/style.scss */
* {
  margin: 0;
  padding: 0; }

/* line 143, ../scss/style.scss */
html {
  height: 100%; }

/* line 148, ../scss/style.scss */
body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
  background: url(../images/body_bg.jpg) repeat top left; }

/* line 273, ../scss/style.scss */
a {
  cursor: pointer;
  color: #0087cd;
  font: 12px/16px Arial, Tahoma, Verdana;
  text-decoration: underline; }
  /* line 278, ../scss/style.scss */
  a img {
    border: 0; }
  /* line 281, ../scss/style.scss */
  a:hover {
    text-decoration: none; }

/* line 285, ../scss/style.scss */
p {
  padding: 0;
  margin: 0; }

/* line 289, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 293, ../scss/style.scss */
td {
  vertical-align: top; }

/* line 296, ../scss/style.scss */
.clear {
  clear: both;
  line-height: 0;
  height: 0;
  width: 0;
  font-size: 0; }

/* line 304, ../scss/style.scss */
a.sort {
  color: #000;
  text-decoration: none; }
  /* line 307, ../scss/style.scss */
  a.sort.asc, a.sort.desc {
    color: #0087cd; }
    /* line 309, ../scss/style.scss */
    a.sort.asc:before, a.sort.desc:before {
      width: 9px;
      height: 7px;
      display: inline-block;
      margin: 0 2px 0 0; }
  /* line 317, ../scss/style.scss */
  a.sort.asc:before {
    content: ' ';
    background-image: url("../images/sprite.png");
    background-position: -1429px -404px; }
  /* line 324, ../scss/style.scss */
  a.sort.desc:before {
    content: ' ';
    background-image: url("../images/sprite.png");
    background-position: -1438px -404px; }

/* line 332, ../scss/style.scss */
.hand {
  cursor: pointer; }

/* line 335, ../scss/style.scss */
.display_none {
  display: none; }

/* line 338, ../scss/style.scss */
.display_block {
  display: block; }

/* line 341, ../scss/style.scss */
.table-width {
  width: 100%; }

/* line 344, ../scss/style.scss */
.table-width-872px {
  width: 872px; }

/* line 347, ../scss/style.scss */
.table-width-820 {
  width: 820px; }

/* line 350, ../scss/style.scss */
.table-width-460 {
  width: 460px; }

/* line 353, ../scss/style.scss */
.table-width-722 {
  width: 722px; }

/* line 356, ../scss/style.scss */
.table-width-520 {
  width: 520px; }

/* line 359, ../scss/style.scss */
.table-width-90 {
  width: 90%; }

/* line 362, ../scss/style.scss */
.align-left {
  text-align: left; }

/* line 365, ../scss/style.scss */
.align-center {
  text-align: center; }

/* line 368, ../scss/style.scss */
.karkas_top {
  position: relative;
  width: 100%;
  _margin: 0 0 -15px 0; }

/* line 374, ../scss/style.scss */
.karkas_top_on {
  width: 100%;
  padding: 0 0 20px 0; }

/* line 379, ../scss/style.scss */
.karkas_inside {
  height: 54px; }

/* line 382, ../scss/style.scss */
.top_bg {
  width: 100%;
  background: url(../images/top_bg.jpg) repeat-x top left; }

/* line 386, ../scss/style.scss */
#pusher {
  clear: left;
  float: left;
  height: 0; }

/* line 391, ../scss/style.scss */
.karkas_bottom {
  background: url(../images/footer_bg.jpg) repeat-x top left;
  height: 54px;
  bottom: 0;
  width: 100%; }

/* line 398, ../scss/style.scss */
.page {
  width: 1000px;
  margin: 0 auto; }

/* line 402, ../scss/style.scss */
.top_box {
  height: 48px; }

/* line 405, ../scss/style.scss */
.top_lang {
  width: 168px;
  height: 18px;
  background: none; }

/* line 410, ../scss/style.scss */
.select_title {
  text-transform: uppercase;
  color: #bbc0c3;
  font-size: 14px;
  float: left;
  margin: 17px 0 5px 25px;
  display: inline; }

/* line 418, ../scss/style.scss */
.select_title_big_foto {
  text-transform: uppercase;
  color: #bbc0c3;
  font-size: 14px;
  float: left;
  margin: 17px 0 5px 65px;
  display: inline; }

/* line 426, ../scss/style.scss */
.select_lang {
  width: 163px;
  height: 30px;
  float: left;
  margin: 10px 0 0 5px;
  display: inline;
  line-height: 30px; }

/* line 434, ../scss/style.scss */
.flag_icon {
  float: left;
  margin: 2px 5px 0 0;
  vertical-align: middle; }

/* line 439, ../scss/style.scss */
.lang_name {
  line-height: 16px; }

/* line 442, ../scss/style.scss */
.form_search {
  float: left;
  display: inline;
  width: 296px;
  height: 30px;
  margin: 9px 0 0 20px; }

/* line 449, ../scss/style.scss */
.form_search_box {
  background: url(../images/search_bg.png) no-repeat top left;
  width: 296px;
  height: 30px; }

/* line 454, ../scss/style.scss */
.form_search_input_text {
  background: none;
  color: #ced1d3;
  padding: 0 0 0 10px;
  width: 255px;
  border: 0;
  outline: none;
  height: 30px;
  float: left;
  line-height: 30px; }

/* line 465, ../scss/style.scss */
.form_search_input_submit {
  width: 17px;
  height: 17px;
  float: right;
  display: inline;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: -1429px -385px; }

/* line 475, ../scss/style.scss */
.login_button {
  margin: 10px 0 0 18px;
  display: inline;
  float: left;
  background-image: url("../images/sprite.png");
  background-position: -1115px -548px;
  width: 234px;
  height: 38px; }

/* line 484, ../scss/style.scss */
.registration_button {
  margin: 8px 0 0 15px;
  display: inline;
  float: left;
  background-image: url("../images/sprite.png");
  background-position: -1261px -481px;
  width: 175px;
  height: 38px; }

/* line 493, ../scss/style.scss */
.header {
  height: 102px; }

/* line 496, ../scss/style.scss */
.logo {
  margin: 13px 0 0 13px;
  background-image: url("../images/sprite.png");
  background-position: -928px -589px;
  width: 296px;
  height: 75px;
  display: inline;
  float: left; }

/* line 505, ../scss/style.scss */
.header_phone {
  color: #2c2e32;
  font-size: 31px;
  line-height: 36px;
  margin: 40px 0 0 90px;
  float: left;
  display: inline; }

/* line 513, ../scss/style.scss */
.header_phone_title {
  font-size: 12px; }

/* line 516, ../scss/style.scss */
.header_phone_prefix {
  color: #2c2e32;
  font-size: 21px; }

/* line 520, ../scss/style.scss */
.header_vertical_line {
  height: 30px;
  width: 1px;
  float: left;
  display: inline;
  background: #ffffff;
  margin: 45px 35px 0; }

/* line 528, ../scss/style.scss */
.header_email {
  font-size: 13px;
  color: #2c2e32;
  font-weight: bold;
  margin: 55px 0 0 0;
  float: left;
  display: inline; }

/* line 536, ../scss/style.scss */
.header_email_adress {
  font-size: 13px;
  color: #0077a9;
  font-weight: bold;
  padding-left: 3px; }

/* line 542, ../scss/style.scss */
.menu {
  background: url(../images/menu_bg_left.png) left top no-repeat; }
  /* line 545, ../scss/style.scss */
  .menu div.menu-first-layer {
    background: url(../images/menu_bg_right.png) right top no-repeat; }
  /* line 548, ../scss/style.scss */
  .menu div.menu-two-layer {
    height: 60px;
    margin: 0 28px 0 58px;
    background: url(../images/menu_bg.png) left top repeat; }
  /* line 554, ../scss/style.scss */
  .menu .menu_link {
    display: inline;
    float: left;
    height: 32px;
    background: url(../images/menu_bg_split.png) left top no-repeat;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 0 0;
    text-align: center;
    color: #1b1d20;
    font-family: Arial;
    width: 100%; }
    /* line 567, ../scss/style.scss */
    .menu .menu_link:hover {
      background: url(../images/menu_bg_split.png) left -59px no-repeat;
      color: #0d87ba; }
  /* line 572, ../scss/style.scss */
  .menu .active {
    background: url(../images/menu_bg_split.png) left -59px no-repeat;
    color: #0d87ba; }
  /* line 576, ../scss/style.scss */
  .menu .menu_link_without_split {
    background: none !important; }

/* line 580, ../scss/style.scss */
.left_column {
  width: 230px;
  float: left;
  display: inline;
  padding: 10px 0 0; }

/* line 586, ../scss/style.scss */
.level_2 {
  display: none; }

/* line 589, ../scss/style.scss */
.level_2_none {
  display: none; }

/* line 592, ../scss/style.scss */
.level_2_block {
  display: block; }

/* line 595, ../scss/style.scss */
.level_3_none {
  display: none; }

/* line 598, ../scss/style.scss */
.level_3_block {
  display: block; }

/* line 601, ../scss/style.scss */
.left_menu_link {
  color: #363a3f;
  text-decoration: none;
  padding: 8px 0 0 38px;
  margin: 0;
  display: block;
  width: 185px;
  height: 30px;
  background-image: url("../images/sprite.png");
  background-position: -476px -433px;
  background-repeat: no-repeat; }
  /* line 612, ../scss/style.scss */
  .left_menu_link:hover {
    font-weight: bold; }

/* line 616, ../scss/style.scss */
.left_menu_link_active {
  font-weight: bold;
  color: #0d87ba;
  text-decoration: none;
  padding: 8px 0 0 38px;
  margin: 0;
  display: block;
  width: 185px;
  height: 30px;
  background-image: url("../images/sprite.png");
  background-position: -476px -473px;
  background-repeat: no-repeat; }

/* line 629, ../scss/style.scss */
.left_menu_link_level_2 {
  text-decoration: none;
  color: #363a3f;
  padding: 4px 0 0 43px;
  display: block;
  width: 180px;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-position: -476px -587px;
  background-repeat: no-repeat; }
  /* line 639, ../scss/style.scss */
  .left_menu_link_level_2:hover {
    font-weight: bold; }

/* line 643, ../scss/style.scss */
.left_menu_link_level_2_active {
  font-weight: bold;
  color: #0d87ba;
  text-decoration: none;
  padding: 4px 0 0 43px;
  display: block;
  width: 180px;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-position: -1226px -637px;
  background-repeat: no-repeat; }

/* line 655, ../scss/style.scss */
.left_menu_link_level_3 {
  text-decoration: none;
  padding: 4px 0 0 58px;
  display: block;
  width: 165px;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-position: -476px -613px;
  background-repeat: no-repeat; }

/* line 672, ../scss/style.scss */
.left_menu_link_foot {
  width: 223px;
  height: 10px;
  margin: -2px 0 0;
  background-image: url("../images/sprite.png");
  background-position: -476px -694px;
  background-repeat: no-repeat; }

/* line 680, ../scss/style.scss */
.left_select_box {
  width: 218px;
  margin: 15px 0 0;
  position: relative;
  background-image: url("../images/sprite.png");
  background-position: -708px -385px;
  background-repeat: no-repeat; }

/* line 689, ../scss/style.scss */
.left_select_box_bootom {
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 12px;
  width: 218px;
  background-image: url("../images/sprite.png");
  background-position: -1153px -666px;
  background-repeat: no-repeat; }

/* line 700, ../scss/style.scss */
.select_man {
  width: 145px;
  height: 20px;
  margin: 15px 0 0 35px; }

/* line 705, ../scss/style.scss */
.select_man_table {
  margin: 10px 0 0 15px; }

/* line 708, ../scss/style.scss */
.select_man_td {
  width: 40px;
  height: 25px; }

/* line 712, ../scss/style.scss */
.select_man_link {
  display: block;
  width: 32px;
  height: 16px;
  color: #363a3f;
  text-decoration: none; }
  /* line 718, ../scss/style.scss */
  .select_man_link:hover, .select_man_link.active {
    background-image: url("../images/sprite.png");
    background-position: -1394px -521px;
    background-repeat: no-repeat;
    color: #ffffff; }

/* line 725, ../scss/style.scss */
.sale_monets {
  margin: 25px 0; }

/* line 728, ../scss/style.scss */
.sale_monets_head {
  text-transform: uppercase;
  color: #0d87ba;
  font-size: 17px;
  padding: 15px 0 0 18px;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: -476px -392px;
  width: 205px;
  height: 25px; }

/* line 738, ../scss/style.scss */
.sale_monets_box_link {
  display: block;
  width: 223px;
  background: url(../images/sale_monets_bg2.png) repeat-y top left; }

/* line 743, ../scss/style.scss */
.sale_monets_box {
  background: url(../images/sale_monets_bg.png) no-repeat top left;
  width: 223px;
  display: block; }

/* line 748, ../scss/style.scss */
.sale_monets_padding {
  padding: 25px 0;
  display: block; }

/* line 752, ../scss/style.scss */
.sale_monets_image {
  float: left;
  display: inline;
  margin: 0 0 0 10px; }

/* line 757, ../scss/style.scss */
.sale_monets_image2 {
  float: left;
  display: inline;
  margin: 0 0 0 5px; }

/* line 762, ../scss/style.scss */
.sale_monets_title {
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 0 0 5px;
  float: left;
  display: inline; }

/* line 771, ../scss/style.scss */
.sale_monets_name {
  line-height: 18px;
  color: #000;
  margin: 0 0 0 5px;
  float: left;
  display: inline; }

/* line 778, ../scss/style.scss */
.sale_monets_cost {
  float: left;
  width: 101px;
  height: 20px;
  text-align: center;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -980px -712px;
  font-size: 12px;
  padding: 1px 0 0;
  color: #ffffff;
  font-weight: bold;
  margin: 10px 0 0 5px; }

/* line 791, ../scss/style.scss */
.sale_monets_foot_bottom {
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -928px -666px;
  height: 9px; }

/* line 796, ../scss/style.scss */
.sale_monets_foot_text {
  color: #6e7277;
  line-height: 18px;
  padding: 0 35px 0 0; }

/* line 801, ../scss/style.scss */
.sale_monets_foot_phone {
  color: #000;
  font-size: 18px;
  margin: 10px 0 0; }

/* line 806, ../scss/style.scss */
.sale_monets_foot_phone_prefix {
  font-size: 17px; }

/* line 809, ../scss/style.scss */
.recommend_head {
  text-transform: uppercase;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: -476px -349px;
  width: 205px;
  height: 26px;
  color: #0d87ba;
  font-size: 17px;
  padding: 15px 0 0 18px; }

/* line 819, ../scss/style.scss */
.recommend_box_link {
  display: block;
  width: 223px;
  text-decoration: none; }

/* line 824, ../scss/style.scss */
.recommend_box {
  display: block;
  border-top: 1px solid #d5d7da;
  background: url(../images/recommend_bg.png) repeat-y top left;
  padding: 16px 0 15px 13px; }

/* line 832, ../scss/style.scss */
.recommend_text {
  margin: 10px 0 0;
  color: #6e7277;
  width: 202px;
  text-align: justify; }

/* line 838, ../scss/style.scss */
.recommend_cost {
  float: right;
  display: inline;
  text-align: center;
  background: url("../images/sprite.png") no-repeat top left #d5d7da;
  background-position: -1261px -521px;
  height: 20px;
  padding: 4px 4px 0 4px;
  margin: 15px 15px 0 0;
  border-radius: 5px;
  color: #6e7277; }

/* line 851, ../scss/style.scss */
.recommend_foot {
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -476px -681px;
  width: 223px;
  height: 11px; }

/* line 857, ../scss/style.scss */
.right_column {
  padding: 7px 0 20px;
  width: 769px;
  float: right;
  display: inline;
  position: relative; }

/* line 864, ../scss/style.scss */
#featured {
  width: 454px;
  padding: 14px 295px 0 14px;
  position: relative;
  height: 347px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: 0px -349px;
  margin: 0 0 0 5px; }
  /* line 872, ../scss/style.scss */
  #featured ul {
    position: absolute;
    top: 0;
    right: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 289px; }
    /* line 881, ../scss/style.scss */
    #featured ul li a {
      display: inline-block;
      font-weight: bold;
      color: #363a3f;
      width: 190px;
      height: 63px;
      padding: 26px 0 0 98px;
      font-size: 13px;
      line-height: 20px;
      text-decoration: none;
      cursor: pointer; }
      /* line 894, ../scss/style.scss */
      #featured ul li a.slider_link:hover {
        color: #0d87ba;
        background: url(../images/slider_link.png) no-repeat bottom right; }
      /* line 898, ../scss/style.scss */
      #featured ul li a.slider_link_bottom:hover {
        color: #0d87ba;
        background: url(../images/slider_link_bottom.png) no-repeat bottom right; }
    /* line 904, ../scss/style.scss */
    #featured ul li.ui-state-active.slider_link_top {
      color: #0d87ba;
      background: url(../images/slider_link_top.png) no-repeat bottom right; }
    /* line 908, ../scss/style.scss */
    #featured ul li.ui-state-active.slider_link {
      color: #0d87ba;
      background: url(../images/slider_link.png) no-repeat bottom right; }
    /* line 912, ../scss/style.scss */
    #featured ul li.ui-state-active.slider_link_bottom {
      color: #0d87ba;
      background: url(../images/slider_link_bottom.png) no-repeat bottom right; }
    /* line 917, ../scss/style.scss */
    #featured ul li.slider_link_top:hover {
      color: #0d87ba;
      background: url(../images/slider_link_top.png) no-repeat bottom right; }
  /* line 923, ../scss/style.scss */
  #featured a div {
    z-index: 10;
    height: 334px; }

/* line 928, ../scss/style.scss */
.ui-tabs-hide {
  display: none; }

/* line 931, ../scss/style.scss */
.slider_link_top {
  background: url(../images/slider_link_top.png) no-repeat top right; }

/* line 934, ../scss/style.scss */
.slider_link {
  background: url(../images/slider_link.png) no-repeat top right; }

/* line 937, ../scss/style.scss */
.slider_link_bottom {
  background: url(../images/slider_link_bottom.png) no-repeat top right;
  padding: 1px 0 0; }

/* line 941, ../scss/style.scss */
.calendar_auction_box_head {
  margin: 15px 0 0;
  height: 12px;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: -564px -894px;
  width: 762px; }

/* line 948, ../scss/style.scss */
.calendar_auction_box {
  background: url(../images/calendar_auction_box_bg.png) repeat-y top left;
  width: 742px;
  padding: 15px 10px 0; }

/* line 954, ../scss/style.scss */
.calendar_auction_box_foot {
  height: 12px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -564px -908px;
  width: 762px; }

/* line 960, ../scss/style.scss */
.calendar_auction_title {
  text-transform: uppercase;
  margin: -10px 0 0 10px;
  line-height: 43px;
  font-size: 21px;
  float: left;
  display: inline; }

/* line 968, ../scss/style.scss */
.calendar_auction_notified {
  background: url("../images/sprite.png") no-repeat top left;
  background-position: 0px -894px;
  width: 280px;
  height: 46px;
  float: right;
  display: inline; }
  /* line 976, ../scss/style.scss */
  .calendar_auction_notified.en {
    background-position: -282px -894px; }

/* line 980, ../scss/style.scss */
.active_auction_head {
  color: #0d87ba;
  font-size: 17px;
  padding: 19px 0 0 17px;
  text-transform: uppercase;
  width: 725px;
  height: 25px;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: 0px -712px;
  margin: 10px 0 0; }

/* line 993, ../scss/style.scss */
.active_auction_box {
  padding: 10px 0 0 20px;
  width: 722px;
  height: 183px;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: -708px 0px; }

/* line 1000, ../scss/style.scss */
.active_auction_foot {
  width: 742px;
  height: 12px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -708px -687px; }

/* line 1006, ../scss/style.scss */
.active_auction_image {
  float: left;
  margin: 19px 15px 0;
  border-radius: 4px; }

/* line 1012, ../scss/style.scss */
.active_auction_box_text {
  position: relative;
  width: 370px;
  height: 175px;
  float: left;
  display: inline; }

/* line 1019, ../scss/style.scss */
.active_auction_title {
  margin: 17px 0 0; }
  /* line 1021, ../scss/style.scss */
  .active_auction_title a {
    font-size: 16px;
    line-height: 24px;
    color: #363a3f;
    font-weight: bold;
    text-decoration: none !important; }
    /* line 1027, ../scss/style.scss */
    .active_auction_title a:hover {
      text-decoration: underline !important; }

/* line 1032, ../scss/style.scss */
.active_auction_number {
  font-size: 14px;
  line-height: 22px;
  color: #363a3f; }

/* line 1037, ../scss/style.scss */
.active_auction_in_auction {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -1226px -589px;
  width: 202px;
  height: 46px; }
  /* line 1045, ../scss/style.scss */
  .active_auction_in_auction.en {
    background-position: -1261px -433px; }

/* line 1049, ../scss/style.scss */
.active_auction_catalog_lots {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -1261px -385px;
  width: 166px;
  height: 46px; }

/* line 1058, ../scss/style.scss */
.active_auction_date_box {
  text-align: center;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -1115px -385px;
  width: 144px;
  height: 142px;
  margin: 14px 15px 0 0;
  padding: 16px 0 0;
  float: right;
  display: inline; }

/* line 1069, ../scss/style.scss */
.active_auction_date_title {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 35px; }

/* line 1074, ../scss/style.scss */
.active_auction_date_text {
  font-size: 13px;
  color: #0d87ba;
  line-height: 20px;
  width: 100px;
  margin: 0 auto; }

/* line 1081, ../scss/style.scss */
.active_auction_date_text_new {
  font-size: 13px;
  color: #78b31d;
  line-height: 20px;
  width: 100px;
  margin: 0 auto; }

/* line 1088, ../scss/style.scss */
.format-filter-select {
  padding: 19px 0 15px 11px; }
  /* line 1090, ../scss/style.scss */
  .format-filter-select label {
    font-size: 14px; }
  /* line 1093, ../scss/style.scss */
  .format-filter-select select {
    width: 130px;
    padding: 2px;
    border: 1px solid #dadada; }

/* line 1099, ../scss/style.scss */
.not_active_auction_date_text_new {
  font-size: 13px;
  color: #888888;
  line-height: 20px;
  width: 100px;
  margin: 0 auto; }

/* line 1106, ../scss/style.scss */
.active_auction_date_number {
  font-size: 33px;
  line-height: 36px;
  font-weight: bold;
  color: #0d87ba; }

/* line 1112, ../scss/style.scss */
.not_active_auction_catalog_lots {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  left: 0;
  height: 25px; }

/* line 1119, ../scss/style.scss */
.not_active_auction_catalog_lots2 {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  left: 0;
  height: 25px; }

/* line 1126, ../scss/style.scss */
.not_active_auction_catalog_lots_link {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 26px; }

/* line 1132, ../scss/style.scss */
.not_active_auction_catalog_lots_link2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 46px; }

/* line 1138, ../scss/style.scss */
.calendar-description {
  font-weight: 100 !important;
  font-size: 12px !important; }

/* line 1142, ../scss/style.scss */
.calendar-title {
  font-size: 13px !important; }
  /* line 1144, ../scss/style.scss */
  .calendar-title a {
    text-decoration: none;
    font-size: 16px; }
  /* line 1148, ../scss/style.scss */
  .calendar-title span {
    color: #888888 !important;
    text-decoration: none;
    font-size: 16px; }

/* line 1154, ../scss/style.scss */
.calendar-date {
  font-size: 13px !important; }

/* line 1157, ../scss/style.scss */
.calendar-status {
  font-size: 13px !important; }
  /* line 1159, ../scss/style.scss */
  .calendar-status a {
    font-size: 13px !important; }
  /* line 1162, ../scss/style.scss */
  .calendar-status b {
    font-size: 17px !important; }

/* line 1166, ../scss/style.scss */
.calendar-place {
  font-size: 13px !important; }

/* line 1169, ../scss/style.scss */
.home-links {
  padding: 20px 0 20px 15px; }
  /* line 1171, ../scss/style.scss */
  .home-links > a {
    font-size: 16px;
    line-height: 26px; }

/* line 1176, ../scss/style.scss */
.cell_species {
  color: #000;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dce1e3;
  border-bottom: none;
  padding: 5px; }
  /* line 1183, ../scss/style.scss */
  .cell_species.cell_species_2 {
    height: 100px; }

/* line 1187, ../scss/style.scss */
.footer {
  width: 1000px;
  margin: 0 auto; }

/* line 1191, ../scss/style.scss */
.copyright_box {
  width: 300px;
  float: left;
  display: inline;
  padding: 16px 0 0 10px; }

/* line 1197, ../scss/style.scss */
.copyright_text {
  color: #b9babd;
  line-height: 15px; }
  /* line 1200, ../scss/style.scss */
  .copyright_text a {
    color: #c0c4c8; }

/* line 1204, ../scss/style.scss */
.it_kreativ_line {
  color: #b9babd; }

/* line 1207, ../scss/style.scss */
.it_kreativ_link {
  color: #b9babd;
  text-decoration: none; }
  /* line 1210, ../scss/style.scss */
  .it_kreativ_link:hover {
    text-decoration: underline; }

/* line 1214, ../scss/style.scss */
.footer_menu_box {
  width: 655px;
  float: left;
  display: inline;
  padding: 20px 0 0 30px; }

/* line 1220, ../scss/style.scss */
.footer_menu_link {
  text-transform: uppercase;
  float: left;
  display: inline;
  padding: 0 6px;
  border-right: 1px solid #c0c4c8;
  font-size: 11px;
  color: #c0c4c8; }
  /* line 1228, ../scss/style.scss */
  .footer_menu_link:hover {
    text-decoration: none; }
  /* line 1231, ../scss/style.scss */
  .footer_menu_link:last-child {
    border-right: none; }

/* line 1235, ../scss/style.scss */
.right_column_box {
  background: url(../images/calendar_auction_box_bg.png) repeat-y top left;
  width: 740px;
  position: relative;
  margin: 12px 0 34px 5px;
  padding: 15px 10px 5px; }

/* line 1242, ../scss/style.scss */
.right_column_box_top {
  position: absolute;
  height: 12px;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: -564px -894px;
  width: 762px;
  top: -12px;
  left: 0; }

/* line 1252, ../scss/style.scss */
.right_column_box_bottom {
  position: absolute;
  height: 12px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -564px -908px;
  width: 762px;
  bottom: -12px;
  left: 0; }

/* line 1261, ../scss/style.scss */
.right_column_head_title {
  font-size: 25px;
  color: #3a3e44;
  text-transform: uppercase;
  margin: 0 0 15px 10px; }

/* line 1267, ../scss/style.scss */
.box_text {
  padding: 0 10px 10px;
  color: #363a3f; }

/* line 1271, ../scss/style.scss */
.right_column_catalog_box_inner {
  width: 715px;
  position: relative;
  background: #e6eaee url(../images/right_column_box_inner_bg_line.png) repeat-y 475px 0;
  margin: 20px 0 20px 5px;
  padding: 10px; }

/* line 1278, ../scss/style.scss */
.right_column_auction_box_inner {
  width: 715px;
  position: relative;
  background: #e6eaee;
  margin: 20px 0 5px 5px;
  padding: 5px 10px; }

/* line 1285, ../scss/style.scss */
.right_column_box_inner_left_top {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/box_inner_deg.png) top left no-repeat;
  width: 4px;
  height: 4px; }

/* line 1293, ../scss/style.scss */
.right_column_box_inner_right_top {
  position: absolute;
  top: -0;
  right: 0;
  background: url(../images/box_inner_deg.png) top right no-repeat;
  width: 4px;
  height: 4px; }

/* line 1301, ../scss/style.scss */
.right_column_box_inner_left_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/box_inner_deg.png) bottom left no-repeat;
  width: 4px;
  height: 4px; }

/* line 1309, ../scss/style.scss */
.right_column_box_inner_right_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/box_inner_deg.png) right bottom no-repeat;
  width: 4px;
  height: 4px; }

/* line 1317, ../scss/style.scss */
.right_column_box_inner_left {
  float: left;
  display: inline; }

/* line 1321, ../scss/style.scss */
.right_column_box_inner_right {
  float: right;
  display: inline; }

/* line 1325, ../scss/style.scss */
.box_inner_text_bold {
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0; }

/* line 1330, ../scss/style.scss */
.box_inner_text {
  color: #000; }

/* line 1333, ../scss/style.scss */
.catalog_box_inner_select {
  width: 150px;
  color: #363a3f;
  float: left;
  line-height: 16px;
  height: 20px;
  display: inline;
  margin: 10px 0 0; }

/* line 1342, ../scss/style.scss */
.catalog_box_inner_input {
  margin: 5px 0 0;
  float: left;
  height: 29px;
  display: inline;
  line-height: 29px;
  width: 90px;
  padding: 0 0 0 5px;
  color: #363a3f;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -1351px -548px; }

/* line 1354, ../scss/style.scss */
.catalog_box_inner_form_black_text {
  float: left;
  color: #000;
  display: inline;
  line-height: 40px;
  padding: 0 10px 0 0; }

/* line 1361, ../scss/style.scss */
.catalog_box_inner_form_text {
  float: left;
  line-height: 40px;
  color: #363a3f;
  display: inline;
  padding: 0 5px 0 10px; }

/* line 1370, ../scss/style.scss */
.auction_box_inner_select {
  width: 130px;
  color: #363a3f;
  float: left;
  line-height: 20px;
  height: 20px;
  display: inline;
  margin: 10px 0 0 10px; }

/* line 1379, ../scss/style.scss */
.auction_box_inner_right_link {
  float: right;
  padding: 4px 0 0 40px;
  display: inline;
  display: block;
  width: 70px;
  height: 36px;
  background: url(../images/auction_box_inner_right_link.png) no-repeat 0 0;
  text-decoration: none;
  color: #6e7277; }
  /* line 1389, ../scss/style.scss */
  .auction_box_inner_right_link:hover {
    color: #36a2ca;
    background: url(../images/auction_box_inner_right_link.png) no-repeat 0 -40px; }

/* line 1394, ../scss/style.scss */
.catalog_box_inner_input_submit {
  cursor: pointer;
  float: left;
  display: inline;
  width: 86px;
  height: 40px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -742px -758px;
  margin: 0 0 0 5px; }
  /* line 1403, ../scss/style.scss */
  .catalog_box_inner_input_submit.en {
    background-position: -577px -639px; }

/* line 1407, ../scss/style.scss */
.catalog_box_inner_input_submit_reset {
  float: left;
  cursor: pointer;
  display: inline;
  width: 99px;
  height: 40px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -476px -639px;
  margin: 0; }
  /* line 1416, ../scss/style.scss */
  .catalog_box_inner_input_submit_reset.en {
    background-position: -830px -758px; }

/* line 1420, ../scss/style.scss */
.catalog_governor_box {
  width: 137px;
  height: 181px;
  background: url(../images/governer_box.png) no-repeat center;
  float: left;
  display: inline;
  padding: 5px; }

/* line 1429, ../scss/style.scss */
.catalog_governor_title {
  text-align: center;
  font-weight: bold;
  color: #000;
  margin: 15px 0 10px; }

/* line 1435, ../scss/style.scss */
.catalog_governor_image_box {
  text-align: center; }

/* line 1438, ../scss/style.scss */
.catalog_governor_image {
  margin: 0 auto;
  width: 72px;
  height: 100px; }

/* line 1443, ../scss/style.scss */
.catalog_governor_date {
  display: block;
  text-align: center;
  margin: 10px 0 0; }

/* line 1448, ../scss/style.scss */
.box_table {
  width: 100%; }

/* line 1451, ../scss/style.scss */
.box_table_line_second {
  background: #ffffff; }

/* line 1454, ../scss/style.scss */
.archive_line_first {
  background: #f3f6f8; }

/* line 1457, ../scss/style.scss */
.box_table_first_cell {
  color: #363a3f;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #dce1e3;
  padding: 20px 5px 20px 20px;
  width: 50%;
  vertical-align: middle; }

/* line 1466, ../scss/style.scss */
.box_table_second_cell {
  border: 1px solid #dce1e3;
  padding: 20px 5px 20px 20px;
  width: 50%;
  vertical-align: middle; }

/* line 1472, ../scss/style.scss */
.table_box {
  position: relative;
  width: 734px;
  margin: 25px 0 0 4px; }

/* line 1477, ../scss/style.scss */
.table_top_left_deg {
  position: absolute;
  background: url(../images/table_deg.png) no-repeat top left;
  width: 5px;
  height: 5px;
  top: 0;
  left: 0; }

/* line 1485, ../scss/style.scss */
.table_top_right_deg {
  position: absolute;
  background: url(../images/table_deg.png) no-repeat top right;
  width: 5px;
  height: 5px;
  top: 0;
  right: 0; }

/* line 1493, ../scss/style.scss */
.table_bottom_left_deg {
  position: absolute;
  background: url(../images/table_deg.png) no-repeat bottom left;
  width: 5px;
  height: 5px;
  bottom: 0;
  left: 0; }

/* line 1501, ../scss/style.scss */
.table_bottom_right_deg {
  position: absolute;
  background: url(../images/table_deg.png) no-repeat bottom right;
  width: 5px;
  height: 5px;
  bottom: 0;
  right: 0; }

/* line 1509, ../scss/style.scss */
.archive_table_link {
  display: block;
  line-height: 18px; }

/* line 1513, ../scss/style.scss */
.right_column_auction_box {
  width: 740px;
  height: 188px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -708px -195px;
  margin: 20px 0 0; }

/* line 1520, ../scss/style.scss */
.right_column_auction_box_left {
  float: left;
  display: inline;
  margin: 20px 0 0 20px; }

/* line 1525, ../scss/style.scss */
.right_column_auction_box_left_image {
  width: 106px;
  height: 150px; }

/* line 1529, ../scss/style.scss */
.right_column_auction_box_center {
  float: left;
  margin: 20px 0 0 20px;
  width: 425px;
  display: inline;
  height: 155px;
  position: relative; }

/* line 1537, ../scss/style.scss */
.right_col_action_box_title {
  font-size: 14px;
  font-weight: bold;
  color: #363a3f;
  line-height: 24px; }

/* line 1543, ../scss/style.scss */
.right_column_auction_box_right {
  text-align: center;
  float: right;
  width: 144px;
  height: 155px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -1115px -385px;
  margin: 15px 15px 0 0;
  padding: 6px 0 0;
  display: inline; }

/* line 1554, ../scss/style.scss */
.right_col_action_info_link {
  position: absolute;
  bottom: 0;
  left: 0; }

/* line 1559, ../scss/style.scss */
.right_col_action_result_text {
  display: inline;
  float: left;
  padding: 0 5px 0 0; }

/* line 1564, ../scss/style.scss */
.right_col_action_result_link_excel {
  margin: 0 5px 0 0;
  float: left;
  display: inline;
  width: 18px;
  height: 18px;
  background: url(../images/excel_icon.jpg) no-repeat center; }

/* line 1572, ../scss/style.scss */
.right_col_action_result_link_ie {
  margin: 0 5px 0 0;
  float: left;
  display: inline;
  width: 17px;
  height: 18px;
  background: url(../images/ie_icon.jpg) no-repeat center; }

/* line 1580, ../scss/style.scss */
.right_col_action_result {
  margin: 0 0 5px 0;
  height: 18px; }

/* line 1584, ../scss/style.scss */
.right_col_action_link {
  display: inline-block;
  background: url(../images/link_arrow.png) no-repeat center right;
  padding: 0 8px 0 0;
  margin: 0 25px 0 0;
  line-height: 20px; }

/* line 1591, ../scss/style.scss */
.governor_image {
  float: left;
  margin: 0 10px 5px;
  width: 189px;
  height: 248px;
  background: url(../images/governer_big_image.jpg) no-repeat center; }

/* line 1598, ../scss/style.scss */
.governor_image_box {
  width: 189px;
  height: 248px; }

/* line 1602, ../scss/style.scss */
.table_monets_image {
  width: 100px;
  height: 70px;
  float: left;
  display: inline; }

/* line 1608, ../scss/style.scss */
.table_monets_name {
  color: #363a3f;
  font-size: 12px;
  font-weight: bold;
  float: left;
  display: inline;
  padding: 20px 0 0 15px;
  width: 225px; }

/* line 1617, ../scss/style.scss */
.governor_table_link {
  margin: 0 3px 0 0; }

/* line 1620, ../scss/style.scss */
.inner_box {
  background: url(../images/inner_box_bg.png) repeat-y top left;
  width: 711px;
  position: relative;
  margin: 20px 0;
  padding: 10px 15px; }

/* line 1627, ../scss/style.scss */
.inner_box_top {
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: 0px -955px;
  width: 741px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0; }

/* line 1636, ../scss/style.scss */
.inner_box_bottom {
  background: url("../images/sprite.png") no-repeat top left;
  background-position: 0px -967px;
  width: 741px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0; }

/* line 1645, ../scss/style.scss */
.governor_inner_box_link {
  line-height: 20px; }

/* line 1648, ../scss/style.scss */
.right_column_auction_species_title {
  font-size: 14px;
  margin: 15px 0 15px 10px; }

/* line 1652, ../scss/style.scss */
.right_column_auction_species_box {
  float: left; }

/* line 1655, ../scss/style.scss */
.right_column_auction_species_box_in {
  background: url(../images/auction_species_image_bg.png) repeat-y top left;
  width: 550px;
  height: 377px;
  float: left;
  display: inline; }

/* line 1662, ../scss/style.scss */
.right_column_auction_species_inner_box {
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -928px -385px;
  width: 185px;
  height: 202px;
  float: right;
  margin: 0 0 3px 0;
  display: inline; }

/* line 1671, ../scss/style.scss */
.right_column_auction_species_image {
  margin: 79px 0 0 25px; }

/* line 1674, ../scss/style.scss */
.right_column_auction_species_inner_title {
  margin: 0 0 10px 0;
  color: #363a3f;
  font-weight: bold;
  line-height: 40px;
  padding: 0 0 0 10px; }

/* line 1681, ../scss/style.scss */
.right_column_auction_species_inner_text {
  padding: 0 0 0 10px;
  line-height: 20px; }

/* line 1685, ../scss/style.scss */
.species_inner_text_span {
  color: #6e7277;
  padding: 0 3px 0 0; }

/* line 1689, ../scss/style.scss */
.right_column_head_title_2 {
  color: #0d87ba;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 15px 10px; }

/* line 1695, ../scss/style.scss */
.right_column_type_title_2 {
  color: #0d87ba;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 15px 17px; }

/* line 1701, ../scss/style.scss */
.right_column_species_sort {
  display: inline;
  float: right;
  margin: 0 10px 0 0; }

/* line 1706, ../scss/style.scss */
.right_column_species_sort_not_active {
  display: inline;
  float: right;
  margin: 5px 70px 0 0; }

/* line 1711, ../scss/style.scss */
.species_sort_text_not_active {
  line-height: 40px;
  padding: 0 5px 0 0;
  color: #bbc0c3;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  display: inline; }

/* line 1720, ../scss/style.scss */
.species_sort_text {
  line-height: 40px;
  padding: 0 5px 0 0;
  font-weight: bold;
  color: #000;
  float: left;
  display: inline; }

/* line 1728, ../scss/style.scss */
.auction_species_sort_link {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  text-decoration: none;
  display: inline;
  width: 40px;
  padding: 12px 0 0;
  height: 28px;
  color: #5c636d;
  background: url(../images/link_money_icon.png) no-repeat 0 0; }
  /* line 1740, ../scss/style.scss */
  .auction_species_sort_link:hover {
    color: #ffffff;
    background: url(../images/link_money_icon.png) no-repeat 0 -40px; }
  /* line 1744, ../scss/style.scss */
  .auction_species_sort_link.active {
    color: #ffffff;
    background: url(../images/link_money_icon.png) no-repeat 0 -40px; }

/* line 1749, ../scss/style.scss */
.auction_species_sort_link_active {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  text-align: center;
  text-decoration: none;
  display: inline;
  width: 40px;
  padding: 12px 0 0;
  height: 28px;
  background: url(../images/link_money_icon.png) no-repeat 0 -40px; }

/* line 1762, ../scss/style.scss */
.auction_species_sort_link_orig {
  color: #5c636d;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  float: left;
  display: inline;
  width: 70px;
  padding: 12px 0 0;
  height: 28px;
  display: inline-block;
  background: url(../images/link_original_icon1.png) no-repeat 0 0; }
  /* line 1775, ../scss/style.scss */
  .auction_species_sort_link_orig:hover {
    color: #ffffff;
    background: url(../images/link_original_icon1.png) no-repeat 0 -40px; }

/* line 1780, ../scss/style.scss */
.table_species {
  position: relative;
  width: 732px;
  margin: 0 0 0 2px;
  background: url(../images/table_species_bg.png) repeat-y top left;
  padding: 4px; }

/* line 1787, ../scss/style.scss */
.table_species_headline {
  height: 40px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: 0px -804px;
  width: 740px;
  position: relative;
  top: -4px;
  left: -4px; }

/* line 1796, ../scss/style.scss */
.table_species_foot_box {
  height: 10px;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: 0px -979px;
  width: 740px;
  position: absolute;
  bottom: -1px;
  left: 0; }

/* line 1805, ../scss/style.scss */
.box_table_species {
  position: relative;
  width: 730px;
  margin: -39px 0 0 1px; }
  /* line 1809, ../scss/style.scss */
  .box_table_species .cell_species_1 {
    width: 132px;
    border-left: none; }
  /* line 1813, ../scss/style.scss */
  .box_table_species .cell_species_6 {
    width: 30px;
    border-right: none; }

/* line 1818, ../scss/style.scss */
.species_bottom_title {
  font-size: 16px;
  margin: 0 0 15px 0;
  font-weight: bold;
  padding: 0 0 0 10px; }

/* line 1824, ../scss/style.scss */
.species_bottom_link {
  line-height: 20px;
  margin: 0 0 0 20px;
  display: block;
  padding: 0 0 0 10px;
  background: url(../images/species_bottom_link_bg.png) no-repeat center left; }

/* line 1831, ../scss/style.scss */
.cell_species_headline {
  text-align: center;
  vertical-align: middle;
  font-weight: bold; }

/* line 1836, ../scss/style.scss */
.species_head_1 {
  width: 160px;
  height: 35px;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 1842, ../scss/style.scss */
.species_head_0 {
  height: 35px;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 1847, ../scss/style.scss */
.species_head_2 {
  width: 125px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 1854, ../scss/style.scss */
.species_head_3 {
  width: 165px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 1861, ../scss/style.scss */
.species_head_4 {
  width: 124px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 1868, ../scss/style.scss */
.species_head_5 {
  width: 64px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 1875, ../scss/style.scss */
.species_head_6 {
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3; }

/* line 1881, ../scss/style.scss */
.box_table_species_line_first .cell_species_2 {
  background: #f3f6f8; }
/* line 1884, ../scss/style.scss */
.box_table_species_line_first .cell_species_3 {
  background: #f3f6f8; }
/* line 1887, ../scss/style.scss */
.box_table_species_line_first .cell_species_4 {
  background: #f3f6f8; }
/* line 1890, ../scss/style.scss */
.box_table_species_line_first .cell_species_5 {
  background: #f3f6f8; }
/* line 1893, ../scss/style.scss */
.box_table_species_line_first .cell_species_6 {
  background: #f3f6f8; }

/* line 1897, ../scss/style.scss */
.image-border-1px {
  border: 1px solid #dce1e3 !important; }

/* line 1900, ../scss/style.scss */
.no-background {
  background: none !important; }

/* line 1903, ../scss/style.scss */
.no-border-right {
  border-right: none !important; }

/* line 1906, ../scss/style.scss */
.no-border-left {
  border-left: none !important; }

/* line 1909, ../scss/style.scss */
.as_link {
  color: #0087cd;
  font: 12px/16px Arial, Tahoma, Verdana;
  text-decoration: none; }

/* line 1914, ../scss/style.scss */
.cell_species_1_image {
  margin: 0 auto; }

/* line 1917, ../scss/style.scss */
.cell_species_2 {
  width: 99px;
  font-weight: bold; }

/* line 1921, ../scss/style.scss */
.cell_species_3 {
  width: 95px; }

/* line 1926, ../scss/style.scss */
.cell_species_5 {
  width: 134px; }

/* line 1929, ../scss/style.scss */
.cell_species_5_title {
  color: #0d87ba; }

/* line 1932, ../scss/style.scss */
.cell_species_5_text {
  color: #0d87ba;
  font-weight: bold; }

/* line 1936, ../scss/style.scss */
.cell_species_5_link {
  background: url("../images/sprite.png") no-repeat top left;
  background-position: -476px -545px;
  width: 153px;
  height: 40px;
  display: block;
  margin: 0 auto; }

/* line 1944, ../scss/style.scss */
.cell_species_5_cost {
  font-size: 12px;
  padding: 0 5px;
  font-weight: normal; }

/* line 1949, ../scss/style.scss */
.cell_species_5_cost_num {
  color: #0d87ba;
  font-size: 16px;
  font-weight: bold; }

/* line 1954, ../scss/style.scss */
.cell_species_6_link {
  background: url(../images/auction_box_inner_right_link.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto; }
  /* line 1960, ../scss/style.scss */
  .cell_species_6_link:hover {
    background: url(../images/auction_box_inner_right_link.png) no-repeat 0 -40px; }

/* line 1964, ../scss/style.scss */
.one_year_box {
  position: relative;
  width: 742px;
  margin: 0 0 10px 0;
  padding: 5px 0; }

/* line 1970, ../scss/style.scss */
.one_year_box_head {
  color: #0d87ba;
  font-size: 25px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  width: 725px;
  height: 27px; }

/* line 1978, ../scss/style.scss */
.one_year_box_foot {
  position: absolute;
  width: 742px;
  height: 11px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: 0px -942px;
  bottom: -11px;
  left: 0; }

/* line 1987, ../scss/style.scss */
.table_one_year {
  position: relative;
  width: 712px;
  margin: 10px 0 0 10px;
  background: url(../images/one_year_table_bg.png) repeat-y top left;
  padding: 4px; }

/* line 1994, ../scss/style.scss */
.table_one_type {
  position: relative;
  width: 732px;
  margin: 10px auto 0 auto;
  padding: 4px; }

/* line 2001, ../scss/style.scss */
.table_one_year_headline {
  height: 40px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: 0px -849px;
  width: 720px;
  position: relative;
  top: -4px;
  left: -4px; }

/* line 2010, ../scss/style.scss */
.table_one_year_foot_box {
  height: 10px;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: -722px -849px;
  width: 720px;
  position: absolute;
  bottom: -1px;
  left: 0; }

/* line 2019, ../scss/style.scss */
.table_one_type_headline {
  height: 40px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: 0px -758px;
  width: 740px;
  position: relative;
  top: -4px;
  left: -4px; }

/* line 2028, ../scss/style.scss */
.table_one_type_foot_box {
  height: 12px;
  background: url("../images/sprite.png") no-repeat bottom left;
  background-position: -564px -922px;
  width: 740px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2; }

/* line 2038, ../scss/style.scss */
.box_table_one_year {
  position: relative;
  width: 730px;
  margin: -40px 0 0 1px; }
  /* line 2042, ../scss/style.scss */
  .box_table_one_year .cell_one_year_1 {
    width: 135px;
    border-left: none; }
  /* line 2046, ../scss/style.scss */
  .box_table_one_year .cell_one_year_8 {
    width: 30px;
    border-right: none; }

/* line 2051, ../scss/style.scss */
.box_table_one_type {
  position: relative;
  width: 732px;
  margin: -40px 0 0; }

/* line 2056, ../scss/style.scss */
.cell_one_year_headline {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px; }

/* line 2062, ../scss/style.scss */
.one_year_head_1 {
  width: 145px;
  height: 35px;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2068, ../scss/style.scss */
.one_year_head_2 {
  width: 90px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2075, ../scss/style.scss */
.one_year_head_3 {
  width: 65px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2082, ../scss/style.scss */
.one_year_head_4 {
  width: 213px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2089, ../scss/style.scss */
.one_year_head_5 {
  width: 50px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2096, ../scss/style.scss */
.one_year_head_6 {
  width: 45px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3; }

/* line 2102, ../scss/style.scss */
.one_year_head_7 {
  width: 50px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3; }

/* line 2108, ../scss/style.scss */
.one_year_head_8 {
  width: 40px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3; }

/* line 2114, ../scss/style.scss */
.one_type_head_1 {
  width: 70px;
  height: 35px;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2120, ../scss/style.scss */
.one_type_head_2 {
  width: 86px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2127, ../scss/style.scss */
.one_type_head_3 {
  width: 265px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2134, ../scss/style.scss */
.one_type_head_4 {
  width: 50px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2141, ../scss/style.scss */
.one_type_head_5 {
  width: 56px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3;
  border-right: 1px solid #dce1e3; }

/* line 2148, ../scss/style.scss */
.one_type_head_6 {
  width: 53px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3; }

/* line 2154, ../scss/style.scss */
.one_type_head_7 {
  width: 50px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3; }

/* line 2160, ../scss/style.scss */
.one_type_head_8 {
  width: 50px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3; }

/* line 2166, ../scss/style.scss */
.one_type_head_9 {
  width: 50px;
  height: 35px;
  border-left: 1px solid #dce1e3;
  border-bottom: 1px solid #dce1e3; }

/* line 2172, ../scss/style.scss */
.cell_one_year {
  color: #000;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dce1e3;
  border-bottom: none;
  padding: 5px;
  background: #f3f6f8; }

/* line 2181, ../scss/style.scss */
.cell_one_type {
  color: #000;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dce1e3;
  border-bottom: none; }

/* line 2189, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_year {
  background: #f3f6f8; }
/* line 2192, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_1 {
  background: #ffffff; }
/* line 2195, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_2 {
  background: #ffffff; }
/* line 2198, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_3 {
  background: #ffffff; }
/* line 2201, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_4 {
  background: #ffffff; }
/* line 2204, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_5 {
  background: #ffffff; }
/* line 2207, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_6 {
  background: #ffffff; }
/* line 2210, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_7 {
  background: #ffffff; }
/* line 2213, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_8 {
  background: #ffffff; }
/* line 2216, ../scss/style.scss */
.box_table_one_year_line_first .cell_one_type_9 {
  background: #ffffff; }

/* line 2220, ../scss/style.scss */
.cell_one_year_1_image {
  width: 139px;
  height: 69px;
  margin: 0 auto; }

/* line 2225, ../scss/style.scss */
.cell_one_year_2 {
  width: 90px;
  font-weight: bold; }

/* line 2229, ../scss/style.scss */
.cell_one_year_3 {
  width: 55px; }

/* line 2232, ../scss/style.scss */
.cell_one_year_4 {
  width: 203px; }

/* line 2235, ../scss/style.scss */
.cell_one_year_5 {
  width: 40px; }

/* line 2238, ../scss/style.scss */
.cell_one_year_5_input {
  width: 27px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0 4px;
  background: url(../images/cell_one_year_5_input.png) 0 0 no-repeat;
  font-weight: bold; }

/* line 2247, ../scss/style.scss */
.cell_one_year_6 {
  width: 45px; }

/* line 2250, ../scss/style.scss */
.cell_one_year_7 {
  width: 40px; }

/* line 2253, ../scss/style.scss */
.one_year_bottom_line {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  background: url(../images/species_bottom_link_bg.png) no-repeat center left;
  line-height: 30px; }

/* line 2259, ../scss/style.scss */
.one_year_bottom_link {
  padding: 0 3px; }

/* line 2262, ../scss/style.scss */
.product_big_pic_box {
  margin: 0 0 0 15px;
  position: relative;
  width: 706px;
  height: 347px;
  background: url("../images/sprite.png") no-repeat top left;
  background-position: 0px 0px; }

/* line 2270, ../scss/style.scss */
.product_big_pic_ {
  position: absolute;
  width: 706px;
  height: 347px;
  top: 0;
  left: 0; }

/* line 2277, ../scss/style.scss */
.product_big_pic_td {
  width: 706px;
  height: 350px;
  text-align: center;
  vertical-align: middle; }

/* line 2287, ../scss/style.scss */
.big_foto_content {
  margin: 35px 0 30px 60px;
  line-height: 0; }

/* line 2291, ../scss/style.scss */
.big_foto_little_box {
  padding: 0 0 0 28px;
  background: url(../images/big_foto_little_box.png) repeat-y top left; }

/* line 2295, ../scss/style.scss */
.big_foto_large_box {
  padding: 9px 0 0;
  width: 866px;
  background: url(../images/big_foto_large_box.png) repeat-y left top; }

/* line 2300, ../scss/style.scss */
.big_foto_little_title, .big_foto_little_title a {
  font-size: 18px;
  color: #0d87ba;
  line-height: 24px;
  text-decoration: none; }
  /* line 2305, ../scss/style.scss */
  .big_foto_little_title :hover, .big_foto_little_title a :hover {
    text-decoration: underline; }

/* line 2309, ../scss/style.scss */
.big_foto_little_active {
  font-size: 14px;
  line-height: 24px; }

/* line 2313, ../scss/style.scss */
.big_foto_little_not_active {
  font-size: 14px;
  line-height: 24px; }

/* line 2317, ../scss/style.scss */
.photos-data-table {
  margin: 0 0 10px 0; }

/* line 2320, ../scss/style.scss */
.big_foto_little_line {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold; }

/* line 2325, ../scss/style.scss */
.big_foto_little_cost {
  font-weight: normal;
  padding: 0 5px;
  font-size: 18px;
  color: #0d87ba; }

/* line 2331, ../scss/style.scss */
.big_foto_little_text {
  padding: 0 5px;
  font-weight: normal; }

/* line 2335, ../scss/style.scss */
.big_foto_large_line {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 0 0 0 25px; }

/* line 2341, ../scss/style.scss */
.big_foto_large_text {
  padding: 0 0 0 25px;
  font-weight: normal;
  line-height: 20px; }

/* line 2346, ../scss/style.scss */
.big_foto_large_image_box {
  padding: 0 0 15px 23px;
  margin: 20px 0 0; }

/* line 2350, ../scss/style.scss */
.big_foto_large_image {
  width: 820px;
  height: 404px; }

/* line 2354, ../scss/style.scss */
.pseudo-select {
  position: relative;
  font-size: 12px;
  font-family: verdana;
  line-height: 16px; }
  /* line 2359, ../scss/style.scss */
  .pseudo-select .select {
    color: #ced1d3;
    cursor: pointer;
    padding: 7px 2px 7px 8px;
    width: 153px;
    background: url(../images/select_image_bg.png) no-repeat 0 0; }
  /* line 2368, ../scss/style.scss */
  .pseudo-select .options {
    position: absolute;
    top: 0;
    left: 0;
    width: 162px;
    border-left: 1px solid #000;
    background: #5c5e5f;
    z-index: 10;
    display: none;
    margin: 7px 0 0;
    color: #ced1d3; }
    /* line 2381, ../scss/style.scss */
    .pseudo-select .options > div {
      padding: 0 2px 7px 7px;
      cursor: pointer; }
      /* line 2384, ../scss/style.scss */
      .pseudo-select .options > div:hover {
        color: #ffffff; }
      /* line 2387, ../scss/style.scss */
      .pseudo-select .options > div.check {
        color: #ffffff; }

/* line 2393, ../scss/style.scss */
.option_bottom {
  position: absolute;
  height: 7px;
  width: 163px;
  bottom: -14px;
  left: -1px;
  background: url(../images/lang_option_bottom_bg.png) no-repeat 0 0; }

/* line 2401, ../scss/style.scss */
.form {
  padding: 15px 25px 20px;
  color: #363a3f !important;
  font-size: 14px !important;
  line-height: 22px !important; }
  /* line 2415, ../scss/style.scss */
  .form select {
    width: 313px !important; }
  /* line 2419, ../scss/style.scss */
  .form textarea {
    border: 1px solid #929292;
    border-radius: 6px;
    font-size: 18px;
    padding: 6px;
    height: 90px; }
  /* line 2433, ../scss/style.scss */
  .form ol {
    padding: 10px; }
    /* line 2435, ../scss/style.scss */
    .form ol li {
      list-style: none;
      padding: 10px; }
      /* line 2438, ../scss/style.scss */
      .form ol li label {
        width: 120px;
        display: block; }
  /* line 2444, ../scss/style.scss */
  .form table td {
    padding: 5px; }

/* line 2448, ../scss/style.scss */
.gurt-ower {
  cursor: help;
  position: relative;
  z-index: 500; }

/* line 2453, ../scss/style.scss */
.gurt {
  position: relative;
  z-index: 501; }
  /* line 2456, ../scss/style.scss */
  .gurt div {
    position: absolute;
    left: -148px;
    top: -1px;
    min-width: 350px;
    text-align: center; }

/* line 2464, ../scss/style.scss */
.text_align_left {
  text-align: left !important; }

/* line 2467, ../scss/style.scss */
.align-left {
  text-align: left; }

/* line 2470, ../scss/style.scss */
.align-right {
  text-align: right; }

/* line 2473, ../scss/style.scss */
.align-center {
  text-align: center; }

/* line 2476, ../scss/style.scss */
.vertical-align-top {
  vertical-align: top; }

/* line 2479, ../scss/style.scss */
.vertical-align-middle {
  vertical-align: middle; }

/* line 2482, ../scss/style.scss */
.table-cellspacing {
  padding: 0;
  margin: 0; }

/* line 2486, ../scss/style.scss */
.font_size_null {
  font-size: 0; }

/* line 2489, ../scss/style.scss */
.breadcrumbs {
  padding: 2px 0 0 15px; }

/* line 2494, ../scss/style.scss */
.expert-form form input[type='text'] {
  width: 430px; }
/* line 2497, ../scss/style.scss */
.expert-form form textarea {
  width: 430px;
  height: 150px; }
/* line 2502, ../scss/style.scss */
.expert-form .messages {
  padding: 10px 0 0 30px; }

/* line 2506, ../scss/style.scss */
.bx-wrapper {
  height: 330px;
  width: 100%; }
  /* line 2509, ../scss/style.scss */
  .bx-wrapper .bx-viewport {
    border-radius: 14px; }

/* line 2514, ../scss/style.scss */
.slider-wrapper {
  border: 9px solid #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 4px -1px;
  margin: 3px 0 50px 10px;
  width: 735px;
  background: #ffffff; }
  /* line 2523, ../scss/style.scss */
  .slider-wrapper .bx-controls-direction {
    display: none; }
  /* line 2526, ../scss/style.scss */
  .slider-wrapper:hover .bx-controls-direction {
    display: block; }

/* line 2530, ../scss/style.scss */
.top-banner-block {
  border: 9px solid #ffffff;
  border-radius: 7px;
  box-shadow: 0 0 4px -1px;
  margin: 3px 0 31px 10px;
  width: 735px;
  background: #ffffff; }
  /* line 2540, ../scss/style.scss */
  .top-banner-block .banner-container a {
    display: block;
    line-height: 0; }
  /* line 2544, ../scss/style.scss */
  .top-banner-block .banner-container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%; }

/* line 2552, ../scss/style.scss */
:link img {
  border: 0; }

/* line 2555, ../scss/style.scss */
:visited img {
  border: 0; }

/* line 2558, ../scss/style.scss */
span.clear {
  clear: both;
  line-height: 0;
  height: 0;
  width: 0;
  font-size: 0;
  display: block; }

/* line 2566, ../scss/style.scss */
.sale_monets_foot .in {
  background: url(../images/sale_monets_foot_bg2.png) repeat-y top left;
  padding: 4px 25px 0 15px; }

/* line 2570, ../scss/style.scss */
.sale_monets_top_banner a {
  background: url(../images/sale_monets_bg.png) left top repeat-y;
  display: block;
  margin: 0;
  padding: 0 0 0 5px; }

/* line 2576, ../scss/style.scss */
.prohod-link-to-auction {
  color: #000;
  text-decoration: none; }
  /* line 2579, ../scss/style.scss */
  .prohod-link-to-auction:hover {
    text-decoration: underline; }

/* line 2584, ../scss/style.scss */
.filter {
  text-align: right;
  padding: 0 3px 0 0; }
  /* line 2587, ../scss/style.scss */
  .filter select {
    border: 1px solid #e6e9ee;
    background: #FFF;
    width: 300px;
    padding: 5px 2px;
    font-size: 13px; }
    /* line 2593, ../scss/style.scss */
    .filter select.prohod {
      margin: 7px 10px 0 0; }

/* line 2598, ../scss/style.scss */
.country_flag_td {
  line-height: 20px; }
  /* line 2600, ../scss/style.scss */
  .country_flag_td img {
    float: left;
    margin: 0 5px 0 0; }

/* line 2607, ../scss/style.scss */
.users_pages a {
  display: inline-block;
  border: 0px solid #AAA;
  box-shadow: 1px 1px 1px 0px #CCC;
  padding: 4px;
  border-radius: 3px;
  text-decoration: none;
  background: #e1e5ea;
  min-width: 16px;
  text-align: center;
  margin: 0 0 0 3px;
  color: #5c636d; }
  /* line 2619, ../scss/style.scss */
  .users_pages a:hover {
    background: #2985b9;
    color: #FFF; }
/* line 2625, ../scss/style.scss */
.users_pages b a {
  background: #2985b9;
  color: #FFF; }

/* line 2631, ../scss/style.scss */
.collection-prohod-list {
  padding: 10px 0 0 0;
  color: #0d87ba; }
  /* line 2634, ../scss/style.scss */
  .collection-prohod-list strong {
    font-weight: bold; }
  /* line 2637, ../scss/style.scss */
  .collection-prohod-list span {
    display: block; }

/* line 2642, ../scss/style.scss */
.collections-on-image {
  padding-top: 8px;
  font-style: italic;
  color: #7e807f; }

/* line 2647, ../scss/style.scss */
a.link-as-text {
  color: #000;
  text-decoration: none; }
  /* line 2650, ../scss/style.scss */
  a.link-as-text:hover {
    text-decoration: underline; }

/* line 2656, ../scss/style.scss */
.social {
  padding: 9px 20px 0 0;
  float: right; }
  /* line 2659, ../scss/style.scss */
  .social a {
    margin: 0 0 0 6px;
    display: inline-block;
    width: 30px;
    height: 30px; }
    /* line 2664, ../scss/style.scss */
    .social a#vk {
      background-image: url("../images/sprite.png");
      background-position: -665px -639px; }
    /* line 2668, ../scss/style.scss */
    .social a#fb {
      background-image: url("../images/sprite.png");
      background-position: -631px -545px; }
    /* line 2672, ../scss/style.scss */
    .social a#google {
      background-image: url("../images/sprite.png");
      background-position: -663px -545px; }

/*# sourceMappingURL=style.css.map */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.gallery_box {
	 width:  698px;
	height:183px;
	margin: 0 0 15px 15px;
	position:relative;
}
.jcarouselm-container {
    position: relative;
}
.jcarouselm-clip {
    overflow: hidden;
    position: relative;
}
.jcarouselm-list {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarouselm-list li,
.jcarouselm-item {
    float: left;
    list-style: none;
}
.jcarouselm-skin-tango .jcarouselm-container-horizontal {
    width: 698px;
	margin: 0 0 0 0px;
}

.jcarouselm-skin-tango .jcarouselm-clip-horizontal {
    width:  698px;
	height:183px;
	margin: 0 auto;
}
.jcarouselm-skin-tango .jcarouselm-item {
    width: 233px;
	height:183px;
}
.jcarouselm-skin-tango .jcarouselm-item-horizontal {
    margin: 0 0 0 0px ;
	_margin:0 0px 0 0;
    padding: 0px;
}
.jcarouselm-skin-tango .jcarouselm-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarouselm-skin-tango .jcarouselm-next-horizontal {
    position: absolute;
    top: 80px;
    right: -15px;
	z-index:2;
    width: 15px;
    height: 31px;
    cursor: pointer;
    background: url(../images/carusel_next_button.png) no-repeat 0 0;
}
.jcarouselm-skin-tango .jcarouselm-next-disabled-horizontal,
.jcarouselm-skin-tango .jcarouselm-next-disabled-horizontal:hover,
.jcarouselm-skin-tango .jcarouselm-next-disabled-horizontal:active {
    cursor: default;
}
.jcarouselm-skin-tango .jcarouselm-prev-horizontal {
    position: absolute;
    top: 80px;
    left: -15px;
	z-index:2;
    width: 15px;
    height: 31px;
    cursor: pointer;
    background: url(../images/carusel_prev_button.png) no-repeat 0 0;
}
.jcarouselm-skin-tango .jcarouselm-prev-disabled-horizontal,
.jcarouselm-skin-tango .jcarouselm-prev-disabled-horizontal:hover,
.jcarouselm-skin-tango .jcarouselm-prev-disabled-horizontal:active {
    cursor: default;
 }
.gallery_link {
	padding:33px 0 10px 0;
	display:block;
	width: 233px;
	height:140px;
	background: url(../images/carusel_item_bg.png) no-repeat 0 0;
	text-decoration:none;
}
.gallery_link:hover {
	background: url(../images/carusel_item_bg.png) no-repeat 0 -183px;
}
.gallery_link_image {
	/*width:195px;*/
	/*height:92px;*/
}
.gallery_link_image_box {

	width:195px;
	height:92px;
	margin:0 auto 10px auto;
}
.gallery_text {
	text-align:center;
	padding:0 10px;
	color:#363a3f;
}

/*-------------------------------*/
.gallery_box {
	 width:  698px;
	height:183px;
	margin: 0 0 15px 15px;
	position:relative;
}
.jcarouselm-container {
    position: relative;
}
.jcarouselm-clip {
    overflow: hidden;
    position: relative;
}
.jcarouselm-list {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarouselm-list li,
.jcarouselm-item {
    float: left;
    list-style: none;
}
.jcarouselm-skin-tango-more .jcarouselm-container-horizontal {
    width: 698px;
	margin: 0 0 0 0px;
}

.jcarouselm-skin-tango-more .jcarouselm-clip-horizontal {
    width:  698px;
	height:183px;
	margin: 0 auto;
}
.jcarouselm-skin-tango-more .jcarouselm-item {
    width: 233px;
	height:183px;
}
.jcarouselm-skin-tango-more .jcarouselm-item-horizontal {
    margin: 0 0 0 0px ;
	_margin:0 0px 0 0;
    padding: 0px;
}
.jcarouselm-skin-tango-more .jcarouselm-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarouselm-skin-tango-more .jcarouselm-next-horizontal {
    position: absolute;
    top: 80px;
    right: -15px;
	z-index:2;
    width: 15px;
    height: 31px;
    cursor: pointer;
    background: url(../images/carusel_next_button.png) no-repeat 0 0;
}
.jcarouselm-skin-tango-more .jcarouselm-next-disabled-horizontal,
.jcarouselm-skin-tango-more .jcarouselm-next-disabled-horizontal:hover,
.jcarouselm-skin-tango-more .jcarouselm-next-disabled-horizontal:active {
    cursor: default;
}
.jcarouselm-skin-tango-more .jcarouselm-prev-horizontal {
    position: absolute;
    top: 80px;
    left: -15px;
	z-index:2;
    width: 15px;
    height: 31px;
    cursor: pointer;
    background: url(../images/carusel_prev_button.png) no-repeat 0 0;
}
.jcarouselm-skin-tango-more .jcarouselm-prev-disabled-horizontal,
.jcarouselm-skin-tango-more .jcarouselm-prev-disabled-horizontal:hover,
.jcarouselm-skin-tango-more .jcarouselm-prev-disabled-horizontal:active {
    cursor: default;
 }
.gallery_link {
	padding:33px 0 10px 0;
	display:block;
	width: 233px;
	height:140px;
	background: url(../images/carusel_item_bg.png) no-repeat 0 0;
	text-decoration:none;
}
.gallery_link:hover {
	background: url(../images/carusel_item_bg.png) no-repeat 0 -183px;
}
.gallery_link_image {
	/*width:195px;*/
	/*height:92px;*/
}
.gallery_link_image_box {
    text-align: center;
	width:195px;
	height:92px;
	margin:0 auto 10px auto;
}
.gallery_text {
	text-align:center;
	padding:0 10px;
	color:#363a3f;
}


/* line 7, ../sass/lightbox.sass */
body:after {
  /*content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);*/
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  /*background: url(../images/lightbox/prev.png) left 48% no-repeat;*/
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  /*background: url(../images/lightbox/next.png) right 48% no-repeat;*/
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  /*background: url(../images/lightbox/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
