/*****************  Список турфирм ********************/
table.turfirms
{
}
table.turfirms td
{
	border: 1px #E4E4E4 solid;
	border-width: 0 0 1px 0;
	margin-top: -1px;
}
table.turfirms td.first
{
	background: url(../img/turfirm/bg_1.gif) left center no-repeat;
	width: 70px;
	border-width: 0;
}
table.turfirms td.logo
{
	background: url(../img/turfirm/bg_2.gif) left center no-repeat;
	padding: 10px 16px 10px 32px;
	text-align: center;

}
table.turfirms td.finger
{
	background: url(../img/turfirm/bg_3.gif) left center no-repeat;
	width: 66px;
}
table.turfirms td.last
{
	padding: 5px 5px 5px 32px;
}
span.caption
{
	color: #329632;
	font-size: 12pt;
	font-weight: bold;
}
span.caption
{
	color: #329632;
	font-size: 12pt;
	font-weight: bold;
}
span.caption a
{
	color: #329632;
}

/*****************  Баннер погоды ********************/
div.banner
{
	margin: 0 0 0 25;
	width: 100px;
	height: 100px;
	background: url(http://informer.gismeteo.ru/new/5246-4.GIF);
	border: 0;
}
div#menu
{
	  margin-top: 44px;
}

/*****************  Вопрос/ Ответ ********************/
#questions p
{
    margin-bottom:5px;
}
#questions input, #questions textarea
{
    width: 500px;
}
#questions label
{
    font-size: 10pt;
}
#answers dd
{
	background:#D8F0FF;
	color:#000;
	padding:10px;
}
#answers em
{
    background-color:#FFFF00;
    font-style:normal;
}
#answers dt
{
    padding-top: 10px;
    color:#000;
    font-weight: bold;
}
#answers dt span
{
    font-weight: normal;
    color:#878787;
    
}
.clear
{
    clear:both;
}
#questions div.m
{
    width: 510px;
    float: left;
    
}
#questions #answ
{
    margin-left: 530px;
    valign: top;
}
#questions #answ p
{
    margin-bottom: 2px;
}

