	
#site-header table.nav {
	width: 990px;
}
#site-header table.nav td {
}
  #site-header table.nav td a {
    display: block;
    
    color: #ffffff;
    background: #444444 url(/app/assets/i/mainmenu_dots.gif) center right no-repeat;
    text-decoration: none;
    
    height: 34px;
    
    font-family: Arial;
    font-size: 0.6em;
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
    
    padding: 0 10px;
  }
  #site-header table.nav td a.nobg {
    background-image: none;
  }

#site-header table.nav td:last-child a {
	background-image: none;
}

#site-header table.nav a.current {
	background-color: #D72820;
	background-image: none;
}

.place-box {
}

.forms .list-places {
	z-index: 61;
	display: none;
	position: absolute;
	background-color: #FFF;
	border: #B9B9B9 1px solid;
	border-top: none;
	width: 180px;
	margin-top: expression('1px');
	left: 20px;
	top: 171px;
}

.forms .lang-en .list-places {
	width: 175px;
}

.lined .list-places {
	width: 242px;
}

.lined .lang-en .list-places {
	width: 237px !important;
}

.forms .list-places a {
	margin: 6px;
	display: block;
	color: #4A4A4A;
	font-size: 0.75em;
	text-decoration: none;
}

.forms .form .list-places {
	font-size: 1.2em;
}

.place-box input.place {
	outline: none;
}


.list-places .cities,
.list-places .regions {
	margin: 0;
	padding: 0;
}
  .list-places .cities .city,
  .list-places .regions .region {
    margin: 0;
    padding: 0;
  }

  .list-places .cities .city a,
  .list-places .regions .region a {
    display: block;
    margin: 0;
    padding: 3px 8px;
    outline: none;
  }
	.list-places .cities .current a.city-item,
	.list-places .regions .current a.region-item {
	  color: #FFFFFF;
	  background-color: #D72820;
	}
  .list-places .cities .city a:hover,
  .list-places .regions .region a:hover {
    color: #FFFFFF;
    background-color: #E8726D;
  }

  .list-places .regions .region a {
    padding-left: 21px;
  }


.place-box .not-found {
	display: none;
	
	margin: 0;
	padding: 4px 8px 1px;
	font-size: 0.75em;
	color: #8C8C8C;
	cursor: default;
}


.validation-placeholder {
	display: none;
	color: #D72820;
}
.validation-failed {
	border: 1px solid #D72820 !important;
}


.dual-slider {
  position: relative;
  top: 0px;
  left: 0px;
  
  width: 200px; /* Default width */
}
  .dual-slider .bk {
    background: url(/app/assets/i/slider_bg.gif) repeat-x center center;
    height: 19px;
  }
   
  .dual-slider .left-knob {
    position: absolute;
    left: 0px;
    top: 0px;
    
    z-index: 60;
    cursor: pointer;

    width: 25px;
    height: 19px;
    background: url(/app/assets/i/slider_left.gif) no-repeat 0 0;
    
    visibility: hidden;
  }

  .dual-slider .track {
    position: absolute;
    left: 12px;
    top: 0px;
    z-index: 59;

    width: 19px;
    height: 19px;
    background: url(/app/assets/i/slider_img.gif) repeat-x 0 center;
    
    visibility: hidden;
  }

  .dual-slider .right-knob {
    position: absolute;
    right: 0px;
    top: 0px;
    
    z-index: 60;
    cursor: pointer;

    width: 25px;
    height: 19px;
    background: url(/app/assets/i/slider_right.gif) no-repeat 0 0;
    
    visibility: hidden;
  }
  
.dual-slider-disabled .track {
	background-image: url(/app/assets/i/slider_img_disabled.gif);
}

#form-1-price-slider.dual-slider {
  width: 210px;
}
#form-1-year-slider.dual-slider {
  width: 150px;
}

.dual-slider-disabled .left-knob {
	cursor: default;
   background: url(/app/assets/i/slider_left_disabled.gif) no-repeat 0 0;	
}

.dual-slider-disabled .right-knob {
	cursor: default;
   background: url(/app/assets/i/slider_right_disabled.gif) no-repeat 0 0;	
}

.forms .status-list {
	width: 120px;
}

form .validation-advice {
	font-size: 0.8em;
	color: red;
	margin: 0 0 7px;
}

form #captcha-advice {
	float: right;
	width: 122px;
}

.place-search-hint,
.form-togglers {
	padding-bottom: expression('2px');
}

.item-preview table {
	width: 100%;
}

.item-preview td.item-preview-photo {
	width: 90px;
	height: 60px;
	overflow: hidden;
}

.item-preview td.item-preview-photo a {
	 text-decoration: none;
}
    .item-preview td.item-preview-photo img {
      display: block;
    }
    .item-preview td.item-preview-photo .sell {
      width: 80px;
      display: none;
      position: relative;
      text-align: center;
      text-decoration: none;
		text-transform: uppercase;
		padding-bottom: 1px;
      font-size: 10px;
		line-height: 12px;
      font-weight: bold;
      background: #B12A24;
      color: #ffffff;
		margin-top: -13px;
    }
.item-preview .description {
	line-height: 14px;
}
  .item-preview sup {
  	font-size: 8px;
	line-height: 8px;
  }
.item-preview .item-spans {
	margin-top: 4px;
}

.item-preview .item-preview-price,
.item-preview .item-preview-actions {
	float: left;
	display: block;
	line-height: 1.2em;
}

.item-preview .item-preview-actions {
	margin-top: 0px;
}

.item-preview .item-preview-actions a {
	display: inline;
}

.photos .photo-wrapper {
	text-align: center;
	background-color: #fff;
}
	.photos .photo-wrapper .photo-view {
		position: relative;
		overflow: hidden;
		
		display: inline-block;
		vertical-align: top;
		display: expression('inline');
	}
	  .photos .photo-wrapper .photo-view img {
	    display: inline !important;
	  }
	  .photos .photo-wrapper .photo-view .overlays {
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    bottom: expression('3px');
	    
	    /*background: red;
	    opacity: 0.3;
	    filter: Alpha(Opacity=30);*/
	  }

#expand {
  position: absolute;
  right: 10px;
  margin-left: 0;
  margin-top: -40px;
}

#photo-left-arrow,
#photo-right-arrow {
  top: 0;
  width: 100px;
  height: 600px;
  display: none;
  position: absolute;
  min-height: 65px;
  cursor: pointer;
}

#photo-left-arrow {
  left: 0;
}

#photo-right-arrow {
  right: 0;
}

.photos #thumb-view {
	display: block;
	margin: 0 auto;
}

.proposals #photos-wide .photos {
  width: 960px;
}
.proposals #photos-wide .photos #thumbs {
  width: 960px;
}
.proposals #photos-wide .photos .scrollbar {
  width: 956px;
}

.proposals #photos-wide .photos #photo-left-arrow,
.proposals #photos-wide .photos #photo-right-arrow {
	display: block;
}

.proposals #photos-wide .photos #expand {
	background-image: url(/app/assets/i/collapse.png);
}


.photos .photo-loading {
	background: url(/app/assets/i/photo-loading.gif) no-repeat center center !important;
}
	.photos .photo-loading #thumb-view,
	.photos .photo-loading .overlays {
	  visibility: hidden !important;
	}

.proposals .photos #knob-middle {
    background: url("/app/assets/i/knob-middle2.gif") no-repeat scroll center center #FFFFFF;
    cursor: pointer;
    height: 12px;
    width: 20px;
}
	
.graybox {
	width: 363px;
	margin: 0 auto;
}
	.graybox-top {
	  width: 363px;
	  height: 28px;
	  background: url(/app/assets/i/graybox-top.png) no-repeat 0 0;
	}
	  .graybox-close {
	    float: right;
      width: 20px;
      height: 20px;
      background: url(/app/assets/i/graybox-close.png) no-repeat 0 0;
      cursor: pointer;
      margin: 4px 5px 0 0;
    }
	.graybox-body {
    width: 363px;
    background: url(/app/assets/i/graybox-middle.png) repeat-y 0 0;
  }
    .graybox-body .graybox-content {
      padding: 0 12px 30px 12px;
      color: #ffffff;
      font-size: 0.9em;
    }
      .graybox-body .graybox-content h4 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 1em;
      }
      .graybox-body .graybox-content a {
        color: #ffffff;
      }
      .graybox-body .graybox-content p {
        margin: 5px 0;
        font-size: 0.9em;
        line-height: 1.55em;
      }
      .graybox-body .graybox-content p:first-child {
        margin-top: 0;
      }
      .graybox-body .graybox-content p:last-child {
        margin-bottom: 0;
      }
    
  .graybox-bottom {
    width: 363px;
    height: 16px;
    background: url(/app/assets/i/graybox-bottom.png) no-repeat 0 0;
  }

/* @group ZoomBox */

.zoombox-overlay {
  background: #000000;
  z-index: 1000;
}

.zoombox-loading {
  background: black url(/app/assets/i/zoombox/loading.gif) no-repeat center center !important;
}

.zoombox {
  position: relative;
  background: black;
  display: none;
  z-index: 5000;
}
  .zoombox img {
    margin: 4px;
  }
  .zoombox .prev_btn,
  .zoombox .next_btn {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 47px;
  }
  .zoombox .prev_btn {
    left: 0;
    background: url(/app/assets/i/zoombox/prev.gif) no-repeat 0 0;
  }
  .zoombox .next_btn {
    right: 0;
    background: url(/app/assets/i/zoombox/next.gif) no-repeat 0 0;
  }
  .zoombox .prev_zone,
  .zoombox .next_zone {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
  }
  .zoombox .prev_zone {
    left: 0;
  }
  .zoombox .next_zone {
    right: 0;
  }
  .zoombox .close_btn {
    position: absolute;
    top: -24px;
    right: 16px;
    width: 79px;
    height: 24px;
    background: url(/app/assets/i/zoombox/close.gif) no-repeat 0 0;
    cursor: pointer;
    z-index: 501;
  }

/* @end ZoomBox */

