div.complexList {
	margin-bottom: 10px;
}

div.complexList div.header {
}

div.complexList div.header h2 {
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

div.complexList div.header p {
	font-size: 1.2em;
}

div.complexList div.header p a:link, div.complexList div.header p a:visited {
	color: #275D9B;
}

div.complexList div.header p a:hover, div.complexList div.header p a:active {
	text-decoration: none;
}

div.complexList ul {
	padding: 10px;
	list-style: none;
}

div.complexList ul li {
	float: left;
	width: 100px;
	display: inline;
	margin-right: 15px;
}

div.complexList ul li img {
	display: block;
	margin-bottom: 10px;
}

div.complexList ul li h4 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

div.complexList ul li h4 a:link, div.complexList ul li h4 a:visited {
	color: #275D9B;
}

div.complexList ul li h4 a:hover, div.complexList ul li h4 a:active {
	text-decoration: none;
}

div.complexList ul li p.offer {
	font-size: 1.1em;
	background-color: #910101;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
}


/* TRADE DIRECTORY */

div.complexList td
{
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	padding: 10px;
	vertical-align: top;
}

div.complexList table
{
	margin-left: auto;
	margin-right:auto;
}

div.complexList table tr td img {
	margin-bottom: 5px;
}

div.complexList table tr td h4 {
	font-size: 1.2em;
}

div.complexList table tr td h4 a:link, div.complexList table tr td h4 a:visited {
	color: #0785D2;
}

div.complexList table tr td h4 a:hover, div.complexList table tr td h4 a:active {
	text-decoration: none;
}
