body {
	margin: 0 0 10px 0;
	font-size: 16px;
	padding: 5px 5px 0 5px;
	border: 1px solid #cecece;
}

ul li div {
	overflow: hidden;
	font: 0.688em 'PT Sans', sans-serif;
	line-height: 0.6em;
	margin: 5px 0;
	height: 50px;
}
ul li div img {
	float: left;
	margin-right: 5px;
}
ul {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}
.title {
	font-size: 0.625em;
	text-transform: uppercase;
	background-color: #cc0000;
	font: 0.625em 'PT Sans', sans-serif;
	color: #FFFFFF;
	padding: 5px;
	overflow: hidden;
	clear: both;
	display: inline-block;
	font-weight: bold;
}
a[title] {
	color: #000000;
	text-decoration: underline;
	vertical-align: -8px;
}
/* ------------------------ Горизонтальная таблица ------------------ */

tbody{
	padding: 3px 0 2px 0;
}
td {
	overflow: hidden;
	font: 0.688em 'PT Sans', sans-serif;
	line-height: 0.6em;
	padding: 5px 5px 5px 0;
}
td img {
	float: left;
	margin-right: 5px;
}
table {
	overflow: hidden;
	position: relative;
}