@charset "utf-8";
/* CSS Document */

body {
	color: #606060;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #cadceb;
}
a, a:link{
	font-family: Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height: 1.4em;
	color: #06F;
	text-decoration: none;
}

a:hover {
	font-family: Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height: 1.4em;
	color: #06F;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #12A3EB;
	margin-left: 10px;
	line-height: 20px;
}
hr 
{
	color: #09F;
}
.clear-all{
clear:both;
line-height:2px;
height:2px;
}
#main
{
	width: 900px;
	height:auto;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header
{
	width: 880px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:#12A3EB;
	padding: 10px;
}
#logoNG {
	margin: 0px;
	width: 400px;
	float: left;
	height: 50px;
}
#searchbox
{
	width: 300px;
	float: right;
	text-align: right;
	vertical-align: bottom;
	padding-top: 30px;
}

#menu
{
	height: auto;
}
#menu a {
	display:block;
	color:#FFF;
	background:inherit;
	text-decoration:none;
	margin-right:4px;
	line-height:23px;
	font-weight:bold;
}
#menu a:hover {
	color:#FC0;
}
#menu ul {list-style:none; padding:0; margin:0;}
#menu li {float:left; margin: 0 0 0 2px; }
#footer
{
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #DCDCDC;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footercontent
{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footercontent a
{
	color: #606060;
	text-decoration: none;	
}
#footercontent a:hover
{
	color: #606060;
	text-decoration: underline;
}
.partner a
{
	color: #FFF;
	text-decoration: none;
}
.partner a:hover
{
	color: #FFF;
	text-decoration: none;
}
#content
{
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentindex{
	width: 560px;
	float:left;
	margin: 0px;
}
#contentindexright
{
	float:right;
	width:300px;
}
.News {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.news {
	padding-bottom: 20px;
}
.news .title 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #12A3EB;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}
.news .title a:link, .news .title a:visited
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #12A3EB;
	font-size: 20px;
}
.news .title a:hover
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #12A3EB;
	text-decoration: underline;
}
.news .content
{
	margin: 0px;
	float: left;
	width: 300px;
}
.news .social
{
	width: 100px;
	margin: 0px;
	float: right;
	text-align: right;
}
.news >p
{
	padding-bottom: 5px;
}
.type {
	display: block;
	border-bottom-width: 2px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	color: #8D8D8D;
}
#webtalk
{
	background-color: #DDF1FF;
	margin-top: 15px;
	padding: 6px;
	margin-bottom: 15px;
}
.review {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.review ul{
	margin: 0px;
	padding: 0px;	
}
.review li {
	text-align: center;
	list-style-type: none;
	height: 200px;
	width: 140px;
	text-align: center;
	display: block;
	border: 1px solid #CCC;
	float: left;
	margin-right: 1px;
	margin-left: 2px;
	margin-top: 15px;
	background-color: #F5F5F5;
}
.review strong {
	font-weight: bold;
	text-decoration: none;
	
	text-align: center;
	display: block;
	padding: 4px;
	color: #606060;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
.review a:hover {
	text-decoration: none;
	color: #F33;
}
.review li:hover  {
	text-decoration: none;
	border: 1px solid #F33;
}
.review a:hover strong {
	text-decoration: none;
	color: #F33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F33;
}

.rev 
{
	padding: 0px;
	height: auto;
	width: 190px;
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rev ul{
	margin: 0px;
	padding: 0px;
}

.rev li {
	margin: 0px;
	padding: 2px;
	list-style-position: inside;
	list-style-type: square;
}

.rev a, .rev a:link {
	margin: 0px;
	color: #606060;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 10px;
}
.rev a:hover {
	margin: 0px;
	color: #F33;
	background-color: #F5F5F5;
	text-decoration: none;
}
.rev span
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 190px;
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
.preview {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.preview ul{
	margin: 0px;
	padding: 0px;	
}
.preview li {
	text-align: center;
	list-style-type: none;
	height: 200px;
	width: 140px;
	text-align: center;
	display: block;
	border: 1px solid #CCC;
	float: left;
	margin-right: 1px;
	margin-left: 2px;
	margin-top: 15px;
	background-color: #F5F5F5;
}
.preview strong {
	font-weight: bold;
	text-decoration: none;
	
	text-align: center;
	display: block;
	padding: 4px;
	color: #606060;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
.preview a:hover {
	text-decoration: none;
	color: #090;
}
.preview a:hover strong {
	text-decoration: none;
	color: #090;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #090;
}
.preview li:hover  {
	text-decoration: none;
	border: 1px solid #090;
}
.prev 
{
	padding: 0px;
	height: auto;
	width: 190px;
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.prev ul{
	margin: 0px;
	padding: 0px;
}

.prev li {
	margin: 0px;
	padding: 2px;
	list-style-position: inside;
	list-style-type: square;
}

.prev a, .prev a:link {
	margin: 0px;
	color: #606060;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 10px;
}
.prev a:hover {
	margin: 0px;
	color: #090;
	background-color: #F5F5F5;
	text-decoration: none;
}
.prev span
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 190px;
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
#youtube {
	display: block;
	margin-bottom: 15px;
}
#pow {
	border: 1px solid #CCC;
	height: auto;
	width: auto;
	text-align: center;
	background-color: #F3F3F3;
	padding: 10px;
	margin-bottom: 15px;
}
#pow img {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#pow a:hover img {
	border-color: #0A0;
}
.nokiacare {
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.nokiacare strong
{
	font-weight: bold;
	color: #09F;	
}
.fanpage {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.newrelease {
	margin-bottom: 15px;
}
.newrelease ul{
	margin: 0px;
	padding: 0px;	
}
.newrelease li {
	text-align: center;
	list-style-type: none;
	height: 220px;
	width: 140px;
	text-align: center;
	display: block;
	border: 1px solid #CCC;
	float: left;
	margin-right: 1px;
	margin-left: 2px;
	margin-top: 15px;
}
.newrelease strong {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 4px;
	color: #606060;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newrelease a:hover {
	text-decoration: none;
	color: #0066FF;
}
.newrelease a:hover strong {
	text-decoration: none;
	color: #0066FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
}
.newrelease li:hover  {
	text-decoration: none;
	border: 1px solid #0066FF;
}
.downloadzone {
	padding: 10px;
	height: auto;
	width: auto;
	border: 1px dotted #F90;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFDF9;
}

.downloadzone a, .room a:link {
	color: #105289;
	text-decoration: none;
	font-weight: bold;
}
.downloadzone a:hover {
	color: #BC2A4D;
	text-decoration: none;
}
.gamenokia {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.gamenokia li {
	float: left;
	height: 158px;
	width: 100px;
	text-align: center;
	list-style-type: none;
}

.gamenokia a {
	display: block;
	margin: auto;
	padding-top: 5px;
	width: 93px;
	text-align: center;
	text-decoration: none;
	color: #D9CDCC;
}

*>body .gamenokia img {
	display: block;
}

.gamenokia img {
	clear: both;
	margin: 0 auto 4px auto;
	width: 75px;
	height: 100px;
	padding: 3px;
	border: 1px solid #CFCFCF;
	background: #fff;
}

.gamenokia a:hover img {
	border-color: #F90;
}
.gamenokia strong {
	display: block;
	clear: both;
	padding: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.gamenokia a:hover strong {
	text-decoration: underline;
	color: #F90;
}
.topicdownload {
	margin-top: 5px;
}
.dleft
{
	float: left;
	width: 220px;
	margin: 0px 7px 0px 0px;
}
.dbar
{
	width: 220px;
	float: left;
	margin: 0px 7px 0px 0px;
}
.dright
{
	width: 220px;
	float: right;
}
.topicdownload ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topicdownload li{
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 220px;
	margin-top: 5px;
	margin-right:0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.roomdownload ul {
	margin: 0px;
	padding: 0px;
}
.roomdownload li {
	height: 18px;
	width: 210px;
	float: left;
	margin: 0px;
}
.room {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	width: 100%;
	}
.room ul
{
	margin: 0px;
	padding: 0px;
}
.room li
{
	list-style-type: none;
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
 a.roomtop,  a.roomtop:link {
	color: #105289;
	text-decoration: none;
	font-weight: bold;
}
 a.roomtop:hover {
	color: #BC2A4D;
	text-decoration: none;
}
.topic
{
	background-color: #EDF2F3;
	vertical-align: middle;
	display: block;
	padding: 2px;
	height: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 30px;
	width: 500px;
	color: #606060;
}
.topic a
{
	text-decoration: none;
	color: #606060;
}
.topic a:hover
{
	text-decoration: underline;
	color: #606060;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
#banner {
	width: 100%;
	display: block;
	height: auto;
	margin-top: 0px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bgindex
{
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#bgindex .bgleft
{
	float: left;
	position: fixed;
	left: 0px;
	top: auto;
	bottom: auto;
	right: auto;
}
#bgindex .bgright
{
	float: right;
	position: fixed;
	right: 0px;
	top: auto;
	bottom: auto;
	left: auto;
}
#nokiastore 
{
	padding: 10px;
	border: thin solid #CCC;
	margin-bottom: 10px;
}
#nokiastore img
{
	padding: 6px;
	margin: 0px;
}

