/*
СТРАНИЦА КОНТАКТЫ
*/

/*На странице контакты вывод конткатной информации о нас*/
#block_infomap
{
overflow:hidden;
margin-bottom:40px
}
#block_infomap .info
{
width:200px;
float:left;
margin-right:10px
}
#block_infomap .info > div
{
margin-bottom:12px
}
#block_infomap #leftcol
{
color:#666
}
#block_infomap h4
{
background:url('../img/contact_sprite.png') no-repeat 0 0;
margin:0 0 10px 0;
border:none;
padding:0 0 0 18px;
font-size:15px;
}

.timework
{
margin-bottom:12px
}
.timework h4
{
background-position:0px -14px !important;
height:25px;
line-height:25px
}
.timework ul li
{
padding-left:19px
}
.address address
{
font-style:normal;
padding-left:19px
}
.address h4
{
background-position:0px 6px !important;
height:25px;
line-height:25px
}
.tel h4
{
background-position:0px -53px !important;
height:25px;
line-height:25px
}
.tel p
{
padding-left:19px
}
.email h4
{
background-position:0px -34px !important;
height:25px;
line-height:25px
}
.email p
{
padding-left:19px
}
.email a{
text-decoration: underline; 
color: #454545 !important;
}

#block_infomap .map
{
width:400px;
float:left;
height:350px
}



/*На странице контакты блок формы обратной связи*/
#block_feedback h3 + div
{
font:inherit;
margin-bottom:30px
}


#block_feedback .block_form_left
{
width:250px;
float:left;
overflow:hidden;
margin-right:20px
}
#block_feedback .block_form_right
{
width:340px;
float:left;
overflow:hidden
}
#block_feedback .wrap_elem
{
margin-bottom:10px
}
#block_feedback .block_form_left input
{
width:250px
}
#block_feedback .block_form_left input,#block_feedback .block_form_left textarea
{
padding:3px;
background:#FAFAFA;
border:1px solid #999
}
#block_feedback .block_form_right textarea
{
width:340px;
height:140px;
padding:3px;
background:#FAFAFA;
border:1px solid #999
}

#block_feedback .block_form_agreement
{
font-size:10px;	
color:#454545;
}


#block_feedback input[type="button"],#block_feedback input[type="reset"]
{
cursor:pointer;
display:inline-block;
color:#FFF;
width:100px;
text-align:center;
padding:8px 15px;
border:none;
font-size:14px;
margin:0 15px 20px 0; 
}
#block_feedback input[type="button"]{
background-color:#828282;
}

#block_feedback input[type="reset"]{
background-color:#9e9e9e;
}