body {
	background-color:#fff;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1, h2, h3, h4 {
	margin-top:0;
	color:#4b7a24;
}
a, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:visited:hover { 
	color: #4b7a24;
	text-decoration: none;
}

.container {
	max-width: 1200px;
    min-width: 1000px;
	margin:0 auto;
}
/* HEADER ============================================================*/

header {
	width:100%;
}
hgroup {
}
nav.main {
	width:100%;
	height:45px;
	line-height:25px;

	font-weight: bold;

	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#639400), to(#486d01)); 
	background: -webkit-linear-gradient(top, #639400, #486d01);
	background: -moz-linear-gradient(top, #639400, #486d01); 
	background: -ms-linear-gradient(top, #639400, #486d01);
	background: -o-linear-gradient(top, #639400, #486d01); 
	background: linear-gradient(top, #486d01 0%,#639400 100%);

	-webkit-border-radius-topleft: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;

	-webkit-border-radius-topright: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}
nav.main li {
	float:left;
	background:url(/img/menu-separator.png) right center no-repeat;
}
nav.main li.last {
	background:none;
}
nav.main a {
	display: block;
	padding:9px 18px 9px 18px;
	color: #fff;
}
nav.main a:hover {
	background-color: #333; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#666)); 
	background: -webkit-linear-gradient(top, #333, #666);
	background: -moz-linear-gradient(top, #333, #666); 
	background: -ms-linear-gradient(top, #333, #666);
	background: -o-linear-gradient(top, #333, #666); 
	background: linear-gradient(top, #666 0%,#333 100%);
}
nav.main a:visited {
	color: #fff;
}
/* SUBNAVBAR =========================================================*/
#subnavbar {
	width:100%;
	height:35px;

	background-color: #a3a3a3; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3a3a3), to(#c6c6c6)); 
	background: -webkit-linear-gradient(top, #a3a3a3, #c6c6c6);
	background: -moz-linear-gradient(top, #a3a3a3, #c6c6c6); 
	background: -ms-linear-gradient(top, #a3a3a3, #c6c6c6);
	background: -o-linear-gradient(top, #a3a3a3, #c6c6c6); 
	background: linear-gradient(top, #c6c6c6 0%,#a3a3a3 100%);
}
#subnavbar2 {
	width:100%;
	height:35px;
	
	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#639400), to(#486d01)); 
	background: -webkit-linear-gradient(top, #639400, #486d01);
	background: -moz-linear-gradient(top, #639400, #486d01); 
	background: -ms-linear-gradient(top, #639400, #486d01); 
	background: -o-linear-gradient(top, #639400, #486d01); 
	background: linear-gradient(top, #486d01 0%,#639400 100%);
}
#topform {
	float:left;
	margin:7px 0 0 7px;
}
#searchform {
	overflow:auto;
}
#topform select {
	border: 1px solid #333;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	max-width:200px;
}
#topform #searchteam {
	max-width:140px;
	border: 1px solid #333;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
#topform .button {
	padding:2px 8px 2px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#fff;

	background-color: #333; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333)); 
	background: -webkit-linear-gradient(top, #666, #333);
	background: -moz-linear-gradient(top, #666, #333); 
	background: -ms-linear-gradient(top, #666, #333);
	background: -o-linear-gradient(top, #666, #333); 
	background: linear-gradient(top, #333 0%,#666 100%);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	border:1px solid #333;
}
#topform .button:hover {
	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#486d01), to(#639400)); 
	background: -webkit-linear-gradient(top, #486d01, #639400);
	background: -moz-linear-gradient(top, #486d01, #639400); 
	background: -ms-linear-gradient(top, #486d01, #639400);
	background: -o-linear-gradient(top, #486d01, #639400); 
	background: linear-gradient(top, #639400 0%,#486d01 100%);
}
#topview {
	float:left;
	margin:6px 0 0 20px;
	padding-left:5px;

	background-color: #333; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333)); 
	background: -webkit-linear-gradient(top, #666, #333);
	background: -moz-linear-gradient(top, #666, #333); 
	background: -ms-linear-gradient(top, #666, #333);
	background: -o-linear-gradient(top, #666, #333); 
	background: linear-gradient(top, #333 0%,#666 100%);

	border:1px solid #333;
}
#topview label {
	font-size: 11px;
	color:#fff;
}
#topview select  {
	border: 1px solid #333;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}
#lingua { 
	float:right;
	padding:0;
	margin:0 10px 0 20px;
}
#timezone { 
	float:left;
	padding-left:5px;
	margin:6px 0 0 20px;
}
#timezone select  {
	border: 1px solid #333;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	max-width:140px;
}
#oddsformat { 
	float:left;
	padding-left:5px;
	margin:6px 0 0 20px;
}
#oddsformat select  {
	border: 1px solid #333;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	max-width:140px;
}
/* LANGUAGE MENU =====================================================*/
#langmenu {
	margin: 0;
	padding: 0;
	list-style: none; 
	list-style-image: none; 
}
#langmenu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	z-index:1000;
}
#langmenu li a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;

	background-color: #ccc; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3a3a3), to(#ccc)); 
	background: -webkit-linear-gradient(top, #a3a3a3, #ccc);
	background: -moz-linear-gradient(top, #a3a3a3, #ccc); 
	background: -ms-linear-gradient(top, #a3a3a3, #ccc); 
	background: -o-linear-gradient(top, #a3a3a3, #ccc); 
	background: linear-gradient(top, #ccc 0%,#a3a3a3 100%);

	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#langmenu li:hover > a {
	background: #ccc;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #999;

	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;

	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#langmenu ul li:hover a {
	border: none;
	background:none;
	font-weight:bold;
}

/* dropdown */
#langmenu li:hover > ul {
	display: block;
}

/* level 2 list */
#langmenu ul {
	display: none;
	
	position: absolute;
	top: 30px;
	left: 0;

	margin: 0;
	padding:0;
	
	list-style: none; 
	list-style-image: none; 
	background: #ccc;

	border-left: solid 1px #ccc;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#langmenu ul li {
	float: none;
	padding:5px 20px 5px 5px;
	height:21px;

}
#langmenu ul li img {
	float: left;
	vertical-align:middle;
	margin:0;
}
#langmenu ul li a {
	display: block;
	padding:0;
	height:21px;
	border: none;
	background:none;
}


/* MAIN ==============================================================*/
#main {
	margin-top:10px;
	padding:0;
}
/* LEFT COLUMN =======================================================*/
#leftcol {
	float:left;
	width: 17%;
}
#popleagues {
	background-color: #568200; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
	color:#fff;
}
#popleagues h2 {
	font-size: 100%;
	margin:5px;
	color:#fff;
}
#leftcol #popleagues div.leftbtn {
	margin:3px 0;
	background-color: #dfdede; 
	height:24px;
	display:table;
	width:100%;

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdede)); 
	background: -webkit-linear-gradient(top, #ffffff, #dfdede);
	background: -moz-linear-gradient(top, #ffffff, #dfdede); 
	background: -ms-linear-gradient(top, #ffffff, #dfdede);
	background: -o-linear-gradient(top, #ffffff, #dfdede); 
	background: linear-gradient(top, #dfdede 0%,#ffffff 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#leftcol #popleagues div.leftbtn:hover{
	background:#fff;
	/*-webkit-transition: all 0.5s ease-in-out;*/
}
#leftcol #popleagues div.leftbtn div.leftbtn-img {
	width:39px;
	height:24px;
	margin:0;
	padding:0;
	text-align:right;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#leftcol #popleagues div.leftbtn div.leftbtn-txt {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:24px;
	margin:0;
	padding:0;
	font-size:80%;
	font-weight:normal;
	line-height:1em;
}
#leftcol #popleagues div.leftbtn div.leftbtn-txt a {
	color:#000;
	text-decoration:none;
}


#companylinks {
	margin-top:20px;
	font-size:85%;
	font-weight:bold;
}
#companylinks table {
	width:100%;
}
#companylinks td { 
	vertical-align: middle; 
	height:33px;
	border-bottom: 1px solid #cbcbcb;
}
#companylinks a {
	color:#568200;	
	text-decoration:none;
}

#leftbanners {
	text-align:center;
}

#newsletter {
	margin-top:20px;
	background-color: #568200; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
	color:#fff;
}
#newsletter h2 {
	font-size: 100%;
	margin:5px;
	color:#fff;
}
#newslettercont {
	background-color: #fff; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin-bottom:20px;
	font-size: 80%;
	color:#000;
}

#newslettercont #contact label {
	font-weight:bold;
}
#newslettercont #contact #email, #newslettercont #contact #country  {
	width:90%;
	border: 1px solid #333;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
#newslettercont #contact #submit_btn {
	padding:2px 8px 2px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#fff;

	background-color: #333; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333)); 
	background: -webkit-linear-gradient(top, #666, #333);
	background: -moz-linear-gradient(top, #666, #333); 
	background: -ms-linear-gradient(top, #666, #333);
	background: -o-linear-gradient(top, #666, #333); 
	background: linear-gradient(top, #333 0%,#666 100%);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	border:1px solid #333;
}
#newslettercont #contact #submit_btn:hover {
	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#486d01), to(#639400)); 
	background: -webkit-linear-gradient(top, #486d01, #639400);
	background: -moz-linear-gradient(top, #486d01, #639400); 
	background: -ms-linear-gradient(top, #486d01, #639400);
	background: -o-linear-gradient(top, #486d01, #639400); 
	background: linear-gradient(top, #639400 0%,#486d01 100%);
}
.error {
	color: #cc0000;
}
/* MIDDLE COLUMN =====================================================*/
#middlecol {
	float:left;
	margin-left:20px;
	width: 63%;
}
#middlecol p {
	font-size:80%;
	margin:8px 0 0;
}
.block1 {
	font-size:85%;
	/*font-weight:bold;*/
}
.textlinks {
	width:100%;
	border:#999 solid 1px;
	font-size:80%;
}
/* TOP MATCHES =======================================================*/
#topmatch {
	width:100%;
	background-color:#e3e3e3;
	margin-bottom:10px;
}
#topmatch-head {
	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#639400), to(#486d01)); 
	background: -webkit-linear-gradient(top, #639400, #486d01);
	background: -moz-linear-gradient(top, #639400, #486d01); 
	background: -ms-linear-gradient(top, #639400, #486d01);
	background: -o-linear-gradient(top, #639400, #486d01); 
	background: linear-gradient(top, #486d01 0%,#639400 100%);

	padding:4px;
	font-size:80%;
	font-weight: bold;
	color:#fff;
}
#topmatch-feat {
	width:630px;
	height:160px;
	overflow:hidden;
}
.topmatches-main {
	width:630px;
	height:160px;
}
.topmatches-main .matchphoto {
	float:left;
	width:260px;
	height:160px;
}
.topmatches-main .matchphoto img {
	float:left;
	width:240px;
	height:140px;
	margin:10px;
}
.topmatches-main .matchright {
	float:right;
	width:370px;
	height:160px;
	text-align:center;
}
.topmatches-main .matchright .match {
	margin:10px;
}
.topmatches-main .matchright .match a {
	font-size:160%;
	font-weight:bold;
	margin:0;
	color: #568200;
}
.topmatches-main .matchright .match a:hover {
	color: #486d01;
}
.topmatches-main .matchright .odds {
	font-weight:bold;
	margin:10px;
	border-top: 1px solid #ccc;
}
.topmatches-main .matchright .odds ul {
	display: block;
	width:100%;
	height:20px;
	list-style: none; 
	list-style-image: none; 
	margin:5px 0 5px 0; 
	padding: 1px;
	background-color:#ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.topmatches-main .matchright .odds li {
	display: block;
	float:left;
	width:33%;
	font-size:120%;
}

.topmatches-main .matchright .odds1 {
	float:left;
	width:33%;
	font-size:90%;
	text-align:left;
}
.topmatches-main .matchright .oddsx {
	float:left;
	width:33%;
	font-size:90%;
}
.topmatches-main .matchright .odds2 {
	float:left;
	width:33%;
	font-size:90%;
	text-align:right;
}
.topmatches-main .matchright .viewall {
	font-size:80%;
	font-weight:bold;
	text-align:right;
	padding:10px 0 5px 0;
	margin:10px;
	border-top: 1px solid #ccc;
}
.topmatches-main .matchright .viewall a {
	padding:3px 5px 3px 5px;
	color:#fff;

	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#639400), to(#486d01)); 
	background: -webkit-linear-gradient(top, #639400, #486d01);
	background: -moz-linear-gradient(top, #639400, #486d01); 
	background: -ms-linear-gradient(top, #639400, #486d01);
	background: -o-linear-gradient(top, #639400, #486d01); 
	background: linear-gradient(top, #486d01 0%,#639400 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.topmatches-main .matchright .viewall a:hover{
	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#486d01), to(#639400)); 
	background: -webkit-linear-gradient(top, #486d01, #639400);
	background: -moz-linear-gradient(top, #486d01, #639400); 
	background: -ms-linear-gradient(top, #486d01, #639400);
	background: -o-linear-gradient(top, #486d01, #639400); 
	background: linear-gradient(top, #639400 0%,#486d01 100%);
}
/* MATCHES TABLE =====================================================*/
.lightgrey {
	background-color:#e5e5e5;
}
.lightgreyb {
	background-color:#e5e5e5;
	border-left:1px solid #f6f5f5;
	border-top:1px solid #f6f5f5;
	border-right:1px solid #cbc9c9;
	border-bottom:1px solid #cbc9c9;
}
.grey {
	background-color:#c5c5c5;
}
.greyb {
	background-color:#c5c5c5;
	border-left:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	border-right:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
}
.checked {
	background-color: #568200;
	font-weight:bold;
}
.checked a {
	color:#fff;
}
.matchestable {
	width:100%;
	border-collapse:separate;
	border-spacing: 2px;
}
.matchestable td a:hover {
	color:#fff;
}
.matchestable .matchdate {
	padding:9px;
	background-color:#568200;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.matchestable th {
	height:24px;
	font-size:80%;
	color:#568200;
}
.matchestable td {
	padding:0;
	vertical-align: middle; 
	font-size:75%;
}
.matchestable td.league {
	width:24px;
	padding:0;
	margin:0;
	text-align:right;
}
.matchestable td.league img {
	width:24px;
	height:24px;
	margin:0;
}
.matchestable td.start {
	width:6%;
	text-align:center;
}
.matchestable td.home, .matchestable td.away {
	padding-left:5px;
}
.matchestable td.draw, .matchestable td.under, .matchestable td.over, .matchestable td.goal, .matchestable td.nogoal {
	width:6%;
	text-align:center;
}
.matchestable td.info {
	width:4%;
	text-align:center;
}
.matchestable td.dropmatch {
	padding-left:5px;
}
.matchestable td.dropodds {
	width:10%;
	text-align:center;
}
.matchestable td.dropodds img {
	float:right;
	margin-top:5px;
}
.matchestable td.home:hover, .matchestable td.draw:hover, .matchestable td.away:hover, .matchestable td.under:hover, .matchestable td.over:hover, .matchestable td.goal:hover, .matchestable td.nogoal:hover, .matchestable td.dropodds:hover {
	background-color:#8d8d8d;
}
.matchestable td.info:hover {
	background-color:#000;
}
.matchestable td.sb_start {
	width:5%;
	text-align:center;
}
.matchestable td.sb_home, .matchestable td.sb_away {
	padding:5px;
}
.matchestable td.sb_draw {
	width:6%;
	text-align:center;
}
.matchestable td.sb_dist {
	width:5%;
	color:#4b7a24;
	text-align:center;
}
.matchestable td.sb_profit {
	width:5%;
	color:#4b7a24;
	text-align:center;
}
/* INFO ==============================================================*/
#liveodds {
	width:100%;
	margin-top:10px;
	border-bottom: 3px solid #808080;
	font-size:80%;
	color: #000;
	text-align: center;
}
#display_caption, #display_caption2 {
	width:100%;
	margin-top:10px;
	border-bottom: 3px solid #808080;
	font-size:80%;
	font-weight:bold;
	color: #000;
	text-align: center;
}
#display_caption2 {
	margin-top:30px;
}
#display_data, #display_data2 {
	width:100%;
	font-size:80%;
	color: #333;
	text-align: center;
	cursor: default;
}
#display_footer {
	width:100%;
	border-top: 3px solid #808080;
	font-size:80%;
	font-weight:bold;
}
.display_bookmaker {
	width: 70px;
}
.display_one {
	width: 50px;
}
.display_x {
	width: 50px;
}
.display_two {
	width: 50px;
}
.display_over {
	width: 50px;
}
.display_under {
	width: 50px;
}
.display_margin {
	width: 65px;
}
.display_update {
	width: 80px;
}
.display_lastupd {
	width: 4px;
}

#display_caption tr {
	cursor: pointer;
}
td.display_caption_asc {
	color:#68432D;
	background-image: url(/img/interface/sortArrow_asc.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	cursor: default;
}
td.display_caption_desc {
	color:#68432D;
	background-image: url(/img/interface/sortArrow_desc.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	cursor: default;
}
#display_data tr:hover, #display_data2 tr:hover {
	background-color: #dfe6e9;
	cursor: default;
}
#display_data td, #display_data2 td {
	border-bottom: 1px dotted #ccc;
}
#display_data td img {
	float:right;
	margin:2px;
}
tr.display_data_alt {
	background-color: #f1f1f7;
}
tr.display_data_select {
	background-color: #cbd9e0;
}
.oddsright {
	float:right;
	padding:2px;
	margin:0;
	cursor: pointer;
}
.greyobl {
	font-style:italic;
	color:grey;
	cursor:default;
}
.oddsrightmax {
	float:right;
	padding:2px;
	margin:0;
	cursor: pointer;
	
	background-color:#d4d6b2;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.blackbg {
	background-color: #000;
	width: 4px;
	height:20px;
}
.greenbg {
	background-color: #4b7a24;
	width: 4px;
	height:20px;
}
.yellowbg {
	background-color: #e9c117;
	width: 4px;
	height:20px;
}
.redbg {
	background-color: #cb1013;
	width: 4px;
	height:20px;
}
.greybg {
	background-color: #ddd;
	width: 4px;
	height:20px;
}
.infobetf {
	font-size:80%;
	text-align: center;
}

/* BOOKIE REVIEWS ==============================================================*/
.bookiereviews {
	width:100%;
	border-collapse:separate;
	border-spacing:4px;
}
.bookiereviews .bookielogo {
	width:23%;
	border:#e5e5e5 2px solid;
}
.bookiereviews .bookieaddress {
	background-color:#e5e5e5;
}
.bookiereviews .reviewlink {
	text-align:right;
}
.bookiereviews .reviewlink a {
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#fff;

	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#639400), to(#486d01)); 
	background: -webkit-linear-gradient(top, #639400, #486d01);
	background: -moz-linear-gradient(top, #639400, #486d01); 
	background: -ms-linear-gradient(top, #639400, #486d01);
	background: -o-linear-gradient(top, #639400, #486d01); 
	background: linear-gradient(top, #486d01 0%,#639400 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bookiereviews .reviewlink a:hover {
	background-color: #486d01; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#486d01), to(#639400)); 
	background: -webkit-linear-gradient(top, #486d01, #639400);
	background: -moz-linear-gradient(top, #486d01, #639400); 
	background: -ms-linear-gradient(top, #486d01, #639400);
	background: -o-linear-gradient(top, #486d01, #639400); 
	background: linear-gradient(top, #639400 0%,#486d01 100%);
}
.bookiereviews th, .bookiereviews td {
	padding:5px;
}
.bookiereviews th {
	background-color:#568200;
	font-weight:bold;
	color:#fff;
	text-align:left;
}

/* RIGHT COLUMN ======================================================*/
#rightcol {
	float:right;
	margin-left:20px;
	width: 16%;
}
#mycoupon {
	position:relative;
	background-color: #568200; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
	color:#fff;
}
#mycoupon h2 {
	font-size: 100%;
	margin:5px;
	color:#fff;
}
#mycoupon #kill {
	/*margin-left:30px;*/
	cursor:pointer;
	float:right;
}
#mycouponcont {
	background-color: #fff; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:4px;
	margin-bottom:20px;
	font-size: 80%;
	color:#000;
}
#coupon_container {
	position:relative;
}
/* COUPON ============================================================*/

.cp_first {
	border:1px solid #c5c5c5;
	padding:5px;
}
.cp_first table {
	width:100%;
}
.cp_first td.cp_team {
	width:70%;
}
.cp_first td.cp_odd {
	width:30%;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.strong {
	font-weight:bold;
}
.cp_second {
	background-color:#c5c5c5;
	padding:2px;
	margin-bottom:5px;
}
.cp_second span {
	cursor:pointer;
	padding-left:10px;
	background:url(/img/interface/arrow_down.png) no-repeat 0 3px;
}
.cp_second img{
	float:right;
	cursor:pointer;
}
.cp_second2 {
	border: 1px solid #c5c5c5;
	margin-bottom:5px;
}
.cp_last {
	background-color:#ddd;
	border:1px solid #568200;
}
.ulastbox{
	font-weight:bold;
	padding-left:3px;
}
div.CouponFlag {
	border-bottom: 1px solid #c5c5c5;
	display:block;
	clear: both;
	cursor: pointer;
	height: 22px;
	padding: 0 3px;
	overflow:hidden;
}
div.CouponFlag:hover{
	-webkit-transition: all 0.5s ease-in-out;
	background-color:#dddede;
}
div.CouponFlag img {
	vertical-align:middle;
	margin:2px 0 0;
}
.rodds{
	float:right;
	/*height:22px;*/
	line-height:22px;
}
div.closecoupon {
	margin:5px;
	text-align:center;
}

/* FOOTER ============================================================*/
footer {
	text-align:center;
	margin:0;
}
footer a, footer a:visited {
	color: #4b7a24;
}
footer a:hover, footer a:visited:hover {
	color: #666;
}
#footer_text {
	font-size:75%;
}

#footer_links {
	padding:20px;
	border-top:1px solid #1b1b1b;

	background-color: #1b1b1b; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#404040), to(#1b1b1b)); 
	background: -webkit-linear-gradient(top, #404040, #1b1b1b);
	background: -moz-linear-gradient(top, #404040, #1b1b1b); 
	background: -ms-linear-gradient(top, #404040, #1b1b1b);
	background: -o-linear-gradient(top, #404040, #1b1b1b); 
	background: linear-gradient(top, #1b1b1b 0%,#404040 100%);

	font-size:80%;
	color: #c5c5c5;
}
#footer_links img {
	margin-left:15px;
}
/* BANNERS ============================================================*/
#rotator1 {
	width:468px;
	height: 60px; 
	overflow:hidden;
}
#rotatorb {
	background:#598403 url(../img/bannerbg.jpg); 
	width:468px;
	height: 60px; 
}
#rotatorb table, #rotatorb td {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
#rotatorb a {
	font-size:12px;
}
