/*
	File: index.css
	Created on: 23:57:30, 2009-4-28

	Autor: Alexander Marinov aka ssaki
*/

.index_column { float: left; width: 280px; padding: 10px 10px 15px 10px; background: transparent url('/img/index_foot.png') bottom center no-repeat; }
h3 { width: 270px; height: 23px; color: #ffffff; background: #007234 url('/img/index_head_bkgr.gif') repeat-x; margin: 0; padding: 8px 0 0 10px; font-weight: normal; }
a.index_col_more { display: block; width: 96px; height: 23px; margin: 20px 0 0 184px; background: transparent url('/img/index_link_more.png') no-repeat; }
a.index_col_about { display: block; width: 96px; height: 23px; margin: 20px 0 0 454px; background: transparent url('/img/index_link_about.png') no-repeat; }

a.index_col_more_en { display: block; width: 96px; height: 23px; margin: 20px 0 0 184px; background: transparent url('/img/index_link_more_en.png') no-repeat; }
a.index_col_about_en { display: block; width: 96px; height: 23px; margin: 20px 0 0 454px; background: transparent url('/img/index_link_more_en.png') no-repeat; }

div.col_body { width: 280px; height: 110px; margin-top: 20px; line-height: 150%; overflow: hidden; }
div.index_col_title { width: 280px; height: 50px; padding-top: 20px; color: #0A7452; font-size: 14px; font-weight: bold; }


