/* div elements START */
#side 
{
	background:url(/img/bg-side.png) center top no-repeat;
	padding:20px 0;
}
#container 
{
	margin:0 auto;
	width:1000px;
}
#header 
{
	background:url(/img/bg-header.png) 0 0 repeat-x;
	height:147px;
}
#navTop 
{
    position:relative;
    width:700px;
    top:138px;
    left:163px;
    font-family:arial;
    font-style:normal;
    font-size:12px;
    z-index:10;
}
#navTopBackground 
{
    position:relative;
    width:750px;
    top:115px;
    left:128px;
    z-index:0;
}
#tagLine
{
    position:relative;
    width:600px;
    top:53px;
    left:200px;
    z-index:10;
    text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	letter-spacing:1.7px;
}
#language
{
    position:relative;
    width:100px;
    top:69px;
    left:845px;
    z-index:10;
}
#dices 
{
    position:relative;
    width:100px;
    height:94px;
    top:10px;
    left:835px;
    z-index:10;
}
#rss 
{
    position:relative;
    width:50px;
    top:-21px;
    left:942px;
    z-index:10;
}
#content 
{
	min-height:400px;
}
#contentTable
{
	background:#FFFFFF url(/img/bg-fade.png) 0 0 repeat-x;
    float:right;
}
#footer 
{
    margin-top:20px;
    background-color:#ff0000;
	width:1000px;
	height:88px;
	background:url(/img/bg-footer.png) 0 0 no-repeat;
	border-top:1px solid #CCC;
}
#footerText 
{
    padding:10px 0 0 0;
	font-size:11px;
}
.new
{
    font-weight:bold;
    color:#880000;
    vertical-align:top;
    line-height:15px;
    padding-left:5px;
}
.newsSeparator
{
    border-bottom:2px dotted #000000;
    margin:18px 0 18px 0;
}
.widgetSeparator
{
    border-bottom:1px dotted #000000;
    margin:10px 0 10px 0;
}
.banner
{
    width:227px;
    text-align:center;
}
.bannerText
{
    top:-30px;
    width:220px; 
    position:relative; 
}
/* div elements END */



/* html elements START */
* 
{
	margin:0;
	padding:0;
}
body 
{
	background:#CCD0D3 url(/img/bg-body.png) repeat-x;
	color:#444444;
	font-family:arial;
	font-style:normal;
	font-size:12px;
}
table
{
    border-spacing:0;
    border-collapse:collapse;
}
h1
{
    margin-bottom:5px;
    font-size:16px;
}
h2
{
    margin-top:10px;
    margin-bottom:2px;
    font-size:14px;
}
h2.newsHeader
{
    margin-top:10px;
    margin-bottom:2px;
    font-size:16px;
}
h2.recommended
{
    display: inline; 
}
h3
{
    margin-bottom:2px;
    font-size:12px;
}
h3.news
{
    margin-bottom:3px;
    font-weight:normal;
    font-size:11px;
}
h3.casinoList
{
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight:bold;
    line-height:35px;
    text-align:left;
    padding-left:4px;
    margin-top:0px;
    margin-bottom:2px;
    height:31px;
}
img
{
    border-style:none;
}
img.border
{
    border:solid 1px #000000;
}
img.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
td
{
    vertical-align:top;
}
td.right
{
    text-align:right;
    vertical-align:top;
}
td.padded
{
    padding-bottom:10px;
}
a:link, a:visited, a:active
{
    font-weight:bold;
    text-decoration:none;
    color:#444444;
}
a:hover
{
    font-weight:bold;
    text-decoration:underline; 
    color:#880000;
}
a.menu
{
    font-weight:normal;
    color:#444444;
    vertical-align:top;
    line-height:15px;
}
a.menuSelected
{
    font-weight:bold;
    color:#880000;
    vertical-align:top;
    line-height:15px;
}
a.footer
{
    font-size:11px;
    font-weight:normal;
    color:#444444;
    line-height:25px;
}
a.banner
{
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
}
a.news
{
    font-size:14px;
    color:#000088;
    margin-top:10px;
    margin-bottom:3px;
}
a.widget
{
    font-size:12px;
    color:#000088;
    margin-top:10px;
    margin-bottom:2px;
}
a.medium
{
    font-size:14px;
    color:#000088;
    background:url(/img/ahref-medium.png) top left no-repeat;
    vertical-align:text-top;
    padding-left:20px;
    padding-top:1px;
    border:0px;
    width:16px;
    height:16px; 
}
a.small
{
    font-size:12px;
    color:#000088;
    background:url(/img/ahref-small.png) top left no-repeat;
    vertical-align:text-top;
    padding-left:15px;
    padding-top:0px;
    border:0px;
    width:12px;
    height:12px; 
}
ul.normal 
{
	list-style-type:disc;
	padding:5px 0px 0px 14px;
}
ul.navTop 
{
	list-style-type:none;
	padding:0;
}
ul.navTop li 
{
	float:left;
	padding:0px 10px 0px 0px;
	margin:0px 10px 0px 0px;
	border-right:1px dotted #444444;
}
ul.navTop li.last 
{ 
    border-right:0; 
    margin:0; 
}
ul.navLeft 
{
	list-style-type:none;
	padding:0;
}
ul.navLeft li 
{
	float:left;
    width:140px; 
	margin:0;
}
ul.navLeft li.sub 
{ 
    border-right:0; 
    margin:0 0 0 10px; 
}
ul.navLeft li.last 
{ 
    border-right:0; 
    margin:0; 
}
ul.checkmark
{ 
	padding:5px 0px 0px 22px;
    list-style-image:url(/img/checkmark.png)
}
ol.decimal 
{
	list-style-type:decimal;
	padding:0px 0px 0px 20px;
}
ol.alpha 
{
	list-style-type:lower-alpha;
	padding:0px 0px 10px 30px;
}
ol li
{
	padding:7px 0px 0px 0px;
}
/* html elements END */

/* menu START */
div.menuLeft
{
    text-align:right;
    width:55px;
    padding:0 5px 0 0;
    float:left;
    font-weight:bold;
    font-size:12px;
}
div.menuRight
{
    width:140px; 
    padding:0 5px 12px 0;
    float:left;
    font-size:12px;
}
/* menu END */

/* tables START */
div.termsHeader
{
    width:500px; 
    height:65px; 
    background:url(/img/bg-casino-terms-header.png) top no-repeat;
}
div.factsHeader
{
    width:500px; 
    height:65px; 
    background:url(/img/bg-casino-fact-header.png) top no-repeat;
}
div.factsHeaderText
{
    padding:37px 0 0 10px;
    font-weight:bold;
    font-size:16px;
}
div.factsBackground
{
    padding-top:10px;
    width:498px; 
    height:450px;
    border:solid 1px #BBBBBB;
    background-color:#F0F0F0;
}
div.factsLeft
{
    width:135px;
    padding:5px 0 5px 10px;
    text-align:left;
    float:left;
    font-weight:bold;
}
div.factsRight
{
    width:330px; 
    padding:5px 10px 5px 0;
    text-align:left;
    float:right;
}
div.ratingHeader
{
    text-align:left;
    width:220px; 
    height:25px;
}
div.ratingHeaderText
{
    padding:5px 0 0 8px;
    font-weight:bold;
    font-size:14px;
}
div.ratingBackground
{
    padding-top:10px;
    width:218px; 
    height:200px;
    border:solid 1px #BBBBBB;
    background-color:#F0F0F0;
}
div.ratingLeft
{
    width:120px;
    padding:3px 0 2px 8px;
    text-align:left;
    float:left;
    font-weight:bold;
    font-size:12px;
}
div.ratingRight
{
    width:50px; 
    padding:3px 10px 2px 0;
    text-align:right;
    float:right;
    font-size:12px;
}
/* tables END */



ul.gamelist 
{
    height:130px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-indent:0;
}
ul.gamelist li 
{
    float:left;
    height:100px;
    width:119px;
}
.gameimg 
{
    background:transparent url(/img/slots-sprite.png) no-repeat scroll -119px 0;
    cursor:auto;
    height:100px;
    width:119px;
}
.gameimg_arabian 
{
    background-position:0px 0px;
}
.gameimg_devils
{
    background-position:0px -116px;
}
.gameimg_jp6000 
{
    background-position:0px -220px;
}
.gameimg_megafortune 
{
    background-position:0px -342px;
}

/* casino list START */
div.casinoList
{
    width: 498px;
    overflow:hidden;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    line-height:30px;
    border: 1px solid #b1b0b0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.casinoListContent
{
    width: 496px;
    overflow:hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #c5c5c5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.casinoListTable
{
    background: url(/images/casinolist-background.png) no-repeat;
    background-color: #dfdfdf;
}

div.casinoList img {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.casinoListRow
{
    height:29px;
    text-align:left;
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #ffffff;
    padding-left:4px;
    padding-right:4px;
}

#casinoListPreview
{
    height:91px;
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:1px;
	display:none;
	color:#fff;
}
/* casino list END */

.newsDate 
{
    background:transparent url(/img/bg-date.png) no-repeat scroll 0 0;
    float:left;
    text-align:center;
    padding-right:10px;
    margin-top:3px;
    height:58px;
    width:49px;
}
.newsMonth 
{
    color:#FFFFFF;
    padding-top:3px;
}
.newsDay 
{
    color:#555555;
    font-size:20px;
    font-weight:bold;
    padding-top:1px;
}
.newsYear 
{
    color:#555555;
    font-size:9px;
}

input.text  
{
    padding-bottom:2px;
}
input.button { 
    color:#050; 
    font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
    width:95px;
    padding-top:3px;
} 

.newsletterBackground
{
    background:transparent url(/img/bg-newsletter.png) no-repeat scroll 0 0;
    height:227px;
    text-align:left;
    padding:0px 0px 0px 10px;
    margin-left:10px;
}
.newsletterHeader
{
    font-size:15px;
    font-weight:bold;
    margin-bottom:2px;
}
.small
{
    font-size:11px;
}