@import url(reset.css);


/* * * * * START: MAIN STUFF * * * * */
html, body {
	background: #E8E9EA;
}
body {
	margin: 32px 0 32px 28px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 17px;
	color: #555;
}
#wrapper {
	width: 990px;
}
#header {
	height: 23px;
	width: 240px;
	border-bottom: 1px solid #BBB;
	margin: 0 0 10px 0;
	background: #FFF;
	text-transform: uppercase;
}
#header a {
	padding: 4px 0 2px 15px;
	text-decoration: none;
	display: block;
	color: #656565;
}
#header a:hover {
	color: #656565;	
}
#header a span.blk {
	color: #000;
}
#header a:hover span.blk {
	color: #000;
}
a {
	color: #656565;
}
a:hover {
	color: #262327;
}
/* * * * * END: MAIN STUFF * * * * */


/* * * * * START: LEFT COL GENERAL * * * * */
#leftcol {
	float: left;
	width: 240px;
	margin: 0 10px 0 0;
	overflow: auto;
}
#leftcol h2 {
	text-transform:uppercase;
	margin: 0 0 10px 0;
}
#leftcol h1 {
	color: #262327;
	text-transform:uppercase;
}
/* * * * * END: LEFT COL GENERAL * * * * */


/* * * * * START: NAVIGATION * * * * */
#navigation {
	width: 210px;
	padding: 10px 15px 10px 15px;
	height: auto !important;	
	background: #FFF;
	display: none;
}
#navigation ul li {
	padding: 0 0 0 12px;
	background: url(../media/nav_icon.gif) no-repeat;
}
#navigation ul li a {
	text-decoration: none;
	color: #656565 !important;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #262327;
}
#navigation h1 a.sectionTitle {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}
.ui-widget-overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.ui-accordion .ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	margin-top: 1px; 
	zoom: 1; 
}
.ui-accordion .ui-accordion-li-fix { 
	display: inline; 
}
.ui-accordion .ui-accordion-header-active { 
	border-bottom: 0 !important; 
}
.ui-accordion .ui-accordion-header a { 
	display: block; 
}
.ui-accordion .ui-accordion-content { 
	border-top: 0; 
	margin-top: -2px; 
	position: relative; 
	top: 1px; 
	margin-bottom: 2px; 
	overflow: auto; 
	display: none; 
}
.ui-accordion .ui-accordion-content-active { 
	display: block; 
}
/* * * * * END: NAVIGATION * * * * */


/* * * * * START: CONTENT * * * * */
#content {
	width: 210px;
	padding: 10px 15px 10px 15px;
	height: 439px;
	background: #FFF;
	overflow: auto;
}
#content #closeBtn {
	float: right;
}
#content #closeBtn a {
	text-decoration: none;
}
#content h1 {
	margin: 0 0 10px 0;
}
#content p {
	margin: 0 0 10px 0;
}
#content a {
	color: #656565;
}
#content a:hover {
	color: #262327;
}
#content strong, #content b, #info strong, #info b {
	font-weight: bold;
}
/* * * * * END: CONTENT * * * * */


/* * * * * START: THUMBS * * * * */
#thumbs {
	width: 210px;
	height: 136px;
	border-top: 1px solid #BBB;
	padding: 15px 15px;
	background: #FFF;
}
#thumbs table td {
/*	background: url(../media/bg_thumbs.gif) no-repeat;
*/	height: 63px;
	padding: 0 0 0 1px;
}
#thumbs table td.split {
	background: none;
	height: 10px;
}
#thumbs table td img {
	border: 1px solid #BBB;
}
#thumbs table td img.active {
	opacity: .35;
	filter: alpha(opacity=35);
}
/* * * * * END: THUMBS * * * * */


/* * * * * START: INFO * * * * */
#info {
	float: left;
	width: 708px !important;
	border: 1px solid #BBB; /* BBB */	
	background: #FFF;
	padding: 10px 15px 10px 15px;
	height: 470px;
	overflow: auto;
}
/* * * * * END: INFO * * * * */


/* * * * * START: IMAGES * * * * */
#rightcol {
	float: left;
	width: auto;
	border: 1px solid #BBB;	
}

/* * * * * END: IMAGES * * * * */


/* * * * * START: FIX * * * * */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none; }
/* * * * * END: FIX * * * * */

/* additional reset for Firefox 3 */
a:focus, a:hover, a:active { 
	outline:none;
}