
div#search,
div.base_index_cont {
}

ul.base_index_list {
	width: 100%;
	margin-bottom: 1.5em;
}

.base_index_list li {
	overflow: hidden;
	width: 100%;
	margin: 1em 0 .5em;
}

.base_index_list img {
	float: left;
	margin: 0.25em 15px 0 0;
	overflow: hidden; /*for FF with no image mode*/
}

.base_index_list h3 {
	font-size: 1.2em;
	margin-bottom: .1em;
}

.base_index_list p {
	font-size: 0.9em;
	margin: 0 0 0.6em 87px;
}

.base_index_list a:active {
	color: #dd4705;
}

.base_index_list a:visited {
	color: #3C3CAB;
}

div.rss_link {
	float: right;
	position: relative;
	z-index: 1;
	padding: 0.1em 0.3em;
	background-color: #f60;
	top:0.7em;
	margin-left:1em;
}

.rss_link a,
.rss_link a:hover {
	color: #fff !important;
}


/*

Country list

*/
.base-country-list {
}

.base-country-list li {
	display: inline;
	float: left;
	margin-right: 5em;
	overflow: visible;	
	width: 43%;
}

.base-country-list li.li-right {
	margin-right: 0;
}

.base-country-list li.clear {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	width: auto;
}