/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Main CSS
Author : Helldesign
URL : http://www.helldesign.net

Description : This is the main stylesheet

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


/****************************************************************
	RESET
****************************************************************/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/****************************************************************
	BASIC
****************************************************************/
body {
	/*background:#fff url('../images/layout/bg_body.jpg') 0 0 repeat-x;*/
	background:#fff url('../images/layout/bg_body_2.jpg') 0 0 repeat-x;
	border-top:6px solid #f5f6f6;
	padding:0 0 20px;
}
body.home {
	background:#fff url('../images/layout/bg_body_home.jpg') 0 6px repeat-x;
}
body,input,textarea,select,td,th {
	color:#474747;
	font:16px Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
a {
	color:#277ec4;
	text-decoration:none;
}
a:visited {
}
a:hover {
	text-decoration:underline;
}

.hidden,
hr
{
	display:none;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.clr:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
a.lnk {
	background: url('../images/layout/underline.gif') 0 100% repeat-x;
}
a.lnk:hover {
	background:none;
	text-decoration:none;
}
.error {
	color:#fd5731;
	font-size:14px;
}

/****************************************************************
	ROOT
****************************************************************/
#root {
	margin:0 auto;
	width:964px;
}
#wrapper{
	padding:25px 0 10px;
}
#wrapper:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.home #wrapper{
	padding-top:0;
}
.content-s-1{
	float:right;
	padding-top:20px;
	width:714px;
}
.content-s-2{
	padding-top:20px;
	padding:0 15px;
}
.subcontent {
	padding:0 0 0 19px;
}
.subcol-1 {
	float:left;
	width:477px;
}
.subcol-2 {
	float:right;
	width:477px;
}
/****************************************************************
	form elements
****************************************************************/

span.required
{
	color:red;
	font-size:1.5em;
}
.form_error
{
	background:red;
	color:#fff;
	font-size:14px;
	margin-bottom:20px;
	text-align:center;
}

form.contentform label
{
	float:left;
	padding:2px 5px 0 0;
	text-align:right;
	width:250px;
}
form.contentform span.inputgroup
{
	display:block;
	float:left;
}
form.contentform span.inputgroup label
{
	display:inline;
	float:none;
	margin:0;
	padding:0;
	text-align:left;
	width:auto;
}
form.contentform span.inputgroup img
{
	vertical-align:middle;
}
#content form.contentform p
{
	margin:0;
	padding:0 0 10px;
}
form.contentform p.info
{
	padding-bottom:20px;
}
#content form.contentform p.info.t2
{
	font-size:11px;
	margin-top:-5px;
	padding-left:260px;
}
form.contentform p.info strong
{
	display:block;
}
#content form.contentform p.normal input
{
	display:inline;
	float:none;
	vertical-align:middle;
}
#content form.contentform p.normal label
{
	display:inline;
	float:none;
	vertical-align:middle;
	width:auto;
}
#content form.contentform p.submit
{
	padding:0 0 20px 254px;
	text-align:center;
	width:248px;
}
#content form.contentform p.submit.normal
{
	padding:0 0 20px 0;
	width:auto;
}
form.contentform p.submit input
{
	font-size:14px;
	font-weight:bold;
}
form.contentform p:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
form.contentform textarea.text
{
	margin-left:259px;
	overflow:auto;
}
form.contentform textarea.text.full
{
	height:400px;
	margin:0;
	width:95%;
}

input.text,
input.text:focus,
input.focus {
	background: url('../images/layout/bg_input.gif') 0 0 no-repeat;
	border:1px solid #bfbfbf;
	height:30px;
	heigh\t:24px;
	padding:4px 0 0 10px;
	width:248px;
	widt\h:236px;
	margin:0 10px 0 0;
	float:left;
	font-size:16px;
	color:#6a6a6a;
}
textarea.text,
textarea.text:focus,
textarea.focus {
	background: url('../images/layout/bg_input.gif') 0 0 no-repeat;
	border:1px solid #bfbfbf;
	padding:4px 0 0 10px;
	width:248px;
	widt\h:236px;
	margin:0 10px 0 0;
	float:left;
	font-size:12px;
	color:#6a6a6a;
}
input.text:focus,
input.focus {
	background: url('../images/layout/bg_input_focus.gif') 0 0 no-repeat;
	border:1px solid #fecea3;
}
textarea.text:focus,
textarea.focus {
	background: url('../images/layout/bg_input_focus.gif') 0 0 no-repeat;
	border:1px solid #fecea3;
}
input.text-s1,
input.text-s1:focus{
	width:355px;
	widt\h:343px;
}
input.text-s2,
input.text-s2:focus{
	width:171px;
	widt\h:159px;
}
form span.info {
	padding:4px 0 0 0;
	font-size:12px;
	color:#4a4949;
	letter-spacing:-0.05em;
	float:left;
}
form span.info .error{
	float:left;
	margin:0 5px 0 0;
}
.button {
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	cursor:pointer;
	display:block;
	height:34px;
	margin:0 0 0;
	padding:0;
	width:83px;
	position:relative;
	top:-4px;
	vertical-align:top;
	z-index:100;
	float:left;
}
.button:hover,
.button.focus{
	background-position:0 -134px;
}
.button span {
	display:none;
}
.send-button {
	background-image:url('../images/layout/button_send.gif');
	width:83px;
}
.find-button {
	background-image:url('../images/layout/button_find.gif');
	width:83px;
}
.api-button {
	background-image:url('../images/layout/button_api.gif');
	margin:-3px 0 0;
	vertical-align:middle;
	width:137px;
}
.register-button {
	background-image:url('../images/layout/button_register.gif');
	margin:5px 0 0 30px;
	width:102px;
}
.instal-button{
	background-image:url('../images/layout/button_instal_plugin.gif');
	margin-left:8px;
	width:131px;
}
label {
	float:left;
	color:#454545;
	font-size:12px;
	margin:0 4px 0 0;
}
/****************************************************************
	HEADER
****************************************************************/
#header {
	height:121px;
	position:relative;
}
.home #header {
	height:160px;
}
	/* logo */
	#header .logo {
		background: url('../images/layout/logo.gif') 0 0 no-repeat;
		height:84px;
		left:3px;
		position:absolute;
		top:21px;
		width:247px;
	}
		#header .logo a {
			display:block;
			height:84px;
		}
		#header .logo span {
			display:none;
		}
	/* #nav */
	#header #nav {
		height:46px;
		right:3px;
		position:absolute;
		top:54px;
		width:618px;
	}
	#header #nav ul {
		/*padding:0 0 0 15px;*/
		padding:0 0 0 54px;
		background: url('../images/layout/bg_nav.png') 0 0 no-repeat;
		height:46px;
		width:618px;
	}
	#header #nav ul li {
		height:36px;
		float:left;
	}
	#header #nav ul li
	{
		margin-right:20px;
	}
	#header #nav ul li,
	#header #nav ul li a {
		background-position:0 0;
		background-repeat: no-repeat;
	}
		#header #nav ul li a {
			display:block;
			height:36px;
		}
		#header #nav ul li a:hover {
			background-position:0 -136px;
		}
		#header #nav ul li a.hover,
		#header #nav ul li a.hover:hover {
			background-position:0 -272px;
			height:40px;
			position:relative;
			top:-4px;
			left:0;
			z-index:100;
		}
		#header #nav ul li span {
			display:none;
		}
	#header #nav ul li#nav-home,
	#header #nav ul li#nav-home a {
		background-image: url('../images/layout/bg_nav-home.gif');
		width:84px;
	}
	#header #nav ul li#nav-publishers,
	#header #nav ul li#nav-publishers a {
		background-image: url('../images/layout/bg_nav-publishers.gif');
		width:117px;
	}
	#header #nav ul li#nav-developers,
	#header #nav ul li#nav-developers a {
		background-image: url('../images/layout/bg_nav-developers.gif');
		width:124px;
	}
	#header #nav ul li#nav-why,
	#header #nav ul li#nav-why a {
		background-image: url('../images/layout/bg_nav-why.gif');
		width:73px;
	}
	#header #nav ul li#nav-findme,
	#header #nav ul li#nav-findme a {
		background-image: url('../images/layout/bg_nav-findme.gif');
		width:96px;
	}
	#header #nav ul li#nav-download,
	#header #nav ul li#nav-download a {
		background-image: url('../images/layout/bg_nav-download.gif');
		width:115px;
	}
	#header #nav ul li#nav-support,
	#header #nav ul li#nav-support a {
		background-image: url('../images/layout/bg_nav-support.gif');
		width:101px;
	}
	#header #nav ul li#nav-blog,
	#header #nav ul li#nav-blog a {
		background-image: url('../images/layout/bg_nav-blog.gif');
		width:74px;
	}
	#header #nav ul li#nav-how,
	#header #nav ul li#nav-how a {
		background-image: url('../images/layout/bg_nav-how.gif');
		width:75px;
	}
	/* login box */
	#header #login_form
	{
		display:none;
	}
	#header #login_form input.text
	{
		display:inline;
		float:none;
		font-size:11px;
		height:auto;
		line-height:1em;
		margin:0;
		padding:2px;
		vertical-align:middle;
		width:60px;
	}
	#header #login_form input.submit
	{
		display:inline;
		font-size:11px;
		vertical-align:middle;
	}
	#header #login_form input#password
	{
		display:none;
	}
	#header .login-box {
		background: #f5f6f6 url('../images/layout/bg_login_box_r.gif') 100% 100% no-repeat;
		position:absolute;
		top:0;
		right:3px;
	}
		#header .login-box ul {
			background: url('../images/layout/bg_login_box_l.gif') 0 100% no-repeat;
			padding:0 3px 8px 20px;
			float:left;
		}
		#header .login-box ul:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
		}
			#header .login-box ul li {
				float:left;
				margin:0 11px 0 0;
				line-height:1em;
			}
			#header .login-box ul li.myloki {
				border-right:1px dotted #ccc;
				padding-right:11px;
			}
				#header .login-box ul li a {
					background: url('../images/layout/underline.gif') 0 100% repeat-x;
					font-size:11px;
					font-weight:bold;
				}
				#header .login-box ul li a:hover {
					background:none;
					text-decoration:none;
				}
/****************************************************************
	banner
****************************************************************/
.banner {
	background: url('../images/layout/banner.gif') 0 0 no-repeat;
	height:131px;
	position:relative;
}
.home .banner {
	background: url('../images/layout/banner_home.gif') 0 0 no-repeat;
	height:259px;
}
	.banner h2 {
		background-position:0 0;
		background-repeat:no-repeat;
		display:block;
		height:35px;
		left:38px;
		position:absolute;
		top:70px;
		width:100%;
	}
		.banner h2 span { 
			display:none;
		}
	.banner h2.partners {
		background-image: url('../images/layout/header_partners.gif')
	}
	.banner h2.publishers {
		background-image: url('../images/layout/header_publishers.gif')
	}
	.banner h2.developers {
		background-image: url('../images/layout/header_developers.gif')
	}
	.banner h2.findme {
		background-image: url('../images/layout/header_findme.gif')
	}
	.banner h2.download {
		background-image: url('../images/layout/header_download.gif')
	}
	.banner h2.support {
		background-image: url('../images/layout/header_support.gif')
	}
	.banner h2.blog {
		background-image: url('../images/layout/header_blog.gif')
	}
	.banner h2.about {
		background-image: url('../images/layout/header_about.gif')
	}
	.banner h2.privacy_policy {
		background-image: url('../images/layout/header_privacy_policy.gif')
	}
	.banner h2.terms_of_use {
		background-image: url('../images/layout/header_terms.gif')
	}
	.banner h2.contact_us {
		background-image: url('../images/layout/header_contact.gif')
	}
	.banner h2.myloki {
		background-image: url('../images/layout/header_myloki.gif')
	}
	.banner h2.why {
		background-image: url('../images/layout/header_why.gif')
	}
	.banner h2.how {
		background-image: url('../images/layout/header_how.gif')
	}
/****************************************************************
	footer
****************************************************************/
#footer {
	border-top:1px solid #c5ddef;
	font-size:12px;
	padding:13px 0 0;
}
#footer:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
	#footer .f-nav {
		float:left;
		width:60%;
	}
		#footer .f-nav ul li {
			float:left;
			margin:0 13px 0 0;
			font-weight:bold;
		}
			#footer .f-nav ul li a{
				background: url('../images/layout/underline.gif') 0 100% repeat-x;
			}
			#footer .f-nav ul li a:hover {
				background:none;
				text-decoration:none;
			}
#footer .copy-design{
	float:right;
}
	#footer .copy-design a {
		color:#6ca7d7;
	}
		#footer .copy {
			float:left;
			text-align:right;
			padding:0 3px 0 0;
		}
		#footer h1.design{
			float:left;
			font-size:12px;
			font-weight:normal;
			margin:0;
			padding:0;
			text-align:right;
		}
			#footer h1.design a {				
				padding:6px 0 2px 0px;
				z-index:100;
				margin:0 0 0 2px;
			}
/****************************************************************
	find-me
****************************************************************/
.banner .try-it{
	left:20px;
	position:absolute;
	top:68px;
}
	.banner .try-it .try-it-lnk {
		background: url('../images/layout/lnk_try-it.png') 0 0 no-repeat;
		display:block;
		height:77px;
		left:630px;
		position:absolute;
		top:40px;
		width:192px;
	}
	.banner .try-it .try-it-lnk:hover {
		background: url('../images/layout/lnk_try-it_h.png') 0 0 no-repeat;
	}
		.banner .try-it .try-it-lnk span {
			display:none;
		}

.banner .try-it h2 {
	background:url('../images/layout/header_loki_adds.png') 0 0 no-repeat;
	display:block;
	height:34px;
	left:44px;
	position:absolute;
	/*top:44px;*/
	top:60px;
	width:536px;
}
.banner .try-it h3 {
	background:url('../images/layout/header_find_exact.png') 0 0 no-repeat;
	display:block;
	height:21px;
	left:127px;
	position:absolute;
	top:83px;
	width:331px;
}
.banner .try-it p.learn-more {
	left:97px;
	position:absolute;
	top:162px;
	display:block;
	width:250px;
}
	.banner .try-it p.learn-more a {
		font:bold 12px Arial, Helvetica, sans-serif;
		letter-spacing:-0.03em;
	}
.banner .try-it h2 span,
.banner .try-it h3 span{
	display:none;
}
/****************************************************************
	.tool-tip
****************************************************************/
.tool-tip {
	text-align:left;
	z-index:1000;
	position: absolute;
	top: 103px;
	left: 405px;
	visibility: visible;
	width: 113px;
	bottom: auto;
	font-size:11px;
}
.tt-1 {
	top: -7px;
	left: 428px;
	width: 128px;
}
.tt-2 {
	top: 130px;
	left: 456px;
	width: 128px;
}
.tt-3 {
	top: 26px;
	left: 701px;
	width: 140px;
}
.tt-4 {
	top: 40px;
	left: 880px;
	width: 82px;
}
.tt-s1 {
	font-size:10px;
}
.tt-s2 {
	font-size:16px;
	line-height:1.2em;
}
	.tool-tip-body {
		position:relative;
	}
	.tl, .tr, .bl, .br 
	{ 
		background-image: url('../images/layout/tooltip.png');
		height: 9px;
		font-size: 2px;
	}
	.tl, .bl 
	{ 
		margin-right: 9px;
		
	}
	.tr, .br 
	{ 
		margin-left: 9px;
		margin-top: -9px; 
	}
	.tr 
	{
		background-position: 100% 0;
		position:absolute;
		right:0;
		width:9px;
	}
	.bl  
	{ 
		background-position: 0 -9px;
	}
	.br 
	{ 
		background-position: 100% -9px;
		position:absolute;
		right:0;
		width:9px;
	}
	.w {
		background: url('../images/layout/tooltip_bg_r.png') 100% 0 repeat-y;
		padding:0 3px 0 0;
	}
	.tool-tip .w:after {
		clear:both;
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
	.w-1 {
		background: url('../images/layout/tooltip_bg_l.png') 0 0 repeat-y;
		color: #000000;
		padding-left: 10px;
		padding-right:10px;
	}
	.tool-pointer {
		background:url('../images/layout/tooltip_pointer.png') 50% 0 no-repeat;
		height:18px;
		width:100%;
		z-index:1001;
		position:relative;
		top:-2px;
	}
	.tool-tip dl {
		text-align:center;
		color:#4f5c7a;
		line-height:1em;
		padding:2px 0 0;
	}
		.tool-tip dl dt img {
			margin:0 auto 3px;
			display:block;
		}
/****************************************************************
	publishers-consumers
****************************************************************/
.publishers-consumers {
	padding:15px 33px 20px;
}
	#content .publishers-consumers h3 {
		font:bold 24px Arial, Helvetica, sans-serif;
		color:#313131;
		margin:0 0 4px;
	}
	#content .publishers-consumers h3 a {
		background: url('../images/layout/underline.gif') 0 100% repeat-x;
	}
	#content .publishers-consumers h3 a:hover {
		background:none;
		text-decoration:none;
	}
	#content .publishers-consumers p {
		margin:0;
	}
	#content .publishers-consumers p.more
	{
		font-size:12px;
		font-weight:bold;
		letter-spacing:-0.03em;
		margin:10px 0 0;
		padding:10px 0 0 120px;
	}
	.publishers-consumers .publishers,
	.publishers-consumers .consumers{
		float:left;
		padding:8px 0 10px;
		width:439px;
	}
	.publishers-consumers .consumers
	{
		margin:0 20px 0 0;
	}
	
/****************************************************************
	content elements
****************************************************************/
#content h3  {
	color:#313131;
	font-weight:bold;
	font-size:24px;
	margin:0 0 20px;
	letter-spacing:-0.05em;
}
#content h3.t1  {
	margin-top:20px;
}
#content h5  {
	color:#313131;
	font-weight:bold;
	font-size:20px;
	margin:0 0 20px;
	letter-spacing:-0.05em;
}
#content p {
	margin:0 0 28px;
}
#content ol {
	list-style:decimal;
	margin:0 0 28px;
	padding:0 0 0 40px;
}
#content code
{
	color:#000;
	font:85% bold "Consolas","Monaco","Courier New", Courier, monospace;
}
#content .dp-highlighter ol
{
	list-style:none;
	padding:0;
}
#content ul {
	list-style:disc;
	margin:0 0 28px;
	padding:0 0 0 40px;
}
#content ol li,
#content ul li {
	margin-top:5px;
	margin-bottom:5px;
}
#content ol li p {
	margin-bottom:10px;
}
#content ol ul,
#content ol ol,
#content ul ul,
#content ul ol
{
	margin-top:10px;
	margin-bottom:10px;
}
#content p.p-s1 {
	color:#313131;
	font-weight:bold;
	font-size:18px;
}
#content ul.list-1 {
	list-style:none;
	margin:0 0 28px;
	padding:0;
}
	#content ul.list-1  li {
		background:url('../images/layout/dot_3.gif') 25px 5px no-repeat;
		padding:0 0 0 46px;
		margin:0 0 4px;
	}
	#content ul.list-2 {
		margin:0 0 12px;
	}
		#content ul.list-2  li {
			background:url('../images/layout/dot_4.gif') 0 4px no-repeat;
			padding:0 0 0 21px;
		}
#content .blockquote {
	background:url('../images/layout/bg_blockquote_t.gif') 0 0 no-repeat;
	width:449px;
	margin:0 0 12px;
}
	#content .blockquote blockquote{
		background:url('../images/layout/bg_blockquote_b.gif') 0 100% no-repeat;
		padding:4px 38px 10px 43px;
		letter-spacing:-0.03em;
	}
	#content .blockquote blockquote p {
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		color:#828181;
		margin:0 0 5px;
		line-height:1.6em;
	}
	
#content table.data
{
	margin:0 auto 28px;
}
#content table.data th,
#content table.data td
{
	padding:3px 5px;
}
#content table.data tr.odd th,
#content table.data tr.odd td
{
	background:#efefef;
}
#content table.data th
{
	font-weight:bold;
}


/****************************************************************
	col-1
****************************************************************/
#col-1 {
	float:left;
	width:208px;
}
	#col-1 .subnav ,
	#col-1 .box
	{
		background: url('../images/layout/bg_subnav.gif') 0 0 no-repeat;
		margin-bottom:20px;
		padding:20px 22px 0 22px;
	}
	#col-1 .box.t2
	{
		background:none;
		padding:20px 0 0;
	}
	#col-1 #gsfn_search_widget
	{
		margin-bottom:20px;
	}
		#col-1 .subnav ul li ,
		#col-1 .box ul li
		{
			background: url('../images/layout/dot_2.gif') 0 10px no-repeat;
			padding:0 0 7px 20px;
			color:#010101;
			font-weight:bold;
			letter-spacing:-0.05em;
		}
		#col-1 .subnav ul li.hover ,
		#col-1 .box ul li.hover
		{
			background: url('../images/layout/dot_1.gif') 0 10px no-repeat;
		}
			#col-1 .subnav ul li a ,
			#col-1 .box ul li a
			{
				background: url('../images/layout/underline.gif') 0 100% repeat-x;
			}
			#col-1 .subnav ul li a:hover ,
			#col-1 .box ul li a:hover 
			{
				background:none;
				text-decoration:none;
			}
			#col-1 .subnav ul li.hover a ,
			#col-1 .box ul li.hover a{
				background:none;
				color:#313131;
			}
			
		#col-1 .box h3
		{
			border-bottom:1px solid #cfe9fa;
			font-size:16px;
			font-weight:bold;
			margin:-5px 0 10px;
			padding:0 0 2px;
		}
		#col-1 .box p.more
		{
			font-size:12px;
			font-weight:bold;
			margin:10px 0;
			text-align:center;
		}
		#col-1 .box p.more a
		{
			background:url('../images/layout/underline.gif') 0 100% repeat-x;
		}
		#col-1 .box p.more a:hover
		{
			background:none;
			text-decoration:none;
		}
		#col-1 .box.partner p img
		{
			display:block;
		}
		#col-1 .box.partner p.desc
		{
			color:#777;
			font-size:11px;
			line-height:1.2em;
			margin:15px 0 0;
		}
		
		
#col-1 .quote
{
	background: #f1f8fe  url('../images/layout/bg_quote_t.gif') 0 0 no-repeat;
	float:left;
	margin-bottom:20px;
	width:208px;
}
#col-1 .quote.anim
{
	background:none;
}
#col-1 .quote blockquote
{
	background: url('../images/layout/bg_quote_b.gif') 0 100% no-repeat;
	font-size:12px;
	/*font-style:italic;*/
	line-height:1.2em;
	padding:15px 20px 20px;
}
#col-1 .quote blockquote p
{
	margin:0 0 5px;
}
#col-1 .quote cite
{
	background:#fff;
	display:block;
	line-height:1.2;
	padding:2px 15px 0 0;
	text-align:right;
}
#col-1 .quote ul#quotes
{
	position:relative;
	width:208px;
}
#col-1 .quote ul#quotes li
{
	background: #f1f8fe  url('../images/layout/bg_quote_t.gif') 0 0 no-repeat;
	display:none;
	width:208px;
}
/****************************************************************
	nav-find-partners
****************************************************************/
.nav-find-partners ,
.nav-data 
{
	padding:0 0 19px;
}
.nav-find-partners a.active,
.nav-find-partners a.active:hover
{
	background:none;
	color:#2F3031;
}
.nav-find-partners dl:after,
.nav-data dl:after
 {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
	.nav-find-partners dl,
	.nav-data dl
	{
		border-bottom:1px solid #b0d2ed;
		padding:0 0 7px;
	}
	.nav-find-partners dl dt,
	.nav-find-partners dl dd,
	.nav-data dl dt,
	.nav-data dl dd
	{
		float:left;
		color:#2f3031;
		font-size:12px;
		font-weight:bold;
		margin:0 11px 0 0;
	}
		.nav-find-partners dl dd a,
		.nav-data dl dd a		
		{
				background: url('../images/layout/underline.gif') 0 100% repeat-x;
		}
		.nav-find-partners dl dd a:hover,
		.nav-data dl dd a:hover 
		{
			background:none;
			text-decoration:none;
		}
/****************************************************************
	partners-list
****************************************************************/
#content .partners-list ul
{
	list-style:none;
	padding:0;
}
.partners-list ul li {
	padding:0 0 20px;
}
.partners-list ul li:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
	.partners-list ul li div.screen {
		float:left;
		text-align:center;
		width:230px;
	}

	
	.partners-list ul li dl.partner {
		float:right;
		width:466px;
	}
	.partners-list ul li dl.partner dt {
		font-size:24px;
		font-weight:bold;
		line-height:0.8em;
		margin:0 0 22px;
	}

		.partners-list ul li dl.partner dt a {
			background: url('../images/layout/underline.gif') 0 100% repeat-x;
		}
		.partners-list ul li dl.partner dt a:hover {
			background:none;
			text-decoration:none;
		}


	
	#content .partners-list ul li dl.partner dd p {
		margin:0 0 10px;
	}
/****************************************************************
	find-me-box
****************************************************************/
.find-me-box{
	background: url('../images/layout/bg_find-me-box.gif') 0 0 no-repeat;
	height:124px;
	heigh\t:109px;
	position:relative;
	text-align:center;
	padding:15px 0 0;
}
	.find-me-box a {
		/*background: url('../images/layout/lnk_find_me.png') 0 0 no-repeat;*/
		background: url('../images/layout/lnk_install.png') 0 0 no-repeat;
		display:block;
		height:74px;
		width:189px;
		margin:0 auto;
	}
	.find-me-box a:hover {
		/*background: url('../images/layout/lnk_find_me_h.png') 0 0 no-repeat;*/
		background: url('../images/layout/lnk_install_h.png') 0 0 no-repeat;
	}
		.find-me-box a span {
			display:none;
		}
		
#content ul.gallery:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
#content ul.gallery
{
	list-style:none;
	padding:0;
}
#content ul.gallery  li 
{
	float:left;
	margin-right:20px;
}
/****************************************************************
	top boxes
****************************************************************/
.top-box{
	background: url('../images/layout/bg_top-box_t.gif') 0 0 no-repeat;
	padding:20px 0 0;
	margin:0 0 20px;
}
.top-box .body{
  background: url('../images/layout/bg_top-box_b.gif') 0 100% no-repeat;
  padding:0 25px 20px;
}
#content .top-box .body p{
  color:#494949;
  font-size:18px;
  font-weight:bold;
  margin:0 0 19px;
  line-height:1.5em;
  letter-spacing:-0.05em;
}
	#content .top-box.c .body p
	{
		font-size:large;
	}
	
.top-box.y {
	background: url('../images/layout/bg_top-box_yellow_t.gif') 0 0 no-repeat;
	margin:-20px auto 20px;
	width:714px;
}
.top-box.c
{
	font-size:14px;
	margin:-20px auto 20px;
	width:714px;
}
.top-box.y .body {
		background: url('../images/layout/bg_top-box_yellow_b.gif') 0 100% no-repeat;
}

#content .top-box .body p.highlight
{
	color:#ff0000;
	text-align:center;
}
	
#methodMsg.top-box.y, #errorMsg.top-box.y {
	display:none;
}
#downloadLoki.top-box img
{
	display:block;
	margin:0 auto 10px;
}
#installMsg {
  display:none;
}

#current-location {
  font-size: large;
  font-weight:bold;
}

/****************************************************************
	other boxes
****************************************************************/
#content .box 
{
	background: url('../images/layout/bg_box_t.gif') 0 0 no-repeat;
	padding:20px 0 0;
	margin:0 0 20px;
	width:314px;
}
#content .box .body
{
  background: url('../images/layout/bg_box_b.gif') 0 100% no-repeat;
  padding:0 25px 20px;
}
/****************************************************************
	publishers-list
****************************************************************/
.publishers-list .clr {
	padding:0 0 16px;
}
	.publishers-list .publisher{
		width:449px;
		float:left;
	}
	
/****************************************************************
	threeboxes
****************************************************************/

#content .threeboxes .box
{
	background:none;
	float:left;
	font-size:14px;
	line-height:1.5em;
	margin:0 18px 0 0;
	width:226px;
	background:none;
}
#content .threeboxes .box .body
{
	background:none;
	padding:0;
}
#content .threeboxes .box h3
{
	border-bottom:1px solid #e5e5e5;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:center;
}
#content .threeboxes .box h4
{
	font-weight:bold;
	margin-top:15px;
}
#content .threeboxes .box ul
{
	margin-bottom:10px;
	padding-left:30px;
}
#content .threeboxes .box ul li 
{
	margin-bottom:10px;
}
#content .threeboxes .box ul.examples
{
	margin:5px 0 10px;
}
#content .threeboxes .box ul.examples li
{
	margin:0;
}
#content .threeboxes .box.last
{
	margin:0;
}

#content .threeboxes object,
#content .threeboxes embed
{
	clear:left;
	display:block;
	margin:0 auto 20px;
}

/****************************************************************
	video
****************************************************************/
dl.video {
	float:right;
	margin:-20px 0 0 15px;
	width:230px;
	position:relative;
}

div.video 
{
	float:right;
	margin:0 0 0 15px;
	width:370px;
	position:relative;
}
div.video.c
{
	float:none;
	margin:15px auto;
}
div.video.c dl.video
{
	float:none;
	margin:0;
}
div.video h4
{
	clear:right;
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px;
	text-align:center;
}
.home dl.video,
.home video.video
{
	margin:0;
}
	dl.video dt {
		position:relative;
		height:154px;
		overflow:hidden;
	}
		dl.video dt img{
			display:block;
			position:relative;
			left:2px;
			top:2px;
		}
	dl.video dt span {
		background: url('../images/layout/bg_video_frame.png') 0 0 no-repeat;
		position:absolute;
		left:0;
		top:0;
		display:block;
		width:100%;
		height:154px;
		z-index:1002;
	}
	
	
	dl.video dd a {
		background: url('../images/layout/bg_video_frame_watch.png') 0 0 no-repeat;
		position:absolute;
		left:3px;
		top:0;
		display:block;
		width:100%;
		height:154px;
		heigh\t:63px;
		z-index:1003;
		text-align:center;
		font-size:12px;
		color:#393939;
		font-weight:bold;
		padding:91px 0 0;
	}
	dl.video dd a:hover {
		background: url('../images/layout/bg_video_frame_watch_on.png') 0 0 no-repeat;
	}
	/* video-b-size */
	dl.video-b-size {
		width:370px;
	}
	dl.video-b-size.w
	{
		background:0;
		padding:0;
	}
		dl.video-b-size dt {
			height:204px;
		}
		dl.video-b-size dt span {
			background: url('../images/layout/bg_video_frame_b_s.png') 0 0 no-repeat;
			height:204px;
		}
		
		dl.video-b-size.w dt span {
			background: url('../images/layout/bg_video_frame_b_s_white.png') 0 0 no-repeat;
		}
		
		
		dl.video-b-size dd a {
			background: url('../images/layout/bg_video_frame_watch_b_s.png') 0 0 no-repeat;
			height:204px;
			heigh\t:91px;
			padding:113px 0 0;
		}
		dl.video-b-size dd a:hover {
			background: url('../images/layout/bg_video_frame_watch_b_s_on.png') 0 0 no-repeat;
		}
/****************************************************************
	options-box
****************************************************************/
.options-box .header {
	background: url('../images/layout/bg_options-box_t.png') 0 0 no-repeat;
	min-height:27px;
	padding:6px 0 0 18px;
}
.error .header {
	background: url('../images/layout/bg_options-box_t_error.png') 0 0 no-repeat;
}
	.options-box .header ul li {
		float:left;
		font-size:13px;
		letter-spacing:-0.05em;
		margin:0 1px 0 0;
	}
	.options-box .header ul li:after {
		clear:both;
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
	.options-box .header ul li a,
	.options-box .header ul li span {
		float:left;
		padding:0 9px;
	}
	.options-box .header ul li em {
		font-style:normal;
		font-weight:bold;
		color:#baddf7;
		background: url('../images/layout/underline_2.gif') 0 100% repeat-x;
		float:left;
		padding:3px 0 0; 
	}
	.options-box .header ul li a:hover {
		text-decoration:none;
	}
	.options-box .header ul li a:hover em {
		background: none;
	}
	.options-box .header ul li.hover a,
	.options-box .header ul li.hover span {
		background: url('../images/layout/bg_options-box_tab_2.gif') 0 0 no-repeat;
		padding-right:0;
	}
	.options-box .header ul li.hover em,
	.options-box .header ul li.hover a:hover em {
		background: url('../images/layout/bg_options-box_tab_1.gif') 100% 0 no-repeat;
		padding-right:9px;
		color:#495876;
		height:27px;
		heigh\t:24px;
	}
	.options-box .header ul li strong {
		/*background: url('../images/layout/icon_window.gif') 0 7px no-repeat;
		padding-left:22px;*/
		float:left;
	}
	.options-box .header ul li.hover strong {
		background: url('../images/layout/icon_window_on.gif') 0 7px no-repeat;
	}
	
.options-box .body {
	background: #f4f4f4 url('../images/layout/bg_options-box_b.gif') 0 100% no-repeat;
	padding:11px 10px 20px 18px;
	min-height:65px;
	min-heigh\t:34px;
}
.options-box .body input.text
{
	margin-right:5px;
	width:230px;
}
.error .body {
	background: #f4f4f4 url('../images/layout/bg_options-box_b_error.gif') 0 100% no-repeat;
}
.options-box .body-1 {
	background: #f4f4f4;
	padding:11px 8px 0 18px;
}

#downloadLoki
{
	display:none;
}
/****************************************************************
	map-box
****************************************************************/
.map-box {
	
}
#content #map 
{
	width: 700px;
}

#content .gsmsc-idleMapDiv 
{
	height: 400px;
}
#content .map-box .gsmsc-idleMapDiv 
{
	height: 400px;
}
#content .map-box #map 
{
/*  width: 477px; */
  width:446px; 	
}
#content .map-box .gsmsc-idleMapDiv
{
/*  width:475px; */
  width:438px; 	
}

.gsmsc-controls{
	display:none !important;
}

/****************************************************************
	locations-list
****************************************************************/
#content .subcol-1 ul li,
#content .subcol-2 ul li,
#content .subcol-1 ul,
#content .subcol-2 ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.locations-list {
	background:#f4f4f4 url('../images/layout/bg_box_b_t1.gif') 0 100% no-repeat;
	padding:0 0 20px;
	margin:-8px 0 0;
	position:relative;
}
	.locations-list li.location:after {
		clear:both;
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
	#content	.locations-list li.location {
		background:url('../images/layout/bg_location.gif') 0 100% repeat-x;
		padding:8px 14px 8px 18px;
	}
	#content .locations-list li.last {
		background:none;
		padding-bottom:0;
	}
	/* location-info */
	.location-info{
		float:left;
		width:280px;
	}
		#content .location-info h3{
			color:#2c2c2c;
			font-size:14px;
			margin:0 0 9px;
		}
		#content .location-info p{
			color:#474747;
			font-size:12px;
			margin:0 0 13px;
			line-height:1.1em;
		}
		#content .location-info img {
			float:left;
			margin:2px 14px 7px 0;
		}
		.location-info ul.location-nav {
			clear:both;
		}
		.location-info ul.location-nav:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
		}
			.location-info ul.location-nav li{
				float:left;
				font-size:11px;
				font-weight:bold;
				letter-spacing:-0.05em;
				margin:0 7px 0 0;
			}
			.location-info ul.location-nav li.last {
				margin:0;
			}
			.location-info ul.location-nav li a {
				background: url('../images/layout/underline.gif') 0 100% repeat-x;
			}
			.location-info ul.location-nav li a:hover {
				background:none;
				text-decoration:none;
			}
	/* location-details */
	.location-details {
		float:right;
		width:120px;
	}
	.location-details .address {
		font-size:11px;
		color:#515f7c;
		line-height:1.25em;
		padding:7px 0 0;
		clear:right;
	}
	.location-details .address address{
		font-weight:bold;
		letter-spacing:-0.06em;
	}
	
/* .rating-box
---------------------------------------------------------- */
#wrapper .rating-box {
	float:right;
	width:83px;
	height: 20px;
	text-align: center;
}
	#wrapper .rating-box ul.rating {
		list-style:none;
		margin: 0px;
		padding:0px;
		height: 20px;
		background: url('../images/layout/bg_rating_stars.gif') 0 0 repeat-x;
		width:85px;
		position:relative;
		float:left;

	}
		#wrapper .rating-box ul.rating li {
			text-indent: -90000px;
			padding:0;
			margin:0;
			float:left;
		}
			#wrapper .rating-box ul.rating li a {
				display:block;
				width:17px;
				height: 20px;
				text-decoration: none;
				text-indent: -9000px;
				z-index: 20;
				position: absolute;
				padding: 0px;
				border:none;
			}
			#wrapper .rating-box ul.rating li a:hover{
				background: url('../images/layout/bg_rating_stars.gif') 0 -60px;
				z-index: 2;
				left: 0px;
			}
			#wrapper .rating-box ul.rating a.r-1{
				left: 0px;
			}
			#wrapper .rating-box ul.rating a.r-1:hover{
				width:17px;
			}
			#wrapper .rating-box ul.rating a.r-2{
				left:17px;
			}
			#wrapper .rating-box ul.rating a.r-2:hover{
				width: 34px;
			}
			#wrapper .rating-box ul.rating a.r-3{
				left: 34px;
			}
			#wrapper .rating-box ul.rating a.r-3:hover{
				width: 51px;
			}
			#wrapper .rating-box ul.rating a.r-4{
				left: 51px;
			}
			#wrapper .rating-box ul.rating a.r-4:hover{
				width: 68px;
			}
			#wrapper .rating-box ul.rating a.r-5{
				left: 68px;
			}
			#wrapper .rating-box ul.rating a.r-5:hover{
				width: 85px;
			}
		#wrapper .rating-box ul.rating li.current-rating {
			background: url('../images/layout/bg_rating_stars.gif') 0 -30px;
			height: 20px;
			display: block;
			text-indent: -9000px;
			z-index: 1;
			border-bottom:none;
			float: left;
		}

/****************************************************************
	Contact Us
****************************************************************/
#content .contact-map
{
	float:left;
	width:437px;
}
#content .contact-info
{
	float:left;
	width:497px;
}
#content .contact-address
{
	float:left;
	font-size:14px;
	margin:0 20px 0 0;
	padding:10px 0 0 60px;
	width:200px;
}
#content .contact-geo
{
	float:left;
	font-size:14px;
	padding:10px 0 0;
	width:200px;
}
#content .contact-phone
{
	clear:left;
	padding:20px 0 0;
}

/****************************************************************
	Contact Us
****************************************************************/
#content .msgAlert
{
	background: #FFFFCC;
	margin:0 0 20px;
	padding:5px 10px 1px;
}
#content .msgAlert p
{
	margin:0 0 10px;
}

/****************************************************************
	Channels gallery
****************************************************************/

#resource-search input.text
{
	width:150px;
}

.data-box
{
	width:714px;
}
#content .data-box ul
{
	margin:0;
	padding:0;
}
#content .data-box ul li
{
	list-style:none;
	margin:0;
	padding:0;
}
.data-box .header {
	background: url('../images/layout/bg_data-box_t.png') 0 0 no-repeat;
	min-height:27px;
	padding:6px 18px 0 18px;
}
.data-box .footer {
	background: url('../images/layout/bg_data-box_b.gif') 0 0 no-repeat;
	height:49px;
	padding:6px 18px 0 18px;
}
	.data-box .header ul li,
	.data-box .footer ul li	{
		color:#fff;
		display:inline;
		font-size:13px;
		letter-spacing:-0.05em;
		margin:0 1px 0 0;
	}
	.data-box .header ul li.l,
	.data-box .footer ul li.l
	{
		float:left;
	}
	.data-box .header ul li.r,
	.data-box .footer ul li.r
	{
		float:right;
	}

	.data-box .header ul li a,,
	.data-box .footer ul li a,
	.data-box .header ul li span,
	.data-box .footer ul li span	{
		/*padding:0 9px;*/
	}
	.data-box .header ul li em,
	.data-box .footer ul li em	
	{
		font-style:normal;
		font-weight:bold;
		color:#baddf7;
		background: url('../images/layout/underline_2.gif') 0 100% repeat-x;
		padding:3px 0 0; 
	}
	.data-box .header ul li a:hover,
	.data-box .footer ul li a:hover
	{
		text-decoration:none;
	}
	.data-box .header ul li a:hover em,
	.data-box .footer ul li a:hover em
	{
		background: none;
	}
	
.data-box .body {
	background: #f4f4f4;
	padding:11px 0 20px 0;
	min-height:65px;
	min-heigh\t:34px;
}

table.channel td,
table.channel th
{
	background:url('../images/layout/bg_location.gif') 0 100% repeat-x;
	padding:8px 14px 8px 18px;
}
table.channel td.channel-td-left
{
	
}
table.channel td.channel-td-left h4
{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}
table.channel td.channel-td-left
{
	font-size:12px;
}
#content table.channel td.channel-td-left p
{
	font-size:14px;
	margin:0 0 5px;
}
table.channel td.channel-td-left img
{
	float:left;
	margin:0 5px 0 0;
	vertical-align:middle;
}
table.channel td.channel-td-right .dc
{
	display:block;
	font-size:12px;
	margin:5px 0 0;
}

.galery-button 
{
	background:url('../images/layout/button_bg_grey.gif') 0 0 no-repeat;
	color: #2f83c6;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height:28px;
	margin: 2px 0px;
	overflow: hidden;
	padding: 10px 0px 0px 10px;
	text-align: left;
	width:178px;
}
.launch-button:first-letter 
{
	background: url('../images/layout/icon_launch.gif') 0 60% no-repeat;
	padding: 5px 0px 5px 30px;
}

.channel-button:first-letter  
{
	background: url('../images/layout/icon_favorites.gif') 3px 50% no-repeat;
	padding: 5px 0px 5px 30px;
}

.options-box #installed-chanels:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.findme_channel 
{
	background:url('../images/layout/button_bg_grey.gif') 0 0 no-repeat;
	color: #2f83c6;
	float:left;
	font-size:11px;
	height: 23px;
	margin: 0 20px 0 10px;
	padding: 10px 5px 5px 12px;
	vertical-align: middle;
	width: 171px;
}
.findme_channel .icon
{
	height:16px;
	vertical-align:middle;
	width:16px;
}
.findme_channel .left
{
	float:left;
}
.findme_channel div.left
{
	padding:0 0 0 5px;
}

.delete_channel 
{
	background: url('../images/layout/icon_close.gif') 0 60% no-repeat;
	color: #cccccc;
	cursor: pointer;
	float: right;
	overflow:hidden;
	padding:0 10px 0 0;
	text-indent:-10000em;
	width:11px;
}

input#input-location-address {
  font-size: large;
  font-weight: bold;
  color: #474747;
  background-color: #F6F287;
}

input:focus {
  background-color: #F6F287;
  outline:none;
}

/****************************************************************
	MyLoki
****************************************************************/
.myloki_header {
	color:#313131;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-0.05em;
	margin-bottom:2px
	margin:0pt 0pt 20px;
}
.ml-login-box .contentform label
{
	display:block;
	float:none;
	text-align:left;
	width:auto;
}
.ml-login-box .contentform input.text
{
	float:none;
	width:150px;
}
.ml-login-box .contentform p
{
	margin:5px 0 0;
}
.ml-login-box .contentform p.submit
{
	width:auto;
}
.ml-login-box .contentform p.submit a 
{
	font-size:11px;
}

.ml-login-box .contentform p.normal label
{
	display:inline;
}

.ml-features .feat
{
	float:left;
	margin:0 15px 0 0;
	width:228px;
}
.ml-features .feat.last
{
	margin:0;
}
.ml-features h4
{
	font-size:16px;
	font-weight:bold;
	margin:5px 0 10px;
}

/****************************************************************
	MyLoki Signup
****************************************************************/
.ml-signup
{
	margin:0 auto;
	width:550px;
}
#content .ml-signup h3
{
	padding-left:157px;
}
.ml-signup .contentform label
{
	width:150px;
}
#content .ml-signup .contentform p.normal
{
	margin-bottom:10px;
	padding:0 0 0 160px;
}
.ml-signup .contentform p.normal label
{
	width:auto;
}
#content .ml-signup .contentform p.submit
{
	padding-left:160px;
	width:236px;
}
#content .ml-signup .contentform p.captcha,
#content .ml-signup .contentform #recaptcha_widget_div
{
	padding-left:157px;
}

.page {
  width: 10px;
  height: 20px;
  background-color: #FFFFFF;
  padding: 5px;
  float: left;
  margin: 5px;
}

.page_selected {
  width: 10px;
  height: 20px;
  background-color: #FFFFBF;
  padding: 5px;
  float: left;
  margin: 5px;
  font-weight:bold;
}

#history_table
{
  margin-top: 20px;
}

#history_table td.primary_location {
  background-color:#FFFFBF;
  font-size:1.3em;
}

#history_table td {
  background-color:#FAFAFA;
  border-top:1px solid #EEEEEE;
  border-bottom:1px solid #EEEEEE;
}

