/* CSS Document */

.CityInfosTitle { 
  color: #E73800;
  text-align: left;
  font-size: 22px;
  margin-left: 10px;
}

.cityInfos {
	font-size: 10px;
	color: black;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.cityInfos ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
	clear: both;
}

.cityInfos ul li{
	display: block;
	width: 29%;
	height: 6em;
	float: left;
	margin: 0 5px 15px 0;
}

.cityInfos .cityInfosTitle {
  margin-bottom: 10px;
  clear: none;
  font-size: 14px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  padding: 3px 0 3px 16px;
  background: transparent url(/images/skin4/content/h2-arrow.jpg) 0 4px no-repeat;
  text-align: left;
  font-size: 14px;
}
.cityInfos .cityInfosName {
  font-size: 12px;
  font-weight: bold;
  color: #127DC9;
}

.cleaner {
	clear: both;
}

