#cont_main {
	width: 100%;
	min-height: 100px;
	margin-top: 45px;
	margin-bottom: 45px;
	text-align: center;
}
#cont_container {
	width: 950px;
	min-height: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.cont_line {
	width: 950px;
	height: 5px;
	background: #5FAAE5;
	margin-right: auto;
	margin-left: auto;
}
#cont_label {
	float: right;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: #5FAAE5;
	color: #FFF;
	font-size: 12px;
}
#cont_corner {
	float: right;
	height: 20px;
	width: 3px;
	background: url('/resources/images/interface/cont_corner.gif') no-repeat;
}
#cont_descr {
	float: left;
	width: 500px;
	margin-top: 8px;
	margin-left: 10px;
}
#cont_left {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
#cont_right {
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	text-align: center;
}
.cont_column_300 {
	float: left;
	width: 260px;
	margin-right: 40px;
}
.cont_features_table {
	margin: 10px 0px 15px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 600px;
}
.cont_features_td_left {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 7px 20px 7px 10px;
}
.cont_features_td_right {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 7px 10px 7px 20px;
	text-align: right;
}
.cont_half {
	float: left;
	width: 440px;
	margin: 25px 20px 5px 10px;	
}
a.cont_link {
	font-size: 13px;
	color: #369;
	margin-top: 5px;
	margin-bottom: 7px;
}
.cont_short_text {
	width: 320px;
	float: left;
}
.cont_short_pict {
	width: 100px;
	margin-left: 10px;
	float: right;
}
