﻿body 
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 13px;
}
.container
{
	overflow: hidden;
}
#header
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 5px;
}
#header img 
{
	height: 13px;
	border: none;
}
#header a#showAll
{
	float: right;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
ul,li 
{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.listUL
{
	float: left;
}
ul.listUL:last-child:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
ul.listUL li
{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #eee;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	line-height: 1.5em;
	position: relative;
	overflow:hidden;
}
ul.listUL li:hover
{
	color: #aaa;
	text-decoration: none;
}
ul.listUL li .adLogo
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 10px;
}
ul.listUL li span.adTitle 
{
	color: #222;
	font-weight: bold;
}
ul.listUL li span.adCityDivider 
{
	color: #aaa;
}
ul.listUL li span.adCity
{
	color: #aaa;
}
ul.listUL li span.adCity
{
	font-size: 0.8em;
}
span.adCity 
{
	display:block;
}
span.adCityDivider 
{
	display:none;
}