@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(i/bg.gif);
	background-repeat: repeat;
	font-size: 10px;
	color: #CCC;
}
#header {
	height: 37px;
	width: 100%;
	background-image: url(i/header-bar.jpg);
	background-repeat: repeat-x;
}
#header #search {
	height: auto;
	padding-top: 7px;
}
#search a {
	font-size: 12px;
	font-weight: bold;
	color: #06F;
	text-decoration: none;
}
#header #search #searchForm {
	vertical-align: middle;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#header #search input {
	font-weight: bold;
	color: #FFF;
	border: 1px solid #999;
	background-color: #000;
	font-size: 10px;
	vertical-align: middle;
	display: inline;
}
#header #search #searchForm #Search {
	font-weight: bold;
	color: #9F3;
}


/* MAIN CONTENT */
#content {
	width: 1000px;
}


/* START LEFT NAV CSS */
#content #left {
	width: 150px;
	float: left;
	background-color: #000;
}
#content #left #cat {
	margin: 0px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CF3;
}
#content #left #cat h2 {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #000;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #left #cat a {
	color:#CF3;
}


/* START MIDDLE CONTENT CSS */

#content #middle {
	margin-left: 150px;
	margin-right: 600px;
}
/* END MIDDLE CONTENT CSS */


/* START RIGHT CONTENT CSS */

#content #right {
	width: 600px;
	float: right;
	margin-top: 0px;
}
#content #right #nabbr {
	margin-left: 5px;
	background-color: #000;
	width: 100%;
	clear: both;
}
#content #right #lays {
	clear: both;
	float: left;
	width: 100%;
	margin-left: 5px;
}
#content #right #lays #list1 {
	float: right;
	width: 50%;
}
#content #right #lays #list2 {
	float: left;
	width: 50%;
}

#content #right #codes {
	width: 100%;
	margin-left: 5px;
	background-color: #000;
	clear: both;
}
/* END RIGHT CONTENT CSS */


#lay_box {
	padding-left: 5px;
	height: 85px;
	background-image: url(i/lsback.gif);
	margin-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#lay_box #preview {
	vertical-align: text-top;
	float: left;
	padding-top: 5px;
}
#lay_box #lay_details {
	display: inline;
	background-color: #000;
	background-image: url(i/lsback.gif);
	padding-top: 5px;
	margin-top: 5px;
}
#lay_box .laylist_img {
	border: 3px solid #FFF;
	margin-right: 5px;
}
#lay_box h3 {
	margin: 0px;
	padding: 0px;
	color: #CF3;
	font-size: 10px;
}
#btm_bar {
	background:url(i/footer-bar.jpg) repeat-x;
	border-top:1px solid black;
	height:75px;
	bottom:0;
	width:100%;
	z-index:40;
	position:fixed;
	clear:both;
	margin-bottom:15px;
}
#btm_bar,x:-moz-any-link {
	position:fixed;
	overflow:hidden;
}
#btm_bar,x:-moz-any-link,x:default {
	position:fixed;
}
#lay_details {
	height: 100%;
	width: 100%;
	padding: 5px;
}



#lc {
	font-size: 24px;
	font-weight: bold;
	color: #F33;
}
#rorn a {
	font-size: 14px;
	font-weight: bold;
	color: #F33;
	padding: 5px;
}
#rorn {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#head {
	font-size: 12px;
	font-weight: bold;
	color: #F33;
	background-color: #000;
	padding: 5px;
	width: 590px;
	height: 20px;
}
#gap {
	clear: both;
	height: 10px;
}

#content #right #codes #incol1 {
	width: 50%;
	float: right;
	background-color: #000;
	height: 100%;
}
#content #right #codes #incol1 h2 {
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#content #right #codes #incol1 h2 a {
	font-size: 10px;
	color: #CF3;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#content #right #codes #incol2 {
	float: left;
	width: 50%;
	background-color: #000;
	height: 100%;
}
#content #right #codes #incol2 h2 {
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#content #right #codes #incol2 h2 a {
	font-size: 10px;
	color: #CF3;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#clear {
	height: 90px;
	clear: both;
}
#btm_bar #logo {
	float: left;
	margin-right: 30px;
}
#navigation a
{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	
}
#navigation {
	height: 28px;
	margin-top: 23px;
	margin-left: 30px;
}


#navigation a span
{
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: middle;
	padding-top: 9px;
	font-weight: bold;
	font-size: 10px;
	padding-right: 10px;
	color: #88BDD5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #19323D;
	height: 20px;
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
	color: #fff;
	padding-left: 10px
}

#navigation a:hover span
{
	padding-right: 10px
}
#lay_box #views {
	color: #378FFB;
}


#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 28px;
}

#navigation li
{
	float: left;
	margin: 0;
	height: 28px;
	background-image: url(i/bot-nav-mid.gif);
	list-style-image: none;
	list-style-type: none;
} 
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCC;
	text-decoration: none; /* no underline */
	color: #CF3;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #F33;
	color: #F33;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #09F;
	font-weight: bold;
	background-color: #000;
	color: #09F;
	}
	div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666;
	color: #999;
	}
	.catmenu a {
	color: #88BDD5;
	text-decoration: none;
}
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden; /* column 4 background colour */
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%; /* column 3 background colour */
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:21%; /* column 1 background colour */
}
#col1 {
	float:left;
	width:27%;
	position:relative;
	left:71%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:27%;
	position:relative;
	left:72%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:27%;
	position:relative;
	left:73%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:15%;
	position:relative;
	left:74%;
	overflow:hidden;
}

#pages {
	background-color: #333;
	text-align: center;
	padding: 5px;
}#gigya {
	margin-top: 0px;
}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#left { width: 150px; }
#right { width: 600px; margin:0 400; }
#middle { position:relative; }
</style>
<!--[endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#right, #left { padding-top: 30px; }
#content { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<!--[endif]-->
