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


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 28, 2013 */



@font-face {
    font-family: 'titillium_webregular';
    src: url('fonts/titilliumweb-regular.eot');
    src: url('fonts/titilliumweb-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-regular.woff') format('woff'),
         url('fonts/titilliumweb-regular.ttf') format('truetype'),
         url('fonts/titilliumweb-regular.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webitalic';
    src: url('fonts/titilliumweb-italic.eot');
    src: url('fonts/titilliumweb-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-italic.woff') format('woff'),
         url('fonts/titilliumweb-italic.ttf') format('truetype'),
         url('fonts/titilliumweb-italic.svg#titillium_webitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_websemibold';
    src: url('fonts/titilliumweb-semibold.eot');
    src: url('fonts/titilliumweb-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-semibold.woff') format('woff'),
         url('fonts/titilliumweb-semibold.ttf') format('truetype'),
         url('fonts/titilliumweb-semibold.svg#titillium_websemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_websemibold_italic';
    src: url('fonts/titilliumweb-semibolditalic.eot');
    src: url('fonts/titilliumweb-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-semibolditalic.woff') format('woff'),
         url('fonts/titilliumweb-semibolditalic.ttf') format('truetype'),
         url('fonts/titilliumweb-semibolditalic.svg#titillium_websemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* #General Site Styles
================================================== */

html{
	-webkit-font-smoothing: antialiased;
	background-color:#222;
}


body{
    background: url("../images/body_bg.jpg") repeat scroll left top #F5F5F5;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	color:#5b5a55;
}

#bg
{
    background: url("../images/ylaosa_bg.jpg") repeat-x scroll left 100px transparent;
}
#bg_sub
{
    background: url("../images/alasivu_bg_sup.png") repeat-x scroll left 100px transparent;
}
/* #Fonts & Typography
======================================================== */




/* Sans-serif */
h1, h2, h3
{    font-family: 'titillium_websemibold',verdana,Arial,sans-serif; font-weight:normal; }




h5, h6{
	text-transform:uppercase;
	color:#777;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }
h1 { font-size: 30px; line-height: 1.1em; margin-bottom: 14px; 	 color:#000000; padding-bottom:10px;}
h2 { font-size: 20px; line-height: 1.2em; margin-bottom: 12px;  color:#00bbe8;}
h3 { font-size: 14px; line-height: 1.2em; margin-bottom: 5px;	color:#00bbe8;}
h4 { font-size: 12px; color:#d90a16; line-height: 1.2em; margin-bottom: 8px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase;	}
h5 { font-size: 10px; line-height: 1.2em; margin-bottom: 6px; }
h6 { font-size: 10px; line-height: 1.2em; margin-bottom: 4px; }


a { color:#00bbe8;}
a:hover {color:#03586D;}

strong { color:inherit; }

img{max-width:100%;
height:auto !important;}

p{margin-top:0.3em;}

.ingressi {
    color: #666666;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    margin-bottom: 1.8em;
    text-transform: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.pikkukuva
{width:100px !important; height:auto !important; opacity:0.7; margin-right:5px;}
.pikkukuva:hover
{opacity:1;}

input[type="text"], input[type="password"], input[type="email"], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    color: #777777;
    display: block;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 6px 4px;
    width: 210px;
}

/*Buttons*/

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	  font-family: 'titillium_websemibold',verdana,Arial,sans-serif;
	  padding:5px 10px;
	background: #00A0C1; /* Old browsers */
	background: #00A0C1 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
	background: #00A0C1 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
	background: #00A0C1 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
	background: #00A0C1 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
	background: #00A0C1 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
	background: #00A0C1 linear-gradient(top, rgba(0,160,193,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */
	
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.6);
	
	
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	
	color: #fff;


	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #00A0C1;
	background: #a0e4f4; /* Old browsers */
	background: #a0e4f4 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
	background: #a0e4f4 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
	background: #a0e4f4 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
	background: #a0e4f4 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
	background: #a0e4f4 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
	background: #a0e4f4 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */
	
	background: #a0e4f4-webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
}


hr{border:0px none;
  background: url("../images/bkgs/stripes_tiny_08.png") repeat-x scroll left bottom transparent; height:5px;}
  
  table,img,iframe{max-width:100%; height:auto !important;}
  table{font-size:13px;width: 100%;}
    th {
font-family: 'titillium_websemibold',verdana,Arial,sans-serif;
color: #00bbe8;
text-align: left;
}

/*STRUCTURE*/
.container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	position:relative;
}



/*HEADER*/


header
{
	width:100%;
	overflow:visible;
		min-height:100px;
position: relative;
    z-index: 20;
	background-color:#fff;
		
}
header .container
{

    margin-bottom: 1.5em;
    padding-bottom: 1em;
	position:relative;
	   z-index: 20;
	    overflow: visible;
}


#topLine nav li
{display:block; float:left;}

#logo{float:left;}
/* #Navigation 
=============================================== */





nav#main-nav {
    float: left;
    font-family: 'titillium_webregular',verdana,Arial,sans-serif;
    font-size: 14px;
    margin-left: 22px;
    margin-top: 56px;
    width: 650px;
}


/* All Levels */
nav#main-nav ul{
	margin:0px;
	padding:0px;
	display:block;
}
nav#main-nav ul li a{
	text-decoration:none;
	color:#00bbe8;
	white-space: nowrap;
	
}

/* Top Level */
nav#main-nav > ul{
	float:right;
	
}
nav#main-nav > ul > li {
    display: block;
    float: left;
    position: relative;}
nav#main-nav ul li.agileHover,
nav#main-nav ul li:hover{
	z-index:30;
}
nav#main-nav > ul > li > a{
	color:#00bbe8;
		border-right:1px solid #00BBE8;
		padding:0 7px !important;
	font-size:14px;
	line-height:1em;
	text-transform:uppercase;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: border-color, color, padding-top .1s ease-in-out; /* Opera likes to be theatrical with font size, so we can't use 'all' */
	transition: all .1s ease-in-out;
	display:block;
}
nav#main-nav > ul > li:hover > a,
nav#main-nav > ul > li > a:hover{
	color:#03586d;


}
nav#main-nav > ul > li.current > a{
		color:#5cbd6d;

}


/* Second Level */
nav#main-nav > ul li ul{
	top:100%;
	left:0;
	position:absolute;
	display:block;
	
	height:0px;
	overflow:hidden;
	opacity:0;	
	
	min-width:100%;
		
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	
	background-color:#eee;
	background-color:rgba(240,240,240,.9);
	
}
nav#main-nav > ul > li:hover > ul{
	height:auto;
	opacity:1;
	overflow:visible;
	display:block;
}
nav#main-nav ul ul li{
	position:relative;
	margin:0;
	padding:0;
	border-bottom:1px dotted #dedede;
}
nav#main-nav ul ul li a{
	padding:.6em 1.3em;
	display:block;
}
nav#main-nav ul ul li a:hover{
	color:#000;
	background-color:#ddd;
	background-color:rgba(230,230,230,1);
}

/* 3rd + Levels */
nav#main-nav ul ul li ul{
	position:absolute;
	top:0;
	left:100%;
	font-size:100%;
}
nav#main-nav ul ul li:hover ul{	
	height:auto;
	opacity:1;
}

/* Mobile */
.nav-close{
	display:none;
	font-size:8px;
	text-transform:uppercase;
	padding:1px 8px;
	background:#dedede;
	text-decoration:none;
	position:absolute;
	z-index:50;
}

a.mobile-menu-button{
	display:none;
}


/*Ajankohtaista*/
.painike
{background-color:#ff0000;
border:2px solid #fff;
border-radius:7px;
    -moz-box-shadow: 1px 0px 9px #cecece;
    -webkit-box-shadow: 1px 0px 9px #cecece;
    box-shadow: 1px 0px 9px #cecece;
	   color: #FFFFFF;
    font-weight: bold;
	display:inline-block;
	padding:5px 6px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;

}

.painike:hover
{color:#fff; background-color:#d40505;}

#uutiset h2 {font-size: 24px; color:#4d4b4b; margin-top:0px; margin-botom:1em;}

.news{font-size:12px;}
.news a
{text-transform:uppercase; font-style:italic;}
.news h3 a{color:#D90A16; font-style:normal; }


.tagline {
    clear: both;
    font-size: 1.5em;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.6em;
    margin: 0px 19% 0;
    padding: 0.1em 0;
    text-align: center;
}
.tagline p
{line-height:1.3em;
margin-top:4px;}
.tagline .fleuron {
    margin-bottom: 10px;
}
.fleuron {
    background: url("../images/fleuron.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 20px;
    margin: 10px auto 30px;
}

/*CONTENT*/

#content {
    margin-bottom: 35px;
}
.index #content
{margin-bottom:10px;}
    .container .four.columns                    { width: 220px; }
	.container .one-third.column {
    width: 300px;
}

.column, .columns {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.column img, .columns img
{max-width:100%;}
.container .column.half{
    width: 460px;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

#nostot .column{  margin-bottom: 33px; margin-top:0px;}
#nostot img
{

    -moz-box-shadow: 0px 3px 3px #cac8c8;
    -webkit-box-shadow: 0px 3px 3px #cac8c8;
    box-shadow: 0px 3px 3px #cac8c8;

}


#nostot a:hover img {
    -moz-box-shadow: 0px 3px 3px #919191;
    -webkit-box-shadow: 0px 3px 3px #919191;
    box-shadow: 0px 3px 3px #919191;
}


/* SUB */
.leftcolwrapper {
width: 290px;
display: inline;
float: left;
margin: 0 auto;
}
.offer{margin-top:10px;}
.whitepaper:after{
/*

background-size: 719px;
position: relative;
padding: 0 0 23px;
display: inline;
float: left; */
}
.eleven.columns.white::after {
background-image: url("../images/slider_bg.png");
content: " ";
position: absolute;
background-repeat: no-repeat;
width: 721px;
background-size: 100%;
right: 0;
height: 31px;
z-index: -1;
max-width:100%;
}
.eleven.columns.white{
background: #FFF;
position:relative;
padding-bottom: 20px;
margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
font-size: 12px;
}
.container.sub {
margin-top: 69px;
}
/*.bluenav_header {
background: url("../images/secnav_bg_top.jpg") no-repeat scroll transparent;
padding: 1px 16px;
height: 82px;
margin: 0;
}*/
.bluenav_middle {background: url("../images/secnav_bg_middle.jpg") repeat scroll transparent;}
.bluenav_middle ul {list-style:none;}
.bluenav_middle ul li {line-height: 1.2em; margin:0.7em 0; font-family: 'titillium_websemibold',verdana,Arial,sans-serif;}
.bluenav_middle a {color:#fff; text-decoration:none;}
.bluenav_middle a:hover, .bluenav_middle .current a{color:#fff; text-decoration:underline;}
.bluenav_middle p {
padding: 10px;
}
.five.columns.secNav {
background: url("../images/secnav_bg_bottom.jpg") repeat-x bottom scroll transparent;
padding-bottom: 30px;
margin-top: 5px;
box-shadow: 0px 0px 5px #5E5E5E;
font-weight: normal;
color: #FFF;
font-size: 16px;
    font-family: 'titillium_webregular',verdana,Arial,sans-serif;
}
.five.columns.secNav  strong{
font-family: 'titillium_websemibold',verdana,Arial,sans-serif;
font-weight:normal;
}

.two-thirds.columns.headline {
border-bottom: 4px solid #f0f0f0;
}
.two-thirds.columns.product_table {
padding-top:15px;
padding-bottom:15px;
border-top: 4px solid #f0f0f0;
}
.two-thirds.columns.product_table2 {
padding-top:15px;
padding-bottom:15px;
border-top: 4px solid #f0f0f0;
}
.one-third.columns.product {
width: 45%;
}
.one-third.columns.productinfo {
width: 45%;
}
.one-third.columns.productinfo ul{padding: 0 0 0 15px;list-style-image: url('../images/list_icon_blue.png');}

.secNav h2 {
    background: url("../images/secnav_bg_top.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 26px;
    line-height: 1.1em;
    margin-top: 0;
    padding: 18px 16px;
    text-transform: uppercase;
}
.secNav h2 a:hover
{text-decoration:none;}

.two-thirds.columns {
width: 610px;
margin-left:20px;
margin-right:20px;
max-width: 100%;
}
.headline h1 {
color: #00bbe8;
font-size:26px;
}
.headline h1::before {
background: url('../images/arrow_blue.png') no-repeat;
content: ' ';
padding-left: 37px;
margin-right: 8px;
}

/*Tuotteet*/

 #tuotteet h1, #tuotteet .ingressi
{margin-left:10px;}
.tuotenosto
{display:block; position:relative;  text-decoration: none;}
#tuotteet .one-third.column
{margin-bottom:40px;}

.tuotenosto .tuoteteksti
{display:block; position:absolute; height:30px; bottom:0; color:#5b5a55;  font-family:'titillium_webregular',verdana,Arial,sans-serif; width: 78%; background-color:#fff; background-color: rgba(255,255,255,0.7); font-size:18px; padding:6% 1% 2% 21%;

background-position:10px center;
background-repeat:no-repeat;}

.blue .tuotenosto .tuoteteksti
{background-image:url(../images/arrow_blue.png);
}
.green .tuotenosto .tuoteteksti
{background-image:url(../images/arrow_green.png);
}
.pink .tuotenosto .tuoteteksti
{background-image:url(../images/arrow_pink.png);
}




#tuote h1
{margin-bottom:1em; margin-top:0;}
#tuote h2{margin-top:1.5em;}

#tuote td
{padding-right:30px;}

#tuote .columns
{margin-bottom:50px;}

/*tekniset tiedot taulukko*/

.tekniset_tiedot table{font-family: 'titillium_webregular',verdana,Arial,sans-serif;border-collapse:collapse;}
.tekniset_tiedot th {padding-left: 7px;
	font-family: 'titillium_websemibold',verdana,Arial,sans-serif;
	font-weight:bold;
	font-size:15px;
    border: 1px solid #000000;
}
.tekniset_tiedot tr.blue{background:#dff3fd;}
.tekniset_tiedot tr{
    border: 1px solid #000000;
   font-size: 14px;
    margin: 10px 0;
    padding: 1%;
}
.tekniset_tiedot td {
padding-left: 7px;
    border: 1px solid #000000;
text-align:left;
}


/*SIDEBAR*/

.historyback 
{font-family:Georgia; font-size:14px; font-style:italic; color:#d90a16;  padding: 18px 0 11px; background: url("../images/bkgs/stripes_tiny_08.png") repeat-x scroll left bottom transparent; display:block; text-decoration:none;  }
.historyback:hover
{color:#FF0D0E;}



.search-bar
{background: url("../images/bkgs/stripes_tiny_08.png") repeat-x scroll left top transparent; margin-top:15px; padding-top:25px;}

.search-bar form {
    margin-bottom: 0;
}

.search-bar label {
    margin-bottom: 1em;
    padding-top: 5px;
}
.fallback {
    display: none;
}
label {
    margin: 1em 0 0.3em;
}
label, legend {
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.search-bar input[type="text"] {

    border: 1px solid #F2F2F2;
    border-radius: 0 0 0 0;
    color: #8c8b8b;
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 8px;
    width: 202px;
	    background-color: #E0E0E0;
}


/* #FOOTER
=========================================== */


footer  .column, img.scale-with-grid {
    transition: all 0.2s ease-in-out 0s;
}


footer h3{color:#fff;}
footer ul{list-style:none; margin:0; padding:0;}
footer a{color:#fff; text-decoration:none;}
footer a:hover{text-decoration:underline;}

.far-edge {
    text-align: right;
}

#colophon{
	background:#00a0c1 url(../images/footer_bg_pattern.jpg) repeat;
	border-top:10px solid #32b6d1;
	color:#fff;
	
}
#colophon .footer-upper{
	padding:1.7em 0 2.3em;
	margin-top:-4px;
}



#colophon #footer-base{

	background-color:#3d3e3e;
	color:#737373;
	padding:.8em 0 .6em;
font-size:11px;
}
#colophon .social-media{
	font-size:.8em;
	background:#fff;
}


footer .container .column.half{margin-bottom:0px;}


/* #Miscellaneous Headers
====================================================== */
#colophon h1,
.drop-panel h1{
	font-size:1.3em;
	font-weight:bold;
}
#colophon h2,
.drop-panel h2{
	font-size:1.1em;
	font-weight:bold;
}



/*Lomake*/
#contact span.required {
    color: #FF0000;
    font-size: 13px;
}
#message {
    margin: 10px 0;
    padding: 0;
}
.loader {
    padding: 0 10px;
}
#contact acronym {
    border-bottom: 1px dotted #CCCCCC;
}
.contact-form label {
border-bottom: 24px solid #00BBE8;
color: #FFF;
display: inline-block;
float: left;
font-size: 1.2em;
height: 0;
line-height: 24px;
padding: 0 10px;
text-transform: uppercase;
font-family: 'titillium_webregular',verdana,Arial,sans-serif;
}
.contact-form input[type="text"] {
    max-width: 100%;
    width: 300px;
}
.contact-form textarea {
    height: 200px;
max-width: 91%;
    width: 624px;
}
.contact-form input[type="text"], .contact-form textarea {
	background: url("../images/body_bg.jpg") repeat scroll left top #F5F5F5;
	background-size: 9%;
    /*background: url("../images/bkgs/stripes_tiny_08.png") repeat scroll left top transparent;*/
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    clear: both;
    color: #000000;

}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 5px #DDDDDD;
}

#slider {
    background: url("../images/slider_bg.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    position: relative;
	padding:0 0 32px;
	margin-top:40px;
}
#slider_holder {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 10px 0 12px;
    padding: 10px;
	width:921px;
}
#slider a{text-decoration:none;}
.slider_caption
{ background-color:#fff; background-color: rgba(255,255,255,0.7); width:96%; padding:1% 2%; position:absolute; bottom:0;}
.slider_caption h2
{font-size:35px; color:#6f7374; margin:0;}
.slider_caption em{font-family:'titillium_webitalic'; font-style:normal; color:#6f7374; font-size:19px;}
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

.ie7 #slider_holder{max-width:90%; oveflow:hidden;}
.ie7 .container .one-third.column {
    width: 290px;
}

/* #Slider
============================================== */

.wrap .flexslider {
	background: transparent; 
	border: none; 
	position: relative; 
	zoom:1; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
}

.wrap .flex-caption {
	background:none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
}

.wrap .flex-container .flex-caption {
	width: 96.3%; 
	padding: 2%; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background: rgba(0,0,0,.3); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
}
.wrap .flex-container .flex-caption.flex-caption-top{
	top:0;
	bottom:auto;
}

.wrap .flex-container h5,
.wrap #main .flex-container h5{
	color:#fff;
	font-weight:bold;
	margin-bottom:0px;
}

.wrap .flex-container .flexslider .flex-caption p{
	color:#f9f9f9;
	font-size:1em;
	font-style:italic;
	margin-bottom:0;
}
.wrap .flex-container .flexslider .flex-caption p em{
	font-style:normal;
}


.wrap .flex-container li{
	margin-bottom:0;
	overflow:hidden;
}
/* Direction Nav */
.wrap .flex-direction-nav{
	display:none;
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-25px;
	display:block\9; /*IE needs this */
}
.wrap .flex-direction-nav li a {
	margin: 0 ; 
	display:block;
	background: url(../images/slider_arrows.png) no-repeat 0 0;
	position: absolute; 
	top:0;
	cursor: pointer; 
	text-indent: -9999px;
	background-color:#222;
	background-color:rgba(0,0,0,.1);
	color:#fff;
	width:20px;
	height:20px;
	font-size:20px;
	padding:15px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-o-border-radius:50px;
	text-decoration:none;
	text-align:center;
	
	font-weight:normal;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	
}
.wrap .flex-direction-nav li a:hover{
	background-color:#222;
	background-color:rgba(0,0,0,.3);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wrap .flex-direction-nav li a.next {background-position: -50px 0; right: 30px; /*-21px;*/ }
.wrap .flex-direction-nav li a.prev {background-position: 0 0; left: 20px; /* -20px;*/ }
.wrap .flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.wrap .flex-control-nav { 
	width: 98%; 
	position: absolute; 
	bottom: 23px;
	text-align: right;
}
.wrap .flex-video-slider .flex-control-nav{
	display:none !important; /* Hide in video slider, otherwise it blocks the controls */
}
.wrap .flex-control-nav li {
	margin: 0 0 0 5px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}
.wrap .flex-control-nav li:first-child {margin: 0;}
.wrap .flex-control-nav li a {
	width: 12px; height: 12px; display: block;
	background-image:none;
	background-color:#a0e4f4; 
	cursor: pointer; text-indent: 9999px;
	overflow:hidden;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.wrap .flex-control-nav li a:hover {
	background-position: 0 -13px;
	background-color:#6fd8f1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wrap .flex-control-nav li a.active {
	background-position: 0 -26px; cursor: default;
	background-color:#00bbe8;
}

/* Only show on hover */
.wrap .flex-container:hover .flex-direction-nav,
.wrap .flex-container:hover .flex-control-nav{
	display:block;
}

/* Pause / Play */
.flex-pauseplay{
	position: absolute;
	top: 0px;
	right: 0px;
	opacity:.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.flex-container:hover .flex-pauseplay{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.flex-pauseplay span{
	margin:5px 5px 0 0;
	width:22px;
	height:22px;
	font-size:8px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:24px;
	display:block;
	background-color:#222;
	background-color: rgba(250, 250, 250, .2);
	background-position:5px 5px;
	background-repeat:no-repeat;
	color:#dedede;
	text-indent:-999em;
	cursor:pointer;
}
.flex-pauseplay .play{
	background-image: url(../images/icons/play_12.png);
}
.flex-pauseplay .pause{
	background-image: url(../images/icons/pause_12.png);
}

.flexslider iframe{ max-width: 100%; max-height:100%; }


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		header nav#main-nav{
			clear:both;
			width:100%;
		}
		nav#main-nav{
			position:relative;
			right:auto;
			bottom:auto;
			margin-top: 2em;
			margin-left:0;
		}
		nav#main-nav > ul > li:first-child{
			margin-left:0;
		} 
		nav#main-nav > ul{
			float:none;
		}
		
		header
		{  text-align: center;}
		
		#topLine nav {
    padding: 5px 12px;
    width: 397px;
}

#topLine nav .last a {
    margin-left: 45px;
}
	}



	/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	  .container  { width: 768px; }
	   .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
	    .container .one-third.column                { width: 236px; }
		  .container .four.columns                    { width: 172px; }
		  .container .column.half{
    width: 364px;
}
		nav#main-nav ul li ul{
			text-align:left;
		}	
		nav#main-nav > ul > li {
    display: inline-block;
    float: none;
}
		.nav-close{
			display:block;
			top:-28px;
			left:0;
			right:auto;
		}
		

#slider {background-image:none; 
 padding-bottom:10px;
}

#slider_holder
{   -moz-box-shadow: 0px 3px 3px #cac8c8;
    -webkit-box-shadow: 0px 3px 3px #cac8c8;
    box-shadow: 0px 3px 3px #cac8c8;
	margin-bottom:5px;
	width:729px;
}

.tuotenosto .tuoteteksti {
    font-size: 15px;
    padding: 6% 7% 2% 25%;
    width: 69%;
}

.two-thirds.columns {
    max-width: 94%;
}
	  
.tekniset_tiedot td{word-break: break-all;}	  
	  
	  .leftcolwrapper {
width: 230px;
}
	  
	  #logo {
float: none;
}
	}


/* Mobile Portrait --320px-- */
@media only screen and (max-width: 767px) {
.tekniset_tiedot th {display:none !important;}
.tekniset_tiedot tr {
    border: 1px solid #000000;
    display: block;
    font-size: 12px;
    margin: 10px 0;
    padding: 5%;
    width: 87% !important;
}
.tekniset_tiedot td {
    border: 0 none;
    display: block;
    padding: 0 !important;
    text-align: center;
    width: 100%;
	min-height:0 !important;
	margin:0 !important;
}
.tekniset_tiedot tr:nth-of-type(1){display:none;}
.tekniset_tiedot td:nth-of-type(3):before {content: "PILP 500 : "; font-weight:bold; }
.tekniset_tiedot td:nth-of-type(4):before { content: "MELP 510 : "; font-weight:bold; }
.tekniset_tiedot td:nth-of-type(5):before { content: "PILP 910-200 : "; font-weight:bold;  }
.tekniset_tiedot td:nth-of-type(6):before { content: "PILP 1110-315 : "; font-weight:bold;  }
	
	.column, .columns {
    display: block;
}

.two-thirds.columns {
    max-width: 86%;
}

.one-third.columns.productinfo {
    float: none;
    margin: 5%;
    width: 86%;
}

#logo {
float:none;}
nav#main-nav > ul > li > a {
	border:none;
}
.wrap .flex-control-nav {
    bottom: 1px;
}
#slider {background-image:none; 
 padding-bottom:10px;
}

#slider_holder
{   -moz-box-shadow: 0px 3px 3px #cac8c8;
    -webkit-box-shadow: 0px 3px 3px #cac8c8;
    box-shadow: 0px 3px 3px #cac8c8;
	margin:0 0 5px 0;
width:278px;
}
.slider_caption h2 {
    font-size: 14px;
}
.slider_caption em {
    font-size: 13px;
}

#nostot .column {
    margin-bottom: 10px;
    margin-top: 0;
}

table td, table th
{display:block;}
table tr{display:block; padding-bottom:3px;}
		
	 .container { width: 300px; }
	 .columns, .column { margin: 0; }
	 
.container .four.columns, .container one-third.column
{ width: 300px; }

.container .column.half{
    width: 300px;
}

#topLine nav {
    background:none;
    float: none;
    min-height: 42px;
    padding: 20px 0px 5px;
    width: 100%;
}
#topLine nav a {
    color: #FF0000 !important;
    font-size: 11px;
    font-weight: 400 !important;
    margin: 0 3px !important;
    padding: 5px 0;
}
#topLine nav a:hover{text-decoration:underline;}

	 	a.mobile-menu-button{
			display:inline-block;
			text-decoration:none;
			margin:0;
		}
		
		header nav#main-nav{
			width:300px;
			position:relative;
		}
		
		nav#main-nav ul.nav-menu,
		nav ul.nav-menu{
			display:none;
			position:absolute;
			width:300px;
			background:#eee;
		}
		nav#main-nav ul.nav-menu.menu-open,
		nav ul.nav-menu.menu-open{
			display:block;
		}
		
		nav#main-nav ul.nav-menu > li,
		nav ul.nav-menu > li{
			padding:5px 10px 5px 10px;
			margin:0;
			
			float:none;
			display:block;
			margin-left:0px;
			margin-top:.4em;
		}
		
		nav ul.nav-menu li a:hover,
		nav ul.nav-menu li:hover > a{
			font-weight:bold;
		}
		nav ul.nav-menu li ul,
		nav#main-nav ul.nav-menu li ul{
			background:#e9e9e9;
		}
		
		.bkg-smoky nav#main-nav ul.nav-menu, 
		.bkg-smoky nav ul.nav-menu,
		.bkg-fiber nav#main-nav ul.nav-menu, 
		.bkg-fiber nav ul.nav-menu{
			background-color:#e0e0e0;
		}
		
		nav ul.nav-menu li ul li a:before{
			content: '+ ';
			
		}
		nav#main-nav ul ul li ul{
			left:0;
			top:100%;
		}
		
	 
	}
/* Mobile Landscape --480px-- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	        .container { width: 420px; }
			  .columns, .column { margin: 0; }
			
.container .four.columns, .container .one-third.column
{ width: 420px; }
.container .column.half{
width: 420px;
}

.container .one-third.column img
{ width: 100%; height:auto !important; }

#topLine nav {
    padding-left: 28px;
}
#topLine nav {
    background: none repeat scroll 0 0 transparent;
    float: right;
    min-height: 42px;
    padding: 20px 0 5px;
    width: auto;
}

header {
    text-align: left;
}

header nav#main-nav {
    position: relative;
    width: 420px;
	 text-align: left;
}

.slider_caption h2 {

    font-size: 19px;

}
.slider_caption em {
    font-size: 16px;
}

#slider_holder{width:367px;}
	
	}


/*SIVUNEDITOINTINÄKYMÄ - komponentin linkit*/

.component_editorHeader
{
padding:5px;
font-weight:bold;
display: block;
}

.addComponentStyle a
{
	text-transform:uppercase;
	border:none !important;
	display:inline !important;
}

.component_editorHeader a
{
color: #0085A8 !important;
padding:1px;
width:auto;
font-weight:bold;
float:none !important;
display:inline !important;
background-color:transparent !important;
}


#tuotteet .component
{float:left;}



div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0; display:none;}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}