/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
img, div, input { behavior: url("../iepngfix.htc") }
html {
	font-size: 100%;
}
body { margin: 0; padding: 0; font-family:"trebuchet MS", Verdana; font-size:12px; color:#444; text-align:justify; }



#wrapheader { margin:0px 0px 0px 12px;
	min-height: 120px;
	height: auto !important;
	height: 120px;

/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre { width:auto;
	margin: 15px 25px 5px 0px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	width:auto;
	margin:0px 0px 0px 12px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar { width:auto;
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { width:auto; margin:0px 0px 0px 0px; }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0px 0px 12px;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px ;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #ffF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #A9B8C2;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}
.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row2 {
	background-color: #fdbde3;
	padding: 4px;
}

.row3 {
	background-color: #dcdcdc;
	padding: 4px;
}
.row4 {
	background-color: #FFFFFF;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/*---------------------------------------------------------Layout total----------------------------------------------------------*/
#page-container { position:relative; width:100%; height:auto; margin:0px; padding:0; }
#wrapper {  width:999px; height:auto; margin:0 auto; padding:0;}
/*----------------------------------------------------------header----------------------------------------*/



  
 
#top-header{ position:relative; background: url('../imageset/top-header-bg.jpg') no-repeat left top;  width:990px; height:153px; margin:0px 0 0 0; padding:0; display:block; clear:both;}
#header_down{ width:999px; height:88px; float: left; margin:0px; padding:0px; position:relative; float: left; top:65px; }
#header_down_left { width:844px; height:88px; float:left; background: url('../imageset/minx_animate.gif') no-repeat left bottom;}
#header_down_right { width:130px; height:88px; float:left; background-color:#FFFFFF; background: url('../imageset/minx_logo.jpg') no-repeat left bottom;}

/*------------------------------logo--------------------------------*/

   
 #logo { position:relative; background: url('../imageset/logo.gif') no-repeat top left; width:312px; height:88px; padding:0; margin:30px 0 0 50px; float:left; }
 
 /*--------------------Login box------------------------------*/ 

#login{width:400px; height:50px; float:right; margin:80px 0px 0px 0; padding:0px; display:inline;}

#login p{ line-height:25px;}

#login a{ font-family:"trebuchet MS", Verdana; font-weight:bold;  font-size:14px; text-decoration:none;  color:#fff; padding:0px; margin:0px; text-align:left;}

#login a:hover{  color:#000;}

#login .text-field{ width:140px; height:20px; color:black; background:#FFFFFF; border:1px solid #993399; margin:0px;}
#login .login-btn{ background:url('../imageset/login_but_bg.gif') no-repeat top left; width:44px; height:21px; color:black; border:none; margin:0 0 0 10px;}
#login .div1{float:left; width:150px; height:auto; margin:0 15px 0 0;}
#login .div2{float:left; width:200px; height:auto; margin:0 15px 0 0; position:relative; top:-3px;}

/*--------------------Search box------------------------------*/ 
#search-box{width:370px; height:50px; float:right; margin:50px 0px 0px 0; padding:0px; display:inline;}
#search-box .remember{ font-family:"trebuchet MS", Verdana; font-weight:bold;  font-size:13px; text-decoration:none;  color:#000; padding:0px 0px 0px 0px; margin:0px; text-align:left;}
#search-box .text-field{ width:200px; height:20px; color:black; background:#FFFFFF; border:1px solid #993399; margin:0px;}
#search-box .go-btn{ background:url('../imageset/login_but_bg.gif') no-repeat top left; width:44px; height:21px; color:black; border:none; margin:0px;}
/*--------------------menu------------------------------*/ 
#new-menu {background: url(../imageset/button-menu-bg.gif) no-repeat top left; width: 990px; height: 35px; margin: 0; padding: 0; }
#new-home-menu {width:430px; height: 35px; margin: 0; padding: 0; float:right; }
#innermenu { float:left; width:980px; height:31px; background-color:#000000; }
.glowingtabs{
float:left;
width:99%;
font-size: 12px;
line-height:normal;
background:none;
margin:0px;
}
.glowingtabs ul { float:right; margin:0px; padding:0px;  list-style:none; }
.glowingtabs li { float:left; margin:0px; padding:0px;  padding:4px 0px 4px 0px; height:31px; display:inline;}
.glowingtabs li a:link, .glowingtabs li a:visited { float:left; padding:0px 8px 0px 8px; color:#FFFFFF; font-size:16px; line-height:27px; text-decoration:none; font-weight:normal;  }
.glowingtabs li a:hover { float:left; padding:0px 8px 0px 8px; color:#d6238b; font-size:16px; line-height:27px; text-decoration:none; font-weight:normal; background-color:#FFFFFF;  }




/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_d{
position: absolute;
top: 0;
border: 1px solid #35322d;/*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}
.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #666666;
background:#CCCCCC;
 /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#000;
}
* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
color:#fff;
}




/*--------------------button menu------------------------------*/ 

#btn-menu{width:980px; height:33px; float:left; clear:both; margin:0px; padding:0px; background:#3a3732;}

#btn-menu ul{ list-style:none; line-height:normal; margin:0px; padding:0px; float:right;}

#btn-menu li{ display:inline; margin:0; padding:0; background:transparent url('../imageset/button-bg.gif') no-repeat scroll 10px 9px;}


#btn-menu a{ font-family:"trebuchet MS", Verdana; font-weight:bold; font-size:14px;text-decoration:none; color:#fff; float:left; display:block; padding:10px 0px 0px 0px; margin:0; text-align:center; width:87px;
height:13px;}

#btn-menu a:hover{ color:#eabc00;}
/*---------------------Menu--------------------------------*/

#menu {width: 980px; height: 32px; margin: 0; padding: 0; background:#35322d;}
#menu ul { margin: 0; padding: 0; list-style: none; float:right;}
#menu li {display: inline;}
#menu a { display: block; float: left; height: 22px; width:87px; margin: 0 1px 0 0;	padding: 10px 0px 0 0px; text-align:center;
	border: none; text-decoration: none; font-size: 12px; background: url('../imageset/button-bg2.gif') no-repeat top left;
	 font-weight: bold; color: #FFFFFF;}
#menu a:hover {	background: url('../imageset/button-bg2.gif') no-repeat top left; color:#eab500;}
#menu .select {	background: url('../imageset/button-bg2.gif') no-repeat top left; color:#eab500;}

/*--------------------fotter------------------------------*/
#newfot{width:990px; height:100px; background:url(../imageset/fotter-bg-new.gif) no-repeat top left; clear:both; margin:0 auto; padding:10px 0 0 0; text-align:center; color:#747373;}
#newfot a{ color:#dbb01c; text-decoration:none;}
#newfot a:hover{ color:#c7a11f; text-decoration: underline;}

/*--------------------content------------------------------*/ 
#content { width:968px; min-height:400px; margin:0; padding:0; float:left; clear:both; border-left:6px #000000 solid;  border-right:6px #000000 solid;}
 
/*--------------------Sign up------------------------------*/ 

#sign-up { position:relative; background:url('../imageset/sign-up-bg.gif') no-repeat left top; width:377px; height:539px; margin:0px 0 0 20px; padding:0; float:left; font-family:Verdana, Arial, Helvetica, sans-serif; color:333; font-weight:bold; font-size:12px; }

#sign-up div{margin:10px 0 0 0px; padding:0px;  width:370px;}
#sign-up p{ text-align:right;}


#sign-up table{margin:50px 0 0 0px; padding:0px; border:0px;}

#sign-up h1{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#fed626; font-weight:bold; font-size:20px; padding:0 0 0 90px;}
#sign-up .white{ color:#070707; font-size:12px;padding:10px 85px 10px 0px;}
#sign-up .yellow{ color:#fed626;}


#sign-up .input_pad{ margin:0 0 0 10px; background:#FFFFFF;}
#sign-up .input_pad1{ margin:0 0 0 2px; padding:0px; background:#FFFFFF;}
#sign-up .input_pad2{ margin:0 0 0 10px; background:#FFFFFF; width:150PX;}
#sign-up .pad{ padding:0 50px 10px 0px;}
#sign-up .pad1{ padding:0 5px 0 0px;}
#sign-up .pad2{ margin:0 135px 10px 0}
#sign-up .pad3{ margin:10px 137px 0px 0}
#sign-up .pad4{ margin:10px 20px 10px 0px; font-size:10px;}
#sign-up .pad5{ margin:0 130px 10px 0}
#sign-up .pad6{ padding:0 50px 5px 0px;}
#sign-up .pad-captcha{ padding:0 67px 5px 0px;}
#sign-up select{ width:60px; font-size:11px;}
#sign-up .btn{ background:url('../imageset/sign-up-btn.gif') no-repeat left top; width:61px; height:20px; color:#ff0000; text-align:center; border:none; font-weight:bold; font-size:11px;}


#sign-up .btn-new{ background:url('../imageset/sign-up-btn.gif') no-repeat left top; width:61px; height:20px; color:#000; text-align:center; border:none; font-weight:bold; font-size:11px; position:relative; top:-25px;}


/*--------------------welcome------------------------------*/ 

#welcome{ width:400px;margin:10px 0px 0 0px; float:right;}
#welcome .heading{font-family: "Trajan Pro", "Trebuchet MS", Verdana; font-size:25px; color:#11100f; font-weight:bold;}
#welcome .gen_text{font-family:Verdana,Arial, Helvetica, sans-serif; font-weight:bold; color:#5f5f5f; font-size:13px;}


#welcome-queen-wrapper{width:554px; height:322px; margin:0px 0px 0 0px; float:right;}
#welcome-queen{ width:475px; height:280px; margin:24px 0 0 40px; 
padding:0;}

/*--------------------left part------------------------------*/ 
#leftpart{width:201px; float:left; min-height:500px;}
#leftnav{width:201px; float:right; height:auto;}
#leftnav-top{ background: #484848; height:auto; float:left; }
#leftnav-bottom{background:url(../imageset/leftnavibot.gif) no-repeat top left; clear:both; height:25px;}
#my-queen { width:201px; height:auto; text-align:center; margin:0px; float:left; }
#my-queen .text{font:'Trajan Pro',Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; font-weight:bold; text-decoration:none; color:#000; padding:0px; margin:0; text-align:center;}
#my-queen .queen-name{font: Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:16px; font-weight:bold; text-decoration:none; color:#f7ce0f; padding:0px; margin:0; text-align:center; line-height:30px;}
#my-queen .queen-name-new{font: Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:16px; font-weight:bold; text-decoration:none; color:#12f3cb; padding:0px; margin:0; text-align:center; line-height:30px;}
#leftnav .toppad1{margin:50px;}
#queen-main-links {background:#484848; width:201px;margin:0px 0px 0px 0px; padding:0px 0px 30px 0px; color:#c5c1c1; float:right;}
#queen-main-links ul {padding:0px; margin:0px; list-style:none;}
#queen-main-links li {margin-bottom: 0px; background: url(../imageset/minxnew_leftmenu_back.jpg) repeat left top; border-bottom:1px #484848 solid; }
#queen-main-links a{font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:11px; color:#ffffff;	padding:0 0 0px 50px;}
#queen-main-links a:hover{text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#fdd414;}			
#queen-main-links .select{font-family:Verdana, Arial, Helvetica, sans-serif;	font-weight:bold;text-decoration:none;font-size:11px; color:#fdd414;	padding:0 0 0px 50px;}

#queen-remain-links{background:#ef5ccf url(../imageset/minxnew_leftdown.jpg) no-repeat left bottom; width:201px; margin:0px 0px 0px 0px; padding:0px 0px 30px 0px; color:#c5c1c1; float:right;}
#queen-remain-links ul {padding:0px; margin:0px; list-style:none;}
#queen-remain-links li {margin-bottom: 1px;}
#queen-remain-links a{font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:11px; color:#ffffff;	padding:0 0 0px 50px;}
#queen-remain-links a:hover{text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#fdd414;}			
#queen-remain-links .select{font-family:Verdana, Arial, Helvetica, sans-serif;	font-weight:bold;text-decoration:none;font-size:11px; color:#fdd414;	padding:0 0 0px 50px;}


#not-login-links{background:#484848 url(../imageset/minxnew_leftdown.jpg) no-repeat right bottom; height:450px; width:201px;margin:0px; padding:0px 0px 30px 0px; color:#c5c1c1; float:right;}
#not-login-links ul {padding:0px; margin:0px; list-style:none;}
#not-login-links li {margin-bottom: 1px; background: url(../imageset/minxnew_leftmenu_back.jpg) repeat-y top left;}
#not-login-links a{font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:11px; color:#fff;	padding:0 0 0px 50px;}
#not-login-links a:hover{text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#fdd414;}			
#not-login-links .select{font-family:Verdana, Arial, Helvetica, sans-serif;	font-weight:bold;text-decoration:none;font-size:11px; color:#fdd414;	padding:0 0 0px 50px;}



#serch-box{ width:180px; height:auto; text-align:center; margin:0px 0px 0px 0px; position:relative; left:15px; float:left; }
#serch-box .heading{text-align: left; font-size:14px; font-weight:bold; color:#f8e300;}
#serch-box .radio{ position:relative; top:2px;}
#serch-box .name-txt{font-size:12px; font-weight:bold; color:#fff; padding:0 0 0px 0;}
#serch-box .go-btn{ background:url(../siteimage/go-btn.gif) no-repeat top left; width:43px; height:19px; color:#fff; border:none; margin:0px; padding:0 0 3px 0; font-weight:bold; position:relative; top:1px;}




/*--------------------right part------------------------------*/ 					
#rightpart{width:742px; float:right; min-height:100px;  position:relative; top:-4px; right:19px;}	
#rightpart-forum-wrapper{width:735px; float:right; min-height:100px; margin:10px 7px 0 0 !important; margin:0 4px 0 0;}	

#profilemenu{ position:relative; width:742px; height:28px; background:url('../imageset/menubg.gif') repeat-x; float:right;}

#profilemenu ul {margin: 0;	padding: 0;	list-style: none;float:left; width:700px;}

#profilemenu li {display: inline;}

#profilemenu a {display: block;	float: left; height: 22px;	width:auto;	margin: 0 30px 0 0;	padding: 7px 0px 0 0px;
	text-align:center;	border: none; text-decoration: none;font-size: 12px; font-weight: bold;color: #fdd414;}
#profilemenu .select{	margin: 0 30px 0 50px;}

#profilemenu .over a{color:#fff;}	

#profilemenu a:hover {color:#fdd414;}

#add_banner{ float:right; width:201px; height:auto; margin:0px 0 0 0;}
#add_header{float:right; background:url(../imageset/advertise_header.gif) no-repeat center top; width:200px; height:29px; margin:0px; clear:both;}
#add_body{width:198px; height:auto; margin:0px; padding:0px; border-top:1px solid #9933FF; border-left:1px solid #9933FF; border-bottom:1px solid #9933FF;border-right:1px solid #9933FF; clear:both; float:right;}
#add_banner .add{ width:100px; height:100px; position:relative; left:50px; margin:10px 0px;}
#add_banner .br_line{  position:relative; left:10px;}
#add_banner_title{ text-align:center; margin:5px 0 0 0; color:#fff; font-weight:bold;}

/*------------------ footer style -----------------------*/
.footer { float:left; width:960px; padding:0px 10px 10px 10px; margin:0px; background-color:#000000; }
.footerdiv { float:left; width:320px; padding:10px 0px 0px 0px; font-size:12px; color:#FFFFFF; }
.footerdiv1 { float:left; width:320px; padding:10px 0px 0px 0px; font-size:12px; color:#FFFFFF; text-align:right }
.font1 { float:left; line-height:14px;}
.font1 a:link, .font1 a:visited, .footerdiv1 a:link, .footerdiv1 a:visited { text-decoration:none; color:#d10c80; font-size:12px; }
.font2 a:link, .font2 a:visited { text-decoration:none; color:#FFFFFF; }
.font2 a:hover { text-decoration:none; color:#d10c80; }
.font3 { text-align:right;}
.footerdown { float:left; width:980px; height:25px; }
