/* General page style. The scroll bar colours only visible in IE5.5+ */
* html body {
	padding-top: 0;
	margin: 0 5%;

}
html, body {
	min-height: 100% !important;
	height: 100%;
	border: none;
}
body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	margin: 0;
	padding: 0;
    /*background: url(/images/winter_bkg.jpg);*/
    /*background: url(http://st.club-lexus.ru/images/bkg2015.jpg);*/
    /*background: url(/forum/templates/ClubLexus/images/header/bodyback.jpg) repeat-x;*/
}
li {
	list-style-position:inside;
	padding: 5px;
}
ul, dl {
	padding: 0;
	margin: 0;
    list-style: none inside;
}
ol {
	padding: 0;
	margin: 0;
}
dd {
	padding: 3px;
	text-align: left;
    margin-left: 55%;
}
dt {
	width: 50%;
	clear:left;
	float: left;
	position: relative;
	text-align: right;
	padding: 3px;
}
form dd input,form dd textarea {
    max-width: 90%;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
}

sup {
	font-size: 0.6em;
}

@font-face {
    font-family: 'als_rublregular';
    src: url('/fonts/rouble-webfont.woff2') format('woff2'),
    url('/fonts/rouble-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.rouble:after {
    font-family: "als_rublregular";
    padding-left: 0.2em;
    font-size: 90%;
    display: inline-block;
    vertical-align: baseline;
}
.rouble:after, .rouble.arial:after { content: "a"; }
.rouble.arial-italic:after { content: "b"; }
.rouble.arial-bold:after { content: "c"; }
.rouble.arial-bold-italic:after { content: "d"; }
.rouble.georgia:after { content: "e"; }
.rouble.georgia-italic:after { content: "f"; }
.rouble.georgia-bold:after { content: "g"; }
.rouble.georgia-bold-italic:after { content: "h"; }
.rouble.tahoma:after { content: "i"; }
.rouble.tahoma-bold:after { content: "j"; }
.rouble.verdana:after { content: "q"; }
.rouble.verdana-italic:after { content: "r"; }
.rouble.verdana-bold:after { content: "s"; }
.rouble.verdana-bold-italic:after { content: "t"; }



button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.small {
    font-size: 80%;
}

*:focus {outline: none;}

.justifyfull {
    text-align: justify;
}
.justifyfull:after {
    content: "";
    display: inline-block;
    font-size: 1px;
    width: 100%;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.arrows-white:before, .arrows-grey:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
}
.arrows-grey:before {

    background: url(/forum/templates/ClubLexus/images/arrows_grey.png) no-repeat;
}
.arrows-white:before {
    background: url(/forum/templates/ClubLexus/images/arrows_white.png) no-repeat;
}
.arrows-left:before {
    background-position: -13px 0;
}
.arrows-right:before {
    background-position: -3px 0;
}
.arrows-top:before {
    background-position: -34px 0;
}
.arrows-bottom:before {
    background-position: -23px 0;
}

#nav-icon {
    width: 40px;
    height: 40px;
    float: right;
    margin: 10px 6px;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #cecfd0;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2) {
    top: 14px;
}

#nav-icon span:nth-child(3) {
    top: 28px;
}

#menu-switch:checked ~ #nav-icon span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menu-switch:checked ~ #nav-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#menu-switch:checked ~ #nav-icon span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

a.no-underline, a.no-underline:visited, a.no-underline:link, a.no-underline:active {
    text-decoration: none;
}
.tablesorter TH {
    height: 20px;
    padding: 3px 0;
    text-indent: 15px;
    line-height: 20px;
    vertical-align: baseline;
}
.tablesorter TBODY TR:hover TD {
    background-color: #E9E1DA;
}
.tablesorter .header {
    cursor: pointer;
}
.tablesorter .header:hover {
    color: #632b14;
}
.tablesorter .header:after, .header:before {
    content: '';
    display: block;
    position: absolute;
    width:0;
    height:0;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
}
.tablesorter .header:before {
    border-bottom:4px solid #ffffff;
    margin: 5px 3px;
}
.tablesorter .header:hover:before {
    border-bottom-color: #632b14;
}
.tablesorter .header:after {
    border-top:4px solid #ffffff;
    margin: -8px 3px;
}
.tablesorter .header:hover:after {
    border-top-color: #632b14;
}
.tablesorter .headerSortDown:before {
    border: none;
}
.tablesorter .headerSortUp:after {
    border: none;
}
.offset-close-button {
    color: #000000;
    text-decoration: none;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    border-radius: 16px;
    border: 1px solid #000;
    line-height: 17px;
    top: -15px;
    background: #ffffff;
    cursor: pointer;
    z-index: 9999;
}
.offset-close-button:hover {
    color: #ffffff !important;
    background: #000000 !important;
    text-decoration: none !important;
}
.offset-close-button:after {
    content: '\00d7';

}
/* 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;
}
BODY.outside-left {
    transition : left 0.5s ease;
    -webkit-transition: left 1s ease;
    position: absolute;
    left : -20%;
    width: 100%;
}
BODY.outside-right {
    transition : left 0.5s ease;
    -webkit-transition: left 1s ease;
    position: absolute;
    left : 20%;
    width: 100%;
}
.page-container {
	position: relative;
	zoom: 1;
	display: block;
	/*	height: 100%;*/
    padding-bottom: 250px;
	background-color: #FFF;
}
.page-container:after {
    content: '';
    display: block;
    clear: both;
}
.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 5px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-center {
    text-align: center;
}
.clearfix {
    clear: both;
}
.page-wrapper {
	margin: 5px 5px 5px 0;
}
/* page header */

.topmenu-container {
	height: 60px;
}
.div-header div {
	margin: 0;
	border: 0 none;
}

/* side-menu */
.sidemenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidemenu LI {
	margin: 2px 0;
	background-color:#3a3b3d;
}
.sidemenu LI A, .sidemenu LI A:visited, .sidemenu LI A:active {
	color:#FFFFFF;
    display: block;
    padding: 10px;
	font-size:11px;
	text-decoration:none;
    transition: all 300ms ;
}
.sidemenu LI:hover {
	background-color: #1b1c1e;
}
a.sidemenu:visited {
	color:#FFFFFF;
}
.sidemenuselected {
	padding-left:5px;
}
/* main index page */
.top-menu {
    display: table;
    width: 100%;
    background: #0f0d1b;
}
.top-menu LI {
    display: table-cell;
    padding: 0;
    margin: 0;
    text-align: right;
}
.i-top-div {
    margin: 0 auto;
    padding: 0;
    min-height: 64px;
    background: black;
}
.i-model-div {
	border: thin solid #CCC;
	position: absolute;
	top: 0;
	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;
	overflow: hidden;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}
.i-model-div h1 {
	margin: 0;
	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: 0 none;
	padding: 5px 15px 0;
	font-size: 12px;
	color:#FFF;
}
.i-top-menu {
	position:absolute;
	list-style: none;
	text-align: left;
	padding: 0;
    top: 20px;
    left: 40px;
}
.i-top-menu LI {
	margin: 5px 2px 0;
	padding: 0;
	text-shadow: 1px 1px 1px #000;
}
.i-top-menu LI:hover {
    list-style: square outside;
    color:  #7A0509 !important;
}
.i-top-menu LI A, .i-top-menu LI A:visited, .i-top-menu LI A:active {
	color: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
    line-height: 33px;
}
.top-model-list {
    position: absolute; right: 20px; top: 10px;
}
.top-model-list a {
    color: white !important;
    text-decoration: none;
    line-height: 30px;
}
    /* similar topics block */
.similar-topics ul:after {
    content: "";
    display: block;
    clear: left;
}
.similar-topics li {
    width: 50%;
    float: left;
    padding: 0;
    min-width: 200px;
}
.similar-topics li a {
    padding: 6px 15px;
    display: inline-block;
}
/* departments block */
div.departments {
    padding: 5px 0 0;
    margin: 0;
    background-color: #E6E6E6;
}
div.departments > div {
    padding: 0 10px;
    overflow: hidden;

}
div.departments a, div.departments a:link, div.departments a:active, div.departments a:visited {
    text-decoration: none;
    line-height: 2em;
    white-space: nowrap;
    display: inline-block;
}
div.departments a:first-letter {
    font-size: 110%;
    font-weight: bold;
    color: #47536f;
}
div.departments a:hover {
    text-decoration: underline;
}
div.departments a.flagged {
    background: no-repeat left;
    padding-left: 20px;
}
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: 0 !important;
}

/* 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;
}

UL.pagination LI, blockquote.quote {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.message-dialog {
	margin: 10% auto;
	position: relative;
	zoom: 1;
	width: 60%;
	top: 50%;
	background-color: rgb(68,68,68);
}
.message-dialog .content {
	position: relative;
	background-color: #DDD;
}
.message-dialog TABLE {
	min-height: 160px;
}
.shadow10 {
	-webkit-box-shadow:  0 0 10px 5px #9da0b4;
	-moz-box-shadow:  0 0 10px 5px #9da0b4;
	box-shadow:  0 0 10px 5px #9da0b4;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}

table.bodytable {
	border: none;
	width: 780px;
}
p {
	padding: 0;
	margin: 0
}
.breadcrumbs {
    padding: 0 0 10px 0;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs a:after {
    content: '\203A';
    display: inline-block;
    padding: 0 3px;
}

.left-padded {
    padding-left: 20px;
}

table.table-hover tr:hover td {
    background-color: #E0E0E0;
}
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;
    margin: 0;
    padding: 0;
}
.tab {
	text-decoration:none;
	color:#FFFFFF;
	font-size:8pt;
}
a.tab {
	text-decoration:none;
	color:#FFFFFF;
	font-size:8pt;
}
a.tab:link, a.tab:visited, a.tab:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-size:8pt;
}
a {
	color: #632B14
}
a:link, a:active, a:visited {
	color: #632B14
}
hr {
	height: 0;
	border: solid #D1D7DC 0;
	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;
}

a.youtube {
    display: inline-block;
    max-width: 560px;
    min-width: 220px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.youtube:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/images/play_button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    z-index: 1;
}
a.youtube:hover:before {
    opacity: 1;
}
a.youtube img {
    width: 100%;
}
a.youtube p {
    position: absolute;
    color: white;
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, 0.498039) 0 0 2px;
    padding: 14px;
    left: 0;
    right: 0;
    background: black;
    overflow: hidden;
}

/* Main table cell colours and backgrounds */
tbody.expanded {
	border: none;
}
tbody.collapsed {
	display: none;
}
.row1 {
	background-color: #fdfdfd;
}
.row2 {
	background-color: #f7f7f9;
}
.row3 {
	background-color: #F9EEEC;
}
.row4 {
	background-color:#F7F5DF;
}
.row5 {
	background-color: #DCEFE4;
}
.rowerror {
	background-color: #FFCCCC;
}
.post-vote-div {
	float:right;
	overflow:hidden;
	text-align:right;
	font-size: 12px;
}
.post-vote-div span {
    padding: 0 3px;
    display: inline-block;
}
.post-vote-div img {
    vertical-align: bottom;
}
.post-ip, .post-faq, .post-warn {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/forum/templates/ClubLexus/images/post_icons.png) no-repeat;
}
.post-warn {
    background-position: -18px 3px;
}
.post-ip {
    background-position: 0 -66px;
}
.post-faq {
    background-position: -19px -82px;
}

div.input-div {
	border: 1px solid #333;
	background-color:#FFF;
	padding: 0;
}
div.input-div TEXTAREA, div.input-div INPUT {
	border: 0;
	margin: 0;
	padding: 2px 0;
	font-size: 14px;
}
a.mini-post-fav, a.mini-post-new, a.mini-post {
    cursor: pointer;
    text-decoration: none;
    background: url(/forum/templates/ClubLexus/images/stars.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}
a.mini-post-fav, a.mini-post:hover, a.mini-post-new:hover {
    background-position: -17px 0;
}
a.mini-post-new {
    background-position: -33px 0;
}

.header {
	color: #FFFFFF;
	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-size:10px;
	font-weight:bold;
}
td.content {
	vertical-align:top;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom: 5px;
}
.content {
	font-size:11px;
	font-weight: normal;
	color:#666666;
}
a.content, a.content:active, a.content:link, a.content:visited {
	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 */
blockquote.genmed {
	border-left: 6px solid #98999a;
	padding-left: 30px;
	margin-left: 10px;
}
.spoiler {
    margin: 10px 0;
}
.spoiler > a {
    position: relative;
    padding-left: 16px;
    display: block;
}
.spoiler > a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 0 0 1px 1px;
    border-color: grey;
    border-style: solid;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 2px;
}
.spoiler > a.show:before {
    transform: rotate(135deg);
    top: 8px;
}
.spoiler-text {
    border: 1px solid #6d6d6d;
    margin: 5px 0;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 80%;
    display: none;
}
.spoiler > a:first-child span {
    font-size: 12px;
    display: none;
}
.spoiler > a:first-child span:first-child {
    display: block;
}
.spoiler > a.show span {
    display: block;
}
.spoiler > a.show span:first-child {
    display: none !important;
}
.spoiler > a.show ~ .spoiler-text {
    display: block !important;
}
.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;
}
a.profile,  a.profile:visited, a.profile:hover, a.profile:active{
	font-size:11px;
	color:#333;
    white-space: nowrap;
    text-decoration: none;
}
a.profile:hover {
    text-decoration: underline;
}

a.company-inactive {
    color: #000FAE;
}

a.company-active {
    color: #000FAE;
}

a.company-inactive:before {
    background-color: #000FAE;
}
a.company-active:before {
    background-color: #000FAE;
}
a.company-inactive:before, a.company-active:before {
    content: 'K';
    display: inline-block;
    color: #ffffff;
    padding: 0 3px;
    font-style: italic;
    margin-right: 2px;
    font-weight: normal;
}

IMG.profile {
	cursor: pointer;
}
.inline-table {
    border: 1px solid #333;
}
.inline-table TR:first-child, .inline-table TR:first-child:hover {
    background-color: #AEAEB0;
    color: #FFFFFF;
    padding-left:15px;
    padding-right: 15px;
    text-align:left;
    vertical-align: middle;
    font-weight: bold;
}

.inline-table TR:nth-child(even) {
    background-color: #F3F3F5;
}
.inline-table TR:nth-child(2n+3) {
    background-color: #efefef;
}
.inline-table TR:hover {
    background-color: #F9EEEC;
}
.padded {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:5px;
}
.headertitle, .headertitle a:visited, .headertitle a:active, .headertitle a:link {
	font-size: 20px;
	color:#333333;
}
input.headertitle[disabled] {
	color:#999;
}
a.headertitle, a.headertitle:visited, a.headertitle:active {
	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: 0;
	padding-right: 0;
	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: 0 3px;
}
.float-left {
	float: left;
	padding: 3px;
}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
	font-size: 14px;
	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: "PT Serif", sans-serif;
	font-size: 20px;
	margin: 0;
	color: #000;
	padding: 10px 0;
    font-weight: bold;
}
nav {
    overflow: inherit !important;
}
p.nav {
	padding: 5px 0
}
.nav {
	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 : 12px;
	color: #632b14;
	font-weight:bold;
}
a.name {
	color: #632b14;
}
a.name:visited {
	color: #632b14;
}
.copyright {
	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: 0;
    margin: 0;
}
.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.tabs-right {
    text-align: right;
    list-style: none;
    padding: 0 5px;
    margin: 12px 0 0;
    height: 25px;
}
ul.tabs-right LI {
    display: inline;
    margin: 0;
    padding: 0;
}
ul.tabs-right LI A, ul.tabs-right LI A:link, ul.tabs-right LI A:visited, ul.tabs-right LI SPAN {
    text-decoration: none;
    color: #ffffff;
    background-color: #47536f;
    border-radius: 4px;
    padding: 2px 4px;
    border: 1px solid #47536f;
    font-size: 12px;
}
ul.tabs-right LI A:hover {
    background-color: #f7f5df;
    color: #47536f;
}
ul.tabs-right LI SPAN {
    background-color: white;
    color: #000000;
    font-weight: bold;
}
ul.tabs {
	font-size: 14px;
	margin: 32px 5px 5px;
	padding: 5px 5px 0;
	border-top: 2px solid #933;
	border-radius: 5px;
}
ul.tabs LI {
	float: right;
	height: 40px;
	margin-top: -39px;
	padding: 0 5px;
}
ul.tabs LI a {
	border-radius: 5px 5px 0 0;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 3px solid #933;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
}
ul.tabs LI a:hover {
	background-color: #FFC;
}
ul.tabs LI span {
	color: #FFF;
	padding: 5px 12px;
	vertical-align: baseline;
	font-weight: bold;
	background-color: #788595;
	border-radius: 5px 5px 0 0;
	border: 1px solid;
	margin-top: -3px;
	border-top: 5px solid #933;
	border-bottom: 3px solid #788595;
	display: inline-block;
}
UL.pagination {
	list-style-type:none;
	white-space: nowrap;
	padding: 0;
	margin: 5px 0;
	text-align: center;
	font-size: 12px;
	height: 26px;
	display: table;
    width: 100%;
    min-width: 200px;
}
UL.pagination LI {
    display: table-cell;
    padding: 3px;
    line-height: 14px;
    text-align: center;
    list-style: none;
    border: 1px solid transparent;
    vertical-align: middle;
    min-width: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
    font-size: 12px;
}
UL.pagination a:hover {
	background: #fbfbfb;
}
UL.pagination LI img {
    padding: 3px;
    vertical-align: text-bottom;
}
UL.pagination LI.page-nav  {
    width: 50%;
}
UL.pagination LI.page-nav a {
	padding: 0 10px;
}
UL.pagination LI.page-nav span {
    letter-spacing: 0.2em;
    padding: 0 3px;
}
UL.pagination LI.page-no {
	padding: 3px 5px;
}
UL.pagination LI A, UL.pagination LI A:visited {
	text-decoration: none;
    color: #999999;
    display: inline-block;
    width: 100%;
}
UL.pagination LI.page-selected {
	background-color: #CCC;
	font-weight: bold;
	color:#FFF;
    line-height: 0.9em;
}
UL.pagination ul.pages {
    display: inline-table;
    width: 100%;
}
UL.pagination ul.pages li.page-pageno {
}
.postdetails {
	font-size : 10px;
	color : #6b6b6e;
	font-weight: bold;
	padding: 0 5px;
	line-height: 25px;
    background: #E1E1E1;
}
.post-container {
	width: 100%;
	overflow: hidden;
}
.post-header {
	background-color: #AEAEB0;
	color:#FFF;
	font-weight:bold;
	height: 26px;
}
.post-float-left {
	width:170px;
	float: left;
	overflow:hidden;
    padding: 5px;
}
.post-container .post-float-left {
    position: relative;
    padding: 35px 5px 5px;
}
.post-float-left .name {
    padding: 0 5px;
    margin: -5px 0 0 -5px;
    line-height: 25px;
    height: 25px;
    background: #E1E1E1;
    position: absolute;
    width: 165px;
    top: 5px;
}
.post-float-right {
	margin-left: 180px;
	padding: 0 0 25px 0;
}
.post-div-menu {
	margin-left: 180px;
	padding: 0 10px;
	margin-top: -20px;
	height: 20px;
    line-height: 20px;
}
.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;
    text-transform: uppercase;
}
.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;
}
.post-message, .post-signature {
    padding: 5px;
    overflow: hidden;
}

a.postlink:visited {
	color: #383D41;
}
a.postlink:hover {
	color : #632b14;
}
a.postlink:after {
    background-image: url(/images/icon_link.png);
    content: "";
    width: 12px;
    display: inline-block;
    height: 12px;
    margin-left: 2px;
}
/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	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 {
	color: #444444;
	background-color: #e8e8e8;
	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;
	padding: 5px 0;
	text-align: left;
}
.postbody img {
	max-width: 100%;
}
.postbody .name {
    display: none;
}
a.jpg-attach img {
    display: block;
    margin: 0 auto;
    max-height: 590px;
}
.quote img {
	max-width:  150px;
}
a.contextLink, a.contextLink:visited, a.contextLink:active {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #C1AD97;
	line-height: 15px;
}
a.contextLink:hover {
	color: #632b14;
}
a.contextLink img {
	padding-right: 5px;
}
div.postMenubar {
	cursor: pointer;
	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;
/*	border-color : #000000;*/
    font-size: 14px ;
}
/* main index */
div.i-adv {
	padding: 0 3px;
	text-align: right;
	margin-top: -2px;
}
div.i-adv a, div.i-adv a:visited, div.i-adv a:active {
	font-size: 0.6em;
	color: #999;
	text-decoration: none;
}
div.i-adv a:hover {
	text-decoration: underline;
	color: #333;
}
/* The text input fields background colour */

input.post, textarea.post, select {
	background-color : #FFFFFF;
	border: 1px #666666 solid;
}
input {
	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;
	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;
}
input.button.big {
    font-size: 14px;
}
/* The main submit button option */
input.mainoption {
	font-weight : bold;
	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;
}
/* buttons */
.button {
	display: inline-block;
	position: relative;
	margin: 0 3px 4px 3px;
	padding: 5px 15px;
	text-decoration: none;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
    cursor: pointer;
}

/* default */
.button, .button:hover, .button:visited, .button:active, .button:link {
	color: #555;
	text-shadow: 0 1px 0 #d6d6d6;
	background-color: #d1d1d1;
    background: linear-gradient(to bottom, #d1d1d1, #afafaf);
}
.button-small {
    font-size: 11px;
    padding: 5px;
    margin: 0;
}
.button-default {
    background: none;
    text-shadow: none;
}
.button-default:hover {
    color: #913944;
    background-color: #eeeef4;
}
/* PINK */
.pink, .pink:hover, .pink:visited, .link:active, .pink:link  {
	color: #913944;
	border-bottom: 4px solid #cb5462;
	text-shadow: 0 1px 0 #f9a0ad;
	background: #f56778;
	background: -webkit-gradient(linear, left top, left bottom, from(#f997b0), to(#f56778));
	background: -moz-linear-gradient(top, #f997b0, #f56778);
	box-shadow: inset 1px 1px 0 #fbc1d0;
}
.pink:before, .pink:after {
	border: 1px solid #ee8090;
	border-bottom: 1px solid #b84d5a;
}
a.pink:hover {
	background: #f56778;
	background: -webkit-gradient(linear, left top, left bottom, from(#f56778), to(#f997b0));
	background: -moz-linear-gradient(top, #f56778, #f997b0);
}
/* BLUE */
a.blue, a.blue:hover, a.blue:visited {
	color: #42788e;
	border-bottom: 4px solid #589cb6;
	background: #abe4f8;
	text-shadow: 0 1px 0 #bee9fa;
	background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#74d0f4));
	background: -moz-linear-gradient(top, #abe4f8, #74d0f4);
	box-shadow: inset 1px 1px 0 #b2e6f8;
}
.blue:before, .blue:after {
	border: 1px solid #8cc5d9;
	border-bottom: 1px solid #4e8aa1;
}
.blue:hover {
	background: #74d0f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#74d0f4), to(#abe4f8));
	background: -moz-linear-gradient(top, #74d0f4, #abe4f8);
}
/* GREEN */
.green, .green:hover, .green:visited {
	color: #5d7731;
	border-bottom: 4px solid #799545;
	text-shadow: 0 1px 0 #d5e8aa;
	background: #cae285;
	background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#a3cd5a));
	background: -moz-linear-gradient(top, #cae285, #a3cd5a);
	box-shadow: inset 1px 1px 0 #cce3a1;
}
.green:before, .green:after {
	border: 1px solid #98b85b;
	border-bottom: 1px solid #6d883b;
}
.green:hover {
	background: #a3cd5a;
	background: -webkit-gradient(linear, left top, left bottom, from(#a3cd5a), to(#cae285));
	background: -moz-linear-gradient(top, #a3cd5a, #cae285);
}
/* BLACK */
.black, .black:hover, .black:visited {
	color: #fff;
	border-bottom: 4px solid #414141;
	text-shadow: 0 1px 0 #2f2f2f;
	background: #656565;
	background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#444));
	background: -moz-linear-gradient(top, #656565, #444);
	box-shadow: inset 1px 1px 0 #939393;
}
.black:before, .black:after {
	border: 1px solid #535353;
	border-bottom: 1px solid #343434;
}
.black:after {
	border: 1px solid #5a5a5a;
}
a.black:hover {
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#656565));
	background: -moz-linear-gradient(top, #444, #656565);
}
/* DARK GRAY */
a.darkgray, a.darkgray:hover, a.darkgray:visited {
	color: #555;
	border-bottom: 4px solid #878787;
	text-shadow: 0 1px 0 #d6d6d6;
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#afafaf));
	background: -moz-linear-gradient(top, #d1d1d1, #afafaf);
	box-shadow: inset 1px 1px 0 #e3e3e3;
}
.darkgray:before, .darkgray:after {
	border: 1px solid #b4b4b4;
	border-bottom: 1px solid #7b7b7b;
}
.darkgray:hover {
	background: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#afafaf), to(#d1d1d1));
	background: -moz-linear-gradient(top, #afafaf, #d1d1d1);
}
/* YELLOW */
.yellow, .yellow:hover, .yellow:visited {
	color: #996633;
	border-bottom: 4px solid #b98a37;
	text-shadow: 0 1px 0 #fedd9b;
	background: #feda71;
	background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febe4d));
	background: -moz-linear-gradient(top, #feda71, #febe4d);
	box-shadow: inset 1px 1px 0 #fee9aa;
}
.yellow:before, .yellow:after {
	border: 1px solid #eab551;
	border-bottom: 1px solid #9f7630;
}
.yellow:hover {
	background: #febe4d;
	background: -webkit-gradient(linear, left top, left bottom, from(#febe4d), to(#feda71));
	background: -moz-linear-gradient(top, #febe4d, #feda71);
}

/* DARK BLUE */
.darkblue, a.darkblue:hover, a.darkblue:visited {
	color: #515f6a;
	border-bottom: 4px solid #62727e;
	text-shadow: 0 1px 0 #c4d0da;
	background: #becbd6;
	background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#8da5b7));
	background: -moz-linear-gradient(top, #becbd6, #8da5b7);
	box-shadow: inset 1px 1px 0 #d8e0e6;
}
.darkblue:before, .darkblue:after {
	border: 1px solid #a1aeb7;
	border-bottom: 1px solid #5d6b75;
}
.darkblue:hover {
	background: #8da5b7;
	background: -webkit-gradient(linear, left top, left bottom, from(#8da5b7), to(#becbd6));
	background: -moz-linear-gradient(top, #8da5b7, #becbd6);
}

/* ACTIVE STATE */
.button:active {
	box-shadow:  1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.3);
}
.button:active:before, .button:active:after {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#userinfo {
	position:absolute;
	z-index:1;
	visibility:hidden;
	width: 200px;
}
.textlink {
	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-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-size: 12px;
	color: #666666;
}
.cartcell_left {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	color: #666666;
}
.album {
	clear: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.album-div {
    background: #FFFFFF;
    border: 1px #CCCCCC solid;
    width: 500px;
    padding: 10px;
    overflow: hidden;
}

.album-div > DIV a {
    width: 100px;
    height: 75px;
    display: block;
    background: no-repeat center;
    background-size: cover;
    float: left;
    text-decoration: none;
}
.album-div > DIV a:first-child {
    width: 400px;
    height: 300px;
}
.album-div > DIV a span {
    display: block;
    height: 100%;
    background: rgba(255, 255, 255, 0.42);
    font-size: 50px;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
    color: #1b1b2d;
    font-weight: 400;
}
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;
	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;
	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-size: 12px;
}
td.profiletab a, td.profiletab a:link, td.profiletab a:visited, td.profiletab a:active {
	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-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 */
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/forum/templates/ClubLexus/images/arrow_right.gif') no-repeat center left;
    z-index: 999;
    height: 60px;
}
#ajax_tooltipObj .ajax_tooltip_content {
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top: 0;
	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: url(/forum/templates/ClubLexus/images/tab_active.gif) no-repeat center top;
    font-size: 11px;
	white-space: nowrap;
	font-weight: normal;
	height: 18px;
	width: 200px;
	text-align: center;
    border-bottom: thin solid #B5B2AE;
    padding: 5px 0 0;
}
div.tab_inactive {
	float: left;
    background: url(/forum/templates/ClubLexus/images/tab_inactive.gif) no-repeat center top;
    white-space: nowrap;
	padding-top: 5px;
	height: 18px;
	width: 200px;
	text-align: center;
    border-bottom: thin solid #B5B2AE;
}
div.tab_inactive a, div.tab_inactive a:link, div.tab_inactive a:visited, div.tab_inactive a:hover {
	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 {
    position: absolute;
    background: white;
    z-index: 800;
    padding: 3px 5px;
    border: 1px solid #EBEBE2;
    border-radius : 3px;
    box-shadow : 2px 2px 2px #bfbfbf;
    margin-top: 4px;
    margin-left: -4px;
}
.hint:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 6px solid #EBBE2F;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: -9px;
    margin-left: 2px;
}
#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: 0;
}
#ajax-userbox DD {
	float: left;
	padding: 0 5px;
	width: 150px;
	margin: 0;
}
#ajax-privmsgbox {
	background-color: #FFF;
	padding: 0;
	margin: 5px;
	border: 1px solid #666;
	width:400px;
	/*height:200px;*/
}
div.mini-post {
	border: 0;
	width: 16px;
	background: no-repeat left 50%;
	float: left;
	height: 16px;
}
.loading {
	background-image: url(/forum/images/icon_loading.gif);
	background-repeat:no-repeat;
	background-position: center;
}
/* info message */
#infomessage {
    border: 3px solid #FC6;
    padding: 5px 100px;
    margin: 2px;
    border-radius: 10px;
}
#infomessage.row1 {
    border: 3px solid #E6D995;
    background: url(/forum/templates/ClubLexus/images/folder_announce.gif) no-repeat 40px center #FFFFD2;
}
#infomessage a, #infomessage a:visited, #infomessage a:hover {
    position: relative;
    display: block;
    float: right;
    left: 70px;
    bottom: 12px;
    border-bottom: 2px #632B14 dashed;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
/* 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: 0 2px !important;
	float: right !important;
}
.uploaded-delete:hover, .uploaded-cover:hover {
	background-color:#FFC;
	text-decoration: none;
	margin: 0;
	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: 0;
}
dl.normal dt {
	margin: 10px 0 0 0;
	color: rgb(99, 43, 20);
	font-size: 12px;
	font-weight: 700;
}

.search-field {
    border: 1px solid #B5BBC4;
    border-radius: 3px;
    height: 19px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.search-field INPUT, .search-field SELECT {
    padding:0;
    margin:0;
}
.search-field INPUT[type=text] {
    border: none;
    margin-left: 3px;
}
.search-field SELECT {
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 9px;
    color: #918F8F;
}
.search-field IMG {

}

/*lead forms*/
.lead {
    font-weight: bold;
}
.lead-form {
    background: rgb(247, 247, 247);
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
    box-shadow: 3px 3px 15px #ccc;
    position: relative;
    line-height: 20px;
    font-size: 110%;
}
.lead-form a.close, .lead-form a.close:hover, .lead-form a.close:active, .lead-form a.close:visited {
    content: "";
    position: absolute;
    right: 4px;
    top: 4px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    background: url(/images/photo_close.png);
}
.lead-form h1 {
   padding: 0;
}
.lead-form p {
    font-size: 12px;
    line-height: 20px;
}
.lead-form label {
    width: 30%;
    display: inline-block;
    text-align: right;
    padding: 5px 10px;
    font-weight: bold;
    vertical-align: top;
}
.lead-form input[type=text], .lead-form input[type=email], .lead-form textarea {
    width: 60%;
    display: inline-block;
    font-size: 110%;
}
.lead-form input.required {
    background-color: #FAFAD2;
}
.lead-form .captcha img {
    margin-left: 30%;
    padding: 5px 20px;
    display: block;
    height: 40px;
}
.lead-form .captcha input {
    width: auto;
}
.lead-form INPUT[type=submit] {
    display: inline-block;
    text-align: right;
    padding: 8px 30px;
    font-size: 120%;
    border-radius: 6px;
    border: 1px solid;
    cursor: pointer;
    margin-left: 33%;
}

.seller-getit, .seller-getit:visited, .seller-getit:active {
    font-size: 150%;
    text-decoration: none;
    font-weight: bold;
    color: rgb(144, 148, 167);
    padding: 2px 20px;
    border-radius: 10px;
    border: 1px solid rgb(43, 38, 38);
    line-height: 100%;
}
.seller-getit:hover {
    background: rgb(144, 148, 167);
    color: white;
}

@media screen and (max-device-width: 480px)  {
    .i-card-div {
        display: none;
    }
    .page-container .column-left, .page-container .column-right {
        display: none;
    }
    .page-content-left {
        margin-left: 0 !important;
    }
    .page-content-right {
        margin-right: 0 !important;
    }
    #currency {
        display: none;
    }
}
.pmrow .nav {
    opacity: 0;
    -webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;-ms-transition: opacity 0.5s;-o-transition: opacity 0.5s;transition: opacity 0.5s;
}
.pmrow:hover .nav {
    opacity: 1;
}
.pm-text {
    margin-left: 30px;
    margin-right: 210px;
}
.pm-answer, .pm-message {
    padding: 10px;
    border-radius: 10px;
    font-size: 100%;
    box-shadow: 3px 3px 4px #D1D1D1;
}
.pm-answer:after, .pm-message:after {
    content: '';
}
.pm-controls {
    float: right;
    height: 3em;
    text-align: right;
}
.pm-icon {
    float: left;
}
.pm-answer {
    background: #EEE;
    margin: 10px 10% 10px 25px;
}
.pm-message {
    background: #E0FFDF;
    margin: 10px 25px 10px 10%;
}
.pm-menu {
    display: none;
    opacity: 0;
    height: 3em;
    -webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;-ms-transition: opacity 0.5s;-o-transition: opacity 0.5s;transition: opacity 0.5s;
}
.pm-answer:hover .pm-menu, .pm-message:hover .pm-menu {
    display: block;
    opacity: 1;
}

.tgb {
    padding: 0;
    margin: 0;
    background: #e5e8ee;
}
.tgb a {
    display: table;
    vertical-align: middle;
    text-decoration: none;
    font-size: 10px;
    color: #112846;
    padding: 2px;
    width: 100%;
}

.tgb img {
    padding-right: 3px;
    vertical-align: top;
}
.tgb span {
    display: table-cell;
    vertical-align: middle;
}
.tgb a:hover {
    text-decoration: underline;
}
.invisible {
    display: block;
    left: -10000px;
    position: absolute;
}

ul.table {
    display: table;
    width: 100%;
}
ul.table > LI {
    display: table-cell;
    padding: 5px 0;
    margin: 0;
    line-height: 1.3em;
}

button.action-button, a.action-button {
    color: #646464;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
}
button.action-button:hover, a.action-button:hover {
    color: #632B14;
}

.panel {
    margin: 20px;
    box-shadow: 0 2px 5px;
    border-radius: 4px;
}
.panel-body {
    padding: 20px;
}
.panel-header {
    font-weight: bold;
    padding: 5px 20px;
}
.panel.error .panel-header {
    background: #fbb;
}

.is-valid {
    background: rgba(0, 150, 0, 0.07) !important;
}
.help-message {
    display: none;
    font-size: 12px;
    text-align: left;
    color: red;
}
.is-error {
    background: rgba(233, 32, 100, 0.07) !important;
}

.is-error ~ .help-message {
    display: block !important;
}

.user-auto-widget {
    position: relative;
}

.user-auto-widget > UL {
    position: absolute;
    background: white;
    border: 1px solid grey;
    width: 600px;
    right: -1px;
    top: 35px;
    z-index: 99999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.user-auto-widget INPUT[type="text"] {
    border: transparent;
    padding: 0;
    margin: 1px 0;
}

.user-auto-widget > DIV  {
    border: 1px solid #b3adaf;
    padding: 3px 5px;
    position: relative;
}

.user-auto-widget > DIV  p {
    text-align: left;
    color: #333;
    display: block;
    margin-right: 30px;
    font-size: 14px;
}

.user-auto-widget > UL LI:hover {
    color: #632b14;
}

.user-auto-widget > UL > LI {
    width: 178px;
    display: inline-block;
    flex-grow: 1;
    vertical-align: middle;
}

.user-auto-widget .button-clear {
    padding: 0 5px;
    color: grey;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
    bottom: 0;
    font-size: 14px;
}

.user-auto-widget.input-input #input-text {
    display: none !important;
}

.user-auto-widget.input-input #user_auto {
    display: block !important;
}

.user-auto-widget.input-changed .button-clear {
    display: block !important;
}

.user-auto-widget > UL IMG {
    max-width: 60px;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.user-auto-widget > UL span.loading {
    height: 50px;
    width: 100%;
}

.user-auto-widget > UL LI span {
    padding: 10px;
    cursor: pointer;
}

.topic-image {
    width: 150px;
    margin: 20px 20px 0;
    position: relative;
}
.topic-image IMG {
    width: 100%;
    display: block;
}

.topic-image UL {
    position: absolute;
    background: white;
    z-index: 99999;
    border: 1px solid grey;
    top: 100%;
    width: 150px;
    left: -1px;
    font-size: 12px;
}
.topic-image LABEL {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.ruble:after {
    content: "i";
    font-family: "Rouble";
}

.emojic  {  margin: 1px; display: -moz-inline-stack; display:inline-block; zoom:1; *display: inline; position: relative; width: 20px; height: 20px; vertical-align: bottom;  }
/** Text copy of the symbol. Used when copying text to the clipboard */
.emojit  {  opacity: 0;  }
/** Icons */
.emoji { margin-top: -2px; margin-left: -2px; position: absolute; background: url("emoji.png") top left no-repeat; width:20px; height: 20px; }
