/* @group General */

/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
----------------------------------------------------------------------------------------- */
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, b, u, i, center, 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-size : 100%; vertical-align : baseline; background : transparent; }
body { line-height : 1; }
ol, ul { list-style : none; }
blockquote, q { quotes : none; }
blockquote:before, blockquote:after, q:before, q:after { content : ''; content : none; }
:focus { outline : 0; }
ins { text-decoration : none; }
del { text-decoration : line-through; }
table { border-collapse : collapse; border-spacing : 0; }
object#main-tsr { display:block; }

/* @end */

/* Modified from: http://code.google.com/p/blueprintcss/ 
----------------------------------------------------------------------------------------- */
html {
	/*background-attachment: fixed;*/
	
	
}

body { 
	font : 75%/1.25 Arial, Helvetica, sans-serif;
	background:#d6e5ec url('../img/bg_body.jpg') 50% 79px no-repeat;
}

body.health-online,
body.order-tietoturva {
    background:#0061a1 url('../img/bg_body_health.jpg') 50% 0 no-repeat;
}

/* @group Headings */
h1,h2,h3,h4,h5,h6 {font-family:Arial, Helvetica, sans-serif; font-weight : normal; }

h1 { 
	font-size : 30px; 
	font-family: Arial, Helvetica, sans-serif;
}

h2 { 
	font-size: 20px;
	margin-bottom : 14px;
	color: #1ea3ed;

}

h3 { 
	font-size : 12px; 
	margin-bottom : 22px; 
	font-weight:bold;
	color: #1ea3ed;
}
h4 { 
	font-size : 12px; 
	margin-bottom : .3em; 
	font-weight:bold;
}
h5 { 
	font-size : 12px; 
	font-weight: bold; 
	margin-bottom : .3em; 
	font-weight:bold;
}
h6 { 
	font-size : 12px; 
	font-weight: bold; 
	margin-bottom : .3em; 
	font-weight:bold;
}
/* @end */

/* @group Paragraphs */
p { margin : 0 0 11px 0;}
/* @end */

/* @group List items */
ul, ol { margin : 0 ; }
ul { list-style-type : none; }
ol { list-style-type : decimal; }
dl { margin : 0; }
dt { font-weight : bold; }
dd { margin-left : 1.5em;}
/* @end */

/* @group Tables */
table { }
th { /*border-bottom : 1px solid #433b34;*/ font-weight : bold; }
td { /*border-bottom : 1px solid #ddd;*/ }
th,td { padding : 2px 20px 2px 0; text-align:left;}
tfoot { font-style : italic; }
caption {  }
button, textarea, input { font-family: helvetica, arial; }
/* @end */

/* @group Links */
a {color:#1ea3ed;}
a:link {text-decoration:none;}
a:hover {text-decoration:underline;}
a:visited {text-decoration:none;}
a:active {text-decoration:none;}
/* @end */

/* @group Forms */
/* =form*/

form {}
form label {display: block;margin-right:10px;margin-bottom:8px;} 

form label.label-txt {
	float: left;
	width: 80px;
	padding-top: 2px;
}

form input.text {
	background-color:#004f82;
	border: 1px solid #52a5d5;
	color: #fff;
	width: 177px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

body.osta form input.text {
	background-color:transparent;
	border: 1px solid #d6d6d6;
	color: #000;
}

form li {clear: both;list-style: none;margin-left: 10px; position: relative;margin-bottom:3px;}


form select {margin-bottom: 10px;}
form label span.text-label {
	float: left;
	width: 140px;
}
#search span.text-label {
	float: none;
	width: auto;
}
form label span.text-label {
	
}

form input.btn {
	margin-left: 140px;
}

form#frm-signin {
	float: left;
	width: 49%;
}
/* @end */

/* @group Other styling */
abbr, acronym { border-bottom-width : 0; }
address { margin-top : 1.5em; font-style : normal; }
del { color : #666; }
blockquote { margin : 1.5em 0; }
strong { font-weight : bold; }
em, dfn { font-style : italic; }
dfn { font-weight : bold; }
pre, code { margin : 1.5em 0; white-space : pre; }
pre, code, tt { font : 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height : 1.5; } 
tt { display : block; margin : 1.5em 0; line-height : 1.5; }
/* @end */

/* @end */

/* @group Helpers */
.disclaimer {
	color: #8b8b8b;
}

a.instructions {
    width: 143px;
    height: 22px;
    background-image: url(../img/btn_instructions.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
}

.box {
	background-color: #f8f8f8;
	padding: 10px 12px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 15px;
}

.box h3 {
    margin-bottom: 10px;
}

.box ul {
    margin-bottom: 10px;
}

/* @group fancybox */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: transparent;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 32px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	/*border: 1px solid #444;*/
	background: transparent;
}

div#fancy_content {
	position: relative;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}



div#fancy_div {
	background: transparent;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 35px; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
/*
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}*/

div#fancy_title {
	position: absolute;
	bottom: -32px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancy_title_right.png') repeat-x;
}


/* @end */


/* @end */

/* @group Grid */
.grid-12-1,.grid-12-2,.grid-12-3,.grid-12-4,.grid-12-5,.grid-12-6,.grid-12-7,.grid-12-8,.grid-12-9,.grid-12-10,.grid-12-11,.grid-12-12, grid-2,.grid-3,.grid-4 {margin-left:6px;margin-right:6px;}
.grid-2 {width:420px;}
.grid-3 {width:276px;}
.grid-4 {width:204px;}

.grid-12-1 {width: 60px;}
.grid-12-2 {width: 132px;}
.grid-12-3 {width: 204px;}
.grid-12-4 {width: 276px;}
.grid-12-5 {width: 348px;}
.grid-12-6 {width: 420px;}
.grid-12-7 {width: 492px;}
.grid-12-8 {width: 564px;}
.grid-12-9 {width: 636px;}
.grid-12-10 {width: 708px;}
.grid-12-11 {width: 780px;}
.grid-12-12 {width: 852px;}

.first {margin-left:0;}
.last {margin-right:0;border: none;}
/* @end */

/* @group Rounded corners */
.round {
	margin: 0;
}

.round li {
	/*background-color:#0296e4;
	background-color:rgba(2,150,228,0.9);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	float: left;
	min-height: 201px;	
}

.round li:last-child,
.round li.last {
	margin-right: 0;
}
a.arrow {
	background-image: url("../img/a_arrow.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 15px;
	display: block;
}

a.external span {
	background-image: url("../img/a_external.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	display: block;
}

ul.list li {
	background: url("../img/bg_li_disc.png") left top no-repeat;
	padding-left: 10px;
	padding-bottom: 3px;
}


.box ul.list li {
	background: url("../img/bg_li_disc_grey.png") left top no-repeat;
}

ul.detail {
	background-color:  #1ea3ed;
	color: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px 13px;
	margin-top: 20px;
}

ul.detail li {
	background: url("../img/bg_li_disc_detail.png") left top no-repeat;
}

/* @end */

.available {
	color: #69ba0f;
}
.not-available {
	color: #ff4b4b;
}
.error {
	color: #f89b00;
	
}
.hide {
	display: none;
}

.video-intro {
	width: 209px;
	position: absolute;
	right: 20px;
	background: url('../img/bg_video_bottom.png') 0 100% no-repeat;
	padding-bottom: 5px;
	font-size: 11px;
	z-index: 30;
	
}

.video-intro div {
	background: url('../img/bg_video_repeat.png') 0 0 repeat-y;
	position: relative;
}

.video-intro div h4 {
	background: url('../img/bg_video_top.png') 0 0 no-repeat;
	padding-top: 10px;
	padding-left: 94px;
	margin-bottom: 2px;
}

.video-intro div img {
	position: absolute;
	left: 6px;
	top: 8px;	
}

.video-intro div ul {
	float: none;
	width: auto;
	padding-left: 90px;
	margin-bottom: 0;
}
.video-intro div a#instructions {
	background-image: url("../img/a_arrow_grey.png");
	background-position: 3px 4px;
	margin-left: 1px;
	border-top: 1px solid #d6d6d6;
	padding-top: 5px;
	color: #5a5a5a;
	margin-top: 5px;
	margin-bottom: 1px;
}

.video-intro div a#instructions span {
	background-position: 95px 0;
}

/* @end */

/* @group Page structure  */

body {
	/*background-image: url("../img/bg_body_ie.jpg");
	background-repeat: no-repeat;
	background-position:0 0;
	background-attachment: fixed;
	background-size: 100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
	-khtml-background-size:100% auto;
	-moz-background-size:100% auto;*/
}

#wrapper-navi {
	margin: 0 auto;	
	width: 852px;
	display: block;
	z-index: 1;
}

div#wrapper {
	margin: 0 auto;	
	width: 852px;
	/*background-image: url("../img/bg_body_viihde2.jpg");
	background-repeat: no-repeat;
	background-position:0 0;*/
}

div.content {
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-radius-bottomright:6px;
	background-color:#fff;
	clear: both;
	margin-top: 27px;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 24px;
}

.content h2 {
	font-size: 20px;
	margin-left: 32px;
}

#header {
	background-color: #0061a0;
	background-image: url("../img/bg_branding_viihde.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 79px;
	min-width: 852px;
	z-index: 101;
}

#header h1 {
	font-size:0;
	left:12px;
	margin:0;
	padding:0;
	position:absolute;
	text-indent:-9999px;
	top:12px;
}

#header h1 a {
	background:transparent url('http://www.elisa.fi/assets/img/global-logo-trans.png') no-repeat scroll 0 0;
	display:block;
	height:61px;
	width:94px;
}

#header ul, #header li {
	display:inline;
}

#header ul {
	position:absolute;
	right:16px;
	top:12px;
	width: 204px;
}

#header li {
	border-right:1px solid #96D5FF;
	margin-left:10px;
	padding-right:12px;
}


#header li:first-child, #header li.first {
	margin-left:0;
}

#header li.last {
	border: none;
	padding-right: 0;
}

#header li:last-child {
	border: none;
	padding-right: 0;
}

#header li a.selected {
	color:#96D5FF;
}

#header li a {
	color:#FFFFFF;
	text-decoration:none;	
}

#customer-service {
	background: url("../img/box_bottom.png") bottom left no-repeat;
	padding-bottom: 1px;
	margin-bottom: 20px;
}



#customer-service h2 {
	background: url("../img/h2_customerservice.png") top left no-repeat;
	text-indent: -9999em;
	width: 852px;
	height: 39px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#customer-service p {
	background: url("../img/box_repeat.png") top left repeat-y;
	padding: 10px 0 0 15px;
	color: #fff;
}

#footer {
    background: url("http://www.elisa.fi/assets/img/footer_top.gif") top no-repeat;
    clear: both;
    color: #97c4e1;
    font-size: 12px;
	
    line-height: 14px;
    padding-top: 8px;
    
}

#footer a {
    color: #97c4e1;
    text-decoration: none;
}
#footer a:hover {
    color: #96d5ff;
}

#footer-top {
    background-color: #0062a0;
    border: 1px solid #187ab6;
    border-top: none;
    padding: 2px 0 7px 0;
    overflow: hidden;
}

#footer-breadcrumb {
    display: inline;
    float: left;
    margin: 2px 0 0 10px;
    width: 500px;
}
#footer-breadcrumb span {
    color: #64a5cd;
    font-size: 14px;
    margin: 0 3px 0 3px;
}

#footer-search {
    display: inline;
    float: right;
    margin-right: 10px;
    width: 176px;
}
#footer-search label {
    display: none;
}
#footer-search-q {
    background: #97c4e0;
    border: 1px solid #1975ae;
    float: left;
    padding: 2px;
    width: 145px;
}
#footer-search-submit {
    display: inline;
    float: right;
    width: 20px;
    height: 21px;
}

#footer-navi {
    background-color: #0062a0;
    clear: both;
    margin-top: 6px;
	border: 1px solid #187ab6;
}
#footer-navi ul {
    list-style: none;
    padding: 0 0 34px 0;
	margin-left:-1px ;
}

#footer-navi li {
    float: left;
}

#footer-navi li a {
    color: #59a0cb;
    display: block;
    outline: none;
    padding: 10px 12px ;
}
#footer-navi li.selected {
    border-bottom: 1px solid #0062a0;
    border-left: 1px solid #187ab6;
    border-right: 1px solid #187ab6;
}


#footer-navi li.selected a {
    color: #97c4e0;
}

#footer-links {
    background-color: #0062a0;
    border: 1px solid #187ab6;
    border-top: none;
    clear: both;
    width: 850px;
	overflow:hidden ;
	padding-bottom:12px ;
}
#footer-links h4 {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 13px;
}
#footer-links ul {
    float: left;
    margin: 10px 0 0;
    padding-left: 12px;
    width: 108px;

}

#footer-links li {
    font-size: 11px;
    margin: 2px 0 2px 0;
}


#global-footer {
    clear: both;
    color: #1b4379;
    
    font-size: 11px;
 	overflow: hidden;
}
#global-footer ul, #global-footer li {
    display: inline;
}
#global-footer ul {
    margin-top: 20px;
}

#global-footer a {
	color: #1b4379;
}

body.health-online #global-footer a,
body.order-tietoturva #global-footer a{
    color: #97c4e1;
}

#global-footer li {
    padding-left: 4px;
    border-right: 1px solid #619cd8;
    padding-right: 7px;
}
#global-footer li:first-child, #global-footer li.first  {
    margin-left: 0;
}
#global-footer li:last-child {
    border-right: none;
    padding-right: 0;
}

#global-footer li.last {
	border-right: none;
    padding-right: 0;
}
#global-footer-left {
    float: left;
    margin-left: 10px;
}
#global-footer-middle {
    float: left;
    position:relative ;
    left: 90px;
}
#global-footer-right {
    float: right;
    margin-right: 10px;
}
#global-footer span {
    clear: both;
    display: block;
    float: right;
    margin: 10px 10px	 24px 0;
}


/* @end */

/* @group Page components */

/* @group Navigation */

#theme-navigation {
	background-image: url('http://www.elisa.fi/assets/img/bg_navi-trans.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height:48px;
	margin:0 0 0 67px;
	position:absolute;
	top: 33px;
	width:670px;
	
}


#theme-navigation ul {
	display:block;
	left:107px;
	position:absolute;
	top:12px;
	width: 418px;
	height: 34px;
}

#theme-navigation ul li {
	float:left;
	text-indent: -9000em;
	background: url('../img/bg_nav_tietoturva.png') no-repeat 0 0;
	height: 34px;
}

#theme-navigation ul li,
#theme-navigation ul li a {
	display:block;
	height: 34px;
}

#theme-navigation ul li#nav-tietoturva,
#theme-navigation ul li#nav-tietoturva a {
	width: 131px;	
}

#theme-navigation ul li#nav-ominaisuudet,
#theme-navigation ul li#nav-ominaisuudet a {
	width: 112px;
	background-position: -131px 0;
}


#theme-navigation ul li#nav-tekniset,
#theme-navigation ul li#nav-tekniset a {
	width: 117px;
	background-position: -243px 0;
}

#theme-navigation ul li#nav-osta,
#theme-navigation ul li#nav-osta a {
	width: 54px;
	background-position: -360px 0;
}

body.home #theme-navigation ul li#nav-tietoturva {
	background-position: 0 -34px;
}

body.ominaisuudet #theme-navigation ul li#nav-ominaisuudet {
	background-position: -131px -34px;
}


body.tekniset #theme-navigation ul li#nav-tekniset {
	background-position: -243px -34px;
}

body.osta #theme-navigation ul li#nav-osta {
	background-position: -360px -34px;
}

#container-wrapper {
	width:852px;
	margin:0 auto;
}

#container {
	position: relative;
	
}
/* @end */




/* @end */

/* @group Home */

body.home p,
body.home h1,
body.home h2 {
	color: #fff;
}

#main-tsr {
	width: 857px;
	/* height: 398px; */
	height: 395px ;
	position: relative;
	padding: 0;
	/*background: url('../img/bg_maintsr_noflash.png') 0 2px no-repeat;*/
}

#main-tsr h2 {
	text-indent: -9000em;
}
#main-tsr p {
	margin-bottom: 0;
	text-indent: -9000em;
}


/*div#main-tsr.active {
	background-color: rgba(5,5,5,0.5);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
}

div#main-tsr a#playvideo {
	display:block;
	height:90px;
	left:325px;
	position:absolute;
	top:318px;
	width:90px;	
} 

div#main-tsr a#closevideo {
	background-image: url('../img/a_close.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 26px;	
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;	
}
*/

#product-features {
	overflow:hidden;
	width: 852px;
	height: 181px;
	margin-bottom:20px;
}

#product-features li a {
    float: left;
    width: 288px;
	height: 181px;
}

#product-features h2,
#product-features p {
	text-indent: -9000em;
}

#product-features h2,
#product-features h2 a {
	width: 282px;
	height: 181px;
	display: block;
}
#product-features li#product-security,
#product-features li#product-browsing,
#product-features li#product-install {
	background-image:url('../img/bg_product_features.jpg');
	background-position: 0 0;
	background-repeat:no-repeat;
	width: 288px;
	float: left;
	height: 181px;
	margin: 0;
	
	/*margin-left:6px;
	margin-right:6px;*/
}

#product-features li#product-browsing {
	background-position: -288px 0;
	
}


#product-features li#product-install a {
    width:276px;
    margin-right: 0;
}


#product-features li#product-install {
	background-position: -576px 0;
	width: 276px;
}

div#teaser-sale {
	background-image: url('../img/bg_home_maintsr.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
	clear: both;
	height: 109px;
	margin-top: 30px;
	text-indent: -9999em;
	width: 852px;
	
}

#order-box {
	clear: both;
	color: #fff;
	/*border: 1px solid #0296e4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	/*margin-top: 20px;*/
	
	width: 852px;
	position: relative;
}

#order-box .wrapper-packages {
	background-image:url("../img/bg_orderbox_options.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#order-box .wrapper-packages ol {
    overflow: hidden;
    list-style:none;
    min-height: 127px;
    
}

#order-box .wrapper-packages ol,
#order-box .wrapper-packages ol a {
	text-indent: -9999px;
		
}

#order-box .wrapper-packages ol li {
    
}

#order-box .wrapper-packages li#package-test a,
#order-box .wrapper-packages li#package-try a,
#order-box .wrapper-packages li#package-order a {
	width: 260px;
	height: 32px;
	display: block;
	margin-left: 10px;
	
}



#order-box .wrapper-packages li#package-test {
    float: left;
    width: 283px;
}

#order-box .wrapper-packages li#package-try {
    float: left;
    width: 289px;
}
#order-box .wrapper-packages li#package-order {
    float: left;
    width: 280px;
}

#order-box .wrapper-packages li#virus a {
    margin-top: 35px;
    margin-bottom: 2px;
}

#order-box .wrapper-packages li#servicecheck a {
    
}

#order-box .wrapper-packages li#package-try a {
     margin-top: 35px;
}

#order-box .wrapper-packages li#security-pack a {
    margin-top: 35px;
    margin-bottom: 2px;
}

#order-box .wrapper-packages li#security-pack-childlock a {
    
}

#order-box h2 {
	background-image:url("../img/h2_order_box.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 24px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-indent: -9000em;
	height: 39px;
}

#frm-availability {
	background-image:url("../img/bg_orderbox_top.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	padding-top: 8px;
	height: 54px;
	width: 852px;
}



#frm-availability input#input-availability {
	left:291px;
	position:absolute;
	top:8px;
}

#frm-availability div#spinner {
	position: absolute;
	left:335px;
	margin-top:5px;
	position:absolute;
	top:0px;	
}

#order-box div#availability {

	margin-bottom: 20px;
	
}

#streetaddress.available,
#postalcode.available {
	background-color: #82c913;
	
}

#streetaddress.not-available,
#postalcode.not-available {
	background-color: #ff4b4b;
	
}

#streetaddress.error,
#postalcode.error {
	background-color:#f89b00 ;

}

strong#availability-result {
	clear:both;
	display:block;
	font-weight:normal;
	left:280px;
	position:absolute;
	top:3px;
	width:260px;
	
}

strong#availability-result.available,
strong#availability-result.not-available,
strong#availability-result.error {
	/*font-size: 18px;*/
	font-weight:bold;
}
	


#order-box #order-button {
	left:584px;
	position:absolute;
	top:48px;
}

#order-box #resellers {
	border-top: 1px solid #0296e4;
	clear: both;
	width: 852px;
	margin-bottom: 0;
	padding-bottom: 10px;
	background-image: url('../img/bg_orderbox_bottom.png');
	background-position: 0 100%;
	background-repeat: no-repeat;

}

#order-box #resellers-wrapper {
	
	background-image: url('../img/bg_resellers.png');
	background-position: 0 0;
	background-repeat: repeat-y;
	overflow: hidden;
}


#order-box #resellers div#places,
#order-box #resellers div#order-wrapper {
	float: left;
	margin-top: 5px;
	display: block;
	
}


#order-box #resellers div#places {
	width: 590px;
}

#order-box #resellers div#order-wrapper {
	width: 250px;
	margin-left: 10px;
}

#order-box #order-wrapper ul {
	
	overflow:hidden;
	

}
li#twitter, li#chat {
	float:left;
	width:120px;
}

li#chat {
	
	margin-left: 10px;
}

li#twitter a, li#chat a {
	background-image:url(/viihde/assets/img/a_twitter_forum.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:25px;
	padding-left:40px;
	padding-top:10px;
}

li#twitter a {
	background-position:-125px 0;
}

#places a, #order-wrapper ul a {
	color:#BEE9FF;
	display:block;
	font-size:12px;
}

body.osta #places a,
body.osta #order-wrapper ul a {
	color:#1ea3ed;    
}

body.osta #resellers {
    
    margin-left: 22px;
    padding-top: 20px;
    
}



li#twitter a span.arrows, li#chat a span.arrows {
	padding-right:6px;
}
span.arrows {
	background-image:url(/viihde/assets/img/a_arrow_1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:6px;	
}
.darkarrows {
	background-image:url('/vahti/assets/img/a_darkarrow.png');
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left:12px;	
	
}


#retailers ul {
	
	margin-top:1px;
	padding-bottom:10px;
	margin-left:16px;

	width:560px;
}

#retailers ul li {
	padding-bottom: 5px;
}

#retailers h3 {
	margin-top: 10px;
	margin-left: 16px;
	margin-bottom: 0;
}

#order-box a#resellers-list {
	
	color:#bee9ff;
	display:block;
	margin-left: 16px;
	margin-top: 5px;
	
}

#order-box a#resellers-list span.arrows {
	
	padding-left: 12px;
}

#order-box .active a#resellers-list span.arrows {
	background-image: url("../img/a_arrow_down_1.png");
}


/*body.osta #order-box a#resellers-list span.arrows {
	background-image: url("../img/a_arrow.png");
	background-position: 0 0; 
	background-repeat: no-repeat;
}

body.osta #order-box .active a#resellers-list span.arrows {
	background-image: url("../img/a_arrow_down.png");
}*/

/* @end */



/* @group Ominaisuudet */

body.ominaisuudet div#properties p {
	font-size:20px;
	color: #5a5a5a;
	margin-top: 20px;
	margin-left: 32px;
	text-indent: -9000em;
	background: url("../img/bg_p_properties.png") left top no-repeat;
	height: 116px;
}

body.ominaisuudet .video-intro {
	top: 179px;
	
}

.img-left,
.img-right {
	position:relative;
}

.img-left img,
.img-right img { 
	position:absolute;
	top: 0;
}

.img-left img {
	left: 0;
}

.img-left h2,
.img-left p {
	margin-left: 220px;
	margin-right: 62px;
}

.img-right img {
	left: 556px;
}

.img-right h2,
.img-right p {
	margin-left: 32px;
	margin-right: 320px;
}

.img-top-center img {
    /*clear: both;
    display: block;
    margin: 0 auto;*/
}

#security {
	margin-bottom: 20px;
	min-height:210px;
}

#security img {
	top: 35px;
}

#security a.instructions {
    position: absolute;
    top: 0;
    right: 40px;
    }

#browsing {
	min-height:230px;
}


#browsing h2 {
	background-position: -350px 20px;
	padding-top: 20px;
}

#browsing h2,
#browsing p {
    margin-left: 300px;
}

#browsing img {
    margin-left:25px;
}


#install {
	min-height: 211px;
}

#install h2 {
	background-position: -700px 0;
}

#install img {
	top: -20px;
}


/* @end */





/* @group Tekniset tiedot */


body.tekniset .content {
    min-height: 825px;
}
#info {
	position: relative;
	min-height: 265px;
	
	margin-left: 24px;
	margin-right: 24px;
	
}

#info img {
	position: absolute;
	left: 10px;
	top: 40px;
}

#info h2,
#info ul,
#info p {
	margin-left: 295px;
	
}

#info ul {
    margin-bottom: 10px;
}

#info h2 {
	padding-top: 40px;
	background-position: -1050px 40px;	
}

#info p.fsecure {
    position: relative;
    padding-bottom: 40px;
}

#info p.fsecure img {
    position: absolute;
    bottom: 0;
    left: -5px;
}


#info a.instructions {
    position: absolute;
    top: 10px;
    right: 25px;
}

#childlock,
#languages {
    margin-left: 315px;
    margin-right: 40px;
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}

#reviews {
    margin-left: 315px;
    margin-top: 20px;
    margin-right: 40px;
    border-top: 1px dotted #ccc;
    padding-top: 0;
}


#childlock h2,
#languages h2 {
    margin-left: 0;
    
}

#childlock h2 {
	background-position: -1400px 0;    
}

#languages h2 { 
	background-position: -1750px 0;    
}



#requirements {
    position: absolute;
    left: 45px;
    top: 320px;
}

#requirements h2 {
    margin-left: 0;
    background-position: -2100px 0;
    width: 200px;    
}

#requirements .box {
    width: 220px;
    font-size: 11px;
}

/* @end */


/* @group Osta */

div.content .wrapper {
	margin-top: 0;
	overflow: hidden;
	
}
div#intro {
	margin-left: -1px;
	background-color: #00578f;
	color: #fff;
}
div#intro p {
	font-weight: bold;
	
}	


div#service {
	background: url("../img/bg_fsecure.png") 30px 130px no-repeat;
	margin-left:20px;
	margin-right: 20px;
	min-height: 220px;
	position: relative;
	border-bottom: 2px dotted #ccc;
}


div#service p.intro {
	text-indent: -9000em;
	background: url(../img/p_intro_osta.png) left top no-repeat;
	width: 443px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 30px;
}

div#service img {
	
	position: absolute;
	right: 30px;
	top: 0;
}

div#service ul {
	margin-left: 32px;
	width: 480px;
}

div#service ul.external-links li {
	margin-bottom: 3px;
}

div.content .wrapper p,
div.content .wrapper form {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

div.content .wrapper p {
	margin-left:32px;
	margin-right:0;
	padding-top:32px;
	width:394px;
}

div.content .wrapper form {
	/*border-left: 1px solid #0583c7;*/
	width: 424px;
	min-height: 100px;
	padding-top:8px;
}

div.content .wrapper input#availability {
	margin-top: 20px;
}

#service h2 {
	padding-top: 22px;
	margin-bottom: 20px;
	background-position: -3200px 22px;
}

#service p {
	width: 470px;
	margin-left: 32px;
	margin-top: 10px;
}

#select {
    padding-top: 20px;
}

#select h2 {
    background-position: -2450px 0;
    
    
}

#select .wrapper {
    margin-left: 32px;
    margin-right: 32px;
    overflow:hidden
}

#select .col {
    float: left;
    width: 390px;
}

#packages {
    margin-left: 20px;
    margin-right: 15px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:2px dotted #ccc;
    border-bottom:2px dotted #ccc;
    
}

#packages ul {
    overflow: hidden;
	width: 852px;
	height: 122px;    
}

#packages ul li a {
   	width: 391px;
    height: 122px;
    display: block;

}

#packages ul li {
	background-image: url('../img/tarjoukset.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	text-indent: -9999px;
	width: 395px;
}

#packages ul li#package-service-childlock {
    background-position: -395px 0;
}

#packages ul li a {
        
}

#packages_orderbox {
background-color:#005e9a;  
}

#packages_orderbox ul {
    overflow: hidden;
	width: 852px;
	height: 122px;  
	border-left:1px solid #0583c7;
	border-top:1px solid #0296E4;
	padding-bottom: 10px;
}

#packages_orderbox ul li a {
   	width: 395px;
    height: 122px;
    display: block;

}

#packages_orderbox ul li {
	background-image: url('../img/tarjoukset.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	text-indent: -9999px;
	width: 395px;
	margin-left: 21px;
}

#packages_orderbox ul li#package-service-childlock {
    background-position: -396px 0;
}



body.osta {
    
}


#order-box p.order-disclaimer {
	font-size:11px;
	padding-bottom:5px;
	clear:both;
	padding-left: 10px;
	margin-bottom:0;
}

body.home #order-box p.order-disclaimer,
body.tekniset #order-box p.order-disclaimer, 
body.ominaisuudet #order-box p.order-disclaimer,
body.kanavat #order-box p.order-disclaimer {
	
	background-image:url("../img/bg_orderbox_repeat.png");
	background-position: 0 0;
	background-repeat: repeat-y;
	color: #bee9ff;
}
body.osta #order-box p.order-disclaimer {
	padding-top: 0;
	margin-left: 10px;	
}




#installation-service {
	border-bottom:1px solid #d6d6d6;
	margin-left:12px;
	margin-right:12px;
	padding-bottom: 5px;
	
}

#installation-service h2 {
	background-position:-4400px 0;
	margin-left:20px;
	margin-bottom:10px;
}

#installation-service p {
	margin-left:20px;
	
}

body.osta .ingress p {
	background: url("../img/bg_p_osta.png") left top no-repeat;
	margin-top: 40px;
	margin-left: 82px;
	text-indent: -9000em;
	height: 80px;
}

/* @end */

/* @group Health Check & Online Scanner */

body.health-online #container {
    background-image: url(../img/bg_box.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
    height: 641px;
    color: #fff;
}


#container a#back-link {
	background-image: url(../img/btn_back.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 85px;
    height: 29px;
    position: absolute;
    left: 10px;
    top: 20px;    
    display: block;
}

.product-intro {
    width: 852px;
    margin: 0 auto;
    margin-top: 50px;
}

.product-intro p {
    text-align: center;
    width: 500px;
    margin-left:190px;
}

.product-intro h2 {
    text-indent: -9999px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 852px;
    height: 47px;
    margin-top: 20px;
    margin-bottom: 10px;
    
}

.product-intro h2#onlinescanner {
    background-image: url(../img/h2_onlinescanner.png);
}

.product-intro h2#healthcheck {
    background-image: url(../img/h2_healthcheck.png);
}


body.health-online .content-health-online,
body.health-online .aside {
    margin-top: 30px;
    float: left;
    color: #c0daea;
}

body.health-online .content-health-online {
    width:410px;
    margin-left: 84px;

}

body.health-online .content-health-online li {
    background: url("../img/bg_health_li_disc.png") no-repeat scroll 0 1px transparent;
    padding-bottom: 5px;
}

body.health-online .content-health-online .box-health {
    height: 225px;
}

body.health-online .aside {
    width: 324px;
    margin-left: 16px;
}

body.health-online .box-health {
    background-color: #005d99;
    border: 1px solid #05837c;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 12px;
    margin-bottom: 10px;
    color: #c0daea;
    
}

body.health-online .content-health-online .box-health {
    padding: 1px 0 0 0;
}

body.health-online .box-health li {
    background: url("../img/bg_box_li_disc.png") no-repeat scroll 0 1px transparent;
    padding-bottom: 5px;
}



body.health-online .box-health h3 {
    color: #c0daea;
    margin-bottom: 8px;
}

body.health-online .aside .box-health {
    width: 254px;
    
}


/* @end */

/* @group Order Path */

.content-order-tietoturva {
    background-image: url(../img/bg_order_box.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-left: 131px;
    min-height: 330px;
    margin-bottom: 20px;
    color: #c0daea;
}

.content-order-tietoturva .wrapper {
    background-image: url(../img/img_fsecure_healthonline.png);
    background-position: 360px 270px;
    background-repeat: no-repeat;
    min-height:320px;
		position:relative;
}


.content-order-tietoturva h2 {
    text-indent: -9999px;
    height: 32px;
    padding-top: 25px;
    margin-bottom: 28px;
    background-position: 0 25px;
    background-repeat: no-repeat;
}

.content-order-tietoturva .error {
    margin-left:130px;   
}

.content-order-tietoturva form {
    margin-left:110px;
}

.content-order-tietoturva label,
.content-order-tietoturva input {
    color: #fff;
}



.content-order-tietoturva .text-field label {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 3px;
    display: none;
}


.content-order-tietoturva li#elisa-product1 {
    left:120px;
		top:60px;
}

.content-order-tietoturva li#elisa-product2 {
    left:320px;
		top:60px;
}

.content-order-tietoturva li.radio {
    position:absolute;
    width: 200px;
    margin-bottom: 5px;
    clear: none;
		height:20px;
}

.content-order-tietoturva li.radio input {
	position:absolute;
	left:0;
	top:0;
}

.content-order-tietoturva .radio label {
  position:absolute;
	left:25px;
	top:2px;  
}

.content-order-tietoturva .text-field  {
		
}


.content-order-tietoturva .text-field input {
	font-size: 12px;
	background-color: #005e9b;
	border: 1px solid #0583c7;
	width: 370px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.content-order-tietoturva input.btn {
    margin-top: 10px;
    margin-left: 10px;
}

.content-order-tietoturva h2#order {
	 background-image: url(../img/h2_order.png);    
}

.content-order-tietoturva h2#thankyou {
	 background-image: url(../img/h2_thankyou.png);    
}

.content-order-tietoturva h2#try {
	 background-image: url(../img/h2_try.png);    
}


#order-thankyou p,
#order-trial p {
   margin-left:125px;
	margin-right:252px;
	padding-bottom:12px;
	text-align:center;
}


#order-thankyou ul,
#order-trial ul {
    background-image: url('../img/bg_a_packages.png');
    background-position:0 0;
    background-repeat: no-repeat;    
    overflow: hidden;
 	margin-top: -12px;
 	margin-left: 90px;    
}

#order-thankyou ul li,
#order-trial ul li {
    width: 204px;
    height: 32px;
    float: left;
    text-indent: -9999em;
    padding-bottom: 12px;
}

#order-thankyou ul li a,
#order-trial ul li a {
    width: 204px;
    height: 32px;
    display: block;
}


/* @end */



body.ominaisuudet div.content h1,
body.tekniset div.content h1,
body.osta div.content h1 {
	background-image: url('../img/h1_content.png');
	background-repeat: no-repeat;
	text-indent: -9000em;
	width: 852px;
	height: 61px;

}

body.ominaisuudet div.content h1 {
	background-position: 0 0;
}

body.tekniset div.content h1 {
	background-position: 0 -60px;
}

body.osta div.content h1 {
	background-position:0 -120px;
	
}

body.ominaisuudet div.content h2,
body.tekniset div.content h2,
body.osta div.content h2 {
	background-image: url('../img/h2_content.png');
	background-repeat: no-repeat;
	text-indent: -9000em;
	width: 350px;
	height: 22px;
}


body.tekniset .content div.video-intro {
	top:150px;
}

#product-package .video-intro div ul {
	float: none;
	width: auto;
	margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */



