h2 {
	font-size:16px;
}
p {
	padding-bottom: 50px;
}
#content {
	padding-top: 24px;
}
#text {
	width: 460px;
	padding: 24px;
	float: left;
	min-height: 520px;
}
#text img{
	border: 5px solid white;
	margin-right: 16px; 
	margin-top: 2px; 
}
#buttonsbar {
	width: 100%;
	height: 100px;
	background-image: url('/assets/images/buttons_bg.png');
	clear: both;
}
#buttonsbar img{
	padding: 24px;
}
#othercases a img {
	margin-right: 16px;
	border: 3px solid white;	
}
#othercases a:hover img{
	border: 3px solid #d6d6d6;
}
#checks {
	float: right;
	width: 350px;
	margin-top: 24px;
}
#checks ul{
	padding: 32px;
	list-style-image: url('/assets/images/greentick.png');
}
#checks ul li {
	color: #bbb;
	vertical-align: middle;
	font-size: 14px;
}
.kader  td{
	width: 30%;
	vertical-align: top;
	font-size: 11px;
	color: #888;
}
.kader a {
	float: right;
	bottom: 0px;
}
.kader li a {
	float: left;
}
.kader ul {
	list-style: none;
}