/* 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, trebuchet, 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 {height: 100%;}

#wrap {min-height: 100%;}

body > #wrap {
	height: auto;
	min-height: 100%;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
}

body {
	margin:0;
}

h1 {
    color: #FFFFFF;
    float: right;
    font-size: 23px;
    font-weight: bold;
    margin: 14px 12px 7px 0;
    text-transform: uppercase;
}

h2 {
	width:400px;
	float:left;
	display:inline;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}

#breadcrumb {
    background-color:#008AA2;
    border-style: solid;
    border-width: 2px;
	border-color: #00A1BE #006172 #006172 #00A1BE;
    color: #FFFFFF;
    float: left;
    width: 918px;
	height:50px;
}

#breadcrumb-content {
    display: inline;
    float: left;
    padding: 16px 5px 5px 10px;
}

#home_div {
    background: url("img/logo_launchvolt.jpg") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 84px;
    width: 400px;
}

#baseline {
    font-family: sans-serif;
    font-weight: bold;
    left: 116px;
    position: absolute;
    text-transform: uppercase;
    top: 78px;
	color:#FFFFFF;
}

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

#site-description {
    color: #007C92;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 14px 20px;
    width: 690px;
}

#category-description {
    color: #007C92;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 14px 20px;
    width: 690px;
}

#content {
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 63px;
    width: 922px;
}

#header {
	width:922px;
	height:138px;
	float:left;
	display:inline;
}

#header p {
	float:left;
	display:inline;
	font-weight:bold;
	text-transform:uppercase;
	color:#007c92;
	margin:64px 0px 0px 0px;
}

#colleft {
	width:200px;
	float:left;
	display:inline;
	margin-top:20px;
}

#nav {
    margin: 0 auto 0;
    width: 200px;
}

#nav li, #secondary-nav li {
    font-size: 13px;
    line-height: 15px;
    padding: 8px 0 8px 5px;
    text-transform: uppercase;
}

#nav a, #secondary-nav a {
    background-color: #008AA2;
    border-color: #00A1BE #006172 #006172 #00A1BE;
    border-style: solid;
    border-width: 2px;
    float: left;
    margin: 0;
    text-decoration: none;
    width: 196px;
}

#nav a:hover, #secondary-nav a:hover {
	background-color:#007c92;
	color:#FFF;
}

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

#secondary-nav {
	margin:10px 0px 0px 0px;
	float:left;
	display:inline;
}

#external-links {
	margin:20px 0px 20px 0px;
	float:left;
	display:inline;
	line-height:22px;
}

#related-games {
    background-color: #007C92;
    color: #FFFFFF;
    line-height: 11px;
    margin: 20px 0 20px 0;
    padding: 11px 10px 10px;
    width: 179px;
	float:left;
	display:inline;
}

#related-games p {
    line-height: 16px;
    margin: 3px 0px 0px 0px;
}

.related-games-title {
    font-size: 30px;
    height: 45px;
    line-height: 21px;
    text-align: center;
}

.related-img {
    background-color: #009EBB;
    border: 2px solid #FFFFFF;
    display: block;
    height: 142px;
    margin: 10px 0 0 0;
    width: 175px;
}

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

#top-block {
	width:719px;
	height:280px;
	margin:0px 0px 20px 0px;
}

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

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

.add-468x60 {
    display: inline;
    float: right;
    height: 60px;
    margin: 12px 0px 0px 0px;
    width: 468px;
}

.thumbnails {
    overflow: hidden;
    width: 726px;
    color: #FFFFFF;
}

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

.thumbnail {
    background-color: #008AA2;
    border-color: #00A1BE #006172 #006172 #00A1BE;
    border-style: solid;
    border-width: 2px;
    display: block;
    float: left;
    height: 204px;
    margin: 0 0 20px 20px;
    position: relative;
    width: 213px;
}

.thumbnail-title {
    font-size: 11px;
    height: 33px;
    margin: 5px auto 0;
    overflow: hidden;
    text-align: center;
    width: 150px;
}

.inner-shadow-game {
    height: 110px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 150px;
}

.thumbnail-image {
    border-color: #FFFFFF #E0E0E0 #E0E0E0 #FFFFFF;
    border-style: solid;
    border-width: 2px;
    margin: 10px 0 0 10px;
}

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

#footer {
    background-color:#008AA2;
    border-style: solid;
    border-width: 2px;
	border-color: #00A1BE #006172 #006172 #00A1BE;
    clear: both;
    height: 59px;
    margin: -63px auto 0;
    position: relative;
    width: 920px;
}

#infos-miscellaneous {
    height: 43px;
	color:#FFFFFF;
}

#infos-miscellaneous p {
    float: left;
    margin: 21px auto 0 145px;
}

#game-block {
    display: inline;
    float: left;
    margin: 10px 0 0 20px;
    width: 692px;
}

#game-top {
	width:692px;
	height:60px;
	float:left;
	display:inline;
}

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

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

#game-info {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    width: 686px;
	height:255px;
	background-color:#008AA2;
    border-style: solid;
    border-width: 2px;
	border-color: #00A1BE #006172 #006172 #00A1BE;
}

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

#game-title h1 {
    clear: both;
    display: block;
    float: none;
    font-size: 15px;
    margin: 0;
}

#game-text {
    display: inline;
    float: left;
    margin: 10px 20px 0 10px;
    overflow: hidden;
    width: 451px;
}

#game-description {
	width:440px;
	float:left;
	display:inline;
}

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

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

#game-thumb {
    border: 2px solid #FFFFFF;
    display: inline;
    float: right;
    height: 110px;
    margin: 5px 10px 0 0;
    width: 150px;
	position:relative;
}

#game-bottom {
    float: left;
    height: 50px;
    margin: 20px 0 0 0px;
    width: 180px;
}

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

#note {
    display: inline;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin: 0 0 0 18px;
    width: 161px;
}

#note-buttons {
    display: inline;
    float: left;
    height: 35px;
    margin: 10px 0px 0 0;
}

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

#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/sprite.png') no-repeat scroll -4px -5px;
	width:auto;
	height:24px;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	display:inline;
	padding:10px 10px 0 32px;
}

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

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

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

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

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

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

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

/*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 186px;
}

.best {
	display:none;
}

.cc {
    background: url("img/sprite.png") no-repeat scroll -2px -259px transparent;
    display: inline;
    float: left;
    height: 30px;
    margin: 12px 0 0 20px;
    padding-bottom: 3px;
    width: 123px;
}

#yetisports-history {
    color: #008AA2;
    line-height: 25px;
    margin: 0 0 0 16px;
    padding: 0 0 20px;
}

#yetisports-history a {
    color: #008AA2;
    float: left;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

/*STYLE LANG CHOOSER*/
#langs_chooser_position {
    display: block;
    float: right;
    height: 30px;
    margin: 9px 34px 0 0;
    position: relative;
    width: 191px;
}

#langs_chooser_position span {
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
	display:block;
}

#lang_link {
    background-color: #008AA2;
    border-color: #00A1BE #006172 #006172 #00A1BE;
    border-style: solid;
    border-width: 2px;
    display: block;
    width: 192px;
}

#lang_link:hover {
	background-color: #007C92;
    display: block;
}

#langs_chooser_position span:hover{
	text-decoration:none;
}

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

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

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

#langs_chooser {
    background-color: #008AA2;
    border-color: #00A1BE #006172 #006172 #00A1BE;
    border-style: solid;
    border-width: 2px;
    display: none;
    left: -697px;
    list-style: none outside none;
    padding: 8px 0;
    position: absolute;
    text-decoration: none;
    top: -234px;
    width: 920px;
}

.lang_wrapper {
    color: #888888;
    display: inline;
    float: left;
    font-size: 14px;
    height: 203px;
    margin: 0 10px;
    text-align: justify;
    width: 100px;
}


/*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 -3px -220px 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;
}
