/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: futura, monaco, verdana;
vertical-align: baseline;
}
input:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/*STYLE GENERAL*/
html, body, #wrap {height: 100%;}

body > #wrap {
	height: auto;
	min-height: 100%;
	}
	
a {
	text-decoration:none;
	color:#ab0b06;
}

a:hover {
	text-decoration:underline;
}

body {
	margin:0;
}

h1 {
	font-size:10px;
	font-weight:bold;
}
	
h2 {
	width:400px;
	float:left;
	display:inline;
	color:#ab0b06;
}

.categories-title h2 {
	margin:0px 0px 0px 10px;
}

#header {
	height:129px;
	width:1023px;
}

#home_div {
	width:324px;
	height:129px;
	float:left;
	display:inline;
	background: url('img/logo_allingamer.png') no-repeat;	
}

#index-info {
    color: #AB0B06;
    margin: 20px 0 0 20px;
    width: 730px;
}

#game-page-info {
    color: #AB0B06;
    margin: 20px 0 0 20px;
    width: 730px;
}

#page-title {
	font-size:10px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#site-description {
	font-size:14px;
	margin:6px 0px 20px 10px;
}
 
#content {
	width:1023px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom: 21px;
}

#colleft {
	width:220px;
	float:left;
	display:inline;
	background: url('img/colleft_bckg.jpg') repeat-y;
	margin:0px 0px 0px 52px;
	padding:0px 0px 556px 0px;
}

#nav {
	width:200px;
}

#nav li {
	font-size:24px;
	font-stretch: condensed;
	line-height:32px;
	padding-left:10px;
	color:#ab0b06;
	text-transform:uppercase;
	text-align:center;
}

#nav li:hover {
	color:#fff;
	text-decoration:none;
}

#nav #current {
	font-style:italic;
}

#nav #current:hover {
	color:#FFF;
}

.divider {
	background: url('img/nav_divider.png') no-repeat;
	height:5px;
	margin:0px 0px 0px 20px;
}

#colright {
	width:750px;
	float:left;
	display:inline;
	margin:0px 0px 20px 0px;
}

.category-wrapper {
	width:720px;
	height:170px;
	margin:0px 0px 20px 30px;
	background: url('img/categories_bckg.jpg') no-repeat;	
}

.categories-title {
    font-size: 20px;
    height: 40px;
    line-height: 41px;
    text-transform: uppercase;
}

.link-to-category {
	font-size:12px;
	margin:0px 20px 0px 0px;
	float:right;
	display:inline;
}

.add-336x280 {
    display: inline;
    float: left;
    height: 280px;
    margin: 1px 0 0 20px;
    width: 336px;
}

.add-160x600 {
    display: inline;
    float: left;
    height: 600px;
    margin: 20px 0px 0px 31px ;
    width: 160px;
}

.add-468x60 {
    float: left;
	display:inline;
    height: 60px;
    margin: 41px 0 0 231px;
    width: 468px;
}

.thumbnails {
    margin: 12px 0 0 26px;
    overflow: hidden;
    width: 759px;
}

.thumbnails a:hover{
	color:#ab0b06;
	border:1px solid #ab0b06;
}

.thumbnail {
    border: 1px solid white;
    display: inline;
    float: left;
    height: 92px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    width: 120px;
}

.thumbnail-category {
    display: inline;
    float: left;
    height: 148px;
    margin: 0 26px 26px 0;
    width: 222px;
	overflow:hidden;
	border:1px solid #eaab40;
	background: url('img/categories_bckg.jpg') no-repeat -15px 114px;		
}

.thumbnail-title {
	margin:5px 0px 0px 0px;
	text-align:center;
	font-size:11px;
	color:#ab0b06;
}

.add-728x90 {
    height: 90px;
    margin: 0 0 15px 23px;
    width: 728px;
}

.all-games {
    height: 300px;
    margin: 0 0 59px 26px;
    width: 725px;
}

.leftover {
    float: left;
    height: 18px;
    overflow: hidden;
    width: 180px;
}

#footer {
    clear: both;
    height: 40px;
    margin: -40px auto 0;
    padding: 5px 0 0;
    position: relative;
    width: 1023px;
	background: url('img/game_info_bckg.jpg') repeat-x;	
}

.category-description {
    font-size: 13px;
    margin: 6px 0 0 10px;
    width: 730px;
}
	
#index-info h1 {
	font-size:25px;
	text-transform:uppercase;
	margin:0px 0px 0px 10px;
}

#game-page-info h1 {
    font-size: 18px;
    text-transform: uppercase;
	display:inline;
}

.breadcrumb {
    display: inline;
    float: left;
    line-height: 40px;
    margin: 0 0 0 20px;
}

#game-block {
    float: left;
    margin: 20px 0 0 20px;
    width: 729px;
	border:1px solid #eaab40;
}

#game-top {
	width:729px;
	height:66px;
	background: url('img/game_info_bckg.jpg') repeat-x;
}

#slider-wrapper {
    background: url("slider.png") no-repeat scroll 0 4px transparent;
    float: left;
    height: 45px;
    margin: 20px 210px 0 10px;
    width: 205px;
}

#game {
	width:730px;
	padding:20px 0px 20px 0px;
	text-align:center;
}

#game-info {
    background: url("img/game_info_bckg.jpg") repeat-x scroll 0 0 transparent;
    float: left;
    font-size: 14px;
    padding: 0 0 17px;
    width: 729px;
}

#game-title {
	line-height:22px;
}

#game-text {
    color: #AB0B06;
    display: inline;
    float: left;
    height: 115px;
    margin: 16px 0 0 20px;
    width: 524px;
}

#game-description {
    float: left;
    width: 260px;
	height:116px;
	overflow:hidden;
}

.back-link {
    background: url("img/back.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 0;
    padding: 0 0 3px 20px;
}

#game-description p {
	line-height:19px;
	font-size:12px;
}

#game-thumb {
	width:150px;
	height:110px;
	margin:20px 0px 0px 16px;
	float:left;
	display:inline;
	background-color:#CCC;
	border:1px solid #eaab40;
}

#voting {
    display: inline;
    float: left;
    height: 60px;
    margin: 10px 0 0;
    width: 300px;
}

#note {
	padding:15px 10px 12px 0px;
	font-family: arial;
    font-size: 12px;
	margin:3px 0px 0px 0px;
}

#note-buttons {
	float:right;
	display:inline;
	margin:7px 20px 0px 0px;
}

#note-gauge {
	width:135px;
	margin:22px 0px 0px 0px;
	float:right;
	display:inline;
}

#gauge-wrapper {
	background-color:#990000;
	border:1px solid #666;
	font-size:0px;
	width:133px;
	height:5px;
}

#gauge-fill {
	background-color:#1B671C;
	height:5px;
}

div#button_like, div#button_unlike {
	float:left;
	margin:0px;
}

div#button_like a {
	background:transparent url('img/boutons.png') no-repeat scroll -1px -5px;
	width:auto;
	height:23px;
	color:#fff;
	text-decoration:none;
	float:left;
	display:inline;
	padding:10px 10px 0 32px;
}

div#button_like a:hover {
	color:#fff;
}

div#button_like.active a:hover, div#button_like.hover a {
	background:transparent url('img/boutons.png') no-repeat scroll -1px -59px;
}

div#button_like.voted a {
	background:transparent url('img/boutons.png') no-repeat scroll -1px -110px;
}

div#button_unlike a {
	background:transparent url('img/boutons.png') no-repeat scroll -358px -5px;
	width:38px;
	height:33px;
	float:left;
	display:inline;
}

div#button_unlike.active a:hover, div#button_unlike.hover a {
	background:transparent url('img/boutons.png') no-repeat scroll -358px -59px;
}

div#button_unlike.voted a {
	background:transparent url('img/boutons.png') no-repeat scroll -358px -110px;
}

#facebook-block {
	margin:20px 0px 0px 20px;
	float:left;
	display:inline;
}

#related-games {
	width:730px;
	float:left;
	display:inline;
	font-size:13px;
	margin:20px 0px 20px 20px;
}

.related-games-column {
    display: inline;
    float: left;
    width: 373px;
}

.related-game {
    height: 41px;
    margin: 0 0 7px;
    width: 375px;
	background: url('img/categories_bckg.jpg') no-repeat 0 1px;	
}

.related-game img {
	float:left;
	display:inline;
}

.related-game p {
    padding: 8px 0 0 66px;
}

.rules-text {
	margin:30px 0px 0px 20px;
}

.poker-cards {
    height: 100px;
    margin: 20px 0 0 20px;
    width: 355px;
	float:left;
	display:inline;
}

.poker-cards p {
	margin:93px 0px 0px 0px;
}

#poker1 {
	background: url("img/casino_rules.gif") no-repeat scroll -6px 0;
}

#poker2 {
	background: url("img/casino_rules.gif") no-repeat scroll -370px 0;
}

#poker3 {
	background: url("img/casino_rules.gif") no-repeat scroll -6px -106px;
}

#poker4 {
	background: url("img/casino_rules.gif") no-repeat scroll -370px -106px;
}

#poker5 {
	background: url("img/casino_rules.gif") no-repeat scroll -6px -206px;
}

#poker6 {
	background: url("img/casino_rules.gif") no-repeat scroll -370px -206px;
}

#poker7 {
	background: url("img/casino_rules.gif") no-repeat scroll -6px -308px;
}

#poker8 {
	background: url("img/casino_rules.gif") no-repeat scroll -370px -308px;
}

#poker9 {
	background: url("img/casino_rules.gif") no-repeat scroll -6px -409px;
	height:114px;
}

.blackjack-cards p {
	margin:143px 0px 0px 0px;
}

#blackjack-ace {
    background: url("img/casino_rules.gif") no-repeat scroll 0 -523px transparent;
    display: inline;
    float: left;
    height: 165px;
    margin: 20px 0 0 20px;
    width: 355px;
}

#blackjack-heads {
    background: url("img/casino_rules.gif") no-repeat scroll -370px -517px transparent;
    display: inline;
    float: left;
    height: 165px;
    margin: 20px 0 0 20px;
    width: 355px;
}

#blackjack-numbers {
    background: url("img/casino_rules.gif") no-repeat scroll -4px -662px transparent;
    display: inline;
    float: left;
    height: 165px;
    margin: 0px 0 0 20px;
    width: 730px;
}

#roulette-illustr {
    background: url("img/casino_rules.gif") no-repeat scroll 0 -832px transparent;
    height: 324px;
    margin: 30px 0 0 20px;
    width: 730px;
}

/*STYLE LIKE/UNLIKE*/

#thanks {
	font-weight:bold;
	float:left;
	display:inline;
	text-transform:uppercase;
	width:82px;
	color:#da5098;
	margin:17px 0px 0px 0px;
}

.addthis_toolbox {
	width:138px;
	height:18px;
	float:left;
	display:inline;
	margin:24px 0px 0px 145px;
}

.best {
	display:none;
}

.cc {
    background: url("img/cc-logo.png") no-repeat;
    height: 30px;
    margin: 3px 0 0 4px;
    padding-bottom: 3px;
}

/*STYLE LANG CHOOSER*/
#langs_chooser_position {
    color: #666666;
    display: block;
    float: right;
    height: 30px;
    margin: 10px 5px;
    position: relative;
    width: 185px;
}

#langs_chooser_position span {
    background: url("img/button_lang.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
	color:#AB0B06;
}
 
#langs_chooser_position span:hover{
	color:#fff;
	text-decoration:none;
}

#langs_chooser_position a {
	text-decoration:none;
	font-style:uppercase;
	color:#666666;
}

#langs_chooser a {
	text-decoration: none;
	color:#AB0B06;
	font-size:14px;
	line-height:20px;
}

#langs_chooser a:hover {
	color:#EAAB40;
}

#langs_chooser {
    background-color: #fff;
    border-top: 2px solid #EAAB40;
	border-left: 2px solid #EAAB40;
	border-bottom: 2px solid #da8c08;
	border-right: 2px solid #da8c08;
    display: none;
    left: -410px;
    padding: 8px;
    position: absolute;
    text-decoration: none;
    top: -325px;
    width: 580px;
}

.lang_wrapper {
	margin:0px 22px 0px 10px;
	float:left;
	display:inline;
	width:80px;
	height:290px;
	text-align:justify;
}

/*STYLE SLIDER*/
.disabled {
	background:transparent url('slider-disabled.gif') no-repeat scroll left top;
	width:178px;
	height:27px;
}

.dynamic-slider-control { 
	position :relative; 
	cursor :default; 
} 

.horizontal { 
	width : 174px; 
	height : 27px; 
} 

.dynamic-slider-control input { 
	display : none; 
} 

.dynamic-slider-control .handle { 
	position :absolute; 
	font-size :1px; 
	overflow :hidden; 
	cursor :default; 
} 

.dynamic-slider-control.horizontal .handle {
    background: url("img/sprite.png") no-repeat scroll 0px -2px transparent;
    height: 36px;
    width: 43px;
}

.dynamic-slider-control .line { 
	position :absolute; 
	font-size :0.01mm; 
	overflow :hidden; 
	height:8px;
} 

.dynamic-slider-control.horizontal .line { 
	height:17px; 
} 

.dynamic-slider-control .line div { 
	width:1px; 
	height:3px; 
}