div a
{
  font-size: 12px;
}

#content_sites_list
{
	width: 590px;
	margin: 5px;
	text-align: justify;
}

div.content_site_country
{
  width: 590px;
  margin: 2px 0;
  padding: 0px 3px;
  text-align: center;
  color: black;
  /*border: 1px solid black;*/
}

span.content_site_country_name
{
  font-size: 18px;
  font-weight: bold;
}

div.content_site_place
{
  width: 572px;
  margin: 2px 5px;
  padding: 0px 3px;
  text-align: left;
  color: #5f5f5f;
  font-size: 10px;
  /*border: 1px solid black;*/
}

span.content_site_place_name
{
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  margin: -2px;
}

div.content_site
{
  margin: 2px;
}

img.approval
{
  border: 0;
  width: 10px;
  height: 10px;
  margin: 0px 5px 0px 0px;
}

#countries_list
{
  list-style-type: none;
  overflow: visible;
  left: 0px;
  top: 0px;
  width: 140px;
  margin: 10px 0px 0px 5px;
  padding: 0px;
  color: #660000;
  font-weight: bold;
  font-size: 10px;
}

.price_idea
{
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

.price
{
	font-weight: bold;
	font-style: italic;
}

/********************************************/

/*#countries_list a
{
  color: #804000;
  font-weight: bold;
  font-size: 10px;
}

#countries_list a:link, #countries_list a:visited,
#countries_list a:hover, #countries_list a:active
{
  text-decoration: none;
  background-color: transparent;
}*/

.countries_list_item
{
}

div.countries_list_item_block
{
  /*width: 130px;*/
  overflow: visible;
  padding-left: 2px;
  text-align: left;
  white-space: nowrap;
}

img.countries_list_item_icone
{
  margin-right: 5px;
}

/*ul a.countries_list_item_name
{
  color: black;
}*/

a.countries_list_item_selected_name:link, 
a.countries_list_item_selected_name:visited,
a.countries_list_item_selected_name:hover, 
a.countries_list_item_selected_name:active
{
  color: #400000;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
  font-weight: bold;
  background-color: transparent;
}

a.countries_list_item_unselected_name:link, 
a.countries_list_item_unselected_name:visited,
a.countries_list_item_unselected_name:hover, 
a.countries_list_item_unselected_name:active
{
  color: #5f5f5f;/*#4f4f00;*/
  font-size: 10px;
  font-weight: bold;
  background-color: transparent;
}

a.places_list_item_selected_name:link,
a.places_list_item_selected_name:visited,
a.places_list_item_selected_name:hover,
a.places_list_item_selected_name:active
{
  color: #400000;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
  font-weight: normal;
  background-color: transparent;
}

a.places_list_item_unselected_name:link,
a.places_list_item_unselected_name:visited,
a.places_list_item_unselected_name:hover,
a.places_list_item_unselected_name:active
{
  color: #5f5f5f;/*#4f4f00;*/
  font-size: 10px;
  font-weight: normal;
  background-color: transparent;
}

ul.places_list_visible
{
  display: block;
  list-style-type: none;
  left: 5px;
  margin-left: 5px;
  padding: 0px;
  color: #4f4f00;
  font-weight: normal;
  font-size: 10px;
}

ul.places_list_hidden
{
  display: none;
}

.places_list_item
{
  text-align: left;
  color: #0000ff;
}



