/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
	
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #000;
	background-color:#d2e5f2;
}

body.fancybod{background:#fff;}

		
a { /* default link styles*/
	color:#069;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
	}



.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1130px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.banner { float: right; margin: 63px 0 0 10px; width: 120px; }
.sprite { background: url(/images/sprite.png) left top no-repeat; }



/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/



/*********************************************
	Header Formatting
*********************************************/

.header { 
	height: 484px;
	width: 1000px;
	z-index: 3;
	position: relative;
	background: url(/images/xheader-bg.png) left top no-repeat;
}

.sub-header { 
	height: 280px;
	width: 1000px;
	z-index: 3;
	position: relative;
	background: url(/images/header-bg.png) left top no-repeat;
}

	.header-logo {
		width: 299px;
		height: 193px;
		display: block;
		position: absolute;
		left: -25px; 
		top: 0px;
		z-index: 4;
	}
	
	.header-plane {
		position: absolute;
		left: 15px;
		top: 47px;
		z-index: 5;
	}
	
.header-billboards {
	width: 360px;
	height: 90px;
	padding: 7px 28px 157px 17px;
	background: url(/images/billboard.png) left top no-repeat;
	position: absolute;
	z-index: 6;
}

	.bill-left { bottom: 10px; left: 150px; }
	.bill-right { bottom: 10px; left: 600px; }


.header-share {
	position: absolute;
	z-index: 9;
	top: 10px;
	right: 130px;
}
	
	.hold-links { position: absolute; top: 43px; right: 50px; font-size: 10px; color: #3280bd;   }
	.hold-links a { color: #3280bd; text-decoration: none; }
	.hold-links a:hover { color: #0c418b; text-decoration: underline; }


.title-hold {
	position: absolute;
	z-index: 7;
	left: 0px;
	bottom: 0px;
	height: 38px;
}

.title-left {
	width: 12px;
	height: 38px;
	background-position: 0px -933px; 
	float: left;
}

.title-right {
	width: 38px; 
	height: 38px;
	background-position: -305px -933px; 
	float: left;
}

/*********************************************
	Headers and bc's
*********************************************/

.title { 
	background: url(/images/title-sprite.png) left top no-repeat #fff; 
	float: left;
	height: 38px; 
	display: block;
	text-indent: -9999px;
}
	
	.t1 { background-position: 0px 0px; width: 368px; }
	.t2 { background-position: 0px -38px; width: 180px; }
	.t3 { background-position: 0px -76px; width: 129px; }
	.t4 { background-position: 0px -114px; width: 212px; }
	.t5 { background-position: 0px -152px; width: 181px; }
	.t6 { background-position: 0px -190px; width: 92px; }
	.t7 { background-position: 0px -228px; width: 154px; }
	.t8 { background-position: 0px -266px; width: 112px; }
	.t9 { background-position: 0px -304px; width: 85px; }
	.t10 { background-position: 0px -342px; width: 171px; }
	.t11 { background-position: 0px -380px; width: 127px; }
	.t12 { background-position: 0px -418px; width: 105px; }
	.t13 { background-position: 0px -456px; width: 283px; }
	.t14 { background-position: 0px -494px; width: 133px; }
	.t15 { background-position: 0px -532px; width: 175px; }
	.t16 { background-position: 0px -570px; width: 241px; }
	.t17 { background-position: 0px -608px; width: 223px; }
	.t18 { background-position: 0px -646px; width: 179px; }
	.t19 { background-position: 0px -684px; width: 118px; }
	.t20 { background-position: 0px -722px; width: 494px; }

h1 { /* This will use the same admin controlled headers */
	background-repeat: no-repeat;
	height: 38px; 
	display: block;
}



h2, h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #000;
	margin: 0 0 15px 0;
}



/*********************************************
	Page Formatting
*********************************************/

.content { /* Format as you need. Use em's where you can to keep consistent */
	background: #fff;
	position: relative;
	z-index: 10;
	width: 1000px;
	font-size: 12px;
}

	.list{
		padding: 0px;
		margin: 10px 0 0 0;
		list-style: none;
	}
				
	.list li { 
		background-image: url(/images/big-burts.png);
		background-repeat: no-repeat;
		background-position: 0px 1px;
		padding: 0 0 0 16px;
		margin: 5px 0 0 10px;
	}

	.content h2 { color: #039; font-size: 15px; font-weight: bold; line-height: 22px; }
	
.inner-content{
	overflow:hidden; /* for equal height columns */
}


.col{
	float:left;
	margin-bottom:-3000px;
	padding-bottom:3000px;
}
	.col-1 { 
		width: 480px;
		float: left;
		margin: 0 10px 0 0;
	}
	
	.col-2 { 
		width: 480px;
		float: right;
		position: relative;
	}
	
	.col-3 { 
		width: 640px;
		margin: 0 10px 0 0;
		float: left;
	}
	
	.col-4 {
		width: 330px;
		float: left;
		position: relative;
	}

/*********************************************
	Footer Formatting
*********************************************/

.footer { /* Format as you need. */
	width: 1000px;
	background: #fff;
}
	.footer a {
		color: #000;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #F00;
		text-decoration: underline;
	}
	
	/* Use this for your footer nav to make it easier on spacing! */
	/* nav class inherited from core.css */
	
	.footer ul.nav { 	
		text-align:center;
		margin:0 auto 5px;
	}
	
		.footer ul.nav li { 
			position:relative;
			display: inline;
			float:none;
			border-left: 1px solid #008c9a;
			padding:0 2px 0 5px;
		}
		
.footer-top {
	width: 1000px;
	height: 10px;
	background-position: 0px -971px;
	margin: 10px 0 0 0;
}

.footer-bot {
	width: 1000px;
	height: 10px;
	background-position: left bottom;
	margin: 0 0 10px 0;
}

.footer-banner { width: 728px; height: 90px; margin: 0 auto; padding: 10px 0; }

	
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/

/*********************************************
	Buttons
*********************************************/
a.but,
a.but span,
a:hover.but,
a:hover.but span{ 
	background: url(/images/buttons.png) no-repeat right top;
	display:inline;
	display:inline-block;
	line-height:23px;
	height:23px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	
}

	a.but{ padding-right:20px; margin:5px 0 5px 0; }
	a.but span{ background-position:left top; padding-left:16px; }
		a:hover.but{ background-position:right bottom; }
		a:hover.but span{ background-position:left bottom; }
		
a.butlg,
a.butlg span,
a:hover.butlg,
a:hover.butlg span {
	line-height:1.4em;
	height:36px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
}

a.butlg span.small, a:hover.butlg span.small {
	font-size:10px;
}

	a.butlg{ padding:5px 15px; margin:5px 0 5px 0; background: url(/images/button-lg.jpg) no-repeat left top; display:inline-block;}
/*	a.butlg span{ padding-top:5px; }*/
		a:hover.butlg{ padding:5px 15px; margin:5px 0 5px 0; background: url(/images/button-lg.jpg) no-repeat right bottom; display:inline-block;}
/*		a:hover.butlg span{ background-position:right bottom; }*/


/*********************************************
	Home Page Game FORMATTING
*********************************************/

.hold-games {
	width: 981px;
	height: 352px;
	background-position: 0px -551px;
	position: relative;
}

	.hold-game {
		float: left;
		width: 502px;
		height: 307px;
		border:10px solid #0c3f8b;
		display: block;
		margin: 11px 0px 0 15px;
	}
	
	.hold-winner {
		position: absolute;
		right: -5px;
		top: -5px;
		z-index: 20px;
		overflow: hidden;
		height: 356px;
		width: 245px;
	}
	
	.hold-prize-detail {
		width: 207px;
		height: 155px;
		padding: 52px 195px 145px 10px;
		font-size: 11px;
		font-weight: bold;
		float: left;
	}
	
		.hold-prize-detail ul {
			padding: 0px;
			margin: 0px;
			list-style: none; 
			
		}
			
			.hold-prize-detail ul li { 
				background-image: url(/images/burst.png);
				background-repeat: no-repeat;
				background-position: 0px 3px;
				padding: 0 0 0 12px;
				margin: 2px 0;
			}


.hold-home {
	background: #d3eaf7;
	margin: 10px 0 20px 0;
	padding: 0 0 10px 0;
}


/* Games Scroller */

.home-slider {
	margin: 0 0 0 10px;
	padding: 0 0;
}
	.slider-title {
		width: 955px;
		height: 74px;
		background-position: 0px -327px;
	}

	.g1 { width: 200px; height: 150px; background-position: 0px -401px; display: block; }
		.g1:hover { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
	.g2 { width: 200px; height: 150px; background-position: -200px -401px; display: block; }
		.g2:hover { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
	.g3 { width: 200px; height: 150px; background-position: -400px -401px; display: block; }
		.g3:hover { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
	.g4 { width: 200px; height: 150px; background-position: -600px -401px; display: block; }
		.g4:hover { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
	.g5 { width: 200px; height: 150px; background-position: -800px -401px; display: block; }
		.g5:hover { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }

/* Featured Deals */

.featured-deals {
	margin: 10px 0;
	font-size: 11px !important;
	line-height: 12px !important;
}

	.featured-deals-title {
		background-position: 0px -295px;
		width: 955px;
		height: 32px;
		margin: 0 0 10px 0;
	}

	
.hold-feature {
	width: 212px;
	padding: 10px;
	height: 100px;
	background: #fff;
	float: left;
	margin: 0 10px 0 0;
}

	.feature-left-title { color: #0c3f8b; font-size: 13px; font-weight: bold; }
	.hold-feature-left { width: 100px; float: left; margin: 0 10px 0 0; text-align: center;}
		.hold-feature-left img { margin: 0 0 5px 0; border: 1px solid #000; padding: 1px; }
	.hold-feature-right { width: 100px; float: left; }

/*********************************************
	DEAL PAGES FORMATTING
*********************************************/

h1.book-now {
	background-color: #1380B8;
	color: #fff;
	display: block;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	height: auto;
}
.deals-left-col {
	width:900px;
	margin-right:10px;
	background: #afe4f1;
	padding: 10px;
}

.deals-search {
	width: 205px;
	background: #d3eaf7;
	padding: 0px;
	float: left;
}


.deals-search .book {
	background: url(/images/book.png) no-repeat; 
}
.deals-search .book-it {
	width: 180px;
	height: 47px; 
	z-index: 100; 
	float: none !important; 
    margin-bottom: 15px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 15px !important;
	background-position: left top; 
	text-indent: -9999px;
	position: relative !important;
	z-index: 16000;
	top: 0 !important;
	right: 0 !important;
}
.deals-search .book-it:hover { 
	background-position: left top;
}
.deals-search .section-sm {
	margin-right: 46px !important;
	position: relative;
}
.deals-search .section-sm img {
	right: -29px !important;
	top: 0 !important;
}
.deals-search .bookitbutton {
	margin-right: 10px;
}


	.d-header {
		width: 205px;
		height: 30px;
		background-position: 0px -903px;
	}

	.d-form { 
		padding: 2px;
		border: 1px solid #2a8db0;
		font-size: 10px;
	}
	
	.deals-search-hold {
		padding: 5px;
		background: #fff;
		margin: 0 0 5px 0;
	}
		.deals-search-hold h5 { color: #2a8db0; font-weight: bold; font-size: 12px; margin: 0 0 3px 0; display: block; padding:0; }
	
	.cat { margin: 0; }
		.cat:hover { background: #f7f7f7; }
	
	.button { 
		background: #279abc;
		color: #fff;
		font-weight: bold;
		line-height: 14px;
		cursor: pointer;
		padding: 5px !important;
		float: right;
		margin: 0 0 10px 0;
		border: 1px solid #1b3c5e !important;
		text-decoration: none !important;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.button:hover { background: #1c466a; }


.deals-content {
	width: 745px;
	float: right;
	background: #d3eaf7;
	padding: 10px;
	position: relative; 
	overflow: hidden;
}

.deals-content-details {
	width: 745px;
	float: right;
	background: #fff;
	padding: 10px;
	position: relative; 
	overflow: hidden;
}


.deal-sprite { background: url(/images/details.png) left top no-repeat; } 

.deals-details {
	width: 680px;
	float: left;
	padding: 0px 0px 0px 10px;
	position: relative;
}

.deals-bg {background-position: 0px 0px; position: relative; min-height: 200px; margin: 0 0 20px 0; }

.the-deal { margin: 20px 10px 10px 10px; font-size: 14px; color: #000 !important; }
	.the-deal li { margin: 0 0 0 20px; }
	
.book { background: url(/images/book.png) no-repeat; }
.book-it { width: 180px; height: 47px; z-index: 100; float: right; margin: -9px -20px 0 0; background-position: left top; text-indent: -9999px; }
	.book-it:hover { background-position: left bottom; }
	
.hold-book { 
	width: 205px;
	z-index: 90px;
	right: -5px;
	top: 30px;
	background: #fff;
	padding: 20px 10px 10px 10px;
	border: 1px solid #000; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	position: absolute;
}

	.hold-book input { border: 1px solid #ccc; -moz-border-radius: 5px; border-radius: 5px; padding: 2px; }


	
.deal-valid {
	position: relative;
	width: 177px;
	padding: 5px 15px 0px 15px;
	text-align: center;
	font-weight: bold;
	position: relative;
	float: right;
	margin: 9px 10px 0 0;
	background-position: -874px -402px; 
	background: url(/images/details-valid-bg.png) center top repeat-y;
	}
.deal-valid:after {
	content:url(/images/details-valid-bottom.png);
	visibility:visible!important;
	margin-left:-15px;
	position:absolute;
	bottom:0;
}


	.deals-bc { 
	padding: 10px;
	background: #fff;
	margin: 0 0 5px 0;
	}

	.deals-details h3 {
		color: #fff;
		padding: 8px 0px 0px 15px;
		display: block;
		font-size: 20px;
		font-weight: bold;
		line-height: 22px;
		width: auto;
	}


.book-it { 
	position: absolute;
	z-index: 16000;
	top: 5px;
	right: 20px;
}

.just-deals {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/* Actual deals inside the tabs */

.deals-hold {
	padding: 10px;
	border-bottom: 2px dotted #2a8db0;
	margin: 0;
	line-height: 14px;
}
	.deals-hold:hover { background: #f7f7f7;}

	.deals-hold h3 { font-size: 13px; font-weight: bold; color: #1c4266; display: block; margin: 0 0 3px 0; line-height: 14px; background: none !important; text-decoration: none; }
		.deals-hold h3:hover { text-decoration: none !important; }
	.deals-hold img { float: left; padding: 1px; border: 1px solid #2a8db0; margin: 0 5px 0 0; }

.deals-valid { 
	padding: 5px;
	width: 150px;
	background: #d3f2f9;
	border: 1px solid #afe4f1 !important;
	text-align: center;
	font-size: 12px;
	float: right;
	margin: 0 0 0 10px;
}

/* Deal Detail Pages */

#deals-float {
	width: 65px;
	position: absolute; 
	right: 0px;
	background: #d3eaf7;
	padding: 5px;
}

	
	.deals-social h4{ 
		background: #2a8db0;
		padding: 1px;
		margin: 0 0 5px 0;
		font-family: "Comic Sans MS", cursive;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
	}
	

	.map-it { width: 64px; height: 64px; display: block; margin: 5px 0 5px 0; text-decoration: none; background-position: 0px -128px; }
	.print-it-1 { width: 32px; height: 32px; float: left; display: block; margin: 5px 0 10px 0; text-decoration: none; background-position: 0px 0px; }
	.print-it-2 { width: 32px; height: 32px; float: left; display: block; margin: 5px 0 10px 0; text-decoration: none; background-position: 0px -32px; }

	
	/* Deal Tooltips */
	a.tooltip-2 span {
	display:none;
	padding:2px 3px;
	margin-top: 10px;
	margin-left: -100px;
	text-decoration: none;
	}
	
	a.tooltip-2:hover span {
		display:inline;
		position:absolute;
		z-index: 8000;
		width: 90px;
		height: 33px;
		padding: 5px 18px 14px 5px;
		background: url(/images/sprite.png) -70px 0px no-repeat;
		font-size: 10px;
		line-height: 11px;
		color: #000;
		text-align: center;
		text-decoration: none;
	}
	
	a.tooltip-3 span {
	display:none;
	padding:2px 3px;
	margin-top: 5px;
	margin-left: -107px;
	text-decoration: none;
	}
	
	a.tooltip-3:hover span {
		display:inline;
		position:absolute;
		z-index: 8000;
		width: 90px;
		height: 21px;
		padding: 5px 18px 14px 5px;
		background: url(/images/sprite.png) -70px -52px no-repeat;
		font-size: 10px;
		line-height: 11px;
		color: #000;
		text-align: center;
		text-decoration: none;
	}
	
		a.tooltip-4 span {
	display:none;
	padding:2px 3px;
	margin-top: -23px;
	margin-left: -125px;
	text-decoration: none;
	}
	
	a.tooltip-4:hover span {
		display:inline;
		position:absolute;
		z-index: 8000;
		width: 107px;
		height: 42px;
		padding: 5px 18px 14px 5px;
		background: url(/images/sprite.png) -70px -100px no-repeat;
		font-size: 10px;
		line-height: 11px;
		color: #000;
		text-align: center;
		text-decoration: none;
	}



/* Deal Business Info */

.d-left { width: 310px; float: left; height: 280px; overflow: hidden;}
.d-right { width: 340px; float: right; }
	.d-desc { height: 120px; overflow-x: hidden; overflow-y: scroll; background: #fff; border: 1px solid #d1ecfa; margin: 3px 10px 0 0; padding: 5px; }

.deals-biz-left { 
	width: 310px; 
	float: left; 
	padding: 5px 10px 0 0; 
	margin: 0 10px 20px 10px; 
	min-height: 100px;
	background-position: top right; 
}
	.deals-biz-left h2 { font-size: 16px; font-weight: bold; color: #fff; display: block; height: 30px; margin: 0 0 0 15px; }
	.deals-biz-left img { margin: 0 0 5px 0; border: 1px solid #2a8db0; padding: 1px; }
		.deals-biz-scroll { margin: 0 auto; padding: 0 0 0 10px; }
			.deals-biz-scroll img { margin: 0 5px 5px 0; border: 1px solid #2a8db0; float: left;}

.deals-biz-right { 
	width: 320px; 
	float: left;
	min-height: 125px;
	padding: 5px 10px 0 0;
	background-position: top right; 
	margin: 0 0 20px 0;
}

	.deals-biz-right h2 { font-size: 16px; font-weight: bold; color: #fff; display: block; height: 30px; margin: 0 0 0 15px; }
.deals-biz-info { margin: 20px 10px 10px 10px; }
	.deals-biz-info img { float: left; margin: 0 5px 0 0; border: 1px solid #2a8db0; padding: 1px; }
	
.d-map { width: 300px; height: 75px; margin: 0 0 0 20px; border: 1px solid #fff; }
.map-itt { background-position: -205px 0px; height: 23px; width: 65px; margin: 0 0 5px 0; }
.print-it { background-position: -205px -23px; height: 23px; width: 65px; margin: 0 0 5px 0; }
.social-it { background-position: -205px -46px; height: 23px; width: 65px; margin: 0 0 5px 0; }




/*********************************************
	GAMES PAGES FORMATTING
*********************************************/

.game-border { 
	border:10px solid #0c3f8b;
	float: left;
	margin: 0 10px 0 0;
}

.game-box, .generic-box{
	background: #d3eaf7;
	display: inline-block;
	border: 1px solid #7ec4ec;
}

.game-box { 
	width: 440px; 
	height: 160px;
	padding: 10px;
	margin: 0px 10px 10px 0;
}
	.game-box img { float: left; padding: 1px; border: 2px solid #7ec4ec; margin: 0 10px 0 0; }
	.game-box-title { color: #0c3f8b; font-size: 14px; font-weight: bold; line-height: 15px; }
	
	
/*********************************************
	OC pages formatting
*********************************************/

.oc-homepage { width: 405px; height: 96px; display: inline-block; background-position: -1105px -385px; margin: 0 20px 10px 0; }
	.oc-homepage:hover { background-position: -1105px -863px; }
.oc-isfree { width: 405px; height: 96px; display: inline-block; background-position: -1105px -289px; margin: 0 20px 10px 0; }
	.oc-isfree:hover { background-position: -1105px -767px; }
.oc-webcams { width: 405px; height: 96px; display: inline-block; background-position: -1105px -194px; margin: 0 20px 10px 0; }
	.oc-webcams:hover { background-position: -1105px -672px; }
.oc-reservations { width: 405px; height: 96px; display: inline-block; background-position: -1105px -99px; margin: 0 20px 10px 0; }
	.oc-reservations:hover { background-position: -1105px -577px; }
.oc-visitor { width: 405px; height: 96px; display: inline-block; background-position: -1105px 0px; margin: 0 20px 10px 0; }
	.oc-visitor:hover { background-position: -1105px -481px; }




/*********************************************
	Fancy Box Template
*********************************************/

.f-wrapper { 
	width: 600px; 
	background: #fff;
	margin: 0 auto;
	padding: 0 0 10px 0; 
}

.f-header { 
	width: 600px; 
	height: 129px;
	background: url(/images/fancy-header.png) left top no-repeat;
}
	
.f-content { 
	margin: 10px; 
	padding: 10px; 
	background: #d3f2f9;
	border: 1px solid #afe4f1;
}

	.f-content div { padding: 4px; }
	.f-content input, .f-content textarea { padding: 3px; border: 2px solid #afe4f1; }
	.f-content span { width: 130px; display: inline-block}
	

/*********************************************
	Account
*********************************************/
.error { 
	 border: 1px solid #afe4f1;
	 padding: 10px 10px 10px 35px !important;
	 color: #F00;
	 font-weight: bold;
	 background: url(/images/alert.png) left 5px no-repeat #fff;
}

.success { 
	 border: 1px solid #afe4f1;
	 padding: 10px 10px 10px 35px !important;
	 color: #09F;
	 font-weight: bold;
	 background: url(/images/success.png) left 5px no-repeat #fff;
}

.not-found { 
	 border: 1px solid #afe4f1;
	 padding: 10px 10px 10px 55px !important;
	 color: #06C;
	 font-weight: bold;
	 background: url(/images/not-found.png) 5px 5px no-repeat #fff;
}


.a-box { 
	width: 500px; 
	position: relative;
}

.a-box-title {
	padding: 5px 10px;
	font-size: 14px; 
	color: #0c3f8b;
	background: #afe4f1;
	width: 200px;
	margin: 0 0 0 5px;
	font-weight: bold;
}

.a-box-content {
	background: #fff;
	margin: 25px 0 10px 0;
	padding: 10px;
	border: 1px solid #afe4f1;
}
	.a-box-content div { padding: 4px; }
	.a-box-content input { padding: 3px; border: 2px solid #afe4f1; }
	.a-box-content img { float: left; margin: 0 5px 0 0; border: 1px solid #afe4f1; padding: 1px; }
	

.account-left { 
	width: 660px; 
	float: left;
}
	.account-left div {
		padding: 10px; 
		width: 300px;
		float: left;
		display: inline-block;
		border-bottom: 1px solid #afe4f1;
		border-right: 1px solid #afe4f1;
	}
		.account-left div:hover { background: #efefef; }
		.nope { border-right: none !important; }

.account-right { 
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
}

.account-title { width: 226px; height: 39px; background-position: -786px -185px; }


.profile-ability { width: 204px; height: 30px; background-position: -615px -903px; }
.your-prizes { width: 204px; height: 30px; background-position: -205px -903px; }	
.your-scores { width: 204px; height: 30px; background-position: -410px -903px; }
	
	
/*********************************************
	Prizes Page
*********************************************/

.prize-title {
	width: 207px;
	height: 30px;
	background-position: -288px 0px;
}

.prize { 
	
	padding: 10px;
	background: #d3eaf7;
	border: 1px solid #2a8db0;
}

	.prize-t1 { position: relative; margin: -30px 0 0 -15px; width: 135px; height: 35px; display: block; background-position: -288px -69px; }
	.prize-t2 { position: relative; margin: -35px 0 0 -15px; width: 157px; height: 39px; display: block; background-position: -288px -104px; }
	.prize-t3 { position: relative; margin: -35px 0 0 -15px; width: 165px; height: 39px; display: block; background-position: -288px -143px; }
	.prize-t4 { position: relative; margin: -30px 0 0 -15px; width: 142px; height: 39px; display: block; background-position: -288px -182px; }
	.prize-t5 { position: relative; margin: -30px 0 0 -15px; width: 212px; height: 39px; display: block; background-position: -288px -221px; }

.prize-content {
	background: #fff;
	margin: 25px 0 10px 0;
	padding: 10px;
	border: 1px solid #afe4f1;
}
	
	


.wealth-title {
	width: 207px;
	height: 30px;
	background-position: -288px -30px;
	float: right;
}

.wealth { 
	position: absolute;
	right: 1px; 
	bottom: 1px;
	width: 200px;
	height: 451px;
	background: url(/images/share.png) left top no-repeat;
}

.share-wealth {
	padding: 74px 190px 10px 10px;
	font-weight: bold;
	background-position: -542px 0px;
	margin: 0 0 20px 0;
	border: 1px solid #afe4f1;
	background-color: #fff;
}

.friends { }
	.friends input { padding:2px; border: 2px solid #afe4f1; background: #f4fbff; margin: 2px 0; font-size: 10px; width: 250px; }
	.friends div { padding: 5px 0px; border-bottom: 1px solid #efefef; } 
		.friends div:hover { background: #efefef; } 
	.friends span { width: 50px; display: inline-block; }
	
.imgborder { border: 2px solid #afe4f1; padding: 1px; }
	


.scratch-play { position: relative; margin: -30px 0 15px -15px; width: 240px; height: 39px; background-position: -800px -182px; }
.scratch-win { position: relative; margin: -30px 0 0 -15px; width: 240px; height: 39px; background-position: -800px -221px; }
.scratch-title { width: 207px; height: 30px; background-position: -412px -903px; }
.scratch-second { width: 207px; height: 30px; background-position: -619px -903px; float: right; }	
.play-games { position: relative; margin: -10px 0 5px 0; width: 212px; height: 25px; background-position: -795px -258px; float: left; }	
.play-puzzles { position: relative; margin: -10px 0 5px 0; width: 212px; height: 25px; background-position: -795px -230px; float: left; }	

/*********************************************
	Games register page
*********************************************/

.game-r {
	width: 343px;
	height: 505px;
	background: url(/images/games-register.png) right bottom no-repeat;
	padding: 105px 335px 10px 42px; 
}

	.game-r input { padding: 5px; border: 2px solid #afe4f1; background: #f4fbff; margin: 2px 0; font-size: 10px; width: 250px; }
	
	.login-t { background-position: -542px -182px; height: 39px; width: 200px; margin: 0 0 5px 0; }
	.reg-t { background-position: -542px -221px; height: 39px; width: 200px; margin: 0 0 5px 0; }
	

/*********************************************
	Voucher Print Page
*********************************************/

.voucher-image { /* This is for the background image that will stretch */
	width: 600px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.voucher {
	position: absolute;
	z-index: 2000;
	width: 500px;
	left: 0;
	top: 0;
	padding: 150px 45px 50px 45px;
	text-align: center;
}
	.voucher h2 { color: #03C; font-size:15px; font-weight: bold; }
	
.got-account { background-position: -1358px -986px; height: 17px; width: 153px; display: block; float: right; }
.no-account { background-position: -1358px -1003px; height: 17px; width: 153px; display: block; float: right; }

.img-border { border: 2px solid #7EC4EC; padding: 1px; margin: 0px 5px 5px 0px; float: left; }

.imgb { border: 2px solid #7EC4EC; padding: 1px; float: right; }



/*********************************************
	Coupon Print Page
*********************************************/

.coupon-image { /* This is for the background image that will stretch */
	width: 604px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.coupon {
	position: absolute;
	z-index: 2000;
	width: 500px;
	left: 0;
	top: 0;
	padding: 220px 45px 50px 45px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}
	.coupon h2 { color: #03C; font-size:18px; font-weight: bold; }
	
	
/*********************************************
	Game Border
*********************************************/

.oc-game { 
	width: 980px;
	float: left;
	position: relative;
	background: url(/images/game-bg.png) 0px -42px repeat-y;
}

.oc-game-top { 
	width: 980px; 
	height: 74px; 
	position: absolute; 
	z-index: 90000;
	top: 0px;
	left: 0px; 
	display: block; 
	background: url(/images/game-top.png) left top no-repeat; 
}

.oc-game-bot { 
	width: 755px; 
	height: 61px; 
	padding: 50px 0px 0px 225px;
	position: absolute; 
	z-index: 91000;
	bottom: 0px;
	left: 0px; 
	display: block; 
	background: url(/images/game-bot.png) left top no-repeat; 
}

.oc-game-right {
	width: 130px;
	padding: 5px;
	background: #fff;
	color: #000;
	position: absolute;
	right: 10px;
	top: 74px;
	border: 1px solid #263b97;
	font-size: 10px;	
}

	.oc-game-right ul { margin: 0px 0px 10px 0px; padding: 0px; }
	.oc-game-right li { margin: 5px 0 0 15px; text-indent: -5px; }
	
.more-title { height: 46px; width: 400px; display: block; background: url(/images/more-games.png) left top no-repeat; margin: 0px 0px -1px 9px; position: relative; z-index: 500; }
.more-games { padding: 10px 10px 10px 0px; background: #d3eaf7; border: 1px solid #217995; margin: 0px 10px 10px 10px; position: relative; z-index: 400; }



/*FACEBOOK APP*/

.facebook-box{
	position:relative;
	width:520px;
	font-size:14px;
	background:#E7B67C url(/images/facebook/face-header.jpg) no-repeat;
	padding:200px 0 0 0;
}
 
.coup-holder{
	width:491px;
	height:227px;
	background:url(/images/facebook/face-billboard.png) no-repeat;
	margin: 0 0 0 25px;
}
.likebox1{
	position:absolute;
	top:10px;
	right:0px;
}

.coup{
	padding:15px 0 0 15px;
}





/*Facebook App*/

.facebook-app{
	width:810px;
	margin:0;
	padding:0;
}

.fb-header{
	background:#EFBE7B url(/facebook/images/facebook-header-deals.jpg) no-repeat;
	width:810px;
	height:237px;
	position:relative;
}

.fb-header-mobile{
	background:#EFBE7B url(/facebook/images/facebook-header-mobile.jpg) no-repeat;
	width:810px;
	height:237px;
	position:relative;
}

.fb-header-edeals{
	background:#EFBE7B url(/facebook/images/facebook-header-edeals.jpg) no-repeat;
	width:810px;
	height:237px;
	position:relative;
}


.fb-nav{
	display:block;
	width:800px;
	height:57px;
	margin:0 auto;
	background:#EFBE7B;
	bottom:0;
	left:5px;
	position:absolute;
	}


.fb-nav, .fb-nav ul, .fb-nav ul li, .fb-nav a{
	z-index:9999;
}

.fb-nav ul{
	list-style-type:none; 
	margin:0;
	padding:0;	
	
}

.fb-nav li{ 
    display:block;
    height:57px;
	float:left;
	text-align:center;
	background:url(/facebook/images/mainnav-wide.png);
}




.fb-nav a{
	text-decoration:none;	
}

.fb-nav a.main{ 
	text-indent:-9999px;
	position:relative;
	display:block;
	width:100%;
	height:57px;
}



.fb-nav ul li.get{background-position: left top; width:127px;} 
.fb-nav ul li.get:hover {background-position: left bottom;}

.fb-nav ul li.free{background-position: -127px top; width:105px;}
.fb-nav ul li.free:hover {background-position: -127px bottom;}

.fb-nav ul li.play{background-position: -232px top; width:162px;}
.fb-nav ul li.play:hover{background-position: -232px bottom;}

.fb-nav ul li.search{background-position: -394px top; width:187px;}
.fb-nav ul li.search:hover{background-position: -394px bottom;}

.fb-nav ul li.email{background-position: -581px top; width:111px;}
.fb-nav ul li.email:hover{background-position: -581px bottom;}

.fb-nav ul li.mobile{background-position: -692px top; width:108px;}
.fb-nav ul li.mobile:hover{background-position: -692px bottom;}


.fb-nav ul li:hover{
	cursor:pointer;	
	z-index:1;
}

.fb-footer{
	padding:20px;
	background:#EFBE7B;
	text-align:center;
}

.fb-content{
	background:#EFBE7B;

}

.fb-content .cont{
	background:#ffffff;
	width:780px;
	margin:0 auto;
	padding:10px;
	line-height:20px;
}





/*********************************************
	FACEBOOK DEALS PAGE
*********************************************/

.fb-content .deals-left-col {
	width:900px;
	margin-right:10px;
	background: #afe4f1;
	padding: 10px;
}

 .fb-content .deals-search {
	width: 500px;
	background: #d3eaf7;
	padding: 0px;
	float: left;
}

	.fb-content .d-header {
		width: 205px;
		height: 30px;
		background-position: 0px -903px;
	}

	.fb-content .d-form { 
		padding: 2px;
		border: 1px solid #2a8db0;
		font-size: 10px;
	}
	
	.fb-content .deals-search-hold {
		padding: 5px;
		background: #fff;
		margin: 0 5px 5px 0;
		width:200px;
		float:left;
		font-size:11px;
	}
		.deals-search-hold h5 { color: #2a8db0; font-weight: bold; font-size: 12px; margin: 0 0 3px 0; display: block; padding:0; }
	
	.fb-content .cat { margin: 0; }
		.fb-content .cat:hover { background: #f7f7f7; }
	
	.fb-content .button { 
		background: #279abc;
		color: #fff;
		font-weight: bold;
		line-height: 14px;
		cursor: pointer;
		padding: 5px !important;
		float: right;
		margin: 0 0 10px 0;
		border: 1px solid #1b3c5e !important;
		text-decoration: none !important;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.fb-content .button:hover { background: #1c466a; }


.fb-content .deals-content {
	width: 800px;
	float:none;
	background: none;
	position: relative; 
	overflow: hidden;
	padding:0;
	margin:0 0 0 -10px;
	font-size:11px
}

.fb-content .deals-content-details {
	width: 800px;
	float: right;
	background: #fff;
	padding: 10px;
	position: relative; 
	overflow: hidden;
}


.fb-content .deal-sprite { background: url(/images/details.png) left top no-repeat; } 

.fb-content .deals-details {
	width: 800px;
	float: left;
	padding: 0px 0px 0px 10px;
	position: relative;
}

.fb-content .deals-bg {background-position: 0px 0px; position: relative; min-height: 200px; margin: 0 0 20px 0; }

.fb-content .the-deal { margin: 20px 10px 10px 10px; font-size: 14px; color: #000 !important; }
	.fb-content .the-deal li { margin: 0 0 0 20px; }
	
.fb-content .book { background: url(/images/book.png) no-repeat; }
.fb-content .book-it { width: 180px; height: 47px; z-index: 100; float: right; margin: -9px -20px 0 0; background-position: left top; text-indent: -9999px; }
	.book-it:hover { background-position: left bottom; }
	
.fb-content .hold-book { 
	width: 170px;
	z-index: 90px;
	right: -5px;
	top: 30px;
	background: #fff;
	padding: 20px 10px 10px 10px;
	border: 1px solid #000; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	position: absolute;
}

	.fb-content .hold-book input { border: 1px solid #ccc; -moz-border-radius: 5px; border-radius: 5px; padding: 2px; }


	
.fb-content .deal-valid {
	width: 177px;
	height: 67px;
	padding: 5px 15px 0px 15px;
	text-align: center;
	font-weight: bold;
	position: relative;
	float: right;
	margin: 9px 10px 0 0;
	background-position: -874px -402px; }


	.fb-content .deals-bc { 
	padding: 10px;
	background: #fff;
	margin: 0 0 5px 0;
	}

	.fb-content .deals-details h3 {
		color: #fff;
		padding: 8px 0px 0px 15px;
		display: block;
		font-size: 20px;
		font-weight: bold;
		line-height: 22px;
		width: auto;
	}


.fb-content .book-it { 
	position: absolute;
	z-index: 16000;
	top: 5px;
	right: 20px;
}

.fb-content .just-deals {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/* Actual deals inside the tabs */

.fb-content .deals-hold {
	padding: 10px;
	border-bottom: 2px dotted #2a8db0;
	margin: 0;
	line-height: 14px;
}
	.fb-content .deals-hold:hover { background: #f7f7f7;}

	.fb-content .deals-hold h3 { font-size: 13px; font-weight: bold; color: #1c4266; display: block; margin: 0 0 3px 0; line-height: 14px; background: none !important; text-decoration: none; }
		.deals-hold h3:hover { text-decoration: none !important; }
	.fb-content .deals-hold img { float: left; padding: 1px; border: 1px solid #2a8db0; margin: 0 5px 0 0; }

.fb-content .deals-valid { 
	padding: 5px;
	width: 150px;
	background: #d3f2f9;
	border: 1px solid #afe4f1 !important;
	text-align: center;
	font-size: 12px;
	float: right;
	margin: 0 0 0 10px;
}



.form-holder{
	width:500px;
	margin:0 auto;
}
