/***************** RESET CSS ***************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
/**********************************************/

/*** BODY ***/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	background: #303030 url(images/page_bg.gif) repeat-x;
	color: #000000;
}

a:link, a:visited{
	color:#FFBF00;
}
/*** //BODY ***/

/*** container ***/
#container {
	width: 960px;
	margin-left: auto ;
	margin-right: auto ;
	background: #333333;
}

#container_btm{
	background: transparent url(images/container_bottom.png) no-repeat;
	background-position: -4px;
	height: 19px;
	width: 960px;
	margin-left: auto ;
	margin-right: auto ;	
}
/*** /container ***/

/*** TOP BAR ***/
#header {
	width: 100%;
	height: 80px;
	background: transparent url(images/header_bg.gif) repeat-x;
	color: #000000;
}

#header a{
	color: white;
	text-decoration:none;
}

#header a:hover{
	color: #c20d0d;
}

#header_logo{
	float: left;
}

#header_right{
	float: right;
	height: 80px;
	padding-right: 7px;
}

/*** Language menu ***/
#header_menu_lang {
	color: white;
	font-size: 8pt;
	margin-top: 4px;
	text-align: right;
}

#header_menu_lang .active {
	color: #c20d0d;
}
/*** /Language menu ***/

#header_menu_members {
	position: relative;
	text-align: right;
	margin-top: 43px;
	color: #ffffff;
	font-size: 8pt;
	font-weight:bold;
	text-align: right;
}

#fslogo {
	margin-left: 8px;
}
/*** /TOP BAR ***/

/*** NAVBAR ***/
#navbar{
	height: 30px;
	background: #bf0d0d url(images/navbar_bg.gif) repeat-x;
	margin-top: 5px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
}

#navbar_l {
	float: left;
}

#navbar_r {
	float: right;
	vertical-align: middle;
	padding-top: 5px;
}

/***** Main menu *****/
ul#mainmenu{
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 600px;
}

ul.menu li{
	display:inline-block;
	float:left;
}

ul#mainmenu li{
	padding-right: 15px;
}

ul#mainmenu li a{
	text-decoration:none;
	font-weight:bold;
	font-size: 8pt;
	color: white;
	display:block;
	padding: 0px 10px 0px 10px;
}

ul#mainmenu li a:hover{
	color: #e0e0e0;
	background-color: #bf0d0d;
}
/***** //Main menu *****/

#div_menu_genres{
	display: none;
}

/** Genres Menu ***/
ul.dynmenu{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 200px;
}

ul.dynmenu li{	
	display: block;
	padding: 0px;
}

ul.dynmenu li a{
	background: #ff8200;
	color: white;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	display:block;
	font-size: 8pt;
}

ul.dynmenu li a:hover{
	background-color: #bf0d0d;
	color: #e0e0e0;
}
/** /Genres menu **/

#nav_form_search #f_search{
	border: 0px;
	width: 300px;
	height: 14px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	display:block;
	float: right;
	outline: none;
	border-right: 1px solid #e5e5e5;
	padding: 2px;
}

#nav_form_search button{
	width: 16px;
	height: 18px;
	background: #ffffff url(images/search_icon.gif) no-repeat;
	border: 0px;
	display:block;
	float: right;
	left: 0px;
	cursor: pointer;
	padding: 0px;
}

#nav_form_search span{
	display: none;
}
/*** //NAVBAR ***/

#main {
	height: 500px;
	background: #000000;
	margin: 10px 10px 0px 10px;
	padding: 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

html > body div#main {
	height:auto;
	min-height:500px;
}

#main_content {
	position: relative;
	float: left;
	width: 625px;
	color: #ffffff;
}

#main_sidebar {
	position: relative;
	float: left;
	width: 275px;
	margin-top: 46px;
	margin-left: 15px;
	text-align: center;
}

#clear {
	clear: both;
}

#footer {
	width: 960px;
	margin-left: auto ;
	margin-right: auto ;
	color: #ffffff;
	margin-top: 10px;
	font-size: 8pt;
	padding-bottom: 20px;
	height: 70px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #c20d0d;
}

#footer_l {
	float: left;
	width: 300px;
}

#footer_l  .bb_icon{
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 15px;
}

#footer_r {
	float: right;
	line-height: 32px;
}

img#bluebug {
	vertical-align: middle;
}

/********** PAGING *****/
div.fs_paging{
	margin-top: 30px;
	color:#ffffff;
	font-weight:bold;
	font-size: 8pt;
	text-align: center;
	margin-bottom: 20px;
}

div.fs_paging .active{
	padding:2px 5px 2px 5px;
	margin:0px 2px 0px 2px;
	border:1px solid #c20d0d;
	background:#c20d0d;
	color:#ffffff;
}

div.fs_paging a{
	padding:2px 5px 2px 5px;
	margin:0px 2px 0px 2px;
	border:1px solid #ffffff;
	background:#000000;
	color:#ffffff;
	text-decoration:none;
}

div.fs_paging a:hover{
	border:1px solid #666666;
	background:#666666;
	color:#ffffff;
	text-decoration:none;
}
/********** / PAGING *****/


/********** system messages *****/
.sys_notice{
	border: 1px solid #edd403;
	color: #000000;
	padding: 20px 10px 20px 70px;
	background: #f5fb99 url(images/ic_info_48.png) no-repeat scroll 10px center;
	height: auto;
	min-height: 30px;
	margin-bottom: 20px;
}

.sys_error{
	border: 1px solid #ed0000;
	color: #ed0000;
	padding: 20px 10px 20px 70px;
	background: #f5fb99 url(images/ic_error_48.png) no-repeat scroll 10px center;
	height: auto;
	min-height: 30px;
	margin-bottom: 20px;
}

.sys_confirmation{
	border: 1px solid #76C83F;
	color: #76C83F;
	padding: 20px 10px 20px 70px;
	background: #f5fb99 url(images/ic_confirm_48.png) no-repeat scroll 10px center;
	height: auto;
	min-height: 30px;
	margin-bottom: 20px;
}
/********** /system messages *****/


/********** SITE CONTENT *****/
h1{
	color: #FF8200;
	font-size: 16pt;
	margin-bottom: 20px;
}

.small_text{
	font-size: 8pt;
}

form label{
	display: inline-block;
	width: 160px;
}

form p{
	margin-bottom: 5px;
}

form .error{
	margin-left: 20px;
	color: #ff5555;
}

form input.inError{
	background-color: #ff5555;
}

form.fsFrm input{
	width: 200px;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.inBtn{
	color:#ffffff;
	background: #ff9831 url(/ui/images/button_bg.gif) repeat-x;
	border: 1px solid #fab000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:700;
	height:auto;
	margin-bottom:12px;
	padding:5px 5px 3px;
	width:auto;
}

form.fsFrm button{
	margin-top: 20px;
	margin-left: 6px;
}


div.settings{
	margin-top: 10px;
	margin-bottom: 20px;
}

div.settings .line1{
	border-bottom: 1px solid #666666;
	padding-bottom: 2px;
}

div.settings .option_link{
	float: right;
	font-size: 8pt;
}

div.settings .option_label{
	float: none;
	font-size: 14pt;
}

div.settings .line2{
	padding-top: 2px;
	font-size: 8pt;
}

div.settings .line3{
	display:none;
	margin-top: 10px;
}

.close_form{
	display:none;
}

/********** /SITE CONTENT *****/

/******* RIGHT COL *********/
#rc_singles{
	width: 275px;
	text-align: left;
	color: white;
	margin-bottom: 20px;
	padding-left: 15px;
}
/******* /RIGHT COL *********/