/*----- font------*/

@font-face {
    font-family: 'Muli';
	font-weight: 800;
    font-style: normal;
    src: url('font/muli-extrabold-webfont.woff2') format('woff2'),
         url('font/muli-extrabold-webfont.woff') format('woff');

}

@font-face {
    font-family: 'Open Sans';
	font-weight: 400;
    font-style: normal;
    src: url('font/opensans-regular-webfont.woff2') format('woff2'),
         url('font/opensans-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
	font-weight: 600;
    font-style: normal;
    src: url('font/opensans-semibold-webfont.woff2') format('woff2'),
         url('font/opensans-semibold-webfont.woff') format('woff');
}


/*----general------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body{
    height: 100%;
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    border: 0;
    padding: 0;
    line-height: 1.42857143;
}

body.light{
	background: #e6e6e1 url(images/backgrou7.png) repeat top left;
	background-attachment: fixed;
}

body.dark{
   background:#2A475E url(images/backgrou7.png) repeat top left;
   background-attachment: fixed;
}


/*Image
-------------------*/
.epicImg{
	position: fixed;
    overflow: hidden;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 1000px;
	opacity: 0.8;
	z-index: -10;
	background-attachment: fixed;
}

.epicImg .epfox{
	position: absolute;
	width: 900px;
	height: 1000px;
	z-index: -9;
	background-attachment: fixed;
}

.epicImg .epic-overlay{
	position: absolute;
	width: 900px;
	height: 1000px;
	background: transparent url(images/backgrou8.webp) repeat top left;
	z-index: -8;
	background-attachment: fixed;
}


body.dark .epicImg{opacity:0.4}


.epicImg .ep01{background:transparent url(images/01.webp) 0px 0px no-repeat}
.epicImg .ep02{background:transparent url(images/02.webp) 0px 0px no-repeat}
.epicImg .ep03{background:transparent url(images/03.webp) 0px 0px no-repeat}
.epicImg .ep04{background:transparent url(images/04.webp) 0px 0px no-repeat}

body.dark .epicImg .ep01{background:transparent url(images/01d.webp) 0px 0px no-repeat}
body.dark .epicImg .ep02{background:transparent url(images/02d.webp) 0px 0px no-repeat}
body.dark .epicImg .ep03{background:transparent url(images/03d.webp) 0px 0px no-repeat}
body.dark .epicImg .ep04{background:transparent url(images/04d.webp) 0px 0px no-repeat}


.sitecont{
	margin: 0 auto;
	width: 1040px;
	background: none;
}

a, a:focus {
	text-decoration: none;
}
a {
 color: #B90400
}

a, a:active, a:focus, a:hover {
	outline: 0!important;
}
a:hover {
	text-decoration: underline;
}
ol,ul{
	list-style:none;
}

strong{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333;
}
body.dark strong{
        color: #9AC0D7;
}

h5{line-height:1.2}
h5 a{color:#333}

.contentbox {
    background: #fff;
    width: 1040px;
    padding-bottom: 5px;
    float: left;
}

body.dark .contentbox {
  background: #1B2A3A;
}

.minheight{
        overflow:hidden;
        min-height:800px
}
.meselect{
   text-decoration: underline;
}
.noactiv{
   color: #99ACBF;
}

.curso {
	cursor: pointer;
	float: left;
}

.curso:hover {
	text-decoration: underline;
}
.sooncontent{
	padding: 20px 15px;
    width: 970px;
    min-height: 750px;
}
.soontext{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
    border-left: 2px solid #2980b9;
    color: #555;
    padding-left: 10px;
}
body.dark .soontext{
    color: #9baab7;
}
.please{
	font-weight: bold;
	margin: 0px 20px;
    color: #677888;
}
body.dark .please{
    color: #2980b9;
}
.float_left{
  float: left;
}
.float_right{
  float: right;
}

/*----Colors------*/

.orange{
        color: #f46623
}

.blue {
    background: #1a3d59;
    color: #ddd;
}
body.dark .blue {
    background: #2F4E65;
}

.blue:hover {
    background: #2071a1;
    color: #ddd;
    text-decoration: none;
}
body.dark .blue:hover {
    background: #2071a1;
    color: #ddd;
}
.gray {
    background: #E6EBEF;
    color: #333;
}
body.dark .gray {
    background: #486175;
    color: #e6e6e6;
}
.graybox1 {
    background-color: #E5F2D6;
}
body.dark .graybox1 {
    background-color: #3b4e5e;
}
.greencolor {
    background-color: #CFE6B7;
    border: 1px solid #8FBD5A;
}

.gray:hover {
    background: #CCD5DF;
    text-decoration: none;
}
body.dark .gray:hover {
    background: #2F4E65;
    text-decoration: none;
}
.colorbox1{
   background: #99ACBF; 
}
.colorbox2{
   background: #CCD5DF;
}
.colorbox3{
   background: #E6EBEF;
}
body.dark .colorbox3{
   background: #2b3e4f;  
}
.colorbox4{
   background: #F0F2F7; 
}
body.dark .colorbox4{
   background: #2F4E65; 
}
.colorbox5{
   background: #F5F6F7;
}
body.dark .colorbox5{
   background: rgba( 0, 0, 0, 0.2 );
}
.colorfont1{
   color: #0864A5;
}
.colorfont2{
   color: #B90400;
}
body.dark .colorfont2 {
    color: #6baace;
}
.colorfont3{
   color: #B90400;
}
body.dark .colorfont3{
   color: #f46623;
}
.colormark{
   color: #FF0000;
}
body.dark .colormark {
    color: #f46623;
}
.favmark{
   color: #1a3d59;
}
body.dark .favmark {
    color: #9baab7;
}

/*----- Icons ------*/

.folde{
    background: url(images/folder.gif) no-repeat 0 0;
    float: left;
    margin-top: 1px;
    margin-right: 9px;
    height: 11px;
    width: 14px;   
}
.menubar{
    background: url(images/menu.gif) no-repeat 0 0;
    float: left;
    margin-top: 3px;
    height: 10px;
    width: 13px;   
}

.voted_1, .voted_2, .voted_3, .voted_4, .voted_5, .starote{
    background-image: url("images/star_group.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;    
    float: left;
    margin-right: 2px;
}

.starred{
   background-position: 0px -12px;
}
body.dark .starred{
   background-position: 0px 0px;
}
.starpul{
   background-position: 0px -48px;
}
body.dark .starpul{
   background-position: 0px -60px;
}
.starblank{
   background-position: 0px -24px;
}

body.dark .starblank{
   background-position: 0px -36px;
}

.pado{
 margin-top: 4px
}
/*----- Advertising ------*/

.toppage{
	height: 65px;
	width: 1040px;
	background: none;
}

.topcool{
    text-transform: uppercase;
    font-size: 10px;
    text-align: right;
    display: block;
    padding-top: 1px;
}

.cooltext{
    padding-right: 5px;
	color: #677888;
}
body.dark .cooltext{
    padding-right: 5px;
    color: #2980b9;
}

.top_sit{
	height: 65px;
	float: right;
	background: none;
}

.swey_logo{
	background-repeat: no-repeat;
	border-bottom-style: none;
	text-indent: -10000px;
	float: right;
	height: 60px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	background: url(adimag/logo_soccerway.png) no-repeat 0 0;
}

.afb {
	background-position: 0px 0px;
}
body.dark .afb {
    background-position: 0px -60px;
}

.addspase {
    margin-top: 5px;
    height: 50px;
    width: 326px;
    margin-bottom: 4px;
}

.spase {
    background: url(images/pretra5.gif) no-repeat 0 0;
    border-bottom-style: none;
    text-indent: -10000px;
    float: right;
    height: 50px;
    width: 326px;
}
body.dark .spase {opacity: 0.8}

.fesite{
padding: 6px 0px;
}

.fesite li {
    background: url("images/bullet.png") no-repeat scroll left 7px transparent;
    display: block;
    margin-left: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #5a6a72;
}

.banbox{
    margin-top: 5px;
    padding: 2px;
    border: solid 1px #0c5460;
    background-color: #E6EBEF;
    color: #0c5460
}
body.dark .banbox{
    border: solid 1px #2F4E65;
    background-color: #19232F;
    color: #89acbf
}

.maxbanbox{
    float: left;
    margin-top: 5px;
    padding: 2px;
    border: 1px solid #BDBDBD;
    width: 244px;
    height: 183px;
}
body.dark .maxbanbox{
    border: 1px solid #2F4E65;
	opacity: 0.8;
}

.siteget {
    float: left;
    border-radius: 2px;
    padding: 4px 0px;
    text-align: center;
}
.sitegeturl {
    float: left;
    margin-top: 5px;
    border-radius: 2px;
    padding: 5px 0px;
    text-align: center;
    width: 240px;
}
.didi {
    width: 165px;
    margin-left: 5px;
}
.didi2 {
    width: 145px;
    margin-left: 5px;
}
.didito {
    width: 80px;
}
.didito2 {
    width: 100px;
}
.getinfo {
    margin-top: 8px;
    border-radius: 2px;
    padding: 3px 0px;
    text-align: center;
    float: left;
    width: 129px;

}
.getinfo a{
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    color: #333;

}
body.dark .getinfo a{
    color: #e6e6e6;
}
.siteget{
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    color: #325a7a;
}
body.dark .siteget{
    color: #E6EBEF;
}
.didi a {
    color: #333;
}
body.dark .didi a {
    color: #e6e6e6;
}
.didi2 a {
    color: #333;
}
body.dark .didi2 a {
    color: #e6e6e6;
}
.didito a {
    color: #333;
}
body.dark .didito a {
    color: #E6EBEF;
}
.banlin {
    border-bottom-style: none;
    text-indent: -10000px;
    height: 60px;
    width: 244px;
    display: block
}
.banteko{
    padding: 1px 0px 1px 18px
}
.banteko>li{
    list-style: circle;
    line-height: 18px;
}

.relsoc{
  background: url(adimag/soccerway.jpg) no-repeat 0 0;
}

body.dark .relsoc{opacity: 0.8}

.relodd{
  background: url(adimag/oddspor.jpg) no-repeat 0 0;
}

body.dark .relodd{opacity: 0.8}

.relbet{
  background: url(adimag/betex.jpg) no-repeat 0 0;
}

body.dark .relbet{opacity: 0.8}

.adcool1{
       background:url(images/cool1.png) no-repeat 0 0;
}
.adcool2{
       background:url(images/cool2.png) no-repeat 0 0;
}
.adcool3{
       background:url(images/cool3.png) no-repeat 0 0;
}
.adcool4{
       background:url(images/cool4.png) no-repeat 0 0;
}


/*----- header ------*/

.topsoro {
    float: right;
    margin-right: 10px;
}

.topsoro ul.account-menu li {
  display: inline;
  list-style-type: none;
}

.topsoro ul.account-menu > li.lank {
  background: url("images/bullet.png") no-repeat scroll left 4px transparent;
  padding-left: 10px;
  margin-right: 10px
}

.topredo {
    float: right;
    margin-right: 5px;
}

.theme-button {
    color: #444;
    cursor: pointer;
}
body.dark .theme-button {
    color: #d3dde6;
}

.theme-button:hover {
    text-decoration: underline;
}

.headerpage{
	width: 1040px;
	background: #fff;
}
body.dark .headerpage {
    background: #1B2A3A;
}
.headerbase{
	background: #003E69 url(images/header.jpg) no-repeat 0 0;
	height: 75px;
	width: 1040px;
	clear: both;
	position: relative;
	z-index: 88;
	}
.titleheader{
	height: 50px;
	width: 1040px;
	background: none;
}	
.titleheader h1 {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	font-weight: 800;
	background: none;
	padding: 11px 0px 0px 15px;
}
body.dark .titleheader h1 {
	color: #e6e6e6;
}

.headerbox{
	height: 60px;
	width: 1040px;
}
.logo-header{
	height: 60px;
	float: left;
	width: 140px;
	margin-left: 15px;
}
.logo-header a{
	margin-top: 16px;
	display: block;
	background:url(images/logo-x2.png) no-repeat 0 0;
	height: 40px;
	width: 140px;
	border-bottom-style: none;
	text-indent: -10000px;
}

.allliste a {
    background-position: 0px 0px;
}
body.dark .allliste a {
    background-position: 0px -40px;
}
.contamenu{
	float: left;
	height: 60px;
	width: 885px;
        position: relative;
}
.sposite{
    color: #B90400;
	text-align: right;
	height: 25px;
	line-height: 25px;
	padding-right: 20px;
	border-bottom: 1px solid #ddd;
}
body.dark .sposite{
	border-bottom: 1px solid #2F4E65;
}

.sposite a{
    color: #444;
}

body.dark .sposite a {
    color: #d3dde6;
}

.headerbox ul.loginbar {
    font-family: Arial, Helvetica, sans-serif;
	margin: 11px 29px 0 0;
	padding: 0;
	float: right;
	font-size: 11px;
	line-height: 13px;

}
.headerbox ul.loginbar > li, .headerbox ul.loginbar > li > a, .headerbox ul.loginbar > li > a:hover {
    display: inline;
	color: #444;
	text-transform: uppercase;
	list-style: none;
}
body.dark .headerbox ul.loginbar > li, body.dark .headerbox ul.loginbar > li > a, body.dark .headerbox ul.loginbar > li > a:hover {
    color: #d3dde6;
}
.contactus {
	padding-right: 8px;
	margin-right: 6px;
	border-right: solid 1px #bbb
}
.infocontent p{
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #555;
	line-height: 22px;
}

body.dark .infocontent p {
    color: #8E9EAC;
}

/*top menu*/

.navbar-nav {
	padding-left: 100px;
	float: left;
	margin: 0
}
.navbar-nav > li {
	float: left;
	margin-right: 25px;
}
.navbar-nav > .active > a {
	color: #333;
}

body.dark .navbar-nav > .active > a {
    color: #e6e6e6;
}

.navbar-nav > li > a {
	display: block;
	float: left;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	padding: 6px 0px;
	line-height: 21px;
	border-top: solid 1px transparent;
	color: #777;
	text-decoration: none;
}
body.dark .navbar-nav > li > a {
    color: #8E9EAC;
}

.navbar-nav > li > a:hover {
	color: #2980b9;
	border-top: solid 1px #72c02c;
	margin-top: -1px;
}
body.dark .navbar-nav > li > a:hover {
	color: #2980b9;
	border-top: solid 1px #72c02c;
	margin-top: -1px;
}

.navbar-nav > .active > a:hover {
	color: #333;
}
body.dark > .navbar-nav > .active > a:hover {
    color: #2980b9;
}

.navbar-nav>li>a:focus {
	text-decoration: none;
	border-top: solid 2px transparent;
	color: #333;
}

/*-----submenu--------*/

.submenu {
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";




        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);	
	z-index: 98;
	height: 25px;
	padding: 0 15px;
	clear: both;
	}
.submenu .submenu-list {
	padding-left: 0px;
	margin: 0;
	list-style: none;
	background: none;
}

.submenu .submenu-list>li {
	color: #fff;
	display: inline;
	background: none;
	margin-right: 20px;
}

.submenu .submenu-list li a {
	color: #d3dde6;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	background: none;
	line-height: 24px;
}
.submenu .submenu-list li a.coreview{
    color: #64c7ff;
}
body.dark .submenu .submenu-list li a.coreview{
    color: #5bc0f9;
}
.submenu .submenu-list li a:focus, .submenu .submenu-list li a:hover, .submenu .submenu-list li.active {
	color: #f1f1f1;
	text-decoration: none;
	background: none;
}
.animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 0 1px transparent;
	position: relative
}
.animate:before {
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -3px;
	transition-property: right;
	transition-duration: .3s;
	transition-timing-function: ease-out
}
.animate.active:before, .animate:active:before, .animate:focus:before, .animate:hover:before {
	right: 0
}
.animate:before {
	content: "";
	background: #f46623;
	height: 4px;
	-webkit-transition-timing-function: ease-out
}

/*------- top button ------------*/

.submenu .actions {
	position: absolute;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";


    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);	
	top: 14px;
	right: 18px;
	border-radius: 5px;
	width: auto;
}
.submenu .xarbuttons{
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	background: none;
	padding: 5px;
}

.submenu .xarbuttons a {
	display: block;
	font-size: 13px;
	padding: 5px 5px 2px;
	line-height: 20px;

}
.xarbuttons a.orend {
	margin-top: 5px;
	color: #fff;
	background: #9DD53A;
	background-image: -moz-linear-gradient(top, #9DD53A 0%, #A1D54F 10%, #80C217 31%, #5D7C00 100%);
	background-image: -webkit-linear-gradient(top, #9DD53A 0%, #A1D54F 10%, #80C217 31%, #5D7C00 100%);
	background-image: linear-gradient(to bottom, #9DD53A 0%, #A1D54F 10%, #80C217 31%, #5D7C00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#5d7c00',GradientType=0 );	
}

.xarbuttons a.grey {
	color: #102277;
	background: #f5f5f5;
	background-image: -moz-linear-gradient(top, #f5f5f5 17%, #dddddd 58%, #bcbcbc 100%);
	background-image: -webkit-linear-gradient(top, #f5f5f5 17%,#dddddd 58%,#bcbcbc 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 17%,#dddddd 58%,#bcbcbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#bcbcbc',GradientType=0 );
	border-radius: 3px;
}

.xarbuttons a.orend:hover {
	color: #333;
	text-decoration: none
}
.xarbuttons a.grey:hover {
	color: #f46623;
	text-decoration: none
}

/*---- ADS MEMU ----*/

.minibaner {
    font-weight: bold;
    line-height: 15px;
    background-color: #E6EBEF;
}
body.dark .minibaner {
    background-color: #19232F;
}

div.top_news {
	background-color: transparent;
	position:relative;
	overflow:hidden;
	height:60px;
	border-bottom: 1px solid #ccc;
	padding:10px 0px 0px 0px;
}
body.dark div.top_news {
    border-bottom: 1px solid #000;
}

a.back,
a.fwrd {
	display: block;
	top:35%;
	overflow: hidden;
	position: absolute;
	width: 10px;
	height: 19px;
	text-indent: -3000px;
	vertical-align: top;
}
a.back {
	background: url('images/back.png') no-repeat left top;
	left: 0;
}
a.fwrd {
	right:0;
	background: url('images/forth.png') no-repeat right top;
}
div.top_news ul,
div.smalnews ul {
	height:60px; 
	display: inline-block;
	list-style: none;
	position:absolute;
}
div.top_news ul li {
	width: 260px;
	vertical-align: top;
}
span.news_img,
div.top_news ul li span.news_img
{
	float: left;
	margin: 0 5px 0 0;
    width: 50px;
    height: 50px;
    border-right: 1px solid #cecece;
}

body.dark span.news_img,
body.dark div.top_news ul li span.news_img
{
    border-right: 1px solid #364a4f;
}

div.top_news ul li a.tittopnews {
	font-size: 10px;
	color: #1a3d59;
	text-transform: uppercase;
	overflow:hidden;
    line-height: 16px;
}
body.dark div.top_news ul li a.tittopnews {
    color: #6baace;
}

div.top_news ul li a.tittopnews:hover {
	color: #f46623;
}
body.dark div.top_news ul li a.tittopnews:hover {
	color: #f46623;
}

div.top_news ul li a.texttopnews, div.smalnews ul li a {
	color: #444;
	font-size: 11px;
}
body.dark div.top_news ul li a.texttopnews, body.dark div.smalnews ul li a {
    color: #8E9EAC;
}

div.top_news ul li a.texttopnews {
	overflow: hidden;
	display: block;

}

div.top_news ul li a.texttopnews:hover,
div.smalnews ul li a:hover {
	text-decoration: underline;
}

div.top_news a#hidebar:link,
div.top_news a#hidebar:visited,
div.top_news a#hidebar:active{
    font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right:0;
	bottom: -1px;
	font-size: 11px;
	color: #B90400;
	background: url('images/hidde.gif') no-repeat right top;
	padding: 0 26px 0 0;
	font-weight: bold;
	text-indent: -1500px;
}

div.smalnews  {
	background-color: #E6EBEF;
	position:relative;
	overflow:hidden;
	height:17px;
	border-bottom: 1px solid #ccc;
	padding:1px 25px 4px 0px;
}
body.dark div.smalnews  {
	background-color: #16202D;
	border-bottom: 1px solid #000;
}

div.smalnews ul li {
	display: inline-block;
	width: 975px;
	margin-left:15px;
	vertical-align: top;
}

div.smalnews a.back,
div.smalnews a.fwrd {
	top:auto;
    margin: 0;
}

div.smalnews .stitle {
	color: #1d4255;
}
body.dark div.smalnews .stitle {
    color: #2980b9;
}

div.smalnews ul li a {
	display: inline-block;
	height: 15px;
	vertical-align:middle;
	margin-top: 1px;
}

div.smalnews a#showbar {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right:0;
	bottom: -1px;
	font-size: 11px;
	color: #B90400;
	background: url('images/show.gif') no-repeat right top;
	padding: 0 26px 0 0;
	font-weight: bold;
	text-indent: -1500px;
}

/*-------- body ---------*/

.fullcontent{
	clear: both;
	width: 1040px;
}

.leftcontent{
	margin-left: 15px;
    float: left;
	width: 745px;
}
.siteinfo {
    float: left;
    color: #325a7a;
    border-radius: 2px;
    margin: 5px 0px;
    padding: 9px 8px 3px;
}
body.dark .siteinfo {
    color: #9baab7;
}
.titlefix {
    padding: 4px 0px 1px;
}

.siteinfo p{
  padding-bottom: 9px;
}
.noinfo{
    margin-top: 10px
}
body.dark .noinfo{
    color: #8E9EAC;
}
.bookdata {
    border-left: 2px solid #2481b7;
    float: left;
    padding-left: 6px;
    font-weight: bold;
    font-size: 11px;
    color: #325a7a;
    line-height: 18px;
    height: 18px;
}
body.dark .bookdata {
    color: #89acbf;
}
.bookpage{
	border-left: 2px solid #2481b7; 	
	font-weight: bold;
	font-size: 12px;
	color: #325a7a;
}
.datadisc{   
	padding: 0px 6px;
	color: #325a7a;
}
body.dark .datadisc{   
	color: #d3dde6;
}
.databor{   
	border-left: 2px solid #2481b7; 
}

.wido{
width: 292px;
}

.bookmaker2 a{
color: #444;
}

.bktitle{
 font-size: 14px;
}
.pocomti{
 color: #0864A5;
}
body.dark .pocomti{
 color: #e6e6e6;
}
.bookmaker{
    margin-top: 5px;
    height: 35px;
}
.bookmaker2{
    margin-top: 15px;

}
.bookmaker3{
    float: left;
    margin-top: 5px;
}
.rightcontent{
    margin:0 15px;
    float: right;
    width: 250px;
}
.pubinfo{
    border-left: 2px solid #2481b7;
    margin-top: 25px;
    background-color: #F6F9F7;
}
body.dark .pubinfo{
    background-color: rgba( 0, 0, 0, 0.2 );
}
.titlerate{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #0864A5;
    height: 20px;
    padding-left: 6px;
}
body.dark .titlerate{
    color: #f46623;
}
.usertub{
    height: 20px;
    padding-left: 6px;
}
.publitub{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
    clear: both;
    height: 20px;
    margin-top: 20px
}
body.dark .publitub{
    color: #9baab7;
}
.publitub a{
    color: #B90400;
}
body.dark .publitub a{
    color: #e6e6e6;
}
.startub{
    cursor: pointer;
    float: left;
    margin-right: 6px;
}
body.dark .startub{
    color: #9AC0D7;
}
.ratetub{
    float: left;
}
.titletub{
	color: #333;
    float: left;
    margin-right: 6px;
}
body.dark .titletub{
	color: #e6e6e6;
}
.tured{
    margin-left: 5px;
    padding: 0px 3px;
    background: #B94E4C;
    color: #fff;
    font-size: 10px;    
}
body.dark .tured{
    background-color: #9F221F;
}
.articlebox ul{
    padding-left: 25px;
    margin-bottom: 18px;  
}

.articlebox ul li{
    font-size: 13px;
    list-style-type: none;
    background: url("images/bullet.png") no-repeat scroll left 8px transparent;
    padding-left: 11px;
}
.articlebox li span{
    color: #133048;
}
body.dark .articlebox li span{
    color: #6baace;
}

.articlebox ol{
    padding-left: 25px;
    margin-bottom: 18px;
}
.articlebox ol li{
    font-size: 13px;
    list-style-type: decimal;
    padding-left: 2px;
    margin-left: 9px;
}

.pagebox h3{
    background: #F5F6F7;
    border-left: 2px solid #2481b7;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: 13px;
    color: #555;
    padding-left: 7px;
}
body.dark .pagebox h3{
    background-color: #233446;
    border-left: 2px solid #6baace;
    color: #6baace;
}
.pagebox p {
    margin-bottom: 15px;
}

.promlinebox h3{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    color: #444;   
    border-bottom: 1px solid #E6EBEF;
    padding-left: 2px;
    padding-top: 10px
}
body.dark .promlinebox h3{
    color: #6baace;
    border-bottom: 1px solid #2F4E65;
}
.promlinebox p {
    margin-bottom: 18px;
}

.infolinebox h3{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: 18px;
    color: #444;   
    padding-left: 2px;
    line-height: 20px;
    font-weight: bold;
}
body.dark .infolinebox h3{
    color: #6baace;   
}
.infolinebox p {
    margin-bottom: 18px;
}

.blocktitle {
	border-bottom: 1px solid #f46623;
	clear: both;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.blocktitle h2, .navlink {
	line-height: 18px;
	background-color: #1a3d59;
	float: left;
	padding: 0 10px;
	margin-top: 2px;
	color: #e6e6e6;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	height: 18px;
}

@-moz-document url-prefix() {
.blocktitle h2, .navlink {
	line-height: 17px;
}
}

body.dark .blocktitle {
    border-bottom: 1px solid #3178B1;
    background: #19232F;
}
.blocktitle > .ratetitle a{
	    color: #f46623;
}
body.dark .blocktitle > .ratetitle a {
    color: #2980b9;
}




body.dark .bluetitle h3, body.dark .bluetitle h2, body.dark .navlink {
    background-color: #2F4E65;
    color: #e6e6e6;
}

.titlebox h3,.titlebox h2, .dirmenu h3, .dirthree h2, .dirthree h3  {
    line-height: 1.2;
}

.titlebox a, .dirmenu a, .dirthree a {
    color: #333;
}

body.dark .dirmenu a, body.dark .dirthree a {
    color: #9baab7;
}

body.dark .titlebox a {
    color: #d3dde6;
}

.ratetitle {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 11px;
        text-align: right;
        min-width: 20px;
        float: right;
        color: #f46623;
}

body.dark .ratetitle {
   color: #2980b9;
}

.ratetitle p{display: none;padding-right: 5px}

.ratetitle h2 {
	color: #f46623;
	background: none;
}

body.dark .ratetitle h2 {
   color: #2980b9;
}

.srate {
        margin-right: 6px;
}
.brate {
        margin-right: 6px;
}
.trate {
        margin-right: 10px;
}
.ratefix {
        cursor: pointer;
}
.ratefix:hover {
    color: #133048;
}
body.dark .ratefix:hover {
   color: #f46623;
}

.blockinfo {
	font-weight: bold;
	color: #555;
	font-size: 11px;
	line-height: 21px;
	clear: both;
	height: 21px;
	overflow: hidden;

}
body.dark .blockinfo {
    color: #9baab7;
}

.blockinfo a {
        color: #333
}

.pagepost {
    margin-top: 10px
}
body.dark .pagepost {
    color: #9baab7;
}
#hidebarto, #showbarto {
    cursor: pointer;
    width: 150px
}
.namecomm {
    font-weight: 600;
    padding-top: 5px;
}
.newspad{
   margin-top: 11px
}
.newsbox h3{
    background: #F5F6F7;
    border-left: 2px solid #2481b7;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #555;
    padding-left: 7px;
}

body.dark .newsbox h3{
    background-color: #233446;
    border-left: 2px solid #6baace;
    color: #6baace;
}

.newsbox h3 a{
    color: #325a7a;
}
body.dark .newsbox h3 a{
    color: #6baace;
}
.newstext{
   margin-top: 7px;
   color: #555;
}
body.dark .newstext{
   color: #9baab7;
}
.podcolo{
   color: #333;
}
body.dark .podcolo{
   color: #708ba4;
}

.alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 2px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
body.dark .alert-info {
    color: #9AC0D7;
    background-color: rgba( 0, 0, 0, 0.2 );
    border-color: rgba( 0, 0, 0, 0.2 );
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/*-----footer------*/

.mainfooter{
    float: left;
	margin-bottom:30px;
	width: 1040px;
	border-top: 5px solid #044572;
	color: #8e9eac;
	background-color:#191919;
}
.foot {
	float: left;
	padding: 20px 30px;
	background-color: #191919;
	width: auto;
}
.foot .footlogo {
	width: 510px;
	float: left;
	margin-right: 35px;
	background: #191919;
}
.foot .span3 {
	width: 145px;
	float: left;
	padding-top: 10px;
	background: #191919;
}

.focopy{
	height: auto;
	width: auto;
	float: left;
	background: #191919;
	clear: both;
}

.copyright{
	float: left;
	padding-top: 15px;
	margin-right: 40px;
	background: #191919;
	width: 230px;
}
.copyright p{
	text-align: left;
	background-color:#191919;
	font-size:12px;
}
.copyright a{
        color: #7faad0;
}
.footertext{
	clear: both;
	padding-top: 10px;
	background: #191919;
}
.footertext p{
	background: #191919;
}
.footlogo a{
	display:block;
	background:url(images/logo-x2.png) no-repeat 0 0;
	border-bottom-style:none;
	text-indent:-10000px;
	float: left;
	height: 40px;
	width: 140px;
	background-position: 0px -40px;
}
.box-header{
	font-size: 16px;
	color: #2980b9;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 25px;
	background: #191919;
}
.foot-vator li{
	background: #191919;
}
.foot-vator a{
	color: #8e9eac;
}
body.dark .foot-vator a{
        color: #8e9eac;
}
.foot-vator a:hover{
	color: #BFBFBF;
}
body.dark .foot-vator a:hover{
        color: #BFBFBF;
}

/*-----dir------*/

.listborder{
        clear: both;
        margin-top: 15px;
        min-height: 100px;
}
.listbor{
	clear: both;
        margin-top: 15px;
        min-height: 80px;
}
.booklistbor{
        clear: both;
        margin-top: 15px;
        height: 147px;
}
.imagepost{
	float: left;
    width: 143px;
}
.featurecat{
        margin-bottom: 15px
}
.imagecomm{
	float: left;
    width: 50px;
    margin: 10px 10px 0px 0px;
    border: 1px solid #ddd;
}
body.dark .imagecomm{
    border: 1px solid #2F4E65;
}
.dirmenu{
   padding: 7px 0px;
}
.textpost{
	float: left;
    width: 857px;
}
.margat{
        margin-top: 10px;
}
.margat15{
        margin-top: 15px;
}
.imageBlocks {
	border: 1px solid #ccc;
        padding: 3px;
        width: 120px;
        max-height: 120px;
        overflow: hidden;
        float: left;
}
body.dark .imageBlocks {
	border: 1px solid #2F4E65;
	opacity: 0.8;
}

/*----for del------*/
.catwhiter {
    border-radius: 2px;
    padding: 10px 16px;
    border: 1px solid 
    #ddd;
    margin-bottom: 18px;
    font-size: 12px;
}

.catebox{
        border-radius: 2px;
        padding: 12px 0 13px 15px;
        border: 1px solid #ddd;
        background: #F5F6F7;
        margin: 15px 0px 10px 0px;
        font-size: 12px;
}
body.dark .catebox{
        border: 1px solid #2F4E65;
        background-color: transparent;
}
.cyclesub{
        padding: 4px 6px 6px 6px;
        background-color: #E5F2D6;
        border: 1px solid #CEE1B8;
        border-radius: 2px;
}
body.dark .cyclesub{
        border: 1px solid #2F4E65;
        color: #E6EBEF;
        background-color: #2F4E65;
}
body.dark .cyclesub a{
        color: #9AC0D7;
}

.titlebox{
    line-height: 14px;
}
.titlearticle{
    line-height: 16px;
    font-size: 16px
}
.titlearticle h2{
  color: #444
}
body.dark .titlearticle h2{
  color: #d3dde6
}
.textbox{
    color: #555; 
    margin-top: 4px;
    clear: both
}
body.dark .textbox{
    color: #9baab7; 
}
.articlebox{
    font-family: 'Open Sans', sans-serif; 
    color: #444;
    margin-top: 15px;
    clear: both;   
    font-size: 14px;
    line-height: 24px
}
body.dark .articlebox{
    color: #9baab7;
}
.articlebox a{
    color: #B90400;
}
body.dark .articlebox a{
    color: #e6e6e6;
}

.podtext{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    height: 13px;
    margin-top: 5px;
}
.bookpodtext{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    height: 14px;
    margin-top: 3px;
    padding-left: 2px;
}
.podbook{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 13px;
    height: 14px;
}
.podbox{
    float: left;
    color: #777;
    margin-right: 10px
}
body.dark .podbox{
    color: #708ba4;
}
.podboxstar{
    float: left;
    color: #777;
    margin-right: 7px
}

.line{
    padding-left: 10px;
    border-left: 1px dotted #777;
}

body.dark .line {
    border-left: 1px dotted #e6e6e6;
}

.podbox a{
    color: #777
}
.podboxlink{
    float: left;
    padding-right: 10px;
    border-right: 1px dotted #777;
    margin-right: 10px;

}
.podboxlink a{
    color: #B94E4C;
}
.podbox a{
    color: #777
}
body.dark .podbox a{
    color: #708ba4
}
.cyclenews {
    color: #B60400;
    background-color: #E5F2D6;
    padding: 7px 5px;
    line-height: 13px;
    height: 13px;
    clear: both
}
body.dark .cyclenews {
    color: #6baace;
    background-color: #2b3e4f;
}
.cyclenews a {
    color: #333;
}
body.dark .cyclenews a {
    color: #d3dde6;
}
.dirten {
    padding: 7px 0px
}
.dirten a{
    padding: 0px 7px
}
.podboxvisit, .podboxvisit a{
    color: #B94E4C;
}

body.dark .podboxvisit, body.dark .podboxvisit a{
    color: #6baace;
}

.tenten{
        width:100%;
        overflow:hidden
}
.dirthree{
        padding: 11px 8px;
        width: 30%;
        height: 16px;
        float: left
}
.blockin{
        padding: 7px 0px 3px;
}
.fixbloo{
        margin-bottom: 5px;
}
body.dark .blockin p{
        color: #8E9EAC;
}
body.dark .blockin p a{
        color: #E6EBEF;
}
.borderbox{
    border-radius: 2px;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 22px;
    margin-top: 15px;
    float: left
}
body.dark .borderbox{
    border: 1px solid #2F4E65;
}
.listingbox{
    float: left;
    min-height: 200px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.listingfix{
    padding-top: 0px;

}
.beztumb {
    float: left;
    width: 100%;
}
.sastumb {
    float: left;
    width: 602px;
}
.bezimage{
    float: left;
    width: 745px
}
.sasimage{
    float: left;
    width: 602px
}
.sascomm{
    float: left;
    width: 650px
}
.datecomm{
  clear: both;
  padding-left: 60px;
  font-style: italic;
  font-size: 11px;
}
.relate{
    clear: both
}
.fixchech {
    position: relative;
    top: 2px;
    left: -1px;
}
.loader{
    margin-top: 10px;
    color: #333
}
body.dark .loader{
    color: #9baab7
}

.listing{
    margin-bottom: 15px
}
.pagina {
    clear: both;
    height: 25px;
    line-height: 25px;
    padding-top: 5px;
    border-top: 1px solid #cbcbcb;
}
.pagina2 {
    clear: both;
    height: 25px;
    line-height: 25px;
    padding: 0px 0px 15px 0px;
}
body.dark .pagina {
    border-top: 1px solid #2F4E65;
}
.totalpag {
  color: #333;
  float: left;
}
body.dark .totalpag {
  color: #9baab7;
}
.numpag {
  color: #B90400;
  float: right;
}
body.dark .numpag {
  color: #fff;
}
.numpag a{
  color: #333;
}
body.dark .numpag a{
  color: #9baab7;
}
.highlight{background:#CCD8BE;}
body.dark .highlight {background: #2F4E65;}
.green{color:#A3AF96!important;}

/*-----form------*/
	
fieldset {
    border: 1px solid #d5d5d5;
    color: #555;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 1px 10px 10px;
    width: 308px;
}
body.dark fieldset {
    border: 1px solid #2F4E65;
    color: #9baab7;
}
legend {
    padding: 0px 12px;
}
.inputbox {
    border: 1px solid #94a6b4;
    color: #555;
    height: 18px;
    padding: 4px;
    width: 296px;
    display: block;
}
body.dark .inputbox {
    border: 1px solid #737d91;
    color: #E6EBEF;
    background-color: transparent;

}
.edtext{
    border: 1px solid #94a6b4;
    resize: none;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;/*reset from inline*/
    width:695px;
    margin:0;/*remove defaults*/
    padding:4px;
    background-color:#fff;
    overflow-y:auto;/*resets IE*/
    overflow-x:hidden;/*resets IE*/
    color: #555;
    height: auto;
    line-height:1.5;
    }
body.dark .edtext{
    border: 1px solid #737d91;
    background-color: transparent;
    color: #E6EBEF;
    }    
.button {
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px 6px;
    margin-bottom: 8px
}
.buttonbox{
    margin: 16px 10px 0px 10px;
}
.form-group{
    margin-left: 10px
}
.form-group a{
    color: #f46623
}
.formbox{
    margin-top: 15px
}
body.dark .formbox{
    color: #9baab7;
}
.formfix{
   width: 100%;
   float: left;
}
.otherdiv{
   width: 100%;
   float: left;
   margin-top: 10px;
   margin-left: 14px;
   display: none;
}
.formzone{
   width: 345px;
   float: left;
   margin-top: 10px;
   margin-left: 14px
}
.nullzone{
   width: 350px;
   float: left;
   margin-top: 10px;
}
.textzone{
   width: 100%;
   float: left;
   margin-top: 10px;
   margin-left: 14px
}
.editorzone{
   width: 695px;
   float: left;
   margin-top: 10px;
   margin-left: 14px
}
label {
    line-height: 22px;
}
body.dark label {
    color: #9baab7;
}
.selebox {
  width: 335px;
  border: 1px solid #94a6b4;
  color: #555;
  font-size: 100%;
  padding: 4px;
  line-height: 22px;
  height: 28px;
  border-radius: 0px;
  background-color: #fff;
}
.selebox > option {
  color: #555;
  background-color: #fff;
}

body.dark .selebox{
  border: 1px solid #737d91;
  background-color: transparent;
  color: #E6EBEF;
}
body.dark .selebox > option{
  color: #E6EBEF;
  background-color: #1B2838;
}
.inpubox {
    border: 1px solid #94a6b4;
    color: #555;
    font-size: 100%;
    height: 18px;
    padding: 4px;
    width: 325px;
    display: block;
}
body.dark .inpubox {
    border: 1px solid #737d91;
    background-color: transparent;
    color: #E6EBEF;
}
.fullbox {
    width: 685px;
}
.capinput {
    border: 1px solid #94a6b4;
    color: #555;
    font-size: 100%;
    height: 18px;
    padding: 4px;
    width: 88px;
    display: block;
    clear: both;
}
body.dark .capinput {
    border: 1px solid #737d91;
    background-color: transparent;
    color: #E6EBEF;
}
.buttonfix{
    width: 20%;
    float: left;
}
.displayleft{
	margin-top: 1px;
    width: 80%;
    float: left
}
.butdone{
    margin: 20px 0px 10px 14px;
    float: left;
    width: 695px
}
.butcomm{
    padding: 20px 0px 10px 14px;
    clear: both;
    width: 665px
}
.displayNoneCat,.displayNoneName,.displayNoneVer,.displayNonePrice,.displayNoneSize,.displayNoneSys,.displayNoneLic,.displayNoneEditor,.displayNoneWeb,.displayNoneEdit,.displayNoneDiv,.displayNoneSite,.displayNoneDemo,.displayNoneBuy,.displayNoneShort,.displayNoneLong,.displayNoneCheck,.displayNoneOpsys{display:none;padding:4px 10px;background-color:#f08a24;border-color:#de770f;color:#fff}

.temchecker{background-color: #F7F5D6}
body.dark .temchecker{background-color: #2F4E65}
/*search*/

.search-box{
  background: #E8E8E4;
  position: absolute;
  top: 68px;
  right: 20px;
  width: 365px;
  height: 58px;
  line-height: 58px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #f46623;
  display: none;
  z-index: 100;
}
body.dark .search-box{
  background: #2F4E65;
}

.search-box:before{
  content: "";
  position: absolute;
  top: -20px;
  right: 13px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #f46623;
}

.search-box input[type="text"]{
  width: 220px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #f46623;
  outline: none;
}
body.dark .search-box input[type="text"]{
  border: 1px solid #19232F;
}

.search-box input[type="submit"]{
  width: 80px;
  padding: 5px 0;
  background: #f46623;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #f46623;
  outline: none;
  cursor: pointer;
}
body.dark .search-box input[type="submit"]{
  border: 1px solid #19232F;
  background: #19232F;
}
.search-box input[type="submit"]:hover {background-color: #1a3d59}
body.dark .search-box input[type="submit"]:hover {
	background-color: #2071a1;
	}

.search-box input[type="submit"]:active, .search-box input[type="submit"]:focus  {
  background-color: #f46623;
}


/*---- List -----*/

.betleft, .betright, .bettop{
	background: transparent;
	width: 326px;
	float: left;
	margin-left: 15px;
	overflow: hidden;
}


/*---listblock-----*/

.listblock{
	font-size: 11px;
	width: 326px;
	overflow: hidden;
}
.listblock li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #6A6A6A;
	display: block;
	line-height: 21px;
	clear: both;
	height: 21px;
}
body.dark .listblock li {
    color: #708ba4;
}
.listblock ul{	/* Sub menu groups */
margin-left:0px;	/* Left spacing */
padding-left:0px;
display:none;	/* Initially hide sub nodes */
}
.listblock a {
font-family: Tahoma, Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
color: #1a3d59;
}

.adbonus a {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #6A6A6A;
}

body.dark .listblock a {
    color: #9baab7;
}

body.dark .adbonus a {
    color: #737d91;
}

.listblock li a:hover{
color:#f46623;
text-decoration: underline;
}
.listblock li a:focus {
color: #f46623;
}  
.liblo{
	width: 326px;
	clear: both;
	padding: 0px;
}	
.add {
background: transparent;
}

.lib {
	float: left;
	height: 21px;
	background: url("images/bullet.png") no-repeat scroll left 6px transparent;
	margin-left: 25px;
	padding-left: 11px;
}

.tree0 {
margin-left:0px !important;
}
.numb {
font-family: Tahoma, Verdana, sans-serif;
color: #f46623;
float: left;
min-width: 18px;
text-align: right;
margin-left: 26px;
height: 21px
}
.no-numb {
font-family: Tahoma, Verdana, sans-serif;
color: #f46623;
float: left;
min-width: 18px;
text-align: left;
margin-left: 26px;
}
body.dark .numb {
    color: #2980b9;
}
body.dark .no-numb {
    color: #2980b9;
}
.bookie{
float: left;
margin-left: 4px;
height: 21px
}
.bure{
font-family: Tahoma, Verdana, sans-serif;    
color: #133048;
}
body.dark .bure {
    color: #94A4B2;
}
.ratebox {
float: right;
font-size: 10px;
text-align: left;
padding-right: 2px;
width: 25px;
}

.sbrbox {
float: right;
font-size: 10px;
text-align: left;
width: 25px;
}
.brbox {
float: right;
font-size: 10px;
text-align: left;
width: 20px;
height: 21px
}
.tarbox {
float: right;
font-size: 10px;
text-align: left;
margin-right: 18px;
height: 21px
}

.blocktitle a{
	color: #e6e6e6;
}
a.home{
	color: #f46623;
}
body.dark a.home{
	color: #9AC0D7;
}
.dtree {
	width: 25px;
	height: 12px;
	float: left;
	left: 0px;
	overflow: hidden;
	margin-top: 3px;
}

.troos {
background-image: url("images/plusmin.png");
background-repeat: no-repeat;
cursor: pointer;
width: 25px;
height: 12px;
}

.tree_plus {
background-position: 0px 0px;
}
body.dark .tree_plus {
    background-position: 0px -24px;
}
.tree_minus {
background-position: 0px -12px;
}
body.dark .tree_minus {
    background-position: 0px -36px;
}

.nivotitle {
font-family: Tahoma, Verdana, sans-serif;
font-weight: bold;	
text-decoration: none;
color: #133048;
}
body.dark .nivotitle {
    color: #9baab7;
}
.nivo2title {	
float: left;
height: 21px;
margin-left: 26px;
}
 .new {
background: url("images/new.jpg") no-repeat scroll left 6px transparent;
}
.star {
	background: url("images/star.png") no-repeat scroll left 4px transparent;
	overflow: hidden;
}
.hot{
background: url("images/hot.gif") no-repeat scroll left 6px transparent;
}
.ads{
	background: url("images/adico.gif") no-repeat scroll left 6px transparent;
	overflow: hidden;
}
.nivo1>li{
margin-left: 10px;
}
.nivo1 > li > .lib a{
color:#296c93;
}
body.dark .nivo1 > li > .lib a{
    color: #6baace;
}
.nivo1>li>.lib a:hover{
color:#f46623;
}
.nivo1 > li > .tree0 {
font-family: Tahoma, Verdana, sans-serif;
font-weight: bold;		
color:#296c93;
}
body.dark .nivo1 > li > .tree0 {
    color: #6baace;
}
.nivo2>li{
margin-left: 10px;
}

/*----comments------*/

.comentbox{
    font-family: 'Open Sans', sans-serif;
    color: #444;
    margin-top: 15px;
    clear: both;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
body.dark .comentbox{
    color: #9baab7;
}

.comentbox h3 {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #E6EBEF;
    padding-left: 2px;
    padding-top: 5px
}
body.dark .comentbox h3 {
    color: #6baace;
    border-bottom: 1px solid #2F4E65;
}
.leftPadding {
    margin-bottom: 18px;
}
.fixpages {
  padding-top: 7px
}
.copyinfo {
    color: #fff;
}
.copycol {
  color: #7faad0;
}
.hovers{
	background-position: 0px -12px !important;
    cursor: pointer; 
    z-index:1;
}
body.dark .hovers{
	background-position: 0px 0px !important;
    cursor: pointer;
    z-index:1;
}
.rowlist{
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px
}
.collist{
  font-size: 11px
}

/* for delete */
.infosys {
	background-image: url("images/infosys.png");
    background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 4px;
}
/* ------- */

.info_icon {
	background-image: url("images/infosys.png");
    background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.info_fix {
	margin-right: 4px;
	cursor: pointer;
	margin-top: 2px;
}

.info_fix:hover {background-position: 0px 0px !important;}
body.dark .info_fix:hover {background-position: 0px 0px !important;}

.info_no {
    background-position: 0px -30px !important;
}
body.dark .info_no {
    background-position: 0px -45px !important;
}

.info_yes {
    background-position: 0px 0px !important;
    cursor: pointer;
}
body.dark .info_yes {
    background-position: 0px -15px !important;
    cursor: pointer;
}
.info_yes:hover {
    background-position: 0px -15px !important;
}
body.dark .info_yes:hover {
	background-position: 0px 0px !important;
}
.alarm {
    padding: 9px;
    border-radius: 2px;
    margin-top: 15px;
}
.alarm-error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #f2dede;
}
body.dark .alarm-error {
    color: #d3dde6;
    background-color: #2b3e4f;
    border: 1px solid #2b3e4f;
}
.alarm-success {
	color: #3c763d;
	background-color: #E5F2D6;
	border: 1px solid #E5F2D6;
}
body.dark .alarm-success {
    color: #d3dde6;
    background-color: #2b3e4f;
    border: 1px solid #2b3e4f;
}

/* -- Bookie -- */

.bokk{
     margin-top: 2px;
     font-size: 1px !important;
     color:transparent;
     margin-left: 25px;
     width: 70px;
     height: 15px;
     display: block;
     float: left
}
body.dark .bokk{
     border: 1px solid #2F4E65;
}

.Bet365{
	 background: url(bookie/bet365.jpg) no-repeat 0 0;
}
.Sbobet{
     background: url(bookie/sbobet.jpg) no-repeat 0 0;
}
.betfair{
     background: url(bookie/betfair.jpg) no-repeat 0 0;
}
.Pinnacle{
	 background: url(bookie/pinnacle.jpg) no-repeat 0 0;
}
.william{
	 background: url(bookie/william-hill.jpg) no-repeat 0 0;
}
.betsson{
	 background: url(bookie/betsson.jpg) no-repeat 0 0;
}
