@charset "utf-8";
.replacement{
	display:block;
	overflow:hidden;
	text-indent:-10000px;
	background-repeat: no-repeat;
	background-position:0 0;
}

a{
	color:#005ba5;
}

body{
	text-align: center;
	font-size: 62.5%;
	line-height: 1.2;
}

#wrapper{
    background: #98d7dd url(../images/layout/bg.jpg) repeat-x 0 0;;
	font-family: arial, georgia, times, serif;
	font-size: 1.2em;
	margin: 0 auto;
	position:relative;
	text-align:left;
	width:756px;
}

#wrapper #content{
	background-color: #e4f1e8;
	float: left;
    padding: 4px 0 15px 5px;
	position: relative;
	width: 519px;
}

#sidebar{
	background-color: #e4f1e8;
	float: right;
	position: relative;
	width: 232px;	
	/*margin:20px 4px 30px 0;*/
}

#flags{
	display:none;
}

/* Banner
=========*/

#banner {
    background: url(../images/layout/banner.png) no-repeat 0 0;
    height: 292px;
    width: 519px;
}

#banner_inner {
    height: 292px;
    width: 519px;
}

/* Details
==========*/

#details {
    color: #fff;
}

#details h2{
	font-size: 2em;
	padding-bottom: 0.5em;
}

#details h3 {
    font-weight: normal;
    margin-bottom: 1em;
}

#details ul{
	font-weight: bold;
	padding-bottom: 0em;
	padding-left: 16px;
}

#details li{
	padding-bottom: 1em;
	list-style-type:square;
	margin-left:16px;
	vertical-align:none;
}

#details .bd{
	background: url(../images/layout/detail_bd.jpg) repeat-y 0 0;
    margin: 0 18px 0 5px;
	padding: 1px 29px 1px 14px;
}

#details .ft{
	background: url(../images/layout/detail_ft.jpg) no-repeat bottom left;
	margin: 0 18px 0 5px;
	padding-bottom: 16px;
}

#details .ft a.signup{
    background-image: url(../images/layout/signup.png);
	height: 55px;
	margin-left: 42px;    
	width: 398px;
}

#screens {
    top: 101px;
    position: absolute;
    left: 254px;
    z-index: 100;
}

#screens ul {
    padding: 0;
}

#screens li {
    margin: 0;
    padding: 0;
}

/* Module
=========*/

.module {
    margin: 10px 18px  0 5px;
}

.module .hd{
	background: url(../images/layout/module_hd.jpg) no-repeat 0 0;
	height: 27px;	
	padding: 10px;
	position: relative;
}

.module .bd{
	background-color: #fff;
	border-left: 1px solid #b0dfe0;
	border-right: 1px solid #b0dfe0;
	padding: 0 40px 0 29px;
}

.module .ft{
    background: url(../images/layout/module_bd.png) no-repeat 0 0;
	height: 11px;
}

.module h3 {
    font-weight: bold;
}

.module .hd a{
    color: #005ba5;
	position: absolute;
	right: 20px;
	top: 15px;
}

/* Reviews
==========*/

#reviews .bd {
    padding-bottom: 5px;
    padding-top: 10px;
}


.review {
    padding-bottom: 5px;
    padding-top: 5px;
}

#reviews h3.replacement {
    width: 300px;
    height: 19px; 
}

/* Related
==========*/

#related h3.replacement {
    background-image: url(../images/layout/other.jpg);
    height: 23px;
    width: 298px;
}

#related .bd {
    padding: 7px 0 0 5px;
}

.carousel {
	overflow: hidden;
}

.carousel .clip {
	width:468px;
	height:119px;
	overflow: hidden;
	padding:0;
}
.carousel .clip li a{background:none; padding:0;}/*replace aol site css*/

#screens .clip {
    height: 154px;
    width: 222px;
}

.carousel .games {
	width:477px;
	height:119px;
	background:url(../images/layout/ul.jpg) no-repeat 0 0;
	padding:9px 0 5px 8px;	
}


.carousel .clip li {
	float: left;
}

.carousel .clip img {
	display: block;
}

.carousel .clip a {
	display: block;
}

.carousel .controls li {
	float: left;
	padding: 0 5px 0 5px;
	zoom:1;
}

.carousel .controls a.next {
	background: url(../images/layout/right.jpg) no-repeat 0 0;
  	width: 15px;
  	height:17px;
	display: block;
	text-indent: -5000px;
	overflow:hidden;
	margin-left:179px;
}

.carousel .controls a.previous {
	background: url(../images/layout/left.jpg) no-repeat 0 0;
  	width: 15px;
  	height:17px;
	display: block;
	text-indent: -5000px;
	overflow:hidden;
	margin-right:164px;
}

/* Lightbox
===========*/


div.dialogue {
	font-family: arial, georgia, times, serif;
    font-size: 1.2em;
  position: absolute;
  z-index: 500;
}

div.lightbox div.image {
  background-color: #fff;
}

div.dialogue_inner {
  background-color: #fff;
  border: 5px solid #B0DFE0;
  overflow: hidden;
  padding: 5px;
  position: relative;
}

div.dialogue div.controls_outer {
  overflow: hidden;
}

div.dialogue div.controls {
  overflow: hidden;
  height: 30px;
  position: relative;
}

div.dialogue div.controls a {
  color: #fff;
}

div.dialogue div.close {
  position: absolute;
  top: 0;
  right: 5px;
}

div.dialogue div.close a.close {
  background-color: #fff;
  padding: 5px;
}

div.dialogue .controls a {
  background-color: #e5e5e5;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 100px;
  margin-top: -50px;
  text-indent: -5000px;
  width: 20px;
}

div.dialogue .controls a.prev {
    background: url(../images/layout/left.jpg) no-repeat 0 0;
    width: 15px;
    height:17px;
  position: absolute;
  left: 5px;
  bottom: 5px;
}

div.dialogue .controls a.next {
	background: url(../images/layout/right.jpg) no-repeat 0 0;
  	width: 15px;
  	height:17px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

/* Promos
=========*/

.promo {
    margin-bottom: 10px;
}



/* Sidebar
==========*/

#club-pogo{
	margin:0 0 10px 0;
	width:228px;
	color:#005ba5;
	height:638px;
	background:#d6f7f2 url(../images/layout/pbg.jpg) no-repeat 0 0;	
}

#club-pogo .hd {
    height: 32px;
    padding: 64px 20px 0;
    text-align: right;    
}

#club-pogo .bd {
    padding-left: 11px;
}

#club-pogo .ft {
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}

a.freetrial{
	background: url(../images/layout/free_trial.jpg) no-repeat 0 0; 
	height: 98px;	
	margin-bottom: 5px;
	width:203px;
}

a.offers{
	background: #d6f7f2 url(../images/layout/offer.jpg) no-repeat 0 0;	
	height: 403px;
	width: 198px;
}


#banner #banner_inner {
    background-image: url(../images/lottso/banner.jpg);
}

#banner #banner_inner h1 {
    background-image: url(../images/lottso/logo.png);
    height: 292px;
    width: 519px;
	text-indent:-5000px;
	overflow:hidden;
	/*height: 186px;*/
    /*width: 300px;*/
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: 200;
}

#reviews h3.replacement {
    background-image: url(../images/lottso/review.jpg);
}

/* Header
=======*/

#header{
	background: url(../images/layout/header.jpg) no-repeat 0 0;
	height: 100px;
	width: 756px;
}

#footer{
	background: url(../images/layout/footer.jpg) no-repeat 0 0;
    clear: both;	
	height: 85px;
    width: 756px;
}

