@charset "utf-8";
/* CSS Document */
#locationsBox { 
	margin:36px 0px 0px 4px;
	min-height:230px;
	height:auto!important;
	height:230px;
	width:208px;
}
#locationsBox .locationsBlokTitle{
	cursor:pointer;
	margin-bottom:10px;
}

#locationsBox ul.locationListOS { 
	position:relative;
	color:#1f439b;
	margin:5px 0px 10px 12px;
	clear:both;
	padding: 0px;
}
#locationsBox  ul.locationListOS li.location { 
	width:180px;
	color:#333333;
	padding:0px;
	margin:0px;
	list-style-type:none;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
}
#locationsBox  ul.locationListOS li.location:hover {text-decoration:underline;}

