/* 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:Verdana, Helvetica, sans-serif;
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:#FFF;
}

a:hover {
	text-decoration:underline;
}

body {
	margin:0;	
}

#header {
	width:950px;
	height:120px;
	margin:0 auto;
	background:url('img/monstershoot_banner.jpg') no-repeat;
}

#home_div {
    display: inline;
    float: left;
    height: 101px;
    margin: 19px 0 0 12px;
    width: 377px;
}

#nav {
    background-color: #000000;
    height: 23px;
    margin: 1px auto 0px auto;
    width: 950px;
}

#nav li {
    display: inline;
    float:right;
    padding: 3px 21px 3px 21px;
	border:1px solid white;
}

#nav li:hover {
	background-color:#ff7200;
}

#site-description {
    background-color:#000;
    color: #FFFFFF;
    padding: 5px 20px;
    width: 910px;
}

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

#site-description a {
   color:#FFF;
}

#content {
	width:950px;
	margin:1px auto 0;
	overflow:hidden;
	padding-bottom: 35px;
}

#top-block {
    height: 280px;
    margin: 30px 0 0;
    width: 950px;
}

#monstershoot {
    display: inline;
    float: left;
    height: 280px;
    margin: 0 20px 0 0;
    width: 573px;
	background: #DDD url('img/monstershoot.jpg') no-repeat;
}

#monstershoot p {
	height:31px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 15px;
    margin-top: 242px;
	padding:0px 5px;
    text-align: center;
	overflow:hidden;
}

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

.bottom-block {
	width:950px;
}

.thumbnails {
    margin: 30px 0 0;
    overflow: hidden;
    width: 990px;
}

.thumbnails a:hover{
	background-color:#ff7200;
	color:#FFF;
	text-decoration:none;
}

.thumbnail {
    background-color: #000;
    display: inline;
    float: left;
    height: 166px;
    margin: 0 30px 30px 0;
    width: 166px;
	background-color:#000;
}

.thumbnail img {
	margin:5px 0px 0px 5px;
	border:1px solid #333;
}

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

.add-728x90 {
    background-color: #000000;
    height: 90px;
    margin: 0 auto 30px;
    width: 728px;
}

#footer {
	height:35px;
	background-color:#000;
	padding:5px 0px 0px 0px;
	position: relative;
	margin-top: -35px;
	clear:both;
}

#game-block {
	width:950px;
	background-color:#EEE;
}

#slider-wrapper {
	width:200px;
	height:27px;
	margin:0 auto;
	background:url('slider.gif') no-repeat scroll 0 4px;
}

#game {
	width:950px;
	padding:0px 0px 20px 0px;
	background-color:#EEE;
	text-align:center;
}

#game-info {
	width:950px;
	height:150px;
	margin:0px 0px 30px 0px;
	color:#FFF;
	font-size:14px;
	background-color:#000;
}

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

#game-text {
	width:500px;
	height:110px;
	margin:16px 0px 0px 20px;
	float:left;
	display:inline;
}

#game-description {
	width:500px;
	height:100px;
}

.back-link {
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 3px 20px;
	float:right;
	display:inline;
	background:url('img/back.png') no-repeat;	
}

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

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

#voting {
	width:220px;
	height:110px;
	margin:20px 0 0 20px;
	float:left;
	display:inline;
}

#vote-buttons {
	width:82px;
	height:70px;
	float:left;
	display:inline;
}

.button_like{
	height:30px;
	width:30px;
	margin:10px 5px 0px 10px;
	background: transparent url('img/like.png')  no-repeat scroll 0 0;
	float:left; 
	display:inline;
}

.button_like:hover {
	background: transparent url('img/like.png')  no-repeat scroll -35px 0;
}

.button_unlike{
	height:30px;
	width:30px;
	margin:10px 0px 0px 0px;
	background: transparent url('img/dislike.png')  no-repeat scroll 0 0;
	float:left; 
	display:inline;
}

.button_unlike:hover {
	background: transparent url('img/dislike.png')  no-repeat scroll -35px 0;
}

#vote_text {
    display: inline;
    float: left;
    font-size: 10px;
    height: 62px;
    padding: 8px 0 0 5px;
    width: 133px;
}

#related-games {
	width:960px;
	float:left;
	display:inline;
	font-size:13px;
}

.related-games-column {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    width: 300px;
}

.related-game {
    background-color: #EEEEEE;
    height: 41px;
    margin: 0 0 5px 0;
    width: 310px;
}

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

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

.related-game p:hover {
	text-decoration:underline;
}


/*STYLE LIKE/UNLIKE*/
.gauge {
	width:170px;
	height:40px;
	float:left;
	display:inline;
}

#gauge-0 {
	background:url('img/0_star.png') no-repeat;
}

#gauge-1 {
	background:url('img/1_star.png') no-repeat;
}

#gauge-2 {
	background:url('img/2_stars.png') no-repeat;
}

#gauge-3 {
	background:url('img/3_stars.png') no-repeat;
}

#gauge-4 {
	background:url('img/4_stars.png') no-repeat;
}

#gauge-5 {
	background:url('img/5_stars.png') no-repeat;
}

#thanks {
	font-weight:bold;
	float:left;
	display:inline;
	width:82px;
}

.addthis_toolbox {
	width:138px;
	height:18px;
	float:left;
	display:inline;
}

.best {
	display:none;
}

.cc {
	height:30px;
	padding:7px 0px 0px 6px;
	background: #000 url('img/cc-logo.png') no-repeat;
}

/*STYLE LANG CHOOSER*/
#langs_chooser_position {
	float:right;
	position:relative;
	padding:0px 20px 0px 0px;
	background:url('img/like-droite.png') no-repeat scroll top right;
	display: block;
	height:30px;
	padding-right:14px;
	margin:0px 5px;
	color:#666;
}

#langs_chooser_position span{
	background: transparent url('img/button_lang_left.png') no-repeat;
	display: block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	padding:0 0 0 35px;
}
 
#langs_chooser_position span:hover{
	color:#FF7200;
	text-decoration:none;
}

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

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

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

#langs_chooser {
	display:none;
	width:580px;
	padding:8px;
	background-color:#EEEEEE;
	position:absolute;
	top:-314px;
	left:-489px;
	border:2px solid #000000;
	text-decoration: none;
}

.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 { 
	width:25px; 
	height:25px; 
	background-image : url('rondslide.png');
} 

.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; 
}