/* list */
ul.data {
	padding: 0.3em 0 0;
	margin:0 0 0.8em 1em;
	position:relative;
	left:1.5em;
	color: #a6a6a6;
	font-size: 95%;
	list-style: none;
	list-style-image: none;
}
p + ul.data, p + ol.data {
	margin-top:-0.5em;
}
ol.data {
	margin-bottom:0.8em;
}
ul.data li {
	padding-left:0;
	text-indent:-1.3em;
	margin:0 0 0.6em 0;
}
ul.data li:before {
	content: '\2014';
	margin-right: 0.25em;
}


/* line */
.about .it .image {
	float: left;
	padding-right: 20px;
}
.about .line {
	margin: 20px 0;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
	background: #d9d9d9;
}
.about .line2 {
	margin: 20px 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: #d9d9d9;
}

/* categories */
.categories .it {
	float: left;
	padding: 20px 0;
	width: 50%;
}
.categories .it .image {
	float: left;
	padding-right: 20px;
}
.categories .it h3 {
	margin-bottom: 10px;
	font-size: 110%;
	color: #205f82;
}
.categories .line {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: #d9d9d9;
}

/* contacts */
.contacts p {
	margin-bottom: 20px;
}

/* policy */
.policy p {
	margin-bottom: 10px;
}
.policy .line {
	margin: 20px 0;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
	background: #d9d9d9;
}
.policy .section .title {
	font-size: 150%;
	color: #333;
	font-weight: bold;
}

.policy .section .cont {
	padding: 20px 0 15px 17px;
}
.policy .section .cont strong {
	color: #333;
}
.policy .section div.title + p {
	margin-top: 10px;
}

/* usefull_links */
.usefull_links p {
	margin-bottom: 15px;
}
.usefull_links p.sec {
	margin: 0 0 10px 20px;
}

/* mac_how */
.mac_how .info .cat {
	display: block;
	float: left;
	color: #333;
}
.mac_how .image {
	float: left;
}
.mac_how .info {
	margin-left: 140px;
	font-size: 109%;
	line-height: 29px;
}
.mac_how .info .tag {
	margin: -4px 0 0 80px;
}
.mac_how .info .tag img {
	margin: -5px 0 -7px;
	width: 26px;
	height: 24px;
	background: url(../img/sprite-icons.png) no-repeat 0 -24px;
}
.mac_how .info .plus {
	margin: 0 0 0 80px;
	color: #8a3838;
}
.mac_how .info .plus img {
	margin: -5px 0;
	width: 24px;
	height: 21px;
	background: url(../img/sprite-icons.png) no-repeat 0 0;
}
.mac_how .info .by {
	margin: 0 0 0 80px;
	color: #808080;
}
.mac_how .descr {
	clear: both;
	padding-top: 10px;
}
.mac_how .descr li {
	margin: 0 0 5px;
}
.mac_how .descr strong {
	color: #333;
}

