* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-size: 12px;
}
th {
	text-align: left;
}

a, span.link {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #007EFF;
}
a:hover {
	color: #FF803D;
	text-decoration: none;
}
a img { 
	border: 0;
}

p {
	margin: 11px 0 11px 0;
}

p.error {
	color: #FF0000;
	font-weight: bold;
}
p.strong {
	font-weight: bold;
}

ul {
	list-style-position: inside;
}

input {
	margin-bottom: 5px;
	margin-top: 3px;
}

#container {
	margin: 20px auto 0 auto;
	width: 964px;
}

#header {
	border-bottom: 2px solid #CDE6FF;
	height: 60px;
	width: 964px;
}

#header .title {
	width: 315px;
	float: left;
}
#header .menu {
	width: 425px;
	float: right;
	text-align: right;
	margin-top: 33px;
}
#header .menu a {
	margin-left: 18px;
}

#adblock {
	width: 100%;
}

#header, #navbar {
	position: absolute;
}

#navbar {
	width: 964px;
	margin: 8px 0 8px 0;
	padding: 8px 0 8px 0;
	border-bottom: 2px solid #CDE6FF;
	top: 100px;
}
#navbar a {
	font-size: 12pt;
	margin: 0 15px 0 15px;
}

#left {
	float: left;
	text-align: left;
	width: 220px;
}

.block {
	margin-bottom: 15px;
}
.block h3 {
	color: #FF803D;
	font-size: 10pt;
	border-bottom: 2px solid #CDE6FF;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.block ul {
	list-style-type: none;
	list-style-position: outside;
}
.block ul li {
	margin-bottom: 2px;
}
.block table {
	width: 100%;
}
.block table td.table_right {
	text-align: right;
}

#content, #left {
	margin-top: 150px;
}

#content {
	float: right;
	text-align: justify;
	margin-left: 28px;
	width: 716px;
}
 
#content h1 {
	color: #FF803D;
	font-size: 10pt;
	border-bottom: 2px solid #CDE6FF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 12px;
	margin: 10px 0 10px 0;
	text-align: left;
}
#content .more {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

#content_full {
	width: 100%;
	text-align: justify;
}
#content_full h1 {
	color: #FF803D;
	font-size: 14pt;
	border-bottom: 2px solid #CDE6FF;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

table.ranked {width:100%;margin-bottom:10px;}
table.ranked th, table.ranked td {padding:0 0 8px 0;}

#content .offer {
	border-bottom: 2px solid #CDE6FF;
	width: 100%;
	text-align: center;
	margin: 3px 0 10px 0;
}
#content .offer h3  {
	color: #FF803D;
	border: none;
	font-size: 10pt;
	text-align: left;
	padding-top: 10px;
	margin: 0 0 10px 0;
}
#content .offer p {
	text-align: justify;
	margin: 10px 0 10px 0;
}

.offers {
	border-bottom: 2px solid #CDE6FF;
	width: 100%;
	text-align: left;
	margin: 3px auto 10px auto;	
}
.offers h2 {
	text-align: left;
	margin: 10px 0 10px 0;
	font-size: 12pt;	
}
.offers span {
	font-size: 12px;
	color: #FF803D;
	display: block;
	float: right;
}

.directory ul {
	margin: 10px 0 10px 0;
}

.directory ul.cat li {
	color: #FF803D;
	font-size: 10pt;
	border-bottom: 2px solid #CDE6FF;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.directory ul.link li {
	list-style: none;
	margin-left: 20px;
	color: #000000;
	font-size: 11px;
	border: 0;
}

.directory li {
	list-style-position: inside;
	margin-bottom: 4px;
}

#footer {
	clear: both;
	border-top: 2px solid #CDE6FF;
	margin: 20px 0 20px 0;
}
