/* General Style */

/* Reset ================================================================================= */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {order:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}input[type=text], textarea{ outline:none;}

html {
 height: 100%;
 width: 100%;
}
a {
 color:#b28a60;
 text-decoration:none;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
a:hover { text-decoration:none; color:#ffffff; }

body { 
 font-family: 'Times New Roman'; 
 font-size:15px; 
 line-height:18px; 
 color:#87878B; 
 text-align:center; 
 min-width:320px; 
 background:url(../images/body-bg.gif) 0 0 repeat; 
 position:relative; 
 -webkit-text-size-adjust: none; 
}

body > .wrapper { position:relative; }
.wrapper {width:100%; overflow:hidden;}

.page { 
 margin:0 auto; 
 padding:0 0 0; 
 text-align:left; 
}

/*td {font-family:verdana,arial,helvetica; font-size:8pt;}*/

form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;color:#59595c;}
textarea { overflow:auto; }
input.input-text,textarea { padding:3px 2px 4px 2px; resize:none; -webkit-appearance: none; border-radius: 0;}
input.input-text,select,textarea { 
border:1px solid #454545;
moz-box-sizing:border-box;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
 box-sizing: border-box;
 background:none;
}
input {
 background:none;
 border: 1px solid #454545;
 padding:6px;
 moz-box-sizing:border-box;
 -moz-box-sizing: border-box; 
 -webkit-box-sizing: border-box; 
 box-sizing: border-box;
}
.copy {font-size:7pt;}

a.noun {text-decoration:none; color:#4D6D91}
a.noun:hover {text-decoration:none; color:#000000}

hr {color:#454545;height:1px;border-top:0px;}
img { border:0; }
p {margin-bottom:15px;}

.blocktitle {font-family:Arial,Sans-Serif;color:#4D6D91;font-size:13px;text-transform:capitalize;font-weight:bold;}

.fleft {float:left;}
.fright {float:right;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}

.fsize {font-size:7pt;}
.extra-wrap {overflow:hidden;}
.color1 {color:#f00;}

h1 { font-size:32px; font-weight:normal; line-height:1.15; color:#b28a60; margin-bottom:0px; }
h2 { font-size:27px; font-weight:normal; line-height:1.25; color:#b28a60; margin-bottom:25px;}
h3 { font-size:24px; font-weight:normal; line-height:1.25; color:#b28a60; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #454545;}
h4 { font-size:18px; font-weight:normal; line-height:22px; color:#b28a60; margin-bottom:15px; }
h5 { font-size:14px; font-weight:normal; color:#b28a60; margin-bottom:10px;}
h6 { font-size:12px; font-weight:normal; color:#b28a60; margin-bottom:5px;}

.m1 {margin-bottom:10px;}
.m2 {margin-bottom:20px;}
.m3 {margin-bottom:30px !important;}
.m4 {margin-bottom:40px;}
.m5 {margin-bottom:50px;}
.m3-ver {margin: 30px 0;}

.no-bord {border:none;}
.no-pad {padding:0;}

.none {display:none;}
/* Font Awesome */
.camera_wrap .camera_pag .camera_pag_ul li:before,
.footer ul li a:before {
 font-family: FontAwesome;
 font-weight: normal;
 font-style: normal;
 text-decoration: inherit;
 -webkit-font-smoothing: antialiased;

 /* sprites.less reset */
 display: inline;
 width: auto;
 height: auto;
 line-height: normal;
 vertical-align: baseline;
 background-image: none;
 background-position: 0% 0%;
 background-repeat: repeat;
 margin-top: 0;
}

/* ------------ */

/* Header */

.logo { float:left; }
.header .logo img {max-width:100%; height:auto;}

.header { padding:0; position:relative;}
.header-container-top {
 background: #171518;
 border-bottom: 2px solid #726047;
 padding: 10px 0;
 position:fixed;
 width:100%;
 z-index:999;
}

.header .links {}
.header .links li { display:inline; padding:0; }
.header .links li a {display:inline;color:#59595c; margin-right:12px;}
.header .links li a:hover {color:#fff;}
.header-container { margin-bottom:31px; padding-top:45px; }
.header .header-info { float: right; margin-top:25px; }

.header .header-contacts {
 float:right;
 font-size: 24px;
 line-height: 28px;
 text-align: right;
}
.header .header-contacts em {
 color: #B28A60;
 display: block;
 font-size: 18px;
 font-weight: normal;
 line-height: 27px;
}

.header .header-contacts em a {color: #B28A60;}
.header .header-contacts em a:hover {color: #FFFFFF;}

.header .header-contacts em.header-contactd__skype a:hover {color:#00a7e5;}

.searchForm {
 float: right;
 padding: 0;
 position: relative;
 margin: 22px 100px 0 0;
}

.searchForm .schQuery {float: left;}
.queryField {
 border: 1px solid #454545;
 background:url(/images/search-bg.png) 0 0 repeat;
 font-size:14px;
 line-height:24px;
 padding: 11px;
 height: 17px;
 width:250px;
 moz-box-sizing:content-box;
 -moz-box-sizing: content-box; 
 -webkit-box-sizing: content-box; 
 box-sizing: content-box;
}

.searchForm .schBtn {float: right;}

.pollBut, 
.loginButton, 
.searchSbmFl, 
.commSbmFl, 
.signButton, 
.btn {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6c1ac', endColorstr='#b1885d'); /* IE6-9 */
 background: -webkit-gradient(linear, left top, left bottom, from(#d6c1ac), to(#b1885d));
 background: -moz-linear-gradient(top, #d6c1ac, #b1885d); /* firefox 3.6+ */
 background: -o-linear-gradient(top, #d6c1ac, #b1885d); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #d6c1ac, #b1885d); /* IE10+ */
 color:#040301;
 font-size:15px;
 line-height:34px;
 height:36px;
 border: 1px solid #d4bda5;
 border-top-color: #e8dcd0;
 border-bottom-color: #b1885d;
 text-transform: uppercase;
 padding:0 10px;
 margin: 0 auto;
 width:auto;
 display:inline-block;
 cursor:pointer;
}

.searchSbmFl {float:right;margin:0;height:41px;width:72px;}

.pollBut:hover, 
.loginButton:hover, 
.searchSbmFl:hover, 
.commSbmFl:hover, 
.signButton:hover, 
.btn:hover {
 background: -webkit-gradient(linear, left top, left bottom, from(#795938), to(#795938));
 background: -moz-linear-gradient(top, #795938, #795938); /* firefox 3.6+ */
 background: -o-linear-gradient(top, #795938, #795938); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #795938, #795938); /* IE10+ */
 color:#040301;
 border-color: #795938;
 border-bottom-color: #b29f8c;
 border-right-color: #957c62;
}

.banner-block img {
 opacity:0.4;
 max-width: 100%;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.banner-block a:hover img {opacity:1;}
.banner-block a {
 display: block; 
 border: 2px solid #726047; 
 position: relative; 
 background: #000; 
 text-align: right; 
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.banner-block li {margin-bottom: 33px;}
.banner-block .banner-block-center {
 position: absolute;
 border: 1px solid #272728;
 width: 94.5%;
 height: 89.9%;
 top: 5.1%;
 left: 3%;
 moz-box-sizing:border-box;
 -moz-box-sizing: border-box; 
 -webkit-box-sizing: border-box; 
 box-sizing: border-box;
 box-shadow:inset 0 0 30px rgba(255,255,255,0.18);
 -moz-box-shadow:inset 0 0 30px rgba(255,255,255,0.18);
 -webkit-box-shadow:inset 0 0 30px rgba(255,255,255,0.18);
 text-transform: uppercase;
 padding:3.5% 2%;
 text-align: left;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.banner-block a:hover .banner-block-center {
 box-shadow:inset 0 0 30px rgba(255,255,255,0.30);
 -moz-box-shadow:inset 0 0 30px rgba(255,255,255,0.30);
 -webkit-box-shadow:inset 0 0 30px rgba(255,255,255,0.30);
}
.banner-block h2 {
 font-family: 'Great Vibes',cursive;
 font-size: 55px;
 line-height: 80px;
 color: #b28a60;
 text-transform: capitalize;
 margin: 0;
}
.banner-block h3 {
border:none;
 font-size: 23px;
 line-height: 28px;
 color:#fff;
 margin: -19px 0 0px;
 padding: 0 0 0 8px;
}
.banner-block p {color: #757575; line-height: 19px; width: 70%; padding-left: 8px; }


/* ------- */

/* Sidebar */

.block { margin:0 0 20px; }
.block .block-title {
 position:relative;
 text-align: center;
 margin-bottom: 20px;
}
.block .block-title strong {
 font-size:27px;
 line-height:27px;
 color:#fff;
 text-transform:uppercase;
 font-weight:normal;
}
 .line-before, 
 .line-after {
 position: absolute;
 height:19px;
 bottom: 3px;
 background: url(/images/line-after.png) no-repeat right top;
 }
 .line-before { left: 0; } 
 .line-after { right:0; background: url(/images/line-before.png) no-repeat left top;}

.block .block-content {}
.block .block-content ul li {
 font-size: 17px;
 line-height:21px;
 color:#b28a60;
 background:url(/images/block-layered-nav-marker.gif) 0 10px no-repeat;
 padding: 0 0 3px 13px;
}
.block .block-content ul li a { text-decoration:none; }
.block .block-content ul li a:hover {
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.block .block-content ul ul {padding: 3px 0 0 10px;}


/* ------- */

/* Content */

.main-container,
.footer-container { 
 padding:36px 0 30px; 
 position:relative; 
 z-index:1; 
 max-width: 1230px;
 margin: 0 auto;
 background: url(/images/main-container-bg.png) repeat center top;
 box-shadow:inset 0 0 30px rgba(255,255,255,0.32);
 -moz-box-shadow:inset 0 0 30px rgba(255,255,255,0.32);
 -webkit-box-shadow:inset 0 0 30px rgba(255,255,255,0.32);
}

.page-title {
 padding:0;
 margin:0 0 20px;
 display:block;
 text-align: center;
 position: relative;
}

.page-title h2 {
 font-size:27px;
 line-height:27px;
 color:#fff;
 text-transform:uppercase;
 display: inline-block;
 text-align: center; 
 position: relative;
 margin-bottom: 0;
}

.breadcrumbs {
 background:url(/images/main-container-bg.png) repeat scroll center top transparent;
 padding:8px 19px;
 margin:0 0 20px;
 overflow:hidden;
 box-shadow:inset 0 0 10px rgba(255,255,255,0.32);
 -moz-box-shadow:inset 0 0 10px rgba(255,255,255,0.32);
 -webkit-box-shadow:inset 0 0 10px rgba(255,255,255,0.32);
}
.breadcrumbs a {text-decoration:none; color:#7b7b7b;}
.breadcrumbs a:hover {color:#b28a60;}

.toolbar {margin-bottom: 30px;}
.toolbar .pager {
 border-bottom: 1px solid #454545;
 margin-bottom: 10px;
 padding: 0 0 10px;
}
.toolbar .sorter {}

.product-name {
 font-size: 14px;
 line-height: 17px;
 font-weight: normal;
 margin: 0 0 20px;
}

.homepage .product-name {margin-bottom:10px;}
.homepage .product-info {margin-bottom:20px;}

.product-name a {
 display: inline-block;
 font-size: 15px;
 font-weight: normal;
 line-height: 17px;
 text-decoration: none;
 text-transform: uppercase;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}

.product-name span {
 display:inline-block;
 float:right;
}

.products-grid {
 float:left; 
 border:1px solid #272728; 
 padding:19px; 
 margin: 0 10px 20px!important;
 -moz-box-sizing:border-box;
 -moz-box-sizing: border-box; 
 -webkit-box-sizing: border-box; 
 box-sizing: border-box;
 position: relative;
 text-align: center;
}
.products-grid:before,
.products-list:before,
.products-grid:after,
.products-list:after {
 font-size: 0;
 content: ".";
 position: absolute;
 width: 25px !important;
 height: 25px !important;
 left: 5px;
 bottom: 4px;
 background: url(/images/products-icon-left.png) no-repeat left top;
 background-size: cover;
}
.products-grid:after,
.products-list:after {background: url(/images/products-icon-right.png) no-repeat left top; right: 5px; left: auto; background-size: cover;}
.products-grid:hover { border-color: #5e5e5f;}

.product-image { display:block; border: 1px solid #272728; padding: 3px; max-width:242px; height:auto; margin:0 auto 15px; text-align: center; }

.product-image img {
 max-width:100%;
 background: url(/images/main-container-bg.png) repeat center top;
 box-shadow:inset 0 0 20px rgba(255,255,255,0.32);
 -moz-box-shadow:inset 0 0 20px rgba(255,255,255,0.32);
 -webkit-box-shadow:inset 0 0 20px rgba(255,255,255,0.32);
}

.other-game {
 border-bottom: 1px solid #272728;
 margin-bottom:10px;
 padding-bottom:10px;
}

.other-game .product-image {
 float: left;
 margin: 0 10px 0 0;
 width: 100px;
}

.other-game .product-image img {
 max-width: 100%;
 height:auto;
}

.other-game .other-game-info {
 overflow:hidden;
 padding-top: 5px;
}

.other-game .other-game-info .product-name {
 margin:0;
 height:42px;
 overflow:hidden;
}
.other-game .other-game-info .product-name a {
 font-size:14px;
 line-height:17px;
}

.other-game .other-game-info .product-info a {color:#87878B;}
.other-game .other-game-info .product-info a:hover {text-decoration:underline;}

.homepage .products-grid {padding: 5px 5px 35px;}

.list-1 {margin-bottom:15px;}
.list-1 li {
 background: url(/images/marker-10.png) no-repeat scroll 0 5px;
 padding-left: 23px;
 line-height:22px;
}

.game-info .game-img {
 float:left;
 margin: 0 20px 0 0;
}

.game-info .game-img a {display:block;}
.game-info .game-img a img {width:400px;}

.game-info .alert-block {
 border:1px solid #f00;
 padding:5px;
}

.social-buttons a {margin-right:8px;}

.post-buttons {
 text-align:center;
 margin-bottom:30px;
}

.post-buttons a {
 margin: 0 10px;
}

.form-register-club {
 display:none;
}

/* User */

.user-right-col {
 overflow:hidden;
}

.user-left-col {
 float:left;
 text-align:center;
 overflow:hidden;
 margin-right:15px;
 max-width:200px;
 width:200px;
}

.user-block {
 border-bottom:1px solid #454545;
 padding-bottom:15px;
 margin-bottom:15px;
}

.user-profile ul li {
 margin-bottom:3px;
}

.user-profile .udtlb {
 float:left;
 clear:left;
 width:150px;
}

.user-avatar {
 width:200px;
 float:left;
 position:relative;
 text-align:center;
 margin-right:20px;
}

.user-info {
 overflow:hidden;
}

.user-list-block {
 border-top: 1px solid #454545;
 border-bottom: 1px solid #454545;
 padding: 10px 0;
 margin: 10px 0;
}

.casino-info {
 background:url(/images/search-bg.png) repeat;
 border:1px solid #454545;
 padding:10px;
 margin-bottom:20px;
}

/* End User */

/* End Content */

/* Footer */

.footer-container{ padding:40px 0 30px; border-top: 1px solid #434343;}
.footer { position:relative;}
.footer-cols-wrapper { position:relative;overflow:hidden;}
.footer-col {float:left;margin-right:2.6%;width:23%;}
.footer-col.last { margin-right:0;}
.footer h4 {
 font-size:17px;
 line-height:17px;
 color:#fff;
 font-weight:normal; 
 text-transform:uppercase;
 position:relative;
 background: url(/images/line-after.png) no-repeat scroll right bottom transparent;
 padding-bottom:25px;
 margin-bottom:10px;
}
span.toggle {
 background:url(../images/toogle-button.png) 0 -61px no-repeat;
 position:absolute;
 cursor:pointer;
 right: 10px;
 top:0;
 height:13px;
 width:13px;
}
span.opened {background-position: 0 0;}
.footer ul li { display:block; padding:0 0 8px 0;}
.footer ul li a {
 display:inline-block;
 color:#59595c;
 text-decoration:none;
 line-height: 18px;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.footer ul li a:before { content: "\f10c"; margin-right: 5px; font-size: 10px; line-height: 19px; float: left; color: #785e42;} 
.footer ul li a:hover{ color:#fff;}

.footer-container-bottom {padding: 20px 0 30px;}
.footer address { font-style: normal; }

/* End Footer */

/* Contact form */
.contactForm {margin-bottom:10px;}
.form-list li {}
.form-list li.hide { display:none; }
.form-list .field { float:left; width:50%; }
.form-list label { float:left; color:#59595c59595c; font-weight:bold; position:relative; z-index:0; display:inline-block; padding-bottom:5px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#b28a60; position:absolute; top:0; right:-8px; }
.form-list .input-box { display:block; clear:both; margin-bottom:25px; }
.form-list .input-box input {width:93%;}
.form-list .input-box input.secure-code { text-align:center; margin-right:10px; padding:9px; width:50px; }
.form-list textarea { resize:none; width:254px; height:10em; }
.form-list li.wide .input-box { width: 98%; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide input, 
.form-list li.wide textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 6px; resize: none; width: 100%; }
.form-list li.wide select { }
.contactForm .btn {width: auto;}

/* ----------- */

/* back-top */
#back-top {position: fixed; bottom:40px;z-index:99; left: 50%; margin-left: 635px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#79ec3e; }
#back-top span {width:41px;height:41px; display: block; background:url(../images/up-arrow.gif) no-repeat center center #272728;border-radius: 50%;}
#back-top a:hover span { background-color:#454545;}
/* -------- */


/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 13px; background: url('/.s/t/101/11.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* ----- */

/* Entries Style */
.eBlock {}
.eMessage {text-align:justify;margin-bottom:40px;}
.eText {text-align:justify;padding:0;}

.eDetails,
.eDetails1,
.eDetails2 {padding:10px;}

.eRating {font-size:7pt;}
.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/101/15.gif') no-repeat 0px 0px;}
/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}
.cBlock1 {border:1px solid #ACC6E5;background:#FFFFFF;}
.cBlock2 {border:1px solid #ACC6E5;background:#F3F7FC;}
/* -------------- */

/* Comments Form Style */
.commTable {}
.commTd1 {color:#4D6D91;font-weight:bold;}
.commTd2 {}
.commFl {width:100%;background:#FAFCFE;border:1px solid #ACC6E5;}
.smiles {border:1px inset;background:#FAFCFE;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {background:#FAFCFE;border:1px solid #ACC6E5;}
/* ------------------- */

/* Archive Menu 
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/101/13.gif') no-repeat 0px 4px; font-family:Tahoma,Arial,Sans-Serif;}
.archActive {font-weight:bold;}
 ------------ */

/* Archive Style */
.archiveCalendars {text-align:center;}
.archiveDateTitle {font-weight:bold;color:#4D6D91;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/101/11.gif') no-repeat 0px 4px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink {text-decoration:none; color:#4D6D91}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#4D6D91}
.archiveNoEntry {text-align:center;}
/* ------------- */

/* Calendar Style */
.calWday,
.calWdaySe,
.calWdaySu {padding:5px;}
.calMdayLink {font-weight:bold;}
/* -------------- */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#D0DFF0}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #D0DFF0; border-left:1px solid #D0DFF0; border-right:1px solid #D0DFF0;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #D0DFF0; border-left:1px solid #D0DFF0; border-right:1px solid #D0DFF0;}
.totalVotesTd {background:#FFFFFF}
/* ---------- */

/* User Group Marks */
a.groupModer,a.groupModer:hover {color:blue;}
a.groupAdmin,a.groupAdmin:hover {color:red;}
a.groupVerify,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#F5F9FD;height:100px;width:300px;border:1px solid #597798;}
.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#597798}
.gTableTop {padding:2px;background:#597798;color:#E2EBF5;font-weight:bold;height:27px;padding-left:10px;font-size:10pt;background-image: url('/.s/t/101/25.gif');}
.gTableSubTop {padding:2px;background:#ACC6E5;color:#000000;height:25px;font-size:10px;background-image: url('/.s/t/101/26.gif');}
.gTableBody {padding:2px;background:#F5F9FD;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#F5F9FD;}
.gTableLeft {padding:2px;background:#E7EEF8;font-weight:bold;color:#737373}
.gTableRight {padding:2px;background:#F5F9FD}
.gTableError {padding:2px;background:#F5F9FD;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#EFF3FE}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink {text-decoration:none; color:#E2EBF5;}
a.catLink:hover {text-decoration:underline; color:#E2EBF5;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum, a.lastPostUserLink, a.forumLastPostLink, a.threadAuthorLink {text-decoration:none; color:#4D6D91;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#6F8EB3;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#4D6D91;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#C7D7EF;}
.fastNavCat {background:#E7EEF8;}
.fastNavCatA {background:#E7EEF8;}
.fastNavForumA {}
/* -------------------------- */

/* forum Page switches */
.switches {background:#B4CBE7;}
.pagesInfo {background:#FFFFFF;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E7EEF8;font-weight:bold;color:#4D6D91;width:15px}
a.switchDigit,a.switchBack,a.switchNext {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#EFF3FE}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#EFF3FE;height:25px;font-weight:bold;font-size:7pt;color:#4D6D91;padding-left:40px;}
.threadsDetails {padding:2px;background:#EFF3FE;height:25px;color:#4D6D91;}
.forumOnlineBar {padding:2px;background:#EFF3FE;height:25px;color:#4D6D91;}

a.threadPinnedLink {text-decoration:none;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}

a.threadLink {text-decoration:none; color:#4D6D91;}
a.threadLink:hover {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#EEF2F7;text-align:center;}
.postFirst {background:#F5F9FD;border-bottom:3px solid #597798;}
.postRest1 {background:#EEF2F7;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#8394B2;}

.postTdTop,.postBottom {background:#D1DCEB;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#597798;}
.posttdMessage {padding:5px;}

.postPoll {padding:5px;}
.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/101/27.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/101/27.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#FAFCFE;border:1px solid #ACC6E5;}
.codeCloseAll {font-size:7pt; color:#4D6D91;font-weight:bold;background:#FAFCFE;border:1px solid #ACC6E5;}
.postNameFl,.postDescrFl {background:#FAFCFE;border:1px solid #ACC6E5;width:400px}
.postPollFl,.postQuestionFl {background:#FAFCFE;border:1px solid #ACC6E5;width:400px}
.postResultFl {background:#FAFCFE;border:1px solid #ACC6E5;width:50px}
.postAnswerFl {background:#FAFCFE;border:1px solid #ACC6E5;width:300px}
.postTextFl {background:#FAFCFE;border:1px solid #ACC6E5;width:550px;height:150px}
.postUserFl {background:#FAFCFE;border:1px solid #ACC6E5;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */

/* Clears ================================================================================ */
.clear {clear: both; display: block; overflow: hidden; visibility: hidden;width: 0;height: 0;}

.header:after,
.header-container:after,
#nav:after,
.footer:after,
.main:after,
.form-list li:after,
.form-list .field:after,
.searchForm form:after,
.input-box:after,
.page-title:after,
.product-name:after,
.block .block-content:after,
.toolbar .sorter:after,
.toolbar .pager:after,
.other-game:after,
.user-profile:after,
.user-block:after,
.user-profile .udtb:after,
#allEntries:after,
.user-personal-info:after,
.game-info:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }