/* CSS Document */
.box {
	float:left;
	display:block;
	margin: 11px 0px 0px 11px;
	padding-bottom:11px;
	z-index:1;
}

.box a, .box a:visited {
	color:#08a0d7;
}
.box a:hover { color:#999999; text-decoration:none; }

.box .textArea {
	position:relative;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	margin:0px;
	padding:0px;
	height:auto;
}

.boxTL {
	height:10px;
	margin:0px;
	padding:0px;
	font-size:1px;
	width:auto;
	position:relative;
	background: transparent url(images/boxTL.gif) top left no-repeat;
}
.boxTR {
	height:10px;
	float:right;
	width:5px;
	background: transparent url(images/boxTR.gif) top right no-repeat;
}
.boxBL {
	height:10px;
	margin:0px;
	padding:0px;
	font-size:1px;
	width:auto;
	background: transparent url(images/boxBL.gif) top left no-repeat;
}
.boxBR {
	height:10px;
	position:relative;
	display:block;
	right:0px;
	background: transparent url(images/boxBR.gif) top right no-repeat;
}




.buttonBox {
	display:inline;
	margin: 11px 0px 0px 11px;
	padding:0px;
	padding-bottom:11px;
	height:auto;
	float:left;
	vertical-align:baseline;
}

.button {
	display: block;
	position:relative;
	background: #fff url(images/2ndButtonC.gif) top repeat-x;
	float:left;
	height: 38px;
	color: #2a5668;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	border:0px;
	padding:0px;
	width:186px;
	vertical-align:middle;
}

.buttonBox .product {
	height:63px;
}

.buttonBox .top {
	font-size:1px;
	float:left;
	display:block;
	height: 6px;
	background: transparent url(images/2ndButtonTop.gif) top left no-repeat;
}

.buttonBox .topR {
	height: 6px;
	width:auto;
	background: transparent url(images/2ndButtonTopR.gif) top right no-repeat;
}

.buttonBox .bottom {
	border-top:1px solid #ddd;
	font-size:1px;
	float:left;
	height: 6px;
	width:auto;
	background: transparent url(images/2ndButtonBottom.gif) bottom left no-repeat;
}
.buttonBox .bottomR {
	height: 6px;
	width:auto;
	background: transparent url(images/2ndButtonBottomR.gif) bottom right no-repeat;
}

.buttonBox .smallText {
	float:left;
	color:#bcbcbc;
	padding-top:15px!important;
}

.buttonBox .product img {
	float:left;
	margin:0px;
	border:0px;
	padding:0px;
}


.button span {
	width:186px;
	display:table-cell;
	height: 38px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	vertical-align:middle;
	position:relative;
}



.button span.l {
	background: transparent url(images/2ndButtonL.gif) top left no-repeat;
}

.button span.r {
	background: transparent url(images/2ndButtonR.gif) top right no-repeat;
}
.button span.t {/* ie bug fix for vertical align */
	height:auto!important; 
	top:50%;  
}

.button span.text {
	background-image:url(images/buttonDot.gif);
	background-repeat:no-repeat;
	background-position: 15px;
	display:block;
	position:relative;
	padding-right:15px;
	width:auto!important;
	height:auto;
	top:-50%;  /* ie bug fix for vertical align */
}

.buttonBox .additional {
	display: inline;
	border: 1px solid #ccc;
	border-bottom: none;
	float: left;
	color: #333;
}

.buttonBox h1.news {
	color:#666;
	font-size:9px;
	font-weight:normal;
	background-color:#f2f2f2;
	text-align:right;
	margin:0px 2px 0px 2px;
	padding:0px 2px 0px 2px;
}
.buttonBox h2.news {
	color:#fff;
	font-size:12px;
	background-color:#94c2d6;
	border: 1px solid #e5e5e5;
	margin:2px 2px 0px 2px;
	padding:0px 2px 0px 2px;
}
.buttonBox p.news {
	margin:0px 2px 2px 2px;
	padding:3px;
	background-color:#e5e5e5;
	border-top:0;
}

a.button {color:#2a5668;}

a:hover.button {
	filter:alpha(opacity=60);-moz-opacity:.60;
	color:#888;
	text-decoration:none;
}

a:hover#sel {
	filter:alpha(opacity=100);-moz-opacity:1;
	color:#fff;
}
a.second {
	height:20px;
	margin-right:4px;
}
a.second span {
	height:20px;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none;
	filter:none;}


a.info:hover{z-index:25; background: transparent; filter:none; -moz-opacity:1;}

a.info span{display: none;
	width:auto;
	
	height: auto;
	margin: 0px;
	padding: 0px;

	position:relative;


}

a.info:hover span{ /*the span will display just on :hover state*/
	display:inline;
	height:62px!important;
	width:474px!important;
    position:absolute;
    top:0; left:221px;
    background-color:#fff; color:#000;
	z-index:66;
	font-size:12px;
	font-weight:normal;
	border:1px solid #ccc;
	border-left:0px;
	text-align:justify;
	cursor:pointer;
}

a.info:hover .gc {
	display:inline;
	background-image:url(images/gcButtonBg.gif);
}
a.info:hover .gcdiv	{
	display:inline;
	border:0px;
	width:11px!important;
	height:62px!important;
	position:absolute;
	left:1px;
	background-image:url(images/gcButtonDiv.gif);
}

a.info:hover .sb {
	background-image:url(images/sbButtonBg.gif);
}
a.info:hover .sbdiv	{
	border:0px;
	width:11px!important;
	height:62px!important;
	position:absolute;
	left:1px;
	background-image:url(images/sbButtonDiv.gif);
}

a.info:hover .os {
	background-image:url(images/osButtonBg.gif);
}
a.info:hover .osdiv	{
	border:0px;
	width:22px!important;
	height:62px!important;
	position:absolute;
	left:0px;
	background-image:url(images/osButtondiv.gif);
}

a.info:hover span.osText {
	left:auto;
	right:auto;
	margin:0px;
	background:none;
	border:0;
	width:auto!important;
	height:auto!important;
	padding: 4px 16px 9px 28px;
}


a.info:hover .osdiv2 {
	border:0px;
	width:11px!important;
	height:62px!important;
	position:absolute;
	margin-left:242px;
	background-image:url(images/osButtondiv2.gif);
}
				

a.info:hover span.prText {
	left:auto;
	right:auto;
	margin:0px;
	background:0;
	border:0;
	width:auto!important;
	height:auto;
	padding: 7px 10px 7px 20px;
}

/* sivumenun selected */
#sel {
	background: url(images/2ndButtonCsel.gif) top repeat-x!important;
	color:#fff!important;
}

#sel span.l {
	background: transparent url(images/2ndButtonLsel.gif) top left no-repeat;
}

#sel span.r {
	background: transparent url(images/2ndButtonRsel.gif) top right no-repeat;
}

#sel2 {
	background: url(images/2ndButtonCsel.gif) top repeat-x!important;
	color:#fff!important;
}

#sel2 span.l {
	background: transparent url(images/2ndButtonLsel.gif) top left no-repeat;
}

#sel2 span.r {
	background: transparent url(images/2ndButtonRsel.gif) top right no-repeat;
}


/* tummansininen kuulto-otsikko */
.darkHeader {
	position: relative;
	height: 26px!important;
	width: auto;
	background-image:url(images/header.gif);
	text-align:center;
	min-height:0px!important;
}

.darkHeader span.r{
	background: transparent url(images/headerL.gif) left top no-repeat ;
	height:26px!important;
	margin:0;
	padding:0;
	display:block;
	min-height:0px!important;
}

.darkHeader span.l{
	background: transparent url(images/headerR.gif) right top no-repeat ;
	height:26px!important;
	margin:0;
	padding:0;
	display:block;
	min-height:0px!important;
}
/* harmaa kuulto-otsikko */
.lightHeader {
	position:relative;
	height:26px!important;
	width:auto;
	background-image:url(images/lightHeader.gif);
	text-align:center;
	min-height:0px!important;
}

.lightHeader span.l{
	background: transparent url(images/lightHeaderL.gif) left top no-repeat ;
	height:26px!important;
	margin:0;
	padding:0;
	display:block;
	min-height:0px!important;
}

.lightHeader span.r{
	background: transparent url(images/lightHeaderR.gif) right top no-repeat ;
	height:26px!important;
	margin:0;
	padding:0;
	display:block;
	min-height:0px!important;
}

.infoBox {
	float:left;
	margin-left:11px;
	padding:0px;
	display:inline;
}

.infoBox .data {
	position:relative;
	height:auto;
	background: #e5e8e9 url(images/infoL.gif) left bottom no-repeat ;
}

.infoBox .data p{
	padding:12px;
	font-size:15px;
	margin:0px;
	font-weight:normal;
	color:#404141;
	text-align: justify;
}
.infoBox .data a {
	color:#08a0d7;
	text-decoration:none;
	font-weight:bold;
}


.infoBox .rb {
	position:relative;
	display:block;
	height:auto;
	background: transparent url(images/infoR.gif) right bottom no-repeat ;
}



.box h1 {
	font-size: 20px;
	color:#92c7dd;
	padding: 25px 50px 15px 50px;
	margin:0px;
	font-weight:bold;
}

.box h2 {
	font-size: 16px;
	color:#666;
	padding: 0 50px 1em 50px;
	margin:0px;
	font-weight:bold;
}


.box p {
	font-size: 14px;
	color:#686868;
	padding: 0px 50px 1.5em 50px;
	margin:0px;
	font-weight:normal;
	text-align:justify;
	line-height: 1.4em;
}

.box .smallText {
	font-size:9px;
}

.box .submitButton {
	background: transparent url(images/2ndButtonC.gif) repeat-x 0 0;
	color:#999;
	border: 1px solid #bbb;
	padding:4px;
}

.box ul, .box ol {
	color:#686868;
	padding: 0px 0px 20px 90px;
	margin:0px!important;
	text-align:justify;
	line-height: 1.4em;
}

.box li {
	font-size: 14px;
	margin:0px;
	line-height: 2em;
	padding:0px;
}

.box tdata {
	padding:0px;
	margin:0px;
	padding-bottom:40px!important; 
}

.iBoxT {
	background: transparent url(images/iBoxT.gif) no-repeat left top;
}

.iBoxTr {
	background: transparent url(images/iBoxTr.gif) no-repeat right top;
}

.iBoxC {
	background: transparent url(images/iBoxC.gif) no-repeat 0px 0px;
}

.iBoxCr {
	background: transparent url(images/iBoxCr.gif) repeat-y right 0px;
}

.iBoxB {
	background: transparent url(images/iBoxB.gif) no-repeat left bottom;
}

.iBoxBr {
	background: transparent url(images/iBoxBr.gif) no-repeat right bottom;	
}

.iBoxBr p{
	text-align:left;
	margin:0;
	padding:0;	
}

.decoBox { /* fix the position via "background position: 0px x;"  */
	float:right; 
	clear:right;
	display:inline; 
	margin:40px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding:0px; 
	width:100px; 
	height:auto; 
	background-image:url(./images/highProductBar.jpg); 
	background-position: -136px -56px; 
	background-repeat:no-repeat;
}

.decoBox div.wrap {
	position:relative;
	margin:0px;
	padding:0px;
	font-size:2px;
}

.decoBox .border {
	border-left: 1px solid #8fc8db;
	border-right: 1px solid #8fc8db;	
}

.decoBox img.top {
	position:absolute; 
	margin:0px;
	padding:0px;
	font-size:2px;
	top:0px;
}

.decoBox img.bot {
	position:absolute;
	margin:0px;
	padding:0px;
	font-size:2px;
	bottom:0px;
	height:6px;
}

