@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
.clearing {
	clear: both;
	height: 0;
}
*:first-child+html .clearing {
	height: 1px;
}
p {
	margin-bottom: 15px;
}
a {color: #339FE3;}
html, body {
	background: #000;
	color: #FFF;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	margin: 40px auto 0;
	width: 988px;
}
#leftPanel {
	background: url('../img/variation_header1.jpg') no-repeat;
	clear: left;
	float: left;
	height: 451px;
	width: 392px;
}
#navigation {
	float: right;
	margin-top: -6px;
}
#mainPanel {
	background: #1A1A1A url('../img/main_panel_bg.jpg') no-repeat;
	clear: right;
	float: right;
	margin-top: 18px;
	padding: 195px 50px 20px;
	position: relative;
	width: 490px;
	height: 100%;
}
#content {
	min-height: 330px;
	padding-bottom: 60px;
	position: relative;
	text-align: justify;
	height: 100%;
}
* html #content {
	height: 330px;
}
h2 {
	border-bottom: 1px #777 solid;
	clear: right;
	color: #339FE3;
	float: left;
	font: 19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 17px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
h3 {
	color: #8B8B8B;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer {
	background: #2D2D2D;
	bottom: 0;
	clear: both;
	color: #BCBCBC;
	height: 50px;
	line-height: 30px;
	left: 0;
	padding: 0 50px;
	position: absolute;
	width: 490px;
}
p.alternate {
	color: #B9B9B9;
}
ul {
	margin-left: 20px;
}
ul.list {
	list-style: none;
	margin-bottom: 15px;
	margin-left: 0;
}
ul.list li {
	background: url('../img/bullet.gif') no-repeat;
	background-position: 10px 6px;
	margin-top: 4px;
	padding-left: 30px;
}
ul.pagination {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul.pagination li {
	clear: none;
	float: left;
}
ul.pagination li a {
	color: #6DA557;
	display: block;
	margin: 0 5px;
}
ul.pagination li span.current {
	color: #FFF;
	display: block;
	margin: 0 5px;
}
ul.pagination li.pagingPrevious a {
	background: url('../img/resultset_previous.gif') no-repeat;
	height: 16px;
	overflow: hidden;
	width: 16px;
	text-indent: -1000em;
}
ul.pagination li.pagingNext a {
	background: url('../img/resultset_next.gif') no-repeat;
	height: 16px;
	width: 16px;
	overflow: hidden;
	text-indent: -1000em;
}
a img {
	border: none;
	padding: 5px;
}
a#flashDownload {
	background: url('../img/badge-flash.gif') no-repeat;
	display: block;
	float: right;
	height: 31px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: -40px;
	text-indent: -1000em;
	width: 110px;
}
* html a#flashDownload {
	margin-right: -20px;
}