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

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

a:hover {
	text-decoration:underline;
}

body {
	margin:0;	
}

h1 {
    color: #FFFFFF;
    float: right;
    font-size: 23px;
    font-weight: bold;
    margin: 7px;
    text-transform: uppercase;
}
	
h2 {
	width:400px;
	float:left;
	display:inline;
	margin:0px 0px 0px 10px;
	color:#FFF;
}

#header {
	height:157px;
	width:915px;
	background: url('img/banner.jpg') no-repeat;
}

#breadcrumb {
	width:915px;
	height:39px;
	background-color:#007c92;
	color:#fff;
}

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

#home_div {
	width:300px;
	height:137px;
	float:left;
	display:inline;
}

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

#site-description {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    padding: 5px;
    width: 314px;
}

#category-description {
	color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
    padding: 5px;
    width: 570px;
}

#content {
	width:932px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom: 21px;
}

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

#nav-container {
    background-color: #009ebb;
    padding: 5px 0 5px 0;
    width: 200px;
}

#nav {
    background-color: #009ebb;
    border: 2px solid #FFFFFF;
    margin: 0 auto 0;
    width: 188px;
}

#nav li, #secondary-nav li {
	line-height:40px;
	border-bottom:1px solid;
	padding-left:8px;
	text-transform:uppercase;
	font-size:14px;
	background: url("img/related_bckg.jpg") repeat-x 0 -45px;
}

#nav a {
	text-decoration:none;
}

#nav li:hover, #secondary-nav li:hover {
	background: url("img/related_bckg.jpg") repeat-x;
}

#nav #current {
	font-style:italic;
	background: url("img/related_bckg.jpg") repeat-x;
}

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

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

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

.top-games-title {
    font-size: 30px;
    line-height: 23px;
    text-align: center;
}

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

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

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

#illustr-container {
	width:337px;
	height:280px;
	background-color:#009ebb;
	float:left;
	display:inline;
}

#illustr {
    background-color: #009ebb;
    border: 2px solid #FFFFFF;
    height: 265px;
    margin: 5px auto 0;
    width: 322px;
}

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

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

.add-468x60 {
    display: inline;
    float: left;
    height: 60px;
    margin: 56px auto 20px 147px;
    width: 468px;
}

.thumbnails {
    margin: 0px 0 0 20px;
    overflow: hidden;
    width: 712px;
}

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

.thumbnail-container {
	display: inline;
    float: left;
    height: 158px;
    margin: 0 20px 20px 0;
    width: 158px;
	overflow:hidden;
	background-color:#009ebb;
}

.thumbnail {
    background-color: #009ebb;
    border: 2px solid #FFFFFF;
    display: block;
    height: 142px;
    margin: 6px auto 0;
    width: 142px;
}

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

.thumbnail-image {
	border-bottom:2px solid #fff;
}

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

#footer {
	height:28px;
	padding:5px 0px 0px 0px;
	position: relative;
	margin-top: -28px;
	clear:both;
}

#infos-miscellaneous {
    background-color: #007c92;
    border-bottom: 2px solid #007c92;
    border-top: 2px solid #007c92;
    height: 43px;
	color:#fff;
}

#infos-miscellaneous p {
    margin: 13px auto 0 200px;
}

#game-block-container {
	background-color:#009ebb;
    float: left;
    margin: 0px 0 0 20px;
    width: 692px;
	padding:0px 0px 10px 0px;
}	

#game-block {
    background-color: #009ebb;
    border: 2px solid #FFFFFF;
    display: inline;
    float: left;
    margin: 10px 0 0 8px;
    width: 670px;
}

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

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

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

#game-info {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    width: 670px;
}

#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 0 0 10px;
    width: 660px;
}

#game-description {
	width:400px;
	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: 15px 13px 3px 20px;
    padding-left: 20px;
}

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

#game-thumb {
    border: 1px solid;
    display: inline;
    float: right;
    height: 110px;
    margin: 0 10px 0 0;
    width: 150px;
}

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

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

#note {
    display: inline;
    float: left;
    font-family: arial;
    font-size: 12px;
    height: 50px;
    margin: 0 0 0 10px;
    width: 472px;
}

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

#note-gauge {
    display: inline;
    float: right;
    height: 50px;
    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 -1px -5px;
	width:auto;
	height:24px;
	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/sprite.png') no-repeat scroll -1px -59px;
}

div#button_like.voted a {
	background:transparent url('img/sprite.png') no-repeat scroll -1px -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;
}

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

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

.related-game {
    height: 41px;
    margin: 0 0 7px;
   	width: 336px;
	background: url("img/related_bckg.jpg") repeat-x;	
}

.related-game:hover {
    background-color:#007c92;
	color:#FFF;
}

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

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

.related-game p:hover {
	color:#FFF;
}

#simcity-history {
	margin:0px 0px 0px 20px;
	color:#007C92;
}

/*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/sprite.png") no-repeat scroll 0 -262px transparent;
    height: 30px;
    margin: 6px 0 0 4px;
    padding-bottom: 3px;
    width: 123px;
	float:left;
	display:inline;
}

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

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

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

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

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

#langs_chooser {
	display:none;
	width:580px;
	padding:8px;
	background-color:#009ebb;
	position:absolute;
	top:-321px;
	left:-410px;
	border:2px solid #fff;
	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 {
    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; 
}