/* 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;
position:relative;
}
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: #444 url('img/ilovetetris_banner.png') no-repeat;
}

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

#site-description {
    background-color: #0066AA;
    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:0 auto;
	overflow:hidden;
	padding-bottom: 35px;
}

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

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

#ilovetetris 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:#0066AA;
	color:#FFF;
	text-decoration:none;
	background: #DDD url('img/cube_hover.jpg') no-repeat;
}

.thumbnail {
    background-color: #8888BB;
    border: 1px solid #555555;
    display: inline;
    float: left;
    height: 164px;
    margin: 0 30px 30px 0;
    width: 164px;
	background: #DDD url('img/cube.jpg') no-repeat;
}

.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: 30px auto -3px auto;
    width: 728px;
}

#footer {
	height:35px;
	background-color:#444;
	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: #0066AA url('img/game_cube.gif') no-repeat;
}

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


/*STYLE LIKE/UNLIKE*/
.gauge {
	width:170px;
	height:40px;
	float:right;
	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:28px;
	padding:7px 0px 0px 6px;
	background: #444 url('img/cc-logo.png') no-repeat;
	width:120px;
	float:left;
	display:inline;
}

#infos-miscellaneous {
    float:left;
	display:inline;
}

#infos-miscellaneous p {
    margin: 8px auto 0 200px;
	color:#FFF;
}

/*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:#0066AA;
	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:#0066AA;
}

#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 :43px;
	height :20px;
	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;
}
