/* CSS Document */

.searchResultTable .col {
	width: 320px;
	float: left;
	padding: 5px 10px;
	padding-right: 0;
	padding-left: 5px;
}

.searchResultTable .clearer {
	clear: both;
}


#main_content .searchResultTable .col ul li{
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}

#main_content .searchResultTable .col ul {
	margin: 0;
	padding: 0;
}

.searchResultTable .colFirst {
	width: 90px;
}

.searchResultTable .colSecond {
	width: 240px;
}

.searchResultTable .label {
	font-style: italic;
}


td.selectCategory {
	text-align: right;
	padding-right: 10px;
}


#main_content .tx-locator-pi1 .treeview .tx-mhtreeview li {
	width: 300px;
	background: #ffffff;
}

#main_content .tx-locator-pi1 .treeview .tx-mhtreeview li a {
	width: 280px;
	background-color: white;
	padding-left: 20px;
}

.tx-locator-pi1 .treeview .tx_mhtreeview-node .selectedCategory {
	
	background: none;
	background: #fff url("../images/selectedCountry.png") no-repeat;
	padding-left: 20px;
}

