/* General page style. The scroll bar colours only visible in IE5.5+ */
* html body {
	padding-top: 0px;
	margin: 0 5%;
}
html, body {
	min-height: 100% !important;
	min-height: auto;
	height: 100%;
	border: none;
}
body {
	font-family:Tahoma, Verdana, Arial;
	margin: 0 5%;
	padding: 0;
	background-image: url(/forum/templates/ClubLexus/images/header/bodyback.jpg);
	background-repeat: repeat-x;
}
li {
	list-style-position:inside;
	padding: 5px;
}
ul, dl {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: none;	
}
ol {
	padding: 0;
	margin: 0;
}
dd {
	padding: 3px;
	text-align: left;
}
dt {
	width: 50%;
	clear:left;
	float: left;
	position: relative;
	text-align: right;
	padding: 3px;
}
td {
	vertical-align:top;
}
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
/* page layout */
.counters {
	float: left;
	position:absolute;
}
.wrapper {
	display: block;
	position: relative;
	min-height: 100%;
	max-width: 1200px;	
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-width: 800px;
	zoom: 1;
	background: #FFFFFF;
}
.page-container {
	position: relative;
	zoom: 1;
	display: block;
	/*	height: 100%;*/
    padding-bottom: 90px;
	background-color: #FFF;
}
.page-container .column-left {
	float: left;
	left: 0;
	height: auto;
	margin-right: 5px;
	position: relative;
	display: inline-block;
}
.page-container .column-right {
	float: right;
	left: 0;
	height: auto;
	position: relative;
	display: inline-block;
}
.column-left {
	display: block;
	position: absolute;
	height: 100%;
	width: 200px;
	left: 0;
	padding: 0;
	margin: 0;
}
.column-right {
	display: block;
	position: absolute;
	height: 100%;
	width: 200px;
	left: 100%;
	padding: 0 5px;
}
.page-content {
	zoom: 1;
	margin: 0;
	margin: 0 5px;
}
.page-content-left {
	margin-left: 205px !important;
}
.page-content-right {
	margin-right: 215px !important;
}
.page-wrapper {
	margin: 5px 5px 5px 0;
}
.page-footer {
	border: none;
	margin: -70px auto 0;
	zoom: 1;
	max-width: 1200px;	
	position: relative;
	z-index: 100;
	clear: both;
}
/* page header */
.page-header {
	background-repeat: repeat-x;
	background-position-x: 5px;
	background-position: top right;
	overflow: hidden;
}
.header-logo {
	float: left; 
	position: relative;
	height:60px;	
	margin-top: -60px;
	overflow:hidden;
}
.topmenu-container {
	padding-top: 60px;
}
.div-header div {
	margin: 0px;
	border: 0px none;
}
.usermenu-container {
	float:right;
	position: relative;
	padding: 0 5px;
	margin: -24px 0 0 0;
	border: 0px;
	overflow:hidden;	
}
.usermenu-container SPAN {
	padding: 0 0 0 7px;
	display: inline-block;
	background-image: url(/forum/templates/ClubLexus/images/header/umenu_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.usermenu-container SPAN SPAN {
	padding: 0 7px 0 0;
	background-image: url(/forum/templates/ClubLexus/images/header/umenu_right.gif);
	background-position:right top !important;
}
.usermenu-container SPAN SPAN SPAN {
	padding: 0px;
	background-image: url(/forum/templates/ClubLexus/images/header/umenu_body.gif);
	background-repeat: repeat-x;
	background-position:right top !important;
}
/* main-menu */
.mainmenu {
	margin : 0;
	padding : 0;
	display : table;
	clear: both;
	width: 100%;
	height: 38px;
	list-style-type:none;
	background-image: url(/forum/templates/ClubLexus/images/mainpage/overall_menu.gif);
	background-color: #292929;
	background-repeat:repeat-x;
	z-index: 999999;
}
.mainmenu li {
	cursor: pointer;
	display : table-cell;
	padding: 12px 10px;
	border-left: 1px solid #333333;
//	display : inline;
//	width:		10%;
//	zoom : 1;
}
.mainmenu li:hover ul, .mainmenu li.ie_hover ul {
	display: block;
	position: absolute;
	width: 200px;
	margin: 0px;
	padding: 26px 0;
	z-index: 999;
}
.mainmenu li:hover, .mainmenu li.ie_hover {
	background-image:url(/forum/templates/ClubLexus/images/mainpage/overall_menu_over.gif);
	background-repeat:repeat;
}
.mainmenu li a {
	font: 10px Tahoma, Verdana, Arial;
	display: block;
	width: 100%;
}
.mainmenu li a, .mainmenu li a:hover, .mainmenu li a:visited, .mainmenu li a:active {
	color: #ffdcbe;
}
.mainmenu li a.selected {
	font-weight:bold;
	color: #FFCC66;
}		
.mainmenu li ul {
	display: none;
}
.mainmenu li ul li {
	background-color:#1a1a25;
	border-left: 10px solid #3A3B3D;
	border-right: 1px solid white; /*resolves a jump problem*/
	margin-left: -10px;
	padding-right: 20px;
	display: block;
	width: 100%;
	float: left;
	z-index: 999;
}
.mainmenu li ul li:hover, .mainmenu li ul li.ie_hover {
	background: #383b42;
	border-left: 10px solid #000000;
	text-decoration: none;
	z-index: 1000;
}

/* footer menu */
.footer-menu {
	border-top: 5px solid #E9E5DA;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display : table;
	width: 100%;
}
.footer-menu LI {
	cursor: pointer;
	display : table-cell;
	padding: 0px 10px;
	white-space: nowrap;
	text-align:center;
//	display : inline;
//	width:		10%;
//	zoom : 1;	
	
}
.footer-menu LI A, .footer-menu LI A:visited, .footer-menu LI A:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: none;
}
.footer-menu LI A:hover {
	text-decoration: underline;
}

/* side-menu */
.sidemenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidemenu LI {
	padding: 10px;
	margin: 2px 0;
	background-color:#666;
}
.sidemenu LI A, .sidemenu LI A:visited, .sidemenu LI A:active {
	font-family:Tahoma, Verdana, Arial;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
.sidemenu LI:hover {
	color:#FFFFFF;
	border-left: #FFFFFF 2px double;
}
a.sidemenu:visited {
	color:#FFFFFF;
}
.sidemenuselected {
	padding-left:5px;
}

/* main index page */
.i-top-div {
	margin: 0px auto;
	padding: 298px 0 0 0;
	background: url(/forum/templates/ClubLexus/images/mainpage/mainpage.jpg) no-repeat;
}
.i-model-div {
	border: thin solid #CCC;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 122px;
	margin: 10px 0 0 -190px;
	padding: 15px 45px 15px 15px;
	visibility: hidden;
	text-align: left;
	background: url(/images/model_bg.png) repeat;
}
.i-model-div h1 {
	margin: 0px;
	padding: 5px 0;
	font-size: 1.2em;
}
.i-model-div a, .i-model-div a:link, .i-model-div a:active, .i-model-div a:visited {
	color: #FFDCBE;
	font-weight: normal;
	text-decoration: none;
}
.i-model-div a:hover {
	text-decoration: underline;
}
.i-model-div UL LI {
	border: 0px none;
	padding: 5px 15px 0;
	font-size: 12px;
	color:#FFF;
}
.i-models-list {
	float: right;
	position:relative;
	list-style:  none;
	text-align:right;
	width: 150px;
	padding: 20px 20px 0 0;
	margin: -300px 0 0 0;
}
.i-models-list LI {
	margin-left: -1px;
	padding: 5px;
}
.i-models-selected {
	background: url(/images/model_bg.png) repeat;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.i-models-selected .i-model-div {
	visibility:visible;
}
.i-top-menu {
	float: left;
	position:relative;
	list-style: none;
	text-align: left;
	margin-left: 80px;
	padding: 0px;
	margin: -210px 0 0 80px;
}
.i-top-menu LI {
	margin: 5px 2px 0px;
	padding: 0px;
	height: 24px;	
}
.i-top-menu LI:hover {
	list-style-position:outside;
	list-style-type:square;
	color:  #7A0509 !important;		
}
.i-top-menu LI A, .i-top-menu LI A:visited, .i-top-menu LI A:active {
	color:#ffdcbe;	
	font-size: 14px;
	font-weight: 600;
}
/*    blocks */
div.block-container {
	font-size: 12px;
	width: 100%;
	overflow:auto;
	margin-bottom: 10px;
}
div.block-container div.block-content {
	margin: 5px;
}
div.block-content-image {
	float: left;
	padding: 0 4px 4px 0;
}
div.block-container div.block-content H2 {
	font-size: 11px;
    font-weight: bold;
	margin :0;
}
div.block-container address {
	font-style:normal;
	text-align: right;
}
div.sale .price {
	font-size: 12px !important;
	color: #632b14 !important;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	display: block;
}

div.top_menu, div.bottom_menu {
	margin-bottom: 0px !important;
}
div.login {
	background-color: #f7f0ea;
}
div.login label {
	text-align: center;
	font-size: 0.8em;
	color:#333;
}
div.login input.submit {
	margin: 3px 10px;
	border: 1px solid #001D2D;
	padding: 3px 20px;
	font-weight: bold;
	font-size: 0.8em;
}
div.login .i {
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
div.login .i label {
	left: 5;
	width: 160px;
	text-align: center;
	position: absolute;
	color: #999999;
	cursor: text;
	padding: 3px;
	font-size: 0.8em;
	z-index: 2;
}
div.login .i input {
	width: 100%;
	text-align: center;
	border: 1px solid #001D2D;
	padding: 1px;
	font-size: 1em;
}
div.login .i-register {
	background-color: #f7f0ea;
	padding: 10px;
	border-top: medium solid #FFF;
}
div.login .i-register p {
	font-size: 0.7em;
	color: #333;
}
div.login .i-register a, div.login .i-register a:visited, div.login .i-register a:active, div.login .i-register a:link {
	font-size: 1em;
	text-decoration: none;
	font-weight:bold;
	color: #632b14;
}
div.login .i-register a:hover {
	text-decoration: underline;
}

div.login .i-profile DT {
	width: 70%;
}


/* menu */

/* main index menu */
.i-footer {
	padding-top: 10px;
	list-style-type: none;
}
.i-footer LI.copyright {
	float: left;
	width: 200px;
}
.i-footer LI.copyright {
	float: left;
	width: 200px;
}
.i-footer LI.site-design {
	float: left;
	width: 200px;
}
.i-footer LI.site-warning {
	text-align: right;
	float: right;
	width: 300px;
}
/* partners block */
.partner-block {
	padding: 3px 0;
	margin: 0;
}
.partner-block .spec {
	background-color: #FEFEEE;
    margin: 2px -5px 0 -5px;
    padding: 2px 5px;
	border: 1px solid #eee;	
}
.partner-block div.partner-title {
	font-size: 0.8em;
}
.partner-block div.partner-label {	
	width: 35px; 
	height: 35px; 
	float: right;
	text-align: center;
	padding-top: 8px;
	background-image: url(/forum/images/address/discount.png);
	background-repeat:no-repeat;
	background-position:center ;
}
.partner-block div.partner-label a{	
	text-decoration: none;
	font-size: 1.3em;
    font-weight: bold;
}
/* end */

.rounded, UL.pagination LI, blockquote.quote {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rounded3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.bodytable {
	border: none;
	width: 780px;
}
h2 {
	padding: 2px 0;	
	margin: 3px 0;
	font-size: 1.2em;
	font-weight: 200;
}
p {
	padding: 0;
	margin: 0
}
td.page_left {
	/* 	background: url(/forum/images/8march_bkg.jpg);  */
	background-position:right;
	background-repeat:no-repeat;
}
/* General font families for common tags */
img {
	border: none
}
font, th, td, p {
	font-family: Tahoma, Verdana, Arial;
}
.tab {
	text-decoration:none;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Tahoma, Verdana, Arial
}
a.tab {
	text-decoration:none;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Tahoma, Verdana, Arial
}
a.tab:link, a.tab:visited, a.tab:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Tahoma, Verdana, Arial
}
.blockheader {
	background-color: #E9E5DA;
	margin: 0;
	padding: 4px 0 3px 3px;
}
.blockheader, .blockheader > a, .blockheader > a:link, .blockheader > a:active, .blockheader > a:visited {
	font-weight:bold;	
	text-decoration:none;
	color: #576069;
	font-size: 14px;
}
a {
	color: #632B14
}
a:link, a:active, a:visited {
	color: #632B14
}
hr {
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px
}
th {
	background-color: #AEAEB0;
	color: #FFFFFF;
	font-size:11px;
	padding-left:15px;
	padding-right: 15px;
	text-align:left;
	vertical-align: middle;
}
.breadcrumbs {
    padding: 0 5px;
}
.breadcrumbs a:after {
    content: '&rsaquo;';
}
/* Main table cell colours and backgrounds */
tbody.expanded {
	border: none;
}
tbody.collapsed {
	display: none;
}
.row1 {
	background-color: #efefef;
}
.row2 {
	background-color: #F3F3F5;
}
.row3 {
	background-color: #F9EEEC;
}
.row4 {
	background-color:#F7F5DF;
}
.rowerror {
	background-color: #FFCCCC;
}
.post-vote-div {
	float:right;
	width: 100px;
	overflow:hidden;
	text-align:right;
	font-size: 12px;
	vertical-align:middle;
}
div.input-div {
	border: 1px solid #333;
	background-color:#FFF;
	padding: 0px;
}
div.input-div TEXTAREA, div.input-div INPUT {
	border: 0px;
	margin: 0px;
	padding: 2px 0;
	font-size: 14px;
}
UL.post-actions {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
UL.post-actions LI {
	float: left;
	padding: 0 10px 0 0;
	margin: 0px;
}
UL.post-actions LI A UL {
	list-style: none;
	display: none;
	position: relative;
}
UL.post-actions LI A:hover UL {
	display: block;
}
.header {
	color: #FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
}
td.header, div.header {
	background-color: #AEAEB0;
	background-image:url(/forum/templates/ClubLexus/images/maintitleside.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:24px;
	vertical-align:bottom;
}
div.header {
	height: auto;
	padding: 5px;
	overflow: hidden;
}
a.header, a.header:visited, a.header:active, a.header:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.header:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
td.header2 {
	background-color: #AEAEB0;
	color: #FFFFFF;
	height:22px;
	vertical-align:middle;
	text-align:left;
	padding-right:5px;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	font-weight:bold;
}
td.content {
	vertical-align:top;
	text-align:left;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom: 5px;
}
.content {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight: normal;
	color:#666666;
}
a.content, a.content:active, a.content:link, a.content:visited {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#444444;
	text-decoration:none;
}
a.content:hover {
	text-decoration: underline;
}
ul.content {
	padding-left: 4px;
	list-style-type:square;
	list-style-image: url(/forum/templates/ClubLexus/images/icon_minipost.gif);
	list-style-position:inside;
}
.sidebar-container {
	padding: 5px 5px 15px;
}
/* General text */
.gen {
	font-size : 14px;
}
.genmed {
	font-size : 12px;
}
blockquote.genmed {
	border-left: 6px solid #98999a;
	padding-left: 30px;
	margin-left: 10px;
}
.gensmall {
	font-size : 10px;
}
.gen, .genmed, .gensmall {
	color:#333333;
}
a.gen, a.genmed, a.gensmall {
	color:#333333;
}
a.gen:visited, a.genmed:visited, a.gensmall:visited {
	color: #333333;
}
.profile {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#333;
}
IMG.profile {
	cursor: pointer;
	cursor: hand;
}
.padded {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:5px;
}
.headertitle, .headertitle a:visited, .headertitle a:active, .headertitle a:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	color:#333333;
}
input.headertitle[disabled] {
	color:#999;
}
a.headertitle, a.headertitle:visited, a.headertitle:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	color:#333333;
}
td.headertitle a:hover, a.headertitle:hover {
	text-decoration:underline;
}
.maintitle {
	font-weight: bolder;
	font-size: 16px;
	text-decoration: none;
	line-height : 120%;
	color:#2D314A;
}
a.maintitle, a.maintitle:visited, a.maintitle:active, a.maintitle:link {
	color : #2D314A;
}
a.maintitle:hover {
	color : #000;
	text-decoration:underline;
}
td.cattitle {
	background-image:url(/forum/templates/ClubLexus/images/maintitleside.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.cattitle {
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #AEAEB0;
	padding-left:15px;
	padding-right:15px;
}
a.cattitle, td.cattitle a {
	color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
	text-decoration:underline;
}
a.cattitle:active, a.cattitle:visited, td.cattitle a:active, td.cattitle a:visited, {
color:#FFFFFF;
text-decoration:underline;
}
a.cattitle:hover, td.cattitle a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
div.cattitle {
	height: 25px
}
.div-clear, .clear {
	width: 100%;
	overflow: auto;
}
.float-right {
	float: right;
	padding: 3px;
}
.float-left {
	float: left;
	padding: 3px;
}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
	font-weight: bold;
	font-size: 11px;
	color : #632b14;
}
a.forumlink {
	color : #632b14;
}
a.forumlink:visited, a.forumlink:hover {
	color : #632b14;
}
/* The register, login, search etc links at the top of the page */
h1, h1 a, h1 a:visited, h1 a:link, h1 a:active, h1 a:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight:normal;
	margin: 0;
	color: #000;
	padding:0px;
}
a.usermenu, a.usermenu:active, a.usermenu:visited, a.usermenu:link {
	font-size: 11px;
	color: #86919d;
	text-decoration:none;
}
a.usermenu:hover {
	text-decoration:underline;
	color:#FFCC66;
}
a.usermenu_active, a.usermenu_active:active, a.usermenu_active:visited, a.usermenu_active:link {
	font-weight:bold;
	font-size: 11px;
	color:#FFCC66;
	text-decoration:none;
}
a.usermenu_active:hover {
	text-decoration:underline;
}
p.nav {
	padding: 5px 0
}
.nav {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #632b14;
	font-weight: normal;
}
a.nav, a.nav:visited, a.nav a, a.nav a:visited {
	color: #632b14;
}
.name {
	font-size : 11px;
	color: #632b14;
	font-weight:bold;
}
a.name {
	color: #632b14;
}
a.name:visited {
	color: #632b14;
}
.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
/* titles for the topics: could specify viewed link colour too */
.topictitle {
	font-weight: bold;
	font-size: 12px;
	color : #632b14;
}
a.topictitle {
	color : #632b14;
}
a.topictitle:link, a.topictitle:visited, a.topictitle:hover {
	color : #632b14;
}
.topic-button {
	float:left;
	width: 120px;
	background-color: #CCCCCC;
	text-align:center;
	padding: 10px;
	margin: 3px;
}
.topic-button input {
	padding: 0px;
	margin: 0px
}
.topic-search {
	float: right;
}
.topic-search label {
	padding: 3px;
	text-align: center;
	width: 90px;
	font-size: 0.8em;
	color: #666;
}
/* Location, number of posts, post date etc */
div.pagination {
/*	clear: both;*/
}
UL.pagination {
	list-style-type:none;
	white-space: nowrap;
	padding: 0px;
	margin: 5px 0 ;
	text-align: right;
	font-size: 12px;
	height: 24px;
	display: inline-block;
}
UL.pagination LI {
	float: left;
	padding: 4px;
	height: 14px;
	text-align: center;
	list-style-position: outside;
}
UL.pagination LI:hover {
	padding: 3px;
	border:#CCC 1px solid;
}
UL.pagination LI img {
	padding-top: 3px;
}
UL.pagination LI.page-nav a {
	padding-left: 10px;
	padding-right: 10px;
}
UL.pagination LI.page-no {
	padding: 0 5px;
}
UL.pagination LI A, UL.pagination LI A:hover, UL.pagination LI A:link, UL.pagination LI A:visited {
	text-decoration: none;
	font-weight: normal;
}
UL.pagination LI.page-selected {
	font-size: 1.2em;
	background-color: #CCC;
	font-weight:bold;
	color:#FFF;
	padding-top: 3px;
}
.postdetails {
	font-size : 10px;
	color : #6b6b6e;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px 0 5px;
	margin-bottom: 5px;
}
.post-container {
	width: 100%;
	overflow: auto;
}
.post-header {
	background-color: #AEAEB0;
	color:#FFF;
	font-weight:bold;
	height: 26px;
}
.post-float-left {
	width:170px;
	float: left;
	padding: 5px;
	overflow:hidden;
}
.post-float-right {
	margin-left: 180px;
	padding: 5px;
}
.post-div-menu {
	margin-left: 180px;
	padding: 0 3px;
	/*	clear: left;*/
/*	height: 14px;*/
}
.post-div-menu a, .post-div-menu a:visited, .post-div-menu a:active, .post-div-menu a:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.post-div-menu a:hover {
	color: #632B14;;
	text-decoration: underline;
}
.post-div-top {
	float:left;
	padding: 0 5px;
	clear:both;
}
/* The content of the posts (body of text) */
.postbody {
	font-size : 12px;
	color:#333333;
}
a.postlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bolder;
	color : #383D41;
}
a.postlink:visited {
	color: #383D41;
}
a.postlink:hover {
	color : #632b14;
}
/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #006600;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
blockquote.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	background-color:#CCCCCC;
	border: #666666 solid 1px;
	padding: 5px;
	margin-top: 2em;
	position:relative;
	zoom: 1;
}
blockquote.quote address {
	margin-top: -2.2em;
	position: relative;
	font-style: normal;
	font-family:Tahoma, Verdana, Arial;
	padding: 5px 0;
}
.postbody img {
	max-width: 600px;
    /*noinspection CssInvalidPropertyValue*/
    width: expression(this.offsetWidth > 601?"600" : "this.offsetWidth");
}
.quote img {
	max-width:  150px;
    /*noinspection CssInvalidPropertyValue*/
    width: expression(this.offsetWidth > 151?"150" : "this.offsetWidth");
}
a.contextLink, a.contextLink:visited, a.contextLink:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #C1AD97;
	line-height: 15px;
}
a.contextLink:hover {
	color: #632b14;
}
div.postMenubar {
	cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration:underline;
	color: #C1AD97;
	line-height: 15px;
	padding: 3px;
	behavior: url(/forum/templates/ClubLexus/csshover.htc);
}
div.postMenubar:hover, div.postMenubarHover {
	background-color:#CCCCCC;
}
/* Form elements */
form {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}
/* main index */
.i-adv {
	font-size: 0.7em !important;
	text-align: right;
	padding: 0 0 10px 20px;
}
/* The text input fields background colour */

input.post, textarea.post, select {
	background-color : #FFFFFF;
	border: 1px #666666 solid;
}
input {
	text-indent : 2px;
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	height: auto;
	width: auto;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
/* The buttons used for bbCode styling in message post */
.upload-button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 5px;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
	background-color:#CCCCCC;
	font-weight : bold;
	font-family: Tahoma, Verdana, Arial;
	color: #666666;
}
/* None-bold submit button */
input.liteoption {
	background-color:#CCCCCC;
	font-weight : normal;
}
input.btnnext {
	background-image: url(/forum/templates/ClubLexus/images/arrow_right.gif);
	background-repeat: no-repeat;
	border-bottom-style:solid;
	background-position: right center;
	width: 120px;
	height: 40px;
}
a.button {
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background-color: #75768A;
	text-align:center;
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: bold;	
	color: #FFF;
	margin: 3px;
	text-decoration: none;	
}
a.button:hover {
	background-color: #A0A3AB;
}
#userinfo {
	position:absolute;
	z-index:1;
	visibility:hidden;
	width: 200px;
}
.textlink {
	font-family: Tahoma, Verdana, Arial;
	font-size: xx-small;
	color: #666666;
}
a.textlink {
	color: #666666;
}
a.textlink:hover {
	text-decoration: underline;
	color: #666666;
}
a.textlink:visited, a.textlink:link {
	text-decoration: none;
	color: #666666;
}
.ltl {
	font-family: Tahoma, Verdana, Arial;
	font-size: xx-small;
}
.cartcell {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
}
.cartcell_left {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
}
.album {
	clear: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
td.thTop {
	height: 5px;
}
td.thtopleft {
	background-image: url(/forum/templates/ClubLexus/images/thtopleft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
td.thtopright {
	background-image: url(/forum/templates/ClubLexus/images/thtopright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
td.tdtopleft {
	background-image: url(/forum/templates/ClubLexus/images/tdtopleft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
td.tdtopright {
	background-image: url(/forum/templates/ClubLexus/images/tdtopright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
td.tdright {
	background-image: url(/forum/templates/ClubLexus/images/tdright.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 5px;
}
td.tdleft {
	background-image: url(/forum/templates/ClubLexus/images/tdleft.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 5px;
}
td.tdbottomleft {
	background-image: url(/forum/templates/ClubLexus/images/tdbottomleft.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 5px;
}
td.tdbottomright {
	background-image: url(/forum/templates/ClubLexus/images/tdbottomright.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 5px;
}
td.tdbottom {
	background-image: url(/forum/templates/ClubLexus/images/tdbottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 5px;
}
.photoframe {
	background-image: url(/forum/templates/ClubLexus/images/photo_frame.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	height: 120px;
	text-align:center;
	vertical-align:middle;
}
.search_tab {
	font-size: 8pt;
	cursor:pointer;
	background-color: #EFEFEF;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:underline;
}
.search_tab_selected, a.search_tab_selected:hover, a.search_tab_selected:link, a.search_tab_selected:visited {
	font-size: 8pt;
	cursor:pointer;
	font-family: Tahoma, Verdana, Arial;
	background-color: #787987;
	color: #FFFFFF;
}
td.profiletab, td.profiletab_active {
	background-position:center bottom;
	background-repeat:no-repeat;
	width: 102px;
	vertical-align:bottom;
	text-align:center;
}
td.profiletab {
	background-image:url(/forum/images/profiletab.gif);
	border-bottom:1px #333333 solid;
}
td.profiletab_active {
	background-image:url(/forum/images/profiletab_active.gif);
	border-bottom: 3px #993300 solid;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Geneva;
	font-size: 12px;
}
td.profiletab a, td.profiletab a:link, td.profiletab a:visited, td.profiletab a:active {
	font-family: Tahoma, Arial, Geneva;
	font-size: 12px;
	text-decoration:none;
	color: #632B14;
}
td.profiletab_active a, td.profiletab_active a:link, td.profiletab_active a:visited, td.profiletab_active a:active {
	font-family: Tahoma, Arial, Geneva;
	font-size: 12px;
	text-decoration:none;
	color: #FFFFFF;
}
td.profiletab a:hover, td.profiletab_active a:hover {
	text-decoration: underline;
}
/* CSS needed for the script */

#ajax_tooltipObj {
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div {
	position:relative;
}
/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow {	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}
#ajax_tooltipObj .ajax_tooltip_content {
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:150px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
div.tab_active {
	float:left;
	background-image: url(/forum/templates/ClubLexus/images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	white-space: nowrap;
	font-weight: normal;
	height: 18px;
	width: 200px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B5B2AE;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.tab_inactive {
	float: left;
	background-image: url(/forum/templates/ClubLexus/images/tab_inactive.gif);
	background-repeat: no-repeat;
	background-position: center top;
	white-space: nowrap;
	padding-top: 5px;
	height: 18px;
	width: 200px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B5B2AE;
}
div.tab_inactive a, div.tab_inactive a:link, div.tab_inactive a:visited, div.tab_inactive a:hover {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
#ajax-postbox {
	width: 500px;
	height:	80px;
	border: #666666 solid 1px;
	margin-top:	3px;
	padding-top: 3px;
	background-color: #FFFFFF;
	overflow:auto;
}
#hint-container {
	display: none;
	position:absolute;
	z-index: 1000;
}
#ajax-userbox {
	width: 285px;
	overflow:hidden;
	font-size: 12px;
	background-position:center;
	border: 1px solid #070D38;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
#ajax-userbox DL {
	padding: 5px;
}
#ajax-userbox DT {
	clear:both;
	float: left;
	text-align: right;
	padding: 0 5px;
	width: 100px;
	margin: 0px;
}
#ajax-userbox DD {
	float: left;
	padding: 0 5px;
	width: 150px;
	margin: 0px;
}
#ajax-privmsgbox {
	padding: 2px;
	margin: 2px;
	width:400px;
	height:200px;
}
.mini-post {
	cursor: hand;
	cursor: pointer;
}
div.mini-post {
	border: 0px;
	width: 16px;
	background: no-repeat left 50%;
	float: left;
	height: 16px;
}
.loading {
	background-image: url(/forum/images/icon_loading.gif) !important;
	background-repeat:no-repeat !important;
	background-position:left !important;
	padding-left: 20px !important;
}
/* upload */
#uploaded_div {
	text-align: left;
	padding: 5px 10px;
	max-height: 500px;
	width: 		800px;
	border: 	1px solid #666;
	display: none;
	overflow:	auto;
}
.uploaded-image {
	padding:	10px;
	height: 100px;
}
.uploaded-image:hover {
	background-color:#EEF;
}
.uploaded-image IMG {
	height: 100px;
	padding: 5px 10px;
	float: left;
}
.uploaded-image TEXTAREA {
	width: 400px;	
	height: 60px;
	border: 1px solid #999;
	background: none;
}
.uploaded-image UL {
	width: 100%;
	font-size: 12px;	
	height: 30px;
}
.uploaded-image UL LI {
	float: left;
	margin-top: 6px;
}
.uploaded-delete, .uploaded-cover {
	cursor: pointer;
	text-decoration:underline;
	text-align: center;	
	margin: 0px 2px !important;
	float: right !important;
}
.uploaded-delete:hover, .uploaded-cover:hover {
	background-color:#FFC;
	text-decoration: none;	
	margin: 0px;
	border: 1px solid #666;		
}
.upload-progress {
	display: none;
	width: 100%;
	height: 30px;
	border: 1px solid #999;
}
.upload-progress DIV {
	margin: 2px 0;
	height: 26px;
	background-color: #366;
}
.close-button {
	background-image: url('/forum/images/bn_close_active.gif');
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	width: 16px;
	height: 16px;
}
.i-card-div {
    float: left;
    height: 137px;
    margin-left: -50px;
    margin-top: -130px;
    overflow: hidden;
    position: relative;
    top: 150px;
    width: 50px;
	zoom: 1;
}
.padding5 {
	padding: 0 5px;
}

dl.normal dd, dl.normal dt {
	float: none;
	padding: 3px;
	position: relative;
	text-align: left;
	width: auto;
	margin: 0px;
}
dl.normal dt {
	margin: 10px 0 0 0 ;	
	color: rgb(99, 43, 20);
	font-size: 12px;
	font-weight: 700;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("/forum/templates/ClubLexus/formIE.css");
