/*@font-face {
    font-family: 'Trebuchet MS';
    src: url('css/fonts/trebuchet_ms.eot');
    src: url('css/fonts/trebuchet_ms.eot') format('embedded-opentype'),
         url('css/fonts/trebuchet_ms.woff') format('woff'),
         url('css/fonts/trebuchet_ms.ttf') format('truetype'),
         url('css/fonts/trebuchet_ms.svg#TrebuchetMSRegular') format('svg');
}
@font-face {
				font-family: 'Calibri';
				src: url('css/fonts/calibri.eot');
				src: url('css/fonts/calibri.eot?#iefix') format('embedded-opentype'),
						 url('css/fonts/calibri.woff') format('woff'),
						 url('css/fonts/calibri.ttf') format('truetype'),
						 url('css/fonts/calibri.svg#calibri') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'MyriadPro-Bold';
				src: url('css/fonts/myriadpro-bold.eot');
				src: url('css/fonts/myriadpro-bold.eot?#iefix') format('embedded-opentype'),
						 url('css/fonts/myriadpro-bold.woff') format('woff'),
						 url('css/fonts/myriadpro-bold.ttf') format('truetype'),
						 url('css/fonts/myriadpro-bold.svg#myriadpro-bold') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
		font-family: 'MyriadPro';
		src: url('css/fonts/mar.eot');
		src: url('css/fonts/mar.eot?#iefix') format('embedded-opentype'),
				 url('css/fonts/mar.woff') format('woff'),
				 url('css/fonts/mar.ttf') format('truetype'),
				 url('css/fonts/mar.svg#mar') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Gals';
		src: url('css/fonts/gls.eot');
		src: url('css/fonts/gls.eot?#iefix') format('embedded-opentype'),
				 url('css/fonts/gls.woff') format('woff'),
				 url('css/fonts/gls.ttf') format('truetype'),
				 url('css/fonts/gls.svg#gls') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Gals-Light';
		src: url('css/fonts/gals-light.eot');
		src: url('css/fonts/gals-light.eot?#iefix') format('embedded-opentype'),
				 url('css/fonts/gals-light.woff') format('woff'),
				 url('css/fonts/gals-light.ttf') format('truetype'),
				 url('css/fonts/gals-light.svg#gals-light') format('svg');
		font-weight: normal;
		font-style: normal;
}
.trebuchet_ms
{
	font-family:Trebuchet MS;
}
.calibri
{
	font-family:Calibri;
}
.myriadpro-bold
{
	font-family:MyriadPro-Bold;
}
.myriadpro
{
	font-family:MyriadPro;
}

.gals
{
color:red;
	font-family:Gals;
}
.gals-light
{
	font-family:Gals-Light;
}*/


/*форма*/
.custom_form .form_line{
    margin:10px 0 0 0;
    font-size:14px;
}
.custom_form .label{
    display:inline-block;
    width:200px;
    vertical-align:top;
}
.custom_form .input{
    display:inline-block;
    width:310px;
    vertical-align:top;
    border:medium none;
}
.custom_form input[type='text'], .custom_form  textarea{
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    padding: 5px;
    width:300px;
}
.custom_form  select{
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    padding: 5px;
    width:310px;
}
.custom_form .input input.custom_date{
    width:268px;
}
.custom_form input.custom_date + img {
    left: 5px;
    position: relative;
    top: 8px;
}
.custom_form input.custom_time{
    width:50px;
}
.custom_form label.option{
    display:block;
    margin:2px 0 0 0;
    width: -moz-max-content;
    width: -webkit-max-content;
    cursor:pointer;
}
.custom_form .input input[type="checkbox"], .custom_form .input input[type="radio"]{
    margin:0 3px 0 0;
}
.custom_form .form_title{
    color: #1B4E9B;
    font-weight: bold;
    font-size:15px;
}
#add_order_form .to_show{
    margin:5px 0 0 0;
}

.offers .name{
    color:#1B4E9B;
    font-weight:bold;
}
.offers .prop{
    margin:10px 0 0 0;
    font-size:14px;
}
.offers .label{
    display:inline-block;
    width:200px;
    vertical-align:top;
}
.offers .value{
    display:inline-block;
    width:310px;
    vertical-align:top;
    border:medium none;
}

.offers .have_offers a{
    text-decoration:underline;
}
.offers .have_offers a:hover{
    text-decoration:none;
}


/*обсуждения предложений*/
.dnone{
    display:none;
}
.comments{
    margin:30px 0 0 0;
}

.comments .comments_head{
    font-weight:bold;
    font-size:16px;
    text-transform:uppercase;
    margin:0 0 10px 0;
}

.comments .require_auth{
    font-weight:bold;
    font-size:12px;
    margin:20px 0 10px 0;
}

.comments .require_auth a{
    color:#297fd8;
}

.comment{
    margin:20px 0;
    background:#f0f0f0;
    /* padding:10px 0 20px 40px; */
    /* border:1px solid #d6d6d6; */
    padding: 0;
    /* border:none; */
}

.comment .head{
    /* margin:10px 0 0 0; */
    padding: 5px;
    background: rgba(27, 78, 155, 0.65);
    color: #FFF;
}

.comment .head .author{
    font-size:15px;
    font-weight:bold;
    float:left;
}

.comment .head .date{
    float:right;
    margin-right:20px;
    margin-top: 0;
}

.comment .comment_body{
    margin:10px 0 0 0;
}

.comment .comment_body .avatar{
    float:left;
    padding:0 10px 0 0;
}

.comment .comment_body .reviews-text{
    /* 	float:left;
        width: 530px;
        color:#535353; */
    /* font-size:12px; */font-size:14px;
    text-indent: 2em;
    padding: 5px;
}
/*
.comment .comment_body  a.add_comment{
	display:block;
	height:19px;
	width:100px;
	background: url("img/add_comment.png") no-repeat scroll center top transparent;
	margin:20px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#297fd8;
	text-align:center;
	padding:4px 0;
}*/
.comment.level1{
    /* background:transparent; */
    /* padding-left:10px; */
    /* border:none; */
    /* border-top:1px solid #cecece; */
}





.comment.level2{
    margin-left:20px;
}
.comment.level3{
    margin-left:40px;
}
.comment.level4{
    margin-left:60px;
}








div.add_comment{
    margin:20px 0;
}

div.add_comment form{
    background:#fff;
    border:1px solid #dadada;
    padding:10px 0 20px 0;
}

div.add_comment textarea{
    background:#f3f2f2;
    border:1px solid #dddcdc;
    box-shadow: -1px -1px 1px #B3B2B2;
    border-radius:5px;
    width:350px;
    height:75px;
    display:block;
}
div.add_comment form .head{
    color:#040404;
    /* font-weight:bold; */
    font-size:16px;
    text-transform:uppercase;
    margin:0 0 0px 20px;
}

div.add_comment form .avatar{
    float:left;
    padding:0 20px 0 0;
    margin:0 0 0 20px;
}

div.add_comment form .conf_text{
    float:left;
    position:relative;
    margin-left:20px;
    width: 596px;
}

/*div.add_comment form input[type="submit"]{
	background: #fbfbfb; 
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #fbfbfb 0%, #e9e9e9 100%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e9e9e9)); 
		background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e9e9e9 100%); 
		background: -o-linear-gradient(top,  #fbfbfb 0%,#e9e9e9 100%); 
		background: -ms-linear-gradient(top,  #fbfbfb 0%,#e9e9e9 100%); 
		background: linear-gradient(to bottom,  #fbfbfb 0%,#e9e9e9 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e9e9e9',GradientType=0 ); 
	box-shadow: 0 2px 3px #B3B2B2;
    color: #297FD8;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 8px 30px;
    text-transform: uppercase;	
}

div.add_comment form input[type="submit"]:hover{
	background: #fbfbfb; 
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #e9e9e9 0%, #fbfbfb 100%); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#fbfbfb)); 
		background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fbfbfb 100%); 
		background: -o-linear-gradient(top,  #e9e9e9 0%,#fbfbfb 100%); 
		background: -ms-linear-gradient(top,  #e9e9e9 0%,#fbfbfb 100%);
		background: linear-gradient(to bottom,  #e9e9e9 0%,#fbfbfb 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fbfbfb',GradientType=0 ); 
}*/
div.absolute{
    position:absolute;
    top:-40px;
}
div.add_comment .bubble{
    background: #dadada;
    font-size:14px;
    box-shadow:0 2px 1px #a4a8a8;
    position:relative;
    border-radius:10px;
    width:260px;
    padding:15px;
}

div.add_comment .bubble .angle{
    position:absolute;
    width:28px;
    height:21px;
    background: url("img/bubble_angle.png") no-repeat scroll center top transparent;
    bottom:-21px;
    right:20px;
}

.bold{
    font-weight:bold;
}

#conf-comments{
    width:640px;
}

.print a{
    display:block;
    color:#fff;
    width:100px;
    background:none repeat scroll 0 0 rgba(27, 78, 155, 0.65);
    padding:5px 10px;
}
.comment ol li{
    list-style:decimal inside none;
}
.comment ul li{
    list-style:disc inside none;
}
.flags a{
    display:inline-block;
    width:30px;
    height:20px;
    background: url("images/translate_flags.png") no-repeat;
    border-radius:3px;
    margin-left: 4px;
}
.flags a.ru{
    background-position:0 0;
}
.flags a.en{
    background-position:0 -21px;
}
.flags a.de{
    background-position:0 -63px;

}
.flags a.fr{
    background-position:0 -42px;
}
.flags a.ita{
    background-position:0 -84px;
}
html .oferta p{
    background:none !important;
}
.oferta{
    margin:20px 0;
    font-size:14px;
}
.dogovor{
    font-size:16px;
    margin-bottom:15px;
}
.dogovor a{
    display:inline;
    font-size:16px;
}
a:focus{
    outline:medium none;
}
input[type='submit']:disabled{
    opacity:0.5;
}


