body {
  background: #fff url(../images/page_bg.png);
  font-family: "RobotoDraft", "Roboto", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #333;
}
/* TinyMCE specific rules */
body.mceContentBody {
  background: #fff;
}
a:link, a:visited {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000;
}
a:active {
  text-decoration: none;
  color: #43484E;
  border-bottom: 1px dotted #000;
}
a:hover {
  border-bottom: 1px dotted #FF0000;
  color: #43484E;
}
a.btn {
  color: #FFF !important;
}
a.btn:hover {
  color: #FC0 !important;
}

/* top
================================================== */
#topWrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  float: left;
  display: block;
}
.topContainer {
  float: left;
  width: 100%;
  background: #000 url(../images/top_bg.png) repeat-x bottom;
  border-bottom: 1px solid #666;
  top: 0px;
}
.topInfo {
  color: #F2F2F2;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 20px;
  float: left;
  width: 100%;
  height: 30px;
  font-size: 14px;
}
#topTime {
  font-size: 13px;
}
#topStats {
  text-align: right;
}
#topMarquee {
  padding-top: 1px;
  font-weight: normal !important;
}
#topMarquee a {
  color: #FC3;
}
#topStats span {
  margin-right: 10px;
  display: inline;
}
/* logoWrapper
================================================== */
#logoWrapper {
  float: left;
  width: 100%;
  background: #E6E6E6 url(../images/logo_bg.png);
  height: 120px;
}
#mainLogo img {
  max-height: 70px;
}
#mainLogo {
  margin-top: 35px;
  padding-top: 2px;
  margin-left: -15px !important;
}
#topNav {
  margin-top: 55px;
}
#topNav .dropdown-menu li {
  display: inline;
  margin: 5px 0px 0px 5px;
  float: left
}
#topNav .dropdown-menu a:hover {
  background: none !important;
}
#topNav .dropdown-menu li.home {
  padding-left: 3px !important;
  background: url(../images/icons/mhome.png) no-repeat;
}
#topNav .dropdown-menu li.register {
  padding-left: 3px !important;
  background: url(../images/icons/user_add.png) no-repeat;
}
#topNav .dropdown-menu li.login {
  padding-left: 3px !important;
  background: url(../images/icons/login.png) no-repeat;
  position: relative;
  z-index: 600;
}
#topNav .dropdown-menu li.support {
  padding-left: 3px !important;
  background: url(../images/icons/email_edit.png) no-repeat;
}
#topNav .dropdown-menu li.product {
  padding-left: 3px !important;
  background: url(../images/icons/product.png) no-repeat;
}
#topNav .dropdown-menu li.classified_ads {
  padding-left: 3px !important;
  background: url(../images/icons/classified_ads.png) no-repeat;
}
#topNav .dropdown-menu li.calculator {
  padding-left: 3px !important;
  background: url(../images/icons/calculator.png) no-repeat;
}
#topNav .dropdown-menu li.mlogout {
  padding-left: 3px !important;
  background: url(../images/icons/logout.png) 0px 0px no-repeat;
}
#topNav .topbox {
  height: 44px;
  padding-top: 9px;
  text-align: center;
  width: auto;
}
#topNav .topbox ul li {
  display: inline;
  margin: 10px 0px 0px 20px;
}
#topNav .topbox ul li a {
  color: #000;
  border-bottom: none !important;
  font-size: 17px;
  text-shadow: 0 1px 0 #FFF;
  font-weight: bold
}
#topNav .topbox ul li a:hover {
  color: #B0181B;
}
#topNav .topbox li.home {
  padding-left: 22px;
  background: url(../images/icons/mhome.png) no-repeat;
}
#topNav .topbox li.register {
  padding-left: 22px;
  background: url(../images/icons/user_add.png) no-repeat;
}
#topNav li.login {
  padding-left: 22px;
  background: url(../images/icons/login.png) no-repeat;
  position: relative;
  z-index: 600;
  padding-right: 25px;
}
#topNav li.support {
  padding-left: 22px;
  background: url(../images/icons/email_edit.png) no-repeat;
}
#topNav li.product {
  padding-left: 222px;
  background: url(../images/icons/product.png) no-repeat;
}
#topNav li.classified_ads {
  padding-left: 22px;
  background: url(../images/icons/classified_ads.png) no-repeat;
}
#topNav li.calculator {
  padding-left: 25px;
  background: url(../images/icons/calculator.png) no-repeat;
}
#topNav li.logout {
  padding-left: 25px;
  background: url(../images/icons/logout.png) no-repeat;
}
/* header
================================================== */
#headerWrapper {
  background: #000 url(../images/header_bg.jpg) repeat-x bottom;
  float: left;
  width: 100%;
}
#headerWrapper.headerline {
  border-bottom: 1px solid #66F;
}
.headerStatic {
  width: 100%;
  position: static;
}
#soloContent {
  width: 100%;
  height: 100%;
}
#theframe {
  width: 100%;
  height: 100%;
}
/* bannerWrapper
================================================== */
#bannerWrapper {
  background: #000 url(../images/banner_bg.jpg) repeat-x bottom;
  float: left;
  width: 100%;
  position: relative;
  background-size: 100% 100% !important;
}
#mainBanner {
  width: 100%;
  height: 550px;
  position: relative;
  float: left;
}
/* topMenu
================================================== */
#topmenuWrapper {
  float: left;
  width: 100%;
  height: 40px;
  background: url(../images/topmenu_bg.jpg);
}
#topMenu {
  width: 100%;
  margin-top: 4px; /*background: url(../images/topmenu_bg.jpg);*/
  /*float: left;*/
}
/* title
================================================== */
#titleWrapper {
  margin-top: 5px;
  float: left;
  width: 100%;
}
#titleWrapper .titlebox {
  height: 40px;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 5px;
  background: url(../images/title_bg.jpg) no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#titleWrapper a {
  color: #333;
}
#titleWrapper a:hover {
  color: #333;
}
.pageTitle {
  background: url(../images/title.png) 10px 5px no-repeat;
  padding-left: 50px;
  float: left;
}
.pageTitle a {
  color: #333 !important;
}
.pageTitle h2 {
  color: #333;
  letter-spacing: 2px;
  font-size: 16px;
}
#titleWrapper .changeLanguage {
  padding-top: 5px;
  float: right;
  text-align: right;
}
#titleWrapper .postSaved {
  color: #494545;
  float: right;
  text-align: right;
  line-height: 25px;
  padding: 5px 25px 5px 22px;
  background: url(../images/icons/note_edit.png) 0 7px no-repeat;
}
/* Content
================================================== */
#contentWrapper {
  width: 100%;
  height: 100%;
}
.contentContainer {
  float: left;
  min-height: 150px;
  width: 100%;
}
.contentContainer .colum {
  display: table-cell;
  vertical-align: top;
}
.contentContainer .contentLeft {
  width: 190px;
  margin-right: 7px;
}
.contentContainer .contentMain {
  width: 100%;
  display: table-cell;
}
.contentContainer .contentRight {
  width: 160px;
  margin-left: 5px;
}
.contentContainer .contentbox {
  background: #fdfdfd;
  border: #d1d1d1 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contentContainer .content {
  padding: 10px 10px 20px 10px;
  min-height: 200px;
}
.contentMain .social {
  height: 48px;
  position: relative;
}
.contentMain .socialbox {
  height: 48px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url(../images/social_bg.jpg) repeat-x top;
}
/* Footer
================================================== */
#footerJWrapper {
  background-color: #646464;
  width: 100%;
  height: 50px;
  color: #E4E4E4;
  margin-top: 20px;
}
#footerWrapper {
  border-top: 6px solid #8B090B;
  background: url(../images/footer_bg.png);
  width: 100%;
  color: #D3D5ED;
  margin-top: 20px;
}
#footerWrapper a {
  color: #D3D5ED !important
}
#footerWrapper .footerInfo {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: table;
  height: 570px;
}
#footerWrapper .colum {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
}
#footerWrapper .padding-left {
  padding-left: 15px;
}
#footerWrapper .padding-right {
  padding-right: 15px;
}
#footerWrapper h4 {
  font-weight: 700;
  color: #DBDCDD;
  letter-spacing: 1px;
  display: block;
  border-bottom: 1px dashed #CB0306;
  background: url(../images/ffinfo.png) no-repeat 0px 7px;
  padding-left: 20px;
  margin: 40px 0 20px 0;
  text-align: left;
}
#footerWrapper .contact {
  text-align: right;
  width: 170px;
}
#footerWrapper .contactPhone {
  font-weight: bold;
  color: #fff;
  background: url(../images/icons/rss-small.png) 0px 0px no-repeat;
  padding-left: 16px;
}
#footerWrapper .quickaccess a:hover {
  color: #DF0A0D !important
}
#footerWrapper .contactWrapper {
  width: 170px;
}
#footerWrapper .footerNews {
  height: 400px;
}
#footerWrapper .footerNewsList {
  margin-top: 5px;
  margin-bottom: 10px;
}
#footerWrapper .footerNewsList .body {
  margin-top: 5px;
  line-height: 23px;
  text-align: justify;
}
#footerWrapper .footerNewsList .subject {
  font-weight: bold;
  color: #fff;
  background: url(../images/icons/rss-small.png) 0px 0px no-repeat;
  padding-left: 16px;
}
#footerWrapper span.more {
  display: inline-block;
  height: 12px;
  width: 44px;
  background: url(../images/more.png) no-repeat bottom;
  margin-left: 5px;
  cursor: pointer;
}
#footerWrapper .testimonialWrapper {
  width: 230px;
}
#footerWrapper .testimonial {
  height: 400px;
}
#footerWrapper .testimonial .subject {
  font-weight: bold;
}
#footerWrapper .testimonial .body {
  line-height: normal;
  font-size: 14px;
}
#footerWrapper .testimonial .name {
  font-weight: bold;
  padding-left: 19px;
  background: url(../images/icons/user_green.png) 0px 3px no-repeat;
}
#footerWrapper .lastmembersWrapper {
  width: 210px;
}
#footerWrapper .lastmembers {
  height: 300px;
}
#footerWrapper .totalmembers {
  background: url(../images/elist.png) 0px 6px no-repeat;
  padding-left: 12px;
  float: left;
}
#footerWrapper .lastmembers li {
  list-style: none;
  float: left;
  padding: 1px;
  padding-right: 10px;
}
#footerWrapper .lastmembers li img {
  cursor: pointer;
  border: #999 solid 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#footerWrapper .socialicons {
  margin-top: 10px;
}
#footerWrapper .socialicons li {
  list-style: none;
  float: left;
  padding-right: 10px;
  margin-top: 10px;
}
#footerWrapper .socialicons li a {
  position: relative;
  display: block;
  text-indent: -9999px;
  height: 24px;
  width: 24px;
  border-bottom: none !important;
}
#footerWrapper .socialicons ul.icons {
  margin: 5px 0px 0px 0px;
}
#footerWrapper .socialicons ul.icons li.icon-facebook {
  background: url("../images/social/facebook.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-facebook:hover {
  background: url("../images/social/facebook.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-twitter {
  background: url("../images/social/twitter.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-twitter:hover {
  background: url("../images/social/twitter.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-googleplus {
  background: url("../images/social/googleplus.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-googleplus:hover {
  background: url("../images/social/googleplus.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-youtube {
  background: url("../images/social/youtube.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-youtube:hover {
  background: url("../images/social/youtube.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-linkedin {
  background: url("../images/social/linkedin.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-linkedin:hover {
  background: url("../images/social/linkedin.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-blog {
  background: url("../images/social/blog.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-blog:hover {
  background: url("../images/social/blog.png") no-repeat bottom;
}
/* Copyrigh
================================================== */
#copyrightWrapper {
  background: url(../images/copyright_bg.png);
  width: 100%;
  min-height: 90px;
  color: #D3D5ED !important;
  padding-top: 30px;
}
#copyrightWrapper a {
  color: #ccc !important;
}
#copyrightWrapper a:hover {
  color: #CB0306 !important;
}
#copyrightWrapper .footer-info .software {
  font-size: 12px;
}
#copyrightWrapper .software-info a {
  color: #D8D5D5;
}
#copyrightWrapper .terms {
  text-align: right;
  float: right;
}
/* Sidebar
================================================== */
.widget {
  margin-bottom: 2em;
  border: 1px solid #ddd;
  box-shadow: 5px 5px 3px grey;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.widget-head {
  background: url(../images/widget-head.png);
  border-bottom: 1px solid #666;
  color: #fff;
  height: 35px;
}
.widget-head h3 {
  float: left;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.widget-head h3.widget-why {
  padding-left: 25px;
  background: url(../images/icons/favourite.png) 5px 7px no-repeat;
}
.widget-head h3.widget-sponsor {
  padding-left: 25px;
  background: url(../images/icons/user_green.png) 5px 7px no-repeat;
}
.sponsorPhoto {
  padding: 10px;
  text-align: center;
}
.widget .widget-p p {
  background: url(../images/icons/small-arrow.png) 7px 19px no-repeat;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-shadow: 0 1px 0 #eee;
  text-align: left;
}
.widget-body {
  padding: 5px;
}
/* News
================================================== */
.newsList {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.newsList .date {
  display: block;
}
.newsList .subject {
  background: url(../images/elist.png) 0px 10px no-repeat;
  padding-left: 12px;
  line-height: 200%;
  display: block;
  font-weight: bold;
  border-bottom: 1px dotted #999;
}
.newsList .body {
  padding: 5px 0 5px 0;
}
.etooltip {
  background: #FC9 url(../images/tip_bg.png);
  border: 1px solid #fff;
  margin-top: 10px;
  padding: 0px 5px;
  display: none;
  color: #333;
  text-align: left;
  font-size: 12px;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* Config
================================================== */
table.config {
  width: 100%;
}
table.config td {
  padding: 3px;
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 5px;
}
.confighead {
  padding-left: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px dashed #666;
  vertical-align: middle !important;
  text-align: left;
  font-weight: bold;
  background: url(../images/icons/config_edit.png) 0 20px no-repeat;
}
.confighead .command {
  display: inline-block;
  float: right;
}
.confighead .command .undo {
  background: url(../images/icons/undo.png) 0 6px no-repeat;
  padding: 2px;
  padding-left: 13px;
}
.configbutton {
  background-color: #E5E5E5;
  font-weight: bold;
  vertical-align: middle !important;
}
/* Tables
================================================== */
table.tablist {
  width: 100%;
  text-align: left;
  border: 1px solid #CCC;
  border-collapse: collapse;
  line-height: 35px;
  margin-top: 5px;
}
table.tablist .tablisthead {
  color: #454545;
  border-bottom: 1px solid #CCC;
  background: #e6EEEE url(../images/td_bg.jpg) repeat-x bottom !important;
  font-variant: small-caps;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}
table.tablist td {
  padding: 4px;
  vertical-align: top;
}
table.tablist tr {
  background-color: #fff;
  border-bottom: 1px solid #CCC;
}
table.tablist tr:hover {
  color: #333;
  font-weight: bold;
}
table.tablist a:link, a:visited {
  text-decoration: none;
}
table.tablist .list {
  cursor: pointer;
}
table.tablist span.space {
  background: url(../images/icons/small-arrow.png) 0 6px no-repeat;
  padding-left: 7px;
  cursor: pointer;
}
.tablist .tablistbutton {
  background-color: #F1F1F1 !important;
}
.tablistbutton .pagenum {
  padding: 5px 0px 0px 10px;
  float: left;
  text-align: left;
}
.tablistbutton .tbutton {
  float: right;
  text-align: right;
  padding-right: 10px;
}
/* Downloads
================================================== */
.dlList {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #F8F9FA;
  border: 1px solid #E3E3E3;
}
.dlList .dlName {
  color: #666;
  padding: 5px;
  display: block;
  font-weight: bold;
  background-color: #F8F9FA;
  border: 1px solid #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.dlList .dlBody {
  padding: 5px;
  display: block;
  background-color: #F7F8F9;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.dlList .dlImg {
  width: 120px;
  vertical-align: top;
}
.dlList .dlDesc {
  text-align: left;
  vertical-align: top;
}
.dlList img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #F8F9FA;
  border: 1px solid #E3E3E3;
}
.dlList .dlInfo {
  padding: 5px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* Paging
================================================== */
.pagenum {
  text-align: center;
}
.pagenum span {
  border: 1px solid #999;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0 3px 0 3px;
}
.pagenum .current-num {
  font-weight: bold;
  color: #231C1C;
}
/*====================
====== Menus =====
======================*/
/* accordionMenu
================================================== */
.accordionMenu {
  list-style: none;
}
.accordionMenu a, .accordionMenu a:visited { /* visited pseudo selector so IE6 applies text colour*/
  color: #666666;
}
.accordionMenu li a {
  display: block;
}
.accordionMenu li {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #C8E0FB;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  border: 1px solid #C8E0FB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 3px;
  background: #fff;
  color: #4e4e4e;
  position: relative;
}
.accordionMenu li a {
  padding-left: 17px !important;
  background: url(../images/icons/seelist.png) 0 5px no-repeat;
}
.accordionMenu li li {
  position: relative;
  border: none;
  border-radius: 0px;
  border-top: 1px solid #C8E0FB;
  background: none !important;
}
.accordionMenu li li a {
  padding-left: 17px !important;
  background: url(../images/icons/small_list.png) 0 5px no-repeat;
}
.sf-menu {
  line-height: 16px;
  float: right;
  margin-bottom: 1em;
}
.sf-menu li {
  white-space: nowrap; /* no need for Supersubs plugin */
  *white-space: normal; /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
  padding: 8px 15px;
  text-decoration: none;
  zoom: 1; /* IE7 */
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
  color: #fff;
}
.sf-menu li a:hover {
  color: #E2C4FB;
  border-bottom: 1px solid #FC0;
}
.sf-menu li li a {
  text-transform: inherit;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  min-width: 15em; /* allow long menu items to determine submenu width */
  width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu li.last {
  border-bottom: 1px solid #fff;
}
.sf-menu li li {
  background: #484848 url(../images/sf-menu_bg.png);
  margin-left: 0px;
}
.sf-menu li li li {
  background: #484848 url(../images/sf-menu_bg.png);
}
.sf-menu li:hover, .sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}
.navbar {
  border-radius: 0;
  border-bottom: 0;
}
.navbar-toggle {
  margin-top: 0;
  background-color: #333;
}
.nav li a:hover {
  color: #FFF;
  border-bottom: 1px solid #FC0;
}
.nav a {
  color: #FFF;
  text-shadow: none;
}
.nav li {
  color: #FFF;
}
.navbar-brand h1 {
  padding: 0;
  margin: 0;
}
.navbar-nav.navbar-right li {
  padding: 0 1px;
  color: #39F;
  font-size: 15px;
}
.navbar-nav.navbar-right li li {
  font-size: 14px;
}
.navbar-nav.navbar-right li a {
  padding: 0;
  -webkit-transition: all .9s ease 0s;
  -moz-transition: all .9s ease 0s;
  -o-transition: all .9s ease 0s;
  transition: all .9s ease 0s;
  padding: 6px 15px;
}
.navbar-toggle .icon-bar {
  background-color: #FFF;
}
.navbar-inverse .navbar-nav .active a, .navbar-inverse .navbar-nav .active a:focus, .navbar-nav.navbar-right li a:hover {
  color: #930;
}
.sm-collapsible {
  background: rgba(255, 255, 255, 0.952941);
  border-right: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  position: absolute;
  right: 30px;
  display: inline-block;
  width: 100%;
  z-index: 999999;
}
.sm-collapsible a {
  color: #333;
}