/*  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;
}

html {
	font-size: 100.1%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma;
	color: #444444;
	background: #d9d9d9 url("./images/backs.gif") 50% 0 repeat-y;
	font-size: 12px; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	line-height: 18px;
}

#wrapcentre, #wrapheader, #wrapfooter {
   padding: 0 20px;
   width: 960px;
   min-width: 960px;
   margin: 0 auto;
   background-color: #FFFFFF;
}
#wrapheader{
 padding:0;
}
                   
#wrapheader a{
 text-decoration: none;
}
#wrapfooter {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #CFCFCF;
}

#logodesc {
	margin-top: -250px;
	margin-bottom: 130px;
    padding: 10px 0 0 0;
	position: relative; 
}

#menubar {
	xmargin: 0px -20px;
	margin-top: 110px;
    margin-left: -20px;
	margin-right: -20px;
	background-color: #efeff0;
	height: 73px;
	padding: 33px 30px 0 30px;
	font-weight: bold;
	zoom: 1;
	position: relative;
}

.logo_fr {
    height: 128px;
    width: 366px;
    background: url('./images/logo_forum.gif') 50% 50% no-repeat;
    position: absolute;
    top: -13px;
    left: -26px;
    display: block;
    
} 

#menubar a{
text-decoration:none;
}

.b-logo {
    position: absolute;
    z-index: 100;
}

#datebar {
	margin: 10px 25px 0 25px;
	padding: 0 5px 0 5px;
}

#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 { }
#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 0;
	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.1em;
	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;
}

.genmed a{
 text-decoration:none !important; 
}

.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: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	padding: 10px 4px;
	text-align: left;
	
}

.forum-shapka2 th {
    border: 0;
    border-spacing: 0;
}
.forum-shapka {      
	background: #fff url('./images/cellpic3.gif') 50% 50% no-repeat;
}
.forum-shapka th {      
	background: #fff url('./images/cellpic3.gif') 50% 50% no-repeat;
}
.forum-shapka th.forum-shapka_first {      
	background: #fff url('./images/cellpic3.gif') 0 50% no-repeat;
}

.forum-shapka th.forum-shapka_last {      
	background: #fff url('./images/cellpic3.gif') 100% 50% no-repeat;
}

.forum-shapka2 .forum-shapka_first2 {
    padding: 0px 0 0px 50px;
    background: #fff url('./images/cellpic3.gif') 0 50% no-repeat;
}

.forum-shapka2 .forum-shapka_last2 {
    padding: 10px 4px;
    background: #fff url('./images/cellpic3.gif') 100% 50% no-repeat;
}

.lp20{
 padding-left:90px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
	font-size: 11px;
}

.tablebg {
	background-color: #FFFFFF;
}
.tablebg1 {
	background-color: #FFFFFF;
	border-bottom:1px #c6c6c6 solid;
}
.tablebg2 * {
	xfont-size: 11px;
}

.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	padding-left:90px;
	/*background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');*/
	text-indent: 4px;
} 

.cat table{
    width:100%;
}

.cat-title {              
	background:#fff url('./images/cellpic1.gif') 50% 50% no-repeat;
}

.cat-title_first {      
	background: #fff url('./images/cellpic1.gif') 0 50% no-repeat;
}

.cat-title_last {      
	background: #fff url('./images/cellpic1.gif') 100% 50% no-repeat;
}
.cat-title a:link, a:active, a:visited {
	color: #7f7f7f;
	text-decoration: none;
}

.cat-title a:hover {
	color: #ff6600;
	text-decoration: none;
}
.row1 {
	/*background-color: #FFFFFF;*/
	padding: 10px 4px;
	border-bottom:1px #c6c6c6 solid;
}

.row2 {
	/*background-color: #FFFFFF;*/
	padding: 4px;
	border-bottom:1px #c6c6c6 solid;
}

.row5 {
	background-color: #EDEDED;
	padding: 4px;
	border-bottom:1px #c6c6c6 solid;
}
.row3 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row4 {
	background-color: #FFFFFF;
	padding: 0px;
}

.spacer {
	background-color: #DFDFDF;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #DFDFDF;
	color: #DFDFDF;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link, a:active, a:visited {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

a.forumlink {
	color: #ff6600;
	font-weight: bold;
	font-size: 14px;
}


a.forumlink:link, a.forumlink:active, a.forumlink:visited {
	text-decoration: underline;
}

a.forumlink:hover {
	color: #ff6600;
	text-decoration: none;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 1em;
}

/*a.topictitle:visited {
	color: #444444;
	text-decoration: none;
}*/

a.topictitleread {
	color: #444444;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

 a:hover {
	text-decoration: none;
}


/* 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 #444444;
	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 #CFCFCF;
	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 #CFCFCF;
	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: Verdana, Helvetica, sans-serif;
	background-color: #F4F0E7;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	/*background: #F4F0E7 url('./images/go.gif') 0 0 no-repeat;*/
	border: 1px solid #CFCFCF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	/*width:34px;
	height:22px;*/
}  
.btnlitego {
	font-weight: normal;
	background: #F4F0E7 url('./images/go.gif') 0 0 no-repeat;
	border: 0px solid #CFCFCF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	width:34px;
	height:22px;
}

.btnfile {
	font-weight: normal;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DFDFDF;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DCDCDC;
	color: #333333;
	background-color: #DCDCDC;
	font-size: 1em;
	font-weight: bold;
}

.quotecontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #DCDCDC;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.90em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #3C5D90;
}

.attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #FFD4B2;
	color: #333333;
	background-color: #FFD4B2;
	font-size: 0.85em;
	font-weight: bold;
}


.attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #FFD4B2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;

}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CFCFCF;
	color: #333333;
	background-color: #CFCFCF;
	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: #CFCFCF;
	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: #CFCFCF;
}

.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;
}
.logo_forum {
    height: 129px;
    width: 366px;
    background:url('./images/logo_forum.gif') 50% 50% no-repeat;
    top: -13px;
    left: -26px;
    position: absolute;
    display: block;
} 
#search-box{
text-align:right;
margin-top:0px;
padding: 0px 20px 5px;
background:url('./images/search_bg.gif') 100% 0 no-repeat;
}  
#search-box input{
font-size: 12px;
color:#999999;
border-color:#80929f;

}
.button2{
border:0;
background:url('./images/search_button.gif') 100% 0 no-repeat;
width:35px;
height:22px;
}
/*---b-header---------------------*/

.b-header {
	height: 110px;
	position: relative;
	
}

.b-header .logo {
    position: absolute;
	top: 9px;
	left: 20px;
}	

.b-header .phone {
	padding: 0 0 0 2em;
	position: absolute;
	top: 17px;
	right: 0px;
	font-weight: bold;
	font-size: 1.2em;
	background: url(/images/phone.gif) 0 0 no-repeat;
}
.b-header .people {
  font-weight:bold;
  padding:0.1em 0;
  position:absolute;
  right:147px;
  top:73px;
}
.b-livebox {
    margin-left: 210px;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 1;
}
.b-header .people a:link, 
.b-header .people a:active, 
.b-header .people a:visited, 
.b-header .people a:hover {
	color: #000;
}

.b-header2 .people {
    right:70px;
}
/*---b-menu-top---------------------*/
/*--
.b-menu-top {
	position: absolute;
	top: 63px;
	left: 190px;
	background: url(./images/menu-top.li.bg.gif) 0 1em no-repeat;
}
.b-menu-top ol, ul {list-style: none;}

.b-menu-top ul {
	float: left;
    background: url(./images/menu-top.ul.bg.gif) 100% 1em no-repeat;
    margin-left:0;
}

.b-menu-top li {
    margin-right: -1px;
    float: left;
	position: relative;
	background: url(./images/menu-top.li.bg.gif) 100% 1em no-repeat;
}

.b-menu-top li a:link, 
.b-menu-top li a:active, 
.b-menu-top li a:visited, 
.b-menu-top a:hover,
.b-menu-top li ins {
	padding: 1em 1em 0.75em 2em;
	display: block;
	text-transform: uppercase;
	color: #000000;
	background: url(./images/menu-top.bg1.gif) 0 1em no-repeat;
	cursor:default;
}

.b-menu-top li a:hover, 
.b-menu-top li.on a:link, 
.b-menu-top li.on a:active, 
.b-menu-top li.on a:visited,
.b-menu-top li.on ins {
	background: #ff7547 url(./images/menu-top.bg2.gif) 0.75em 1.4em no-repeat;
	text-decoration: none;
	color: #fff;
	cursor:default;
}

.b-menu-top li.on li a:hover, 
.b-menu-top li.on li a:link, 
.b-menu-top li.on li a:active, 
.b-menu-top li.on li a:visited {
	padding-top: 0;
	padding-bottom: 0;
	background: url(./images/menu-top.bg3.gif) 1.1em 0.4em no-repeat;
	text-transform: none;
	text-decoration: underline;
	color: #ffffff;
	position: relative;
	cursor: hand;
	cursor: pointer;
}

.b-menu-top li.on li a:hover {
  text-decoration: none;
	color: #fdf402;	
}

.b-menu-top li.on {
	background: url(./images/b-menu-top.ul.bg.png) 0 0 no-repeat;
}

.b-menu-top li ul {
	display: none;
	overflow: hidden;
	z-index: 200;
}

.b-menu-top li.on ul {
	position: absolute;
	width: 16.5em;
	display: block;
	z-index: 100;
}

.b-menu-top li li, .b-menu-top li li.on {
	padding-bottom: 1.1em;
	float: none;
	width: 100%;
	background: url(./images/b-menu-top.ul.bg.png) 0 0 no-repeat;
	position: static;
}

.b-menu-top li li.first {
    padding-top: 0.8em;
}

.b-menu-top li.last {
    background: none;
}


.b-menu-top ul, .b-menu-top li, .b-menu-top p {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}

.b-menu-top {
	position: absolute;
	top: 63px;
	left: 190px;
	background: url(/images/menu-top.li.bg.gif) 0 1em no-repeat;
	z-index: 50;
}

.b-menu-top ul, .b-menu-top li {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

.b-menu-top ul {
	float: left;
    background: url(/images/menu-top.ul.bg.gif) 100% 1em no-repeat;
}

.b-menu-top li {
    margin-right: -1px;
    float: left;
	position: relative;
	background: url(/images/menu-top.li.bg.gif) 100% 1em no-repeat;
}

.b-menu-top li a:link, 
.b-menu-top li a:active, 
.b-menu-top li a:visited, 
.b-menu-top a:hover,
.b-menu-top li ins {
	padding: 1em 1em 0.75em 2em;
	display: block;
	text-transform: uppercase;
	color: #000000;
	background: url(/images/menu-top.bg1.gif) 0 1em no-repeat;
	cursor:default;
}

.b-menu-top li a:hover, 
.b-menu-top li.on a:link, 
.b-menu-top li.on a:active, 
.b-menu-top li.on a:visited,
.b-menu-top li.on ins {
	background: #ff7547 url(/images/menu-top.bg2.gif) 0.75em 1.4em no-repeat;
	text-decoration: none;
	color: #fff;
	cursor:default;
}

.b-menu-top li.on li a:hover, 
.b-menu-top li.on li a:link, 
.b-menu-top li.on li a:active, 
.b-menu-top li.on li a:visited {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	background: url(/images/menu-top.bg3.gif) 1.1em 0.7em no-repeat;
	text-transform: none;
	xtext-decoration: underline;
	color: #ffffff;
	position: relative;
	cursor: hand;
	cursor: pointer;
}

.b-menu-top li.on li a:hover {
    background-color: #ff4001; 
    text-decoration: none;
}

.b-menu-top li.on li a:link span, 
.b-menu-top li.on li a:active span, 
.b-menu-top li.on li a:visited span {
    text-decoration: underline;
    font-size: 1.08em;
}

.b-menu-top li.on li a:hover span {
    text-decoration: none;
} 

.b-menu-top li.on li a:hover p, 
.b-menu-top li.on li a:link p, 
.b-menu-top li.on li a:active p, 
.b-menu-top li.on li a:visited p {
    margin-top: 0.2em;
    font-size: 0.83em;
    xletter-spacing: 0.1em;
}

.b-menu-top li.on {
	background: #ff7547 url(/images/b-me22nu-top.ul.bg.png) 0 0 no-repeat;
}

.b-menu-top li ul {
	display: none;
	overflow: hidden;
}

.b-menu-top li.on ul {
	padding-bottom: 0.7em;
    position: absolute;
	width: 20em;
	display: block;
	z-index: 100;
	background: #ff7547; 
}

.b-menu-top li li, .b-menu-top li li.on {
	padding-bottom: 0;
    float: none;
	width: 100%;
	background: #ff7547 url(/images/b-me22nu-top.ul.bg.png) 0 0 no-repeat;
	position: static;
}

.b-menu-top li li.first {
    padding-top: 0.8em;
}

.b-menu-top li.last {
    background: none;
}

.b-menu-top li li {
	_margin: 0;
	_overflow: hidden;
	zoom: 1;
	_background: none;
    _background-color: #ff7547;
    _position: relative;
    _z-index: 100;
}

.b-menu-top li li.on {
	_background: none;
}
.b-menu-top li.on li a:hover, 
.b-menu-top li.on li a:link, 
.b-menu-top li.on li a:active, 
.b-menu-top li.on li a:visited {zoom: 1;}     */

/*---b-menu-top 2---------------------*/
.b-menu-top2 ul {
    list-style: none;
}
.b-menu-top2 ul, .b-menu-top2 li {
    margin: 0;
    padding: 0;
}
.b-menu-top2 {
	position: absolute;
	top: 60px;
	right: 25px;
	z-index: 1;
}
.b-menu-top2 .u1 {
    padding-left: 10px;
    font-size: 0;
}
.b-menu-top2 .on .u1 {
	background: url(/images/menu-sprite.png) 0 0 no-repeat;
}
.b-menu-top2 .u2 {
    height: 10px;
	font-size: 0;
}
.b-menu-top2 .on .u2 {
	background: url(/images/menu-sprite.png) 0 10px no-repeat;
}
.b-menu-top2 .u3 {
    height: 10px;
    font-size: 0;
}
.b-menu-top2 .on .u3 {
	background: url(/images/menu-sprite.png) -10px -10px no-repeat;
}
.b-menu-top2 .u4 {
    padding-left: 10px;
    font-size: 0;    
}
.b-menu-top2 .on .u4 {
	background: url(/images/menu-sprite.png) 0px -10px no-repeat;
}
.b-menu-top2 .on .mid {
	background: url(/images/menu-sprite.png) -130px 0px no-repeat;
}
.b-menu-top2 .mid2 {
	padding-left: 5px;
	padding-right: 5px;
}
.b-menu-top2 .title {
    width: 120px;
    height: 18px;
    overflow: hidden;
    font-size: 1.2em;
    text-align: center;

}
.b-menu-top2 li {
    position: relative;
    float: left;
}
.b-menu-top2 .on {           
    background-color: #f1f1f1;
    position: relative;
    z-index: 1;
}
.b-menu-top2 a:link,
.b-menu-top2 a:active, 
.b-menu-top2 a:visited, 
.b-menu-top2 a:hover {
	color: #666666;
	display: block;
	text-decoration: none;
	zoom: 1;
}
.b-menu-top2 a.on:link,
.b-menu-top2 a.on:active, 
.b-menu-top2 a.on:visited, 
.b-menu-top2 a.on:hover {
    zoom: 1;
}
.b-menu-top2 ul li {
    position: relative;
    z-index: 49;
}
.b-menu-top2 ul ul li {
    z-index: 50;   
}
.b-menu-top2 ul ul {
    padding-bottom: 10px; 
    position: absolute;
    top: 28px;
    left: 2px;
    display: none;
}
.b-menu-top2 li.on li .mid {
    background: none;
}
.b-menu-top2 li.on li .mid2 {
    background: none;
}
/*-- hover*/
.b-menu-top2 li:hover,
.b-menu-top2 .active {
    background-color: #fff;
    position:relative;
}
.b-menu-top2 li:hover .u1,
.b-menu-top2 .active .u1 {
	background: url(/images/menu-sprite.png) 0 -20px no-repeat;
}
.b-menu-top2 li:hover .u3,
.b-menu-top2 .active .u3 {
    margin-bottom: -2px;
	background: #fff;
	position:relative;
	z-index: 100;
}
.b-menu-top2 li:hover .u4,
.b-menu-top2 .active .u4 {
    padding-left: 5px;
    padding-right: 5px;
	background: #fff;
}
.b-menu-top2 li:hover .mid,
.b-menu-top2 .active .mid {
	background: url(/images/menu-sprite.png) -130px -20px no-repeat;
}                                                                   
/*-- \hover*/
/*-- sub items*/ 
.b-menu-top2 li:hover li,
.b-menu-top2 .active li {
    background: url("/images/menu-sprite.png") -500px 0px repeat-y;    
}
.b-menu-top2 .active .first, .b-menu-top2 .active .last {
    font-size: 0;
    float: none;    
}
.b-menu-top2 .active .last {
    position: absolute;
    _position: relative;
    height: 10px;
    bottom: 0px;
    width: 100%;
    background: url("/images/menu-sprite.png") -264px -10px no-repeat;
}
.b-menu-top2 .active .first {
    height: 10px;  
    background: url("/images/menu-sprite.png") transparent -264px 0px no-repeat;
}
.b-menu-top2 .active li a {
    display: block;
    background-color: #fff; 
    padding: 10px 0 10px 20px; 
    margin-left: -2px;
    width: 200px;
    _width: 220px;
    text-align: left;
    font-size: 1.167em;
    zoom: 1;
}
.b-menu-top2 .active li:hover a {
    background-color: #e7f0f5;
    cursor: pointer;
    color: #068bcd;
} 
/*-- \sub items*/

/*---b-rama---------------------*/

.b-rama {
text-align:left;
}
.b-rama .u1 {
	padding-left: 5px;
	background: url(./images/u1.gif) 0 0 no-repeat;
	font-size: 0;
}

.b-rama .u2 {
	background: url(./images/u2.gif) 100% 0 no-repeat;
	height: 5px;
	font-size: 0;
}

.b-rama .u3 {
	background: url(./images/u3.gif) 100% 0 no-repeat;
	height: 5px;
	font-size: 0;
}

.b-rama .u4 {
	padding-left: 5px;
	background: url(./images/u4.gif) 0 0 no-repeat;
	font-size: 0;
}

.b-rama .mid {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
    /*------------------------*/
	.b-rama-footer {
      line-height:15px;
        font-size: 10px;
	    background: #f4f4f4 url(./images/bg.rama.foot.gif) 0 0 repeat-x;
	    color: #999999; 
    }
    
	.b-rama-footer .mid { 
        padding-top: 1.36em;
	    padding-left: 1.36em;
	    position: relative;
    }
    .b-rama-footer a:link, .b-rama-footer a:active, .b-rama-footer a:visited, .b-rama-footer a:hover {
	    color: #999999;
    }
    .b-rama-footer .menu {
        padding-bottom: 1.36em;	
    }

    .b-rama-footer .menu span {
	    padding-left: 0.3em;
	    padding-right: 0.3em;
    }

    .b-rama-footer ins {
	    position: absolute;
	    top: 5px;
	    right: 10px;
    }

    .b-rama-footer ins img {
	    margin-left: 1em;
    }
    
    /*------------------------*/
    
.page_line a{
  margin-right: 2px;
  padding: 3px 5px;
  font-size:11px;
  color:#666666;
  text-decoration:none;
  border: 1px solid #cccccc;
}

.page_line .page_sel {
  margin-right: 2px;
  padding: 3px 5px; 
  font-size:11px;
  color:#fff;
  background-color:#ff6600;
  border: 1px solid #ff6600;
}

.page_line .page-sep {
  display: none;
}   

.page_line a.page_noborder {
    padding: 3px 3px;
    border: 0;
} 



.button-b{
border:0; 
background: transparent url('./images/bold.gif') 0 0 no-repeat; 
width: 34px; 
height:22px;
} 
.button-i{
border:0; 
background: transparent url('./images/italic.gif') 0 0 no-repeat; 
width: 34px; 
height:22px;
}    
.button-u{
border:0; 
background: transparent url('./images/underlined.gif') 0 0 no-repeat; 
width: 34px; 
height:22px;
}     
.button-q{
border:0; 
background: transparent url('./images/quote.gif') 0 0 no-repeat; 
width: 54px; 
height:22px;
}        
.button-c{
border:0; 
background: transparent url('./images/code.gif') 0 0 no-repeat; 
width: 54px; 
height:22px;
}        
.button-li{
border:0; 
background: transparent url('./images/list.gif') 0 0 no-repeat; 
width: 54px; 
height:22px;
}                    
.button-o{
border:0; 
background: transparent url('./images/list_equal.gif') 0 0 no-repeat; 
width: 54px; 
height:22px;
}                   
.button-img{
border:0; 
background: transparent url('./images/img.gif') 0 0 no-repeat; 
width: 54px; 
height:22px;
}                       
.button-url{
border:0; 
background: transparent url('./images/url.gif') 0 0 no-repeat; 
width: 54px; 
height:22px;
}

.preview{      
border:0;                
width: 88px; 
height:25px;
background: transparent url('./images/prewiew.gif') 0 0 no-repeat;
} 
.submit{  
border:0;                      
width: 88px; 
height:25px;
background: transparent url('./images/submit.gif') 0 0 no-repeat;
}   
.addfile{    
border:0;                   
width: 120px; 
height:22px;
background: transparent url('./images/add_attachment.gif') 0 0 no-repeat;
}

.clear-row td{
  height:10px;
}

.in-login{
  border:1px solid #80929f;
}

.btnlogin{
 width:94px;
 height:24px; 
  background: transparent url('./images/log-in.gif') 0 0 no-repeat;
  border:0;
  margin:0;
 
}

ul.profile-icons li.thanks-icon	{ width: {IMG_THANKPOSTS_WIDTH}px; height: {IMG_THANKPOSTS_HEIGHT}px; background-image: url("{T_THEME_PATH}/images/icon_thanks.gif"); }
ul.profile-icons li.removethanks-icon	{ width: {IMG_REMOVETHANKS_WIDTH}px; height: {IMG_REMOVETHANKS_HEIGHT}px; background-image: url("{T_THEME_PATH}/images/icon_thanks.gif");}

.icon-thanks, .icon-thanks_toplist, {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-thanks					{ background-image: url("{T_THEME_PATH}/images/icon_thanks.gif"); }
.icon-thanks_toplist			{ background-image: url("{T_THEME_PATH}/images/icon_thanks_toplist.gif"); }

.thanks-icon, .thanks-icon a		{ background-image: url("{T_THEME_PATH}/images/icon_thanks.gif"); }
.removethanks-icon, .removethanks-icon a	{ background-image: url("{T_THEME_PATH}/images/icon_thanks.gif"); }


