div.contacts {
 	margin-top: 10px;
 	margin-bottom: 5px;
}
div.contacts img {
	display: block;
	border: none;
}
div.contacts div.infoblock {
	color: #7E7E7E;
	font:10px/150% Verdana, sans-serif;
	padding:1px 5px 15px 10px;
}
div.contacts div.infoblock div.phone-code {
	color: gray;
	font-size: 18px;
	text-align: right;
	margin-top: 10px;
	margin-right: 30px;
}
div.contacts div.infoblock div.phone1 {
	color: #079D00;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
div.contacts div.infoblock div.phoneN {
	color: #079D00;
	font-size: 20px;
	text-align: center;
	margin-top:2px;
}
div.contacts div.infoblock img.icqi {
	display: inline;
	vertical-align: middle;
	width: 18px;
}
div.contacts div.infoblock a.icqno {
	color: #313131;
	font-size: 11px;
}
div.contacts div.infoblock a.feedback {
	color: #313131;
	font-size: 11px
}

/***ICQ****/
p.ul-head { margin-bottom:2px; font-weight:bold; }
* html p.ul-head { margin-top:10px; }
ul.icq-contacts {
	list-style-type: none !important;
	float:left;
	clear:both;
	padding-left:20px;
	margin-bottom:10px;
}
* html ul.icq-contacts { margin:0; margin-bottom:10px; }
ul.icq-contacts a{
	float:left;
	cursor:pointer;
}
ul.icq-contacts a span{
	float:left;
	clear:both;
	width:100%;
	margin:3px 0 2px 0;
	text-decoration:underline;
}
ul.icq-contacts a img{
	float:left;
	height:18px;
	width:18px;
	margin:0 2px 0 6px;
}
