address{
	line-height:1.4em;
}
.main_page_block a{
	color:#e85102;
	text-decoration:underline;
}
.main_page_block{
	font-size:1.2em;
	line-height:1.8em;
}
.main_page_block p{
	
}
.red{
	color:#e85102;
}
.underline{
	text-decoration:underline;
}
.firstBlock{
	padding-left:20px;
}

.sbmt{
	border:1px solid #448027;
	background:url("http://www.home-poster.net/img/1x50_green.png") #448027;
	color:#fff;
    cursor: pointer;
    font-size: 0.9em;
    padding: 4px 16px 6px;
}
.sbmt:disabled{
	border:1px solid #ccc;
	background:#ccc;
	color:#777;
    cursor: pointer;
    font-size: 0.9em;
    padding: 4px 16px 6px;
	
}
.sbmt:hover{
	background-position:-10px -10px;
}

.sbmt.deleteBtn{
	border:1px solid #e85102;
	background:#e85102;
	color:#fff;
}

.cancel_btn {
    background: none repeat scroll 0 0 #777;
    border: 1px solid #777;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    padding: 1px 12px 2px;
}
.main_page_block a.cancel_btn{
    color: #fff;
}
.sbmt.preloadButton:disabled{
  background: url("http://www.cscom.com.ua/images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding-left: 25px;
	cursor:none; 
}
.w20{
	width:20px;
}
.error_block{
 background-clip: padding-box;
    background-color: #e85102;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    float: left;
    list-style: outside none none;
    margin-top: 5px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1000;
	color:#fff;
}
.error_block > .err_container:before {
    border-bottom: 7px solid #e85102;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.error_block > .err_container:after {
    border-bottom: 6px solid #e85102;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.hidden{
	display:none;
}
.f_inp{
	padding:5px;
background: none repeat scroll 0 0 #f8f1e1;
	width:400px;
	}
.f_inp:disabled{
	border-color:#777;
	background:#ccc;
	
}
.f_inp_error{
	padding:5px;
    border: 1px solid #e85102;
color: #e85102;
	}

.f_select{
	padding:5px;
	background: none repeat scroll 0 0 #f8f1e1;
	border: 1px solid #223669;
	color: #082061;
	width:412px;
}
.f_select_nb{
	background:none;
	border: 0px ;
	color: #e85102;
    font-weight: bold;
}

.addSubBlock{
	margin:10px 0;
}
.addSubBlock .subTitle{
	padding:3px 10px 5px 10px;
	background:#C0CEE2;
	color:#082061;
	margin-bottom:10px;
}
.w20{
	width:20px;
}

.w50{
	width:50px;
}
.w60{
	width:60px;
}

.w150{
	width:150px;
}
.w100{
	width:100px;
}
.w250{
	width:250px;
}

.w30{
	width:30px;
}
.w35{
	width:35px;
}
.w90p{
	width:90%;
}
.wc001{
	background:#c0cee2;
}

.mp10{
	margin-right:10px;
}
.ml20{
	margin-left:20px;
}
.inlineBlock{
	display:table-cell;
	padding-right:15px;
}
.inlineBlock00{
	display:table-cell;
	padding:0px;
}
.inlineBlock2{
	display:inline-table;
	padding:0;
	margin:0 10px 0 0;
}
.inlineBlock2 .f_inp{
	width:auto;
}
.row{
	margin-bottom:20px;
}
.tdInsRow{
	margin-bottom:10px;
}
.phone{
	background:url("/images/phone_18.png") left no-repeat;
	padding-left:22px;
}
.blockName{
	margin-bottom:3px;
	color:#777;
	font-size:0.8em;
}

.ac_results {
    background-color: white;
    border: 1px solid;
    margin-top: -1px;
    overflow: hidden;
    padding: 0;
    z-index: 99999;
}
.ac_results li {
    cursor: default;
    display: block;
    font-size: 1em;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 3px 5px;
}
.ac_results li > strong{
	color:#e85102;
}

.advBlock {
  margin-bottom: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.advBlock:hover .advTitle{
}
.advBlock:hover .advTitle a{
}

.advImg {
    position: relative;
    margin-right: 10px;
    width: 150px;
    padding: 0 5px 0 0;
    overflow: hidden;
    display: inline-block;
    float: left;
    min-height: 100px;
}

.advImg img{
	box-shadow:3px 3px 3px #000;
	width:150px;
}
.advDescr {
    font-size: 0.9em;
    max-height: 75px;
    line-height: 1.3em;
}
.advBreef {
	margin-bottom:10px;
	font-size:0.9em
}
.advBreef span{
	color:#8d97b2;
}
.advBreef p{
	display:inline-block;
	margin-right:15px;
}
.advBreef table{
	width:100%;
	margin-bottom:10px;
}
.tdRight{
	text-align:right;
}

.advBreef span.selected {
    background: none repeat scroll 0 0 #F8F1E1;
    border: 1px solid #FEB913;
    border-radius: 3px 3px 3px 3px;
    padding: 0 5px 1px 5px;
	color:#223669;
	font-weight:bold;
}

.advInsideBlock table td{
	vertical-align:top;}

.advInsideBlock {
  overflow: hidden;
  display: inline-block;
}	
.advDescrBlock {
  float: left;
  width: 70%;
  display: inline-block;
}
.advTitle{
	background:#C8CEDA; 
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0 5px 10px;
	color:#223669;
}

.advTitle a{
	color:#223669;
	text-decoration:none;
}