/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: region.css
* Website: 
* Author: Vlada Kobetic
* Description: 

== INDEX: ==================================
_section-detail
============================================

/* _section-detail
==========================================*/
div.section {
	width:220px;
	float:left;
	text-align:left;
	margin:15px 0px 5px 25px;
	_margin:15px 0px 5px 15px;
}
div.section em, div.section h3 {
	padding-left:25px;
}
div.section h3 {
	background:url('img/icon-arrow-blue.png') 3px 7px no-repeat;
	font-size:16px;
	padding-top:4px;
	color:#24476a;
	font-weight:normal;
}
a h3 {
	text-decoration:underline;
}
a:hover h3 {
	text-decoration:none;
}
div.section em {
	display:block;
	height:60px;
	overflow:hidden;
	text-align:left;
	text-decoration:none !important;
	line-height:1.4em;
	font-size:11px;
	font-style:normal;
	color:#393939;
}
