﻿/* REVIEW TEMPLATE */
/* REVIEW TOP */
.box_reviewtop {
	padding: 7px;
	border-width: 1px 1px 0 1px;
	border-color: #505050;
	border-style: solid;
	background: #646464 url('../images/reviewtopbg.png') repeat-x left top;
	clear: both;
}
.box_registernow {
	width: 382px;
	float: right;
	opacity : 0.70;
	filter: alpha(opacity=70); // msie
}
.box_registernow:hover {
	opacity : 1.0;
	filter: alpha(opacity=100); // msie
}
.box_reviewtop img {
	width: 380px;
	height: 208px;
	border-style: solid;
	border-color: #007D00;
	border-width: 1px 1px 0 1px;
	float: right;
	margin: 0;
}
.box_reviewtop img:hover {
	width: 380px;
	height: 208px;
	float: right;
	margin: 0;
}
.register {
	width: 382px !important;
	height: 29px !important;
	border: 0 solid #6D350C !important;
	float: right !important;
}
/* NAVIGATION */
.box_navigation {
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: left;
	margin-left: 3px;
	overflow: hidden;
	float: left;
	width: 205px;
}
.box_navigation ul {
	padding: 0 0 0 16px;
	margin: 7px 0 0 0;
	list-style: none;
	list-style-position: outside;
}
.box_navigation li {
	line-height: 1.3em;
	font-size: 12px;
	display: list-item;
	margin: 0 0 7px;
	padding: 0;
	list-style-image: url('../images/redsquare.png');
}
.box_navigation li:hover {
	list-style-image: url('../images/greensquare.png');
}
.box_navigation a {
	padding: 0 !important;
	color: #D7D7D7;
}
.box_navigation a:hover {
	color: #FFF !important;
}
/* REVIEW TABLE */
.reviewtable {
	font-size: 11px;
	text-align: left;
	margin: 0 0 4px 0;
	border-collapse: separate;
	border-spacing: 1px;
	position: relative;
	top: -1px;
	width: 100%;
}
.bonusvaluetd {
	padding: 0;
	background: #004890 url('../images/h3bonusbg.png') center top no-repeat;
}
.bonuslinkth {
	padding: 3px;
	background: #F3E6CC url('../images/reviewtabletdgeneralbg.png') repeat-x left top;
	border-width: 1px 1px 1px 7px;
	border-color: #CDB594;
	border-style: solid;
	text-align: center;
	width: 100%;
}
.reviewtable tr:hover td {
	background: #F0E0C4 url('../images/tabletrhoverbg.png') repeat-x left top;
	border: 1px #CDB594 solid;
}
.reviewtable tr:hover td.reviewtabletdgeneral {
	background: #F0E0C4 url('../images/tabletrhoverbg.png') repeat-x left top;
	border: 1px #CDB594 solid;
	border-left-width: 7px;
}
.reviewtabletdvalue:hover {
	background: #F0E0C4 url('../images/tabletrhoverbg.png') repeat-x left top;
	border: 1px #CDB594 solid;
}
.reviewtabletdgeneral {
	padding: 3px 5px;
	border-width: 1px 1px 1px 7px;
	border-color: #CDB594;
	border-style: solid;
	color: #6D350C;
	background: #F3E6CC url('../images/reviewtabletdgeneralbg.png') repeat-x left top;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	width: 35%;
}
.reviewtablebonuscodetdvalue {
	padding: 3px 5px;
	border: 1px solid #CDB594;
	color: #D70000;
	font-weight: bold;
	background: #F7EBD4 url('../images/reviewtabletdvaluebg.png') repeat-x left top;
	width: 65%;
	vertical-align: top;
}
.reviewtabletdvalue p {
	padding: 0 0 7px 0;
}
.reviewtabletdvalue {
	padding: 3px 5px;
	border: 1px solid #CDB594;
	color: #000;
	background: #F7EBD4 url('../images/reviewtabletdvaluebg.png') repeat-x left top;
	width: 65%;
	vertical-align: top;
}
.helpsymbol, .valuesymbol {
	width: 14px;
	height: 14px;
	vertical-align: top;
	margin-left: 5px;
}
.helpsymbol {
	opacity : 0.5;
	filter: alpha(opacity=50); // msie
}
.helpsymbol:hover {
	opacity : 1.0;
	filter: alpha(opacity=100); // msie
}
.valuesymbol {
	float: left;
	clear: right;
}
.valuesecurity {
	width: 31px;
	height: 14px;
}
/* BONUS */
.screenshotline, .webtrafficline {
	padding: 5px 5px 5px 30px !important;
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	text-align: left !important;
	
}
.webtrafficline {
	margin: 1px 0 5px 0 !important;
	background: #AFAFAF url('../images/webtrafficlinebg.png') center bottom no-repeat !important;
}
.screenshotline {
	margin: 1px 1px 5px 0 !important;
	background: #AFAFAF url('../images/screenshotlinebg.png') center bottom no-repeat !important;
}
.screenshotline a, .webtrafficline a {
	color: #000 !important;

}
.screenshotline a:hover, .webtrafficline a:hover {
	color: #000 !important;

}
.box50 {
	width: 50%;
	float: left;
}
.bonusline {
	margin: 1px 0 0 0 !important;
	padding: 7px !important;
	color: #FFF !important;
	font-size: 17px !important;
	font-weight: bold !important;
	text-align: center !important;
	background: #00478F url('../images/bonuslinebg.png') repeat-x center top !important;
	overflow: hidden !important;
	border: 1px #0062C4 solid;
}
.bonusline a {
	color: #FFF !important;

}
.bonusline a:hover {
	text-decoration: underline !important;
	
}
.h3bonus {
	font-size: 12px;
	float: left;
	margin: 0 0 1px 0;
	padding: 3px 7px;
	color: #FFF;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: bold;
	height: 20px;
	line-height: 20px;

}
/* RATING */
.box_rating {
	border-style: solid;
	border-color: #505050;
	border-width: 0 1px 1px 1px;
	overflow: hidden;
	clear: both;
	background: #282828;
	height: 68px;
}
.ratingvalue {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #C80000;
	padding: 7px;

}
.totalvotes {
	float: left;
	color: #FFF;
	font-size: 11px;
	border-left: 1px #1E1E1E solid;
	background-color: #414141;
	padding: 7px;
}
.averagerating {
	float: right;
	border: 1px #1E1E1E solid;
}
.box_averagerating {
	float: right;
	width: 145px;
	margin: 7px 10px 7px 0;
}
.box_averagerating h2 {
	text-align: right;
}
.box_generalrating {
	float: left;
	width: 240px;
	margin: 7px 0 7px 10px;
}
.box_generalrating img {
	width: 144px;
	height: 28px;
}
.box_playersrating {
	float: left;
	width: 155px;
	margin: 7px 0;
}
.box_playersrating h2 {
	text-align: center;
}
.box_rating h2 {
	
	font-size: 12px !important;
	background: transparent none !important;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: bold;
	margin: 0 0 7px 0 !important;
	padding: 0 !important;
	border-width: 0 !important;
	height: auto !important;

}
.h2rightrating {
	text-align: right;
}
/* SIGNUP PROCESS */
.box_register {
	background: #FDF3DD url('../images/boxbg.png') repeat-x left top;
	border-width: 1px 1px 1px 7px;
	border-color: #CDB594;
	border-style: solid;
	clear: both;
	padding: 7px;
	margin: 0 0 5px 0;
}
.box_register1, .box_register2, .box_register3 {
	background-color: #FFF;
	text-align: left;
	padding: 7px;
	border-width: 1px 1px 1px 7px;
	border-color: #CDB594;
	border-style: solid;
	line-height: 1.3em;
}
.box_register1 {
	border-left-color: #D70000;
}
.box_register2 {
	border-left-color: #C86400;
}
.box_register3 {
	border-left-color: #82BF00;
}
.boxwrap_register1 {
	width: 173px;
	margin: 0 0 5px 0;
	float: left;
	clear: left;
}
.boxwrap_register2 {
	width: 173px;
	margin: 0 0 5px 2px;
	float: left;
}
.boxwrap_register3 {
	width: 173px;
	margin: 0 0 5px 0;
	float: right;
	clear: right;
}
.box_register p {
	margin: 0 0 5px 0;
	padding: 1px 0 2px 0;
}
.h3register1, .h3register2, .h3register3 {
	color: #FFF;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	height: 42px;
}
.h3register1 {
	background: url('../images/h3register1bg.png') center top no-repeat;
}
.h3register2 {
	background: url('../images/h3register2bg.png') center top no-repeat;
}
.h3register3 {
	background: url('../images/h3register3bg.png') center top no-repeat;
}
.h3register {
	height: 32px;
	float: left;
	width: 100px;
	vertical-align: middle;
	margin: 4px 2px 2px 5px;
	
}
.step {
	height: 32px;
	float: left;
	width: 35px;
	font-size: 32px;
	text-align: left;
	line-height: 32px;
	margin: 4px 1px 2px 10px;
	
}
.nextstep {
	background: transparent url('../images/nextstep.png') no-repeat center center;
	width: 20px;
	height: 40px;
	float: left;
	padding: 0;
	margin: 70px 5px 5px 10px;
}
/* DEPOSIT AND WITHDRAWAl */
.box_deposit, .box_withdrawal {
	font-size: 11px;
	background: #FDF3DD url('../images/boxbg.png') repeat-x left top;
	padding: 7px 7px 2px 7px;
	border-width: 1px 1px 1px 7px;
	border-color: #CDB594;
	border-style: solid;
	line-height: 1.3em;
}
.box_deposit {
	border-left-color: #C86400;
}
.box_withdrawal {
	border-left-color: #6400C8;
}
.boxwrap_dwleft, .boxwrap_dwcenter, .boxwrap_dwright {
	text-align: left;
	width: 202px;
	overflow: hidden;
	height: auto;
}
.boxwrap_dwleft {
	float: left;
	clear: left;
	margin: 0 5px 5px 0;
}
.boxwrap_dwcenter {
	float: left;
	margin: 0 5px 5px 0;
}
.boxwrap_dwright {
	float: right;
	clear: right;
	margin: 0 0 5px;
}
.box_deposit p, .box_withdrawal p {
	margin: 0 0 3px 0;
	padding: 1px 0 3px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #CDB594;
}
.depositgeneral, .withdrawalgeneral {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}
.depositgeneral {
	color: #AA5500;
}
.withdrawalgeneral {
	color: #8000FF;
}
.h3deposit, .h3withdrawal {
	color: #FFF;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
	height: 44px;
	
}
.h3deposit {
	background: #AB5500 url('../images/h3depositbg.png') center top no-repeat;
}
.h3withdrawal {
	background: #410082 url('../images/h3withdrawalbg.png') center top no-repeat;
}
.h3dw {
	height: 32px;
	float: left;
	width: 105px;
	vertical-align: middle;
	margin: 5px 2px 2px 10px;
}
.h3depositlogo, .h3withdrawallogo {
	width: 74px;
	height: 36px;
	float: right;
	padding: 0;
	margin: 3px;
}
.h3depositlogo {
	border: 1px solid #C86400;
}
.h3withdrawallogo {
	border: 1px solid #4B0096;
}
/* PROS AND CONS */
.box_pros, .box_cons, .box_facts {
	padding: 7px 7px 0 7px;
	border-width: 1px 1px 1px 7px;
	border-color: #CDB594;
	border-style: solid;
}
.boxwrap_pros, .boxwrap_cons, .boxwrap_facts {
	width: 616px;
	clear: both;
	height: auto;
	text-align: left;
	float: left;
	margin: 0 0 5px 0;
	overflow: hidden;
}
.box_pros ul, .box_cons ul, .box_facts ul {
	padding: 0 0 0 16px;
	margin: 0;
	list-style: none;
	list-style-position: outside;
}
.box_pros li, .box_cons li, .box_facts li {
	display: list-item;
	line-height: 1.3em;
	margin: 0 0 7px;
	padding: 0;
}
.box_pros {
	background: #FDF3DD url('../images/prosbg.png') no-repeat right top;
	border-left-color: #00A000;
}
.box_cons {
	background: #FDF3DD url('../images/consbg.png') no-repeat right top;
	border-left-color: #D70000;
}
.box_facts {
	background: #FDF3DD url('../images/factsbg.png') no-repeat right top;
	border-left-color: #0080FF;
}
.box_pros li {
	list-style-image: url('../images/greensquare.png');
}
.box_cons li {
	list-style-image: url('../images/redsquare.png');
}
.box_facts li {
	list-style-image: url('../images/bluesquare.png');
}
/* BUTTONS */
a.button1, a.button2, a.button3, a.button4 {
	color: #FFF;
	display: block;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	padding-right: 10px; /* sliding doors padding */;
	text-decoration: none;
	text-align: center;

}
a.button1 {
	background: transparent url('../images/button1rightbg.png') no-repeat top right;
}
a.button2 {
	background: transparent url('../images/button1rightbg.png') no-repeat top right;
	margin-top: 50px;
	margin-bottom: 5px;
}
a.button3 {
	background: transparent url('../images/button1rightbg.png') no-repeat top right;
	margin-top: 7px;
	margin-bottom: 7px;
	float: left;
	margin-left: 213px;
}
a.button4 {
	background: transparent url('../images/button2rightbg.png') no-repeat top right;
	float: right;
	margin-top: 5px;
	margin-bottom: 0;
}
a.button1 span, a.button2 span, a.button3 span, a.button4 span {
	display: block;
	line-height: 14px;
	padding: 4px 0 6px 10px;
}
a.button1 span {
	background: transparent url('../images/button1leftbg.png') no-repeat;
}
a.button2 span {
	background: transparent url('../images/button1leftbg.png') no-repeat;
	float: right;
}
a.button3 span {
	background: transparent url('../images/button1leftbg.png') no-repeat;
}
a.button4 span {
	background: transparent url('../images/button2leftbg.png') no-repeat;
	float: right;
}
a.button1:hover, a.button2:hover, a.button3:hover, a.button4:hover {
	background-position: bottom right;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}
a.button1:hover span, a.button2:hover span, a.button3:hover span, a.button4:hover span {
	background-position: bottom left;
}

