@charset "UTF-8";
/*
	RAKEBRAIN STYLESHEET
	CREATED BY LIGHTBOX MEDIA (JEFF WATERFALL)
	COPYRIGHT 2010
*/
/* BASE STYLSHEETS */
@import url(reset.css);
@import url(layout-fixed.css);
@import url(grid.css);
@import url(base.css);

/* BLOCK SPECIFIC STYLSHEETS */
@import url(navigation.css);
@import url(fancybox.css);
@import url(sidebar.css);
@import url(forms.css);
@import url(tabs.css);

/* PAGE SPECIFIC STYLSHEETS */
@import url(reviewPage.css);
@import url(offersPage.css);
@import url(promotions.css);

/* THEME STYLSHEET */
@import url(rakebrain.css);

/*	NOTES:
	
	dark blue:	#105372
	pink: 		#B11A38
*/

/*	G E N E R A L
************************************************************/
body, html {
	height: 100%;	
}
body { /* see: theme stylesheet */
	font: lighter 12px/17px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #262626;
}
#wrapper { /* see: theme stylesheet */
	min-height: 100%;
	padding-bottom: 20px;
	margin-bottom: -20px;
	height:auto;
	overflow:hidden;
}
#main { /* ie.css */
	width: 950px;	
	padding: 8px 10px 10px 10px;
	margin: 0 auto;
	height:auto;
	overflow:hidden;
}
#main-btm { /* ie.css */
	clear: both;
	height: 0;
	z-index: 1;
}

/*	H E A D E R
************************************************************/
#header { /* ie.css */ /* see: theme stylesheet */
	height:85px;
	padding-top: 10px;
	min-width: 970px;
	/*padding: 30px 0;*/
}
#header-inner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#header-inner .logo_top { /* see: theme stylesheet */
	width:350px;
	overflow: hidden;
	margin: 0;
	float:left;
}


#header-inner .top_banner { /* see: theme stylesheet */
	width:468px;
	overflow: hidden;
	margin:7px 0 0 0;
	float:right;
}


#logo { /* ie.css */
	/*position: absolute;
	top: 10px;
	left: -4px;
	z-index: 2;*/
	float: left;
}
#logo a {
	/*display: block;
	width: 100%;
	height: 100%;*/
}

/*	T O O L S   M E N U 
************************/
#tools {
	position: absolute;
	top: 5px;
	right: 0;
}
#tools ul.menu li {
	margin: 0 3px 0 15px;
}
#tools .menu,
#tools form {
	float: left;	
}
#tools label { /* see: theme stylesheet */
	display: inline;
	padding: 0 5px;
}
#tools select { /* see: theme stylesheet */
	margin-top: -3px; 
	font-size: 10px; 
}

/*	C O N T E N T
************************************************************/
#content,
.sidebar {
	margin-bottom: -10px;	
}

/*	B L O C K S
************************************************************/
.block { /* see: theme stylesheet */
	background-color: #FFF;
	margin-bottom: 10px;
	height:auto;
	overflow:hidden;
	zoom:1;
}
.block .full { /* full width block */ /* see: theme stylesheet */
	/* see: theme stylesheet */
	margin-bottom: 3px;
	clear: both;
}

/*	L I S T S
************************************************************/
dl {
	margin-bottom: 15px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	list-style: disc;
	margin: 0 0 0 10px;
	font-size: 11px;
}
dl.stats {
}
dl.stats dt {
	color: #555;	
	font-weight: normal;
}
dl.stats dd {
	font: italic 16px/1.2em "Arial Black", Arial, Helvetica, sans-serif;
	margin: 0;
}

ul.nav { /* see: theme stylesheet */
	margin: 0 0 10px 0;	
}
ul.nav li {
	border-color: #E2E2E2;
	border-width: 0 0 1px 0;
	border-style: solid;
}
ul.nav li a { /* see: theme stylesheet */
	padding: 1px 0 1px 0;
	font-size: 11px;
	display: block;
}
ul.nav li a:hover { /* see: theme stylesheet */
	
}

/*	F O O T E R
************************************************************/
#footer {
	width: 968px;
	margin: 0 auto;
	background: #000;
	border: 1px solid #666;
	padding:10px 0;
	color: #FFF;
	/* CSS 3 */
	-moz-border-radius: 0 0 5px 5px;  
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#footer-about p:last-child {
	margin-bottom: 0;	
}
#sb1 {
	width: 239px;
}
#sb2 {
	width: 239px;
}
#sb3 {
	width:968px;
	border: none;
}
.col {
	float: left;
	border-right: 1px solid #333;
}
#footer .block {
	background: none;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #333;
}
#footer .last {
	border: none !important;	
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
}
#footer .btn,
#footer .btn-cta {
	text-decoration: none;
}
#footer .btn:hover,
#footer .btn-cta:hover {
	color: #FFF;
	text-decoration: none;
}

#footer label {
	text-transform: uppercase;	
	font-weight: bold;
	padding-bottom: 4px;
}
/*	FOOTER SEARCH
*/
#footer-search form input {
	display: inline;
}
#footer-search form input.input-text {
	width: 120px;
}
#footer-search .btn-cta.lrg { /* ie.css */
	padding: 4px 7px 3px 6px;
	/* CSS 3 */
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
}
/*	TRUSTED LOGOS
*/
#footer-logos img {
	display: block;
	padding-bottom: 10px;
}
/*	LINKS
*/
#footer-links ul,
#footer-links ul li {
	padding: 0;
	margin: 0;
	list-style: inside;
}
#footer-links ul li {
    display: block;
    float: left;
    list-style-type: disc;
    padding: 0 10px;
}
#footer-links ul li a {
	text-decoration: none;
}
#footer-links div {
	margin-bottom: 10px;			   
}

#footer p{
margin:0;
text-align:left;
font-size:12px;
color:#bcbcbc;
text-indent:15px;
}


/*	L I N K S
************************************************************/
a {
	text-decoration: none;
}
p a {
	text-decoration: underline;	
}
.link {
	cursor: pointer;
}
.more {
	white-space: nowrap;
	font-weight: normal;
}
a.add { /* ie.css */
	padding: 2px 0 0 22px;
	display: block;
	background-image: url(icon-sprites.png);
	background-position: 0 -450px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-style: italic;
}
a.add:hover {
	background-position: 0 -480px;
}
.hide { /* ie.css */
	text-indent: -1000em;
	background-image: url(icon-sprites.png);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}
.hide:hover {
	background-position: 0 0;	
}
.tip { /* ie.css */
	display: inline !important;
	display: inline-block !important;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-left: 5px;
	cursor: help !important;
	background-image: url(icon-sprites.png) !important;
	background-position: 0 -292px !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	white-space: nowrap;
}
.tip:hover {
	background-position: 0 -312px;
}
.info-tip {
	cursor: help !important;
}

/*	T O O L T I P S
*/
#tooltip { /* ie.css */
	position: absolute;
	z-index: 50;
	border: 1px solid #CCC;
	background: #FFF !important;
	padding: 10px;
	width: auto;
	height: auto;
	opacity: 0.90;
	/* CSS 3 */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
}
#tooltip h3 {
	font-size: 11px;
	margin: 0;
	word-wrap: break-word;
	width: 200px;
	max-width: 200px;
	line-height: 1.3em;
	display: block;
	white-space: normal;
	background: none;
}
#tooltip .url { /* ie.css */
	text-indent: -1000em;
	background: none;
	width: auto;
	height: auto;
	position: absolute;
	top: -99999em;
	left: -99999em;
	display: none !important;
}

/*	M I S C .
************************************************************/
.icon {
	vertical-align: bottom;
}
.date {
	display: block;
	font-weight: normal;
	font-size: 0.917em;
	font-style: italic;
	color: #555;
}
.neg {
	color: #3F2725 !important;	
}
.pos {
	color: #0A4C26 !important;	
}
pre {
	white-space: normal;
}

/*	B U T T O N S  (see: theme sylesheet)
************************************************************/
.btn,
.btn-cta,
.btn.lrg,
.btn-cta.lrg,
.btn-lrg,
.btn-cta-lrg {
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	padding: 1px 7px;
	background-repeat: repeat-x;
	font-size: 10px;
	white-space: nowrap;
	display: inline;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 17px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background-color: #CCC;
	/* CSS 3 */
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
}

/*	LARGE BUTTONS
*/
.btn.lrg,
.btn-cta.lrg {
	padding: 5px 10px 4px 10px;
	font-size: 12px;
	line-height: 18px;
	/* CSS 3 */
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px;  
	-khtml-border-radius: 8px;  
	border-radius: 8px; 
}

/* B U T T O N   I C O N S
*/
#news .btn,
#blog .btn {
	padding-right: 25px;
	
	_padding-right: 10px;
}
#news .btn span.rss,
#blog .btn span.rss {
	background-image: url(icon-sprites.png);
	background-repeat: no-repeat;
	background-position: 0 -260px;
	margin-left: 6px;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 6px;
	top: 3px;
	
	_display: none;
}

/*	T Y P E  (see: theme stylsheet)
************************************************************/
h1 {
	font-size:25px;
	margin-bottom: 15px;
	letter-spacing: -0.03em;
	line-height: 1em;
}
h2 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1em;
}
.block h2.title {
	 text-transform: uppercase;
	color: #FFF;
	margin: 0 -12px 10px -12px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	background: #000 url(bg-sprites.gif) 0 -860px repeat-x;
	font-weight: lighter;
	padding:3px 11px 3px 11px;
	letter-spacing: -0.05em;
	font-size:20px;
}
h2.title + .full {
	margin-top: -7px;	
}
h3 {
	font-size: 1.5em;
	margin-bottom: 17px;
	line-height: 1.2em;
	font-weight: bold;
	line-height: 1em;
}
.block h3.title {
	font-size: 14px;
	line-height: 1.2em;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #262626;
}
h3.title .xtra { /* ie.css */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	text-transform: none;
	font-size: 11px;
}
.title .meta {
	font-weight: normal;
	font-size: 11px;
	float: right;
}

/*	HEADING XTRA DROPDOWN
	see 'ie.css' for more
************************************************************/
h3.title .xtra ul.dropdown,
h3.title .xtra ul.dropdown li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h3.title .xtra ul.dropdown li ul {
	display: none;
	position: absolute;
	z-index: 10;
	padding: 7px 10px;
	right: 7px;
	background: #B1B1B1;
	top: 33px;
	opacity: 0.95;
	/* CSS 3 */
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px; 
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}
h3.title .xtra ul.dropdown li ul li {
	position: relative;
	z-index: 10;
}
h3.title .xtra ul.dropdown li ul li:last-child {
	border-bottom: none;
}
h3.title .xtra ul.dropdown li ul li a {
	padding: 2px 10px 2px 0;
	margin: 0;
	white-space: nowrap;
}
h3.title .xtra ul.dropdown li ul li a:hover {
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
}
h3.title .xtra ul.dropdown li:hover ul,
h3.title .xtra ul.dropdown li.hover ul {
	display: block;
}
h3.showmenu {
	position: relative;
	z-index: 20;	
}
.block h3.showmenu,
.block h3.showmenu .xtra { /* see jquery.scripts.js */
	/* CSS 3 */
	-webkit-border-radius: 0 !important;  
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	border-radius: 0 !important;
}
h3.showmenu .dropdown .nav { /* see jquery.scripts.js */
	/* CSS 3 */
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    -khtml-border-radius-bottomright: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;
    -khtml-border-radius-bottomleft: 5px !important;
}

/*	TITLE FORM
*/
h3.title .xtra label {
	display: inline;
	padding-right: 5px;
}
h3.title .xtra select + input {
	position: relative;
	top: -1px;
}
h3.title .xtra select,
h3.title .xtra input {
	font-size: 11px;
	margin-top: -4px;
}

/*	SUB TITLES
*/
h4.sub-title { /* see: theme stylesheet */
	font: italic 1.167em/1.1em "Arial Black", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 5px 10px 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #E2E2E2;
	margin-top:10px;
}
.form-item + h4.sub-title {
	margin-bottom: 0;
	margin-top: 10px;
}
h4.sub-title .xtra {
	float: right;
	padding-left: 10px;
	font-size: 11px;
	vertical-align: bottom;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
h4.title {
	font-family: "Arial Black", Gadget, sans-serif;
	/*font-style: italic;*/
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}
h4 {
	font-size: 1.167em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}
h5 {
	font-size: 1.167em;
	font-weight: bold;
	margin-bottom: 5px;
}
p {
	margin-bottom: 17px;
}
.full + p {
	padding-top: 10px;	
}
.notes {
	font-size: 0.917em;
	line-height: 1.3em;
	margin-bottom: 16px;
	color: #666;
}
small {
	font-size: 90%;
}
big {
	font-size: 120%;
	line-height: 1.4em;
}
small em,
th small {
	color: #555;	
}
blockquote {
	float: right;
	margin: 0 0 0 15px;
	color: #555;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	width: 35%;
	padding-left: 20px;
	background: url(quotes-open.gif) 0 0 no-repeat;
}

/*	T A B L E S
************************************************************/
.data {
	width: 100%;
	color: #555;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 1.3em;
}
.data thead th {
	line-height: 1.1em;
	vertical-align: bottom;
	border: none;
}
.data th {
	font-weight: bold;
	color: #262626;
}
.data td,
.data th {
	border-width: 1px 0;
	border-color: #E2E2E2;
	border-style: solid;
}
#content .data td,
#content .data th,
#fancy_content td,
#fancy_content th {
	padding: 7px 10px;
}
#content .data thead th,
#fancy_content .data thead th {
	padding: 0 10px 5px 10px;
	background: #FFF;
}
#content .data thead th a,
#fancy_content .data thead th a {
	color: black;
}
#content .data th.room {
	white-space: nowrap;	
}
.data .total,
.data .total td,
.data .total th {
	background: #666 !important;
	color: #FFF !important;
	border: none;
	text-transform: uppercase;
}
.data .linkout,
.data .linkout td {
	background: #FFF;
	border-bottom: 1px solid #E2E2E2;
	text-align: center;
	font-weight: bold;
}

/*	SORTABLE TABLES
*/
table.sortable th.header {
	cursor: pointer;
	background-image: url(sorts.gif) !important;
	background-position: 2px 1px !important;
	background-repeat: no-repeat !important;
	padding-left: 14px !important;
}
table.sortable th.headerSortDown {
	background-position: 2px -27px !important;
}

table.sortable th.headerSortUp {
	background-position: 2px -57px !important;
}

/* .data ZEBRA striping 
*/
.data .odd,
.data .even,
.zebra .odd,
.zebra .even {
	width: 100%; 
}
.data .odd,
.zebra .odd {
	background-color: #F0F0F0;
}
.data tr.hilite {
	background-color: #FF9;
}
.data tr.query {
	background-color: #FFF !important;
}

.data td.getrakeback { /* ie.css */
	text-align: right;
	min-width: 120px;
}
.data td.bonus {
	white-space: nowrap;
}
.data td.bonus strong {
	display: block;
	font-size: 14px;
}
.data .logo {
	font-size: 0.834em;
	width: 50px;
	line-height: 1.1em;
}
#content .data .logo img {
	display: block;
	padding-bottom: 3px;
}
.data td.per,
.data td.val {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.2em;
}
.data td.per a {
}
.data td.per a:hover {
	text-decoration: none;
}

/*	A L E R T S
************************************************************/
.alert {
	clear: both;
	border: 1px solid #E88C9C;
	background-color: #F6E5E9;
	padding: 0 15px 2px 15px;
	margin-bottom: 15px;
	
	/* CSS 3 */
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px; 
}
.alert p { /* ie.css */
	margin-bottom: 9px;
	padding-top: 10px;
	background: url(icon-alert.png) 0 10px no-repeat;
	border-top: 1px dotted #E88C9C;
	text-indent: 20px;
	position: relative;
	z-index: 0;
}
.alert p a {
	display: block;	
	margin-right: 40px;
}
.alert p.first,
.alert p:first-child {
	border: none;
	padding-top: 10px;
}
.alert .hide { /* ie.css */
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0;
}
.notice {
	clear: both;
	border: 1px solid #8ce8b7;
	background-color: #e5f6ec;
	padding: 0 15px 2px 15px;
	margin-bottom: 15px;
	
	/* CSS 3 */
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px; 
}
.notice p { /* ie.css */
	margin-bottom: 9px;
	padding-top: 10px;
	border-top: 1px dotted #8ce8b7;
	background: url(icon-check.png) 0 10px no-repeat;
	text-indent: 20px;
	position: relative;
	z-index: 0;
}
.notice p a,
.notice p a:visited {
	display: block;	
	margin-right: 40px;
	color: #13b660;
}
.notice p.first,
.notice p:first-child {
	border: none;
	padding-top: 10px;
}
.notice .hide,
.notice .hide:visited { /* ie.css */
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0;
}

/*	REFER A FRIEND
***************************************************************/
#raf-info {
	width: 680px; 
	height: 468px; 
	padding-bottom: 15px;
	display: block;
}

/*	FAQ
***************************************************************/
#faq-questions {
	font-weight: bold;
}
#faq-answers {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#faq-answers dt {
	font-size: 14px;
	margin-bottom: 2px;
}
#faq-answers dd {
	margin: 0 0 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E2E2;
	font-size: 12px;
}




/************************************************/

ul.navigations {
display:block;
list-style:none;
padding:0;
margin:0;
}

ul.navigations li {
 background: none repeat scroll 0 0 #E2E2E2;
    display: block;
    float: left;
    height: auto;
    list-style: none outside none;
    margin: 0 0 1px;
    overflow: hidden;
    padding: 5px;
    width: 96%;
}

ul.navigations li a {
color:#000;
text-decoration:none;
font-size:12px;
}

ul.navigations li a:hover {
color:#ff0000;
text-decoration:none;
font-size:12px;
}




.reviews_banner img, .reviews img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:3px;
 background:#fff;
}

.reviews{
    border-bottom:1px solid #ccc;
	margin:5px 0 10px 0;
	padding:5px;
	zoom:1;
}

.reviews h4 a:hover{
color:#808080;
text-decoration:none;
}

.reviews h4, .reviews h4 a{
 padding:0;
 margin:0;
 text-align:left;
color:#000;
 text-decoration:none;
 font-size:12px;
 margin:0 0 3px 0;
}

































