.content-left { float:left; width:75% }
.cm-text { font-size:14px; font-weight:300; color:#656565; line-height:25px; margin-bottom:10px }
.cm-text-left { float:left; width:49% }
.cm-text-right { float:right; width:49% }
.cm-text b,
.cm-text strong { font-weight:500 }
.cm-text a { color:#656565; text-decoration:none }
.cm-text a:hover { color:#85a6d1; text-decoration:none }
.cm-text h1 { font-size:24px; font-weight:300; color:#85a6d1; text-transform:uppercase }
.cm-text ul { list-style-type:none; padding:0 }
.cm-text li { background:url('images/pkt.gif') left 9px no-repeat; padding-left:16px }

.content-right { float:right; width:23% }
.cm-right { font-size:13px; font-weight:400; color:#85a6d1 }
.cm-right h1 { font-size:24px; font-weight:700; color:#656565 }
.cm-right b,
.cm-right strong { font-size:14px; fong-weight:700; color:#656565 }
.cm-right a {
	display:inline-block; width:auto; height:29px; background:url('images/button-bg.gif') right center no-repeat #fff; padding:0 36px 0 12px;
	border:1px solid #848484; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	line-height:29px; font-size:13px; font-weight:400; color:#85a6d1; text-decoration:none;
}
.cm-right a:hover { color:#85a6d1; text-decoration:none }
.cm-right hr { line-height:2px; height:2px; border:0; font-size:2px; color:#d6d6d6; background-color:#d6d6d6; width:70px; display:inline-block }

@media(max-width:1024px){
	.content-left { float:none; width:100% }
	.content-right { float:none; width:100% }
}
@media(max-width:640px){
	.cm-text-left { float:none; width:100% }
	.cm-text-right { float:none; width:100% }
}