.transition {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.float {
  display: inline;
  float: left;
}
/* -------------------------------------------------

	Typekit fonts:

		.tk-ff-fago-sc-web, font-family: ff-fago-sc-web,sans-serif;
		.tk-ff-fago-web, font-family: ff-fago-web,sans-serif;

/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Keith Clark
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC
16 MODERNIZR
17 TEMPLATE SPECIFICS
18 MEDIA QUERIES

COLOURS

*/
.font-familyFago {
  font-family: ff-fago-web, sans-serif;
}
.plussa-form {
  display: block;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.28) inset;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.28) inset;
  border: 1px solid #f0f0f0;
}
.plussa-form-input {
  float: left;
  background: none;
  border: none;
  font-size: 0.6875em;
  font-style: italic;
  color: #6b6b6b;
}
.plussa-form-submit {
  background: url(../images/root/spriteArrows.png) 0 -84px no-repeat;
  float: left;
  margin-top: 4px;
  border: none;
  border-left: solid 1px #b3b3b3;
}
.plussa-form-submit-hover {
  background: url(../images/root/spriteArrows.png) 0 -45px no-repeat;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 1. ROOT ============================================================================= */
html {
  overflow-y: scroll;
}
body {
  font: 100%/1.4 Arial, Helvetica, sans-serif;
  color: #434242;
  margin: 0;
  background: #ffffff url(../images/root/body-bg.png) repeat-x bottom;
  /*overflow:hidden;*/
}
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #282828;
}
/* 2. HEADINGS (320 and Up typography defaults) ==================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: normal;
  color: #292929;
}
h5.grey {
  color: #6b6b6b;
}
h1 {
  margin: 0 0 0.75em;
  font-size: 2em;
  /* 32 / 16 = 2 */

  line-height: 1.2;
}
h2 {
  margin: 0 0 0.75em;
  font-size: 1.25em;
  /* 20 / 16 = 1.25 */

  line-height: 1.2;
}
h3 {
  margin: 0 0 1em;
  font-size: 1em;
  /* 16 / 16 = 1 */

  line-height: 1.3;
}
h4 {
  margin: 0 0 1.25em;
  font-size: 0.875em;
  /* 14 / 16 = .875 */

  line-height: 1.25;
}
h5 {
  margin: 0 0 1.5em;
  font-size: 0.75em;
  /* 12 / 16 = .75 */

}
h6 {
  font-size: 0.75em;
  /* 12 / 16 = .75 */

}
/* 3. TYPOGRAPHY (320 and Up typography defaults) ============================================================================= */
p,
ul,
ol,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 0.75em;
  /* 16 / 16 = 1 */

}
p {
  color: #6b6b6b;
}
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul, li ol {
  margin: 0;
  font-size: 1em;
  /* 16 / 16 = 1 */

}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #c8c8c8;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}
ins {
  background-color: #f0f0f0;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f0f0f0;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: .875em;
  line-height: 1.5;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 1em;
  /* 16 / 16 = 1 */

}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 4.LINKS ============================================================================= */
a {
  /*color: #1777AF;*/

  color: #003a94;
  text-decoration: none;
  outline: 0;
}
a:hover, a:active {
  text-decoration: underline;
  outline: 0;
}
a:focus 
{
  outline: 0;
}    
/* 5.FIGURES & IMAGES ============================================================================= */
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: .75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
object {max-width:100%;}
html.ie8 img, html.ie8 object {width:auto !important;}
svg:not(:root) {
  overflow: hidden;
}
/* 6.TABLES ============================================================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 100%;
  font-size: .875em;
  /* 14 / 16 = .875 */

}
th, td, caption {
  padding: .25em 10px .25em 5px;
}
tfoot {
  font-style: italic;
}
caption {
  background-color: transparent;
}
/* 7.FORMS ============================================================================= */
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
input[readonly="readonly"] {
    background-color: #f0f0f0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Colors for form validity */
input:valid, textarea:valid {
  /* Styles */

}
input:invalid, textarea:invalid {
  -webkit-box-shadow: 0 0 2px #ff0000;
  -moz-box-shadow: 0 0 2px #ff0000;
  box-shadow: 0 0 2px #ff0000;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
/* DELTA */
.search-form {
  display: block;
  background: #fff;
  width: 150px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.28) inset;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.28) inset;
  border: 1px solid #f0f0f0;
  margin-right:50px;
}
.search-form .search {
  float: left;
  width: 105px;
  padding: 7px 5px 5px 7px;
  background: none;
  border: none;
  font-size: 0.75em;
  color: #6b6b6b;
}
.search-form .search-submit {
  background: url(../images/root/spriteArrows.png) 0 -84px no-repeat;
  float: left;
  width: 30px;
  height: 17px;
  margin-top: 4px;
  border: none;
  border-left: solid 1px #b3b3b3;
  text-indent: -9999px;
}
.search-form .search-submit:hover {
  background: url(../images/root/spriteArrows.png) 0 -45px no-repeat;
}
html.ie7 .search-form .search-submit {
  padding: 0 0 0 35px;
  overflow: hidden;
  border: none;
}
.contentSecondary .searchLinkItem { width: 188px; margin-right: 14px; float: left; }
.contentSecondary .contentBox-container {width:406px;}
.contentMain {float:right;}

label.text-intent  
{
    text-indent: -23px;
    padding-left: 23px;
    display: block;
}

label input[type="checkbox"].valign-middle, label input[type="radio"].valign-middle
{
    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;
    padding: 0;
    margin: 0 0.5em 0 0;
    *overflow: hidden;
}
/* 8 BANNER ============================================================================= */
/* TOP */
/* delta */
header[role="top"] {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}
header[role="top"] div.left {
  width: 194px;
  float: left;
  margin: 1em 1em 0 1em;
}
header[role="top"] div.left h1 {
  margin: 0;
  padding: 0;
}
header[role="top"] div.left h1 a {
  background: url(../images/root/plussa-logo.png) 0 0 no-repeat;
  width: 194px;
  height: 27px;
}
header[role="top"] div.right {
  width: 340px;
  float: right;
  margin: 1em 1em 0 1em;
}
header[role="top"] div.right .search-form {
  float: left;
  margin-top: -1px;
}
header[role="top"] div.right a.rss {
  float: left;
}
header[role="top"] div.right a.language {
  color: #292929;
  float: left;
  font-size: 0.75em;
  margin-left: 30px;
  margin-top: 5px;
}
/* BIG BANNER BM:BIG-BANNER ============================================================================= */
#frontpage-banner {
  /* query */

  width: 100%;
  /* global */

  background: #ffffff;
  overflow: hidden;
  position: relative;
  min-height: auto;
}
/* FRONTPAGE BIG BANNER ============================================================================= */
#main-menu {
      visibility:hidden;
}
#motion-banner {
  /* query */

  width: 100%;
  height: 0;
  visibility: hidden;
  /* global */

  position: relative;
}
#motion-banner li {
  position: relative;
  height: 363px;
}
#motion-banner li div {
  /* query */

  width: 100%;
  /* global */

  z-index: 10;
  position: absolute;
  top: 64px;
  left: 215px;
}
#motion-banner h2 {
  font-size: 3em;
}
#motion-banner a {
    text-decoration: none;
    cursor: pointer;
}
#motion-banner li div h2 span {
  padding: 8px 12px 8px 22px;
  margin-bottom: 0.25em;
  display: block;
  float: left;
}
#motion-banner li div p {
  width: 300px;
  padding: 8px 12px 8px 22px;
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.45em;
  float: left;
}
#motion-banner li img {
  position: absolute;
  top: 0;
  left: 0;
}
#motion-banner li div .black {
  color: #000000;
}
#motion-banner li div .orange {
  color: #f7870c;
}
#motion-banner li div .bg-white {
  background:  url('../images/opacity50.png') repeat 0 0;
}
#motion-banner .flexslider {
  background: #fff;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  zoom: 1;
}
/* FRONTPAGE BANNER LOGIN FORM BM:BANNER-LOGIN-FORM 100% =============================================================================  */
header[role="banner"] #login-form {
  /* query */

  width: 100%;
  height: auto;
  position: relative;
  /* global */

  z-index: 15;
  background: url('../images/root/plussaGradient.gif') top center no-repeat;
}
header[role="banner"] #login-form form {
  padding: 10px 0 8px 0;
  margin-left: 30px;
}
/* DEBUG - WORKS*/
html.ie8 header[role="banner"] #login-form, html.ie7 header[role="banner"] #login-form {
  position: absolute;
  top: 0;
  left: 0;
}
/* 9 NAVIGATION 	============================================================================= */
/* delta */
nav[role="navigation"] {
  background: #ffffff url(../images/nav/nav-bg.png) bottom left repeat-x;
  width: auto;
  margin: 1em 0;
  position:relative;
  z-index:9999;
}
nav[role="navigation"] ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border-left: solid 7px #fff;
}
nav[role="navigation"] ul li {
  display: block;
  float: left;
  margin: 0;
  border-right: solid 7px #fff;
  list-style-type: none;
}
nav[role="navigation"] ul li a {
  display: block;
  height: 21px;
  padding: 11px;
  color: #6b6b6b;
  font-size: 1.25em;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: #ed911b url(../images/nav/nav-hover-bg.png) bottom left no-repeat;
  color: #fff;
}
nav[role="navigation"] ul li a.home {
  padding: 11px 21px 11px 22px;
  background: #ed911b url(../images/nav/nav-home.png) center -43px no-repeat;
  text-indent: -9999em;
}
nav[role="navigation"] ul li ul {
  display: none;
  position: absolute;
  z-index: 100;
  width: 199px;
  padding: 7px;
  border: 1px solid #E2ECFD;
  background: #fff;
  border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.75);
}
nav[role="navigation"] ul li ul li {
  display: block;
  float: none;
  width: 199px;
}
nav[role="navigation"] ul li ul li .hover-content {
  position: absolute;
  top: 7px;
  right: 7px;
}
nav[role="navigation"] ul li ul li .hover-content img {
  display: block;
  max-width: 287px;
}
nav[role="navigation"] ul li ul li .hover-content .hover-content-link, nav[role="navigation"] ul li ul li .hover-content .hover-content-link:hover {
  display: block;
  width: 287px;
  height: auto;
  border: 1px solid #ddd;
  background: #f1f1f2;
  padding: 10px;
  margin: 0 0 7px 0;
  color: #6b6b6b;
}
nav[role="navigation"] ul li ul li .hover-content .hover-content-link h4, nav[role="navigation"] ul li ul li .hover-content .hover-content-link:hover h4 {
  font-weight: normal;
  margin: 0;
}
nav[role="navigation"] ul li ul li .hover-content .hover-content-link p, nav[role="navigation"] ul li ul li .hover-content .hover-content-link:hover p {
  text-transform: none;
  text-align: left;
  margin: 10px 0 0 0;
}
nav[role="navigation"] ul li ul li .hover-content .hover-content-link:hover {
  border: 1px solid #6b6b6b;
}
nav[role="navigation"] ul li ul li .hover-content a.offer-link, nav[role="navigation"] ul li ul li .hover-content a.offer-link:hover  {
  background: none;
  color: #6b6b6b;
}
nav[role="navigation"] ul li ul.has-hover-content {
  width: 515px;
}
nav[role="navigation"] ul li ul.narrow {
  width: 380px;
}
nav[role="navigation"] select {
  width: 90%;
  margin: 0.75em 0 0.75em 1em;
  background-color:Orange;
  color:#fff;
}
nav[role="navigation"] ul li a:hover,
nav[role="navigation"] ul li.active ul li a:hover,
nav[role="navigation"] ul li.active a,
nav[role="navigation"] ul li.current a {
  color: #6B6B6B;
  background: none repeat scroll 0 0 transparent;
}
nav[role="navigation"] ul li a.home:hover, nav[role="navigation"] ul li.active a.home, nav[role="navigation"] ul li.current a.home {
  background: transparent url(../images/nav/nav-home.png) center 0 no-repeat;
}
nav[role="navigation"] ul li ul li a, nav[role="navigation"] ul li.active ul li a {
  height: auto;
  padding: 5px 13px;
  background: transparent;
  color: #6b6b6b;
}
nav[role="navigation"] ul li.active ul li a:hover { background-color: #E2ECFD; }
/* 10 CONTENT BM:CONTENT W 100% ============================================================================= */
.accordion-wrapper.notice {
  margin-bottom: 12px;
  position: relative;
}
.accordion-wrapper.notice .accordion-header {
  z-index: 35;
  width: 707px;
  left: -7px;
  background-image: none !important;
  background-color: #fc0b0b !important;
}
.accordion-wrapper.notice .accordion-header span.exclamation-point {
  position: absolute;
  top: 8px;
  right: 22px;
  color: #ffffff;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}
.accordion-wrapper.notice .accordion-content {
  position: absolute;
  top: 40px;
  left: -7px;
  width: 710px;
  z-index: 25;
}

.accordion-wrapper.notice .accordion-content .top-left {
  background: url(../images/accordions/accordion-open-left-notice.png) no-repeat;
}
.accordion-wrapper.notice .accordion-content .top-right {
  background: url(../images/accordions/accordion-open-right-notice.png) no-repeat;
}
.accordion-wrapper.notice .accordion-content .accordion-inner-content {
  border-left: 1px solid #faaf62;
  border-right: 1px solid #faaf62;
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

}
.accordion-wrapper.notice .accordion-content .accordion-inner-content img {
  position: absolute;
  right: 7px;
  bottom: 1px;
}
.accordion-wrapper.notice .accordion-content .accordion-bottom {
  border-left: 1px solid #faaf62;
  border-right: 1px solid #faaf62;
  border-bottom: 1px solid #faaf62;
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius-top-left: 0;
  /* pre-Safari 5, delete unused */

  -webkit-border-radius-top-right: 0;
  -webkit-border-radius-bottom-right: 6px;
  -webkit-border-radius-bottom-left: 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
html.ie7 .accordion-wrapper.notice .accordion-content {
  position: relative;
  top: 0;
  left: -7px;
}
html.ie7 .accordion-wrapper.notice .accordion-content .accordion-inner-content {
  overflow: hidden;
}
html.ie7 .accordion-wrapper.notice .accordion-content .accordion-bottom {
  clear: both;
  overflow: hidden;
}
.accordion-wrapper .accordion-header {
  display: block;
  overflow: hidden;
  background: #f9b503 url(../images/accordions/accordion-bg.png) top left no-repeat;
  text-decoration: none;
  margin-top: 7px;
  padding: 6px 8px;
  position: relative;
  z-index: 2;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.18);
}
.accordion-wrapper .accordion-header h3 {
  display: block;
  float: left;
  height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 2px 0 0 31px;
  background: url(../images/accordions/accordion-arrow.png) top left no-repeat;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.accordion-wrapper .accordion-header .accordion-state {
  width: 309px;
  float: right;
  margin: 2px 0 0 0;
  padding: 0 0 0 8px;
  border-left: 1px solid #fff;
  color: #6b6b6b;
  text-decoration: none;
}
.accordion-wrapper .accordion-content {
  display: none;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  padding: 0 6px 0 7px;
}
.accordion-wrapper .accordion-content .top-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 7px;
  background: url(../images/accordions/accordion-open-left.png) no-repeat;
}
.accordion-wrapper .accordion-content .top-right {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 8px;
  background: url(../images/accordions/accordion-open-right.png) no-repeat;
}
.accordion-wrapper .accordion-content .accordion-inner-content {
  background: #fff;
  padding: 8px 0 15px 19px;
}
.accordion-wrapper .accordion-content .accordion-inner-content .top-content {margin-bottom:15px;font-size: 0.875em;}
.accordion-wrapper .accordion-content .accordion-inner-content .top-content p {margin:0;padding:5px 0;font-size:1em;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .roll-link {display:block;margin-top:12px;min-height:22px;background:url(../images/accordions/accordion-arrow-sub.png) no-repeat left top;text-decoration:none;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .roll-link h4.link-title {position:relative;top:2px;margin:0 0 0 31px;padding:0;font-size:1em;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item {display:none;padding-top:15px;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .img-wrapper {float:left;width:110px;text-align:center;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .img-wrapper img {max-width:88px;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .faq-question-answer {margin-left:33px;margin-right:25px;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .faq-question-answer h5 {margin:4px 0;padding:0;text-transform:none;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .faq-question-answer h5 a {color:#292929;font-size:1.2em;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .faq-question-answer div {display:none;padding-bottom:11px;margin:-6px 0 11px 0;border-bottom:1px solid #BFBFBF;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .faq-question-answer div p {margin:0;padding:6px 0 0 0;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .faq-question-answer div a {font-size:0.75em;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .faq-question-answer div.show {display:block;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item.img-left .faq-question-answer {margin-left:110px;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper .faq-item .faq-question-answer {margin-bottom:10px;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper.show .faq-item {display:block;}
.accordion-wrapper .accordion-content .accordion-inner-content .roll-link-wrapper.show .roll-link {background-image:url(../images/accordions/accordion-arrow-subopen.png);} 
.accordion-wrapper .accordion-content .accordion-content-faq {padding-bottom:40px;}

.accordion-wrapper .accordion-content .accordion-inner-content .column-left {
  width: 350px;
  float: left;
}
.accordion-wrapper .accordion-content .accordion-inner-content div.agreement {
    margin: 10px 0;
}
.accordion-wrapper .accordion-content .accordion-inner-content div.agreement span.date {
    display: inline-block; 
    width: 110px;
    color: Gray;
}
.accordion-wrapper .accordion-content .accordion-inner-content span.sponsoringTitle {
    display: inline-block;
    width: 300px;
}

.accordion-wrapper .accordion-content .accordion-bottom {
  margin-top: -5px;
  background: #fff;
  padding-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.09);
}
.accordion-wrapper .accordion-content .accordion-bottom p {
  margin: 0 0 0 15px;
}
.accordion-wrapper .accordion-header.open h3, html.no-js .accordion-wrapper .accordion-header h3 {
  background: url(../images/accordions/accordion-arrow.png) left -40px no-repeat;
}
html.no-js .accordion-wrapper .accordion-content {
  display: block;
}
.accordion-content li {
    list-style-position: inside;
}
.accordion-content div.group.ostopaikat {
  padding-bottom: 13px;
}
.accordion-content div.group .tabs {
  padding-top: 13px;
}
.accordion-content div.group .tabs ul.tab-nav {
  margin: 0;
  padding: 0;
  border: solid 1px #e8e8e8;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.accordion-content div.group .tabs ul.tab-nav li {
  margin: 0;
  list-style-type: none;
}
.accordion-content div.group .tabs ul.tab-nav li a {
  display: block;
  padding: 10px 2em;
  background: #e5edfb;
  color: #6b6b6b;  
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}
.accordion-content div.group .tabs ul.tab-nav li a:hover {
  background: #ffffff;
  color: #6b6b6b;
}
.accordion-content div.group .tabs ul.tab-nav li a.selected, .accordion-content div.group .tabs ul.tab-nav li a.selected:hover {
  background: #ed911b;
  color: #fff;
}
.accordion-content div.group .tabs div.tab-content {
  overflow: hidden;
  background: #fff;
  border: solid 1px #e8e8e8;
  border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
}
/* OmaPlussa Napero Profiled offers */
#omaplussa-napero-profiled-offers { overflow: hidden; padding-bottom:10px;}
#omaplussa-napero-profiled-offers h2 a {position:relative;display:block;color: #000000;height:43px;border:1px solid #57C9F4;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;text-align:center;text-decoration:none;background:#F1F1F2 url(../images/offers/icon.logo-napero.gif) no-repeat 6px 3px;}
#omaplussa-napero-profiled-offers h2 a span {display: block;padding: 12px 20px;}
#omaplussa-napero-profiled-offers h2 a img {position:absolute;top:0;right:0;}

#CouponHeader { margin: 40px 0 0 10px; overflow: hidden; }
#CouponHeader h3 { font-weight: bold; margin: 0 0 0.25em 0; font-size: 1.15em; }
#CouponHeader h3.title { color: #D2232B; }
#CouponHeader img {float: right; margin-right: 45px; }

#CouponLinks {margin-bottom:-10px;}
/* OmaPlussa Profiled offers */
#omaplussa-profiled-offers {
    padding: 0 !important;
    margin: 0 auto;
}
#omaplussa-profiled-offers #plussa-offers {
    padding: 0 !important;
    width: 100%;
}
#omaplussa-profiled-offers .bottom-link {
    padding-bottom: 15px;
}
#omaplussa-profiled-offers .bottom-link a {
    box-shadow: none;
}

.points-diagram-container .tab-content {
    float: none;
    padding: 10px 50px;
    clear: both;
    overflow: visible !important;
}
/* SALDO BOX AT OMA K-PLUSSA */
#saldo {
  margin-bottom: 14px;
}
#saldo h3 {
  font-weight: normal;
  margin: 0;
}
#saldo p {
  margin: 1em 0 0 0;
}
#saldo .meter {
  display:none;
  position: relative;
  width: 97%;
  height: 25px;
  margin-top: 0;
  margin-bottom: 150px;
}
#saldo .meter .target {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 25px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75) inset;
}
#saldo .meter .full {
  display: block;
  position: absolute;
  right: 1em;
  display: none;
}
#saldo .meter .target .bar {
  display: block;
  position: absolute;
  width: 50%;
  height: 25px;
  background: #ed911b url(../images/diagrams/orange-bar-gradient.png) top repeat-x;
  border-radius: 2px 0 2px 0;
  -webkit-border-radius: 2px 0 2px 0;
  -moz-border-radius: 2px 0 2px 0;
}
#saldo .meter .target .current, #saldo .meter .target .missing {
  display: block\9; /*ie8 and below only */
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  height: 21px;
  padding: 4px 0 0;
  font-size: 0.75em;
}
#saldo .meter .target .current .value, #saldo .meter .target .missing .value {
  margin-left: 1em; display:block;
}
#saldo .meter .target .missing {
  left: 50%;
  background: transparent url(../images/diagrams/bar-shadow.png) top left no-repeat;
  background:none\9; /*ie8 and below only */
  height: 162px\9; /*ie8 and below only */
}
#saldo .meter .target .goal {
  display: block;
  position: absolute;
  z-index: 10;
  top: -16px;
  right: -27px;
  width: 54px;
  height: 41px;
  padding-top: 17px;
  background: transparent url(../images/diagrams/orange-circle.png) no-repeat;
  text-align: center;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}
#saldo .meter .reward {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 21px;
  padding-top: 4px;
  background: #1183be url(../images/diagrams/blue-bar-gradient.png) top repeat-x;
  text-align: center;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-style: italic;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#saldo .meter .tooltip {
  z-index: 5;
  top: 30px;
  left: 50%;
  width: 180px;
}
#saldo .meter .tooltip-current { left: 35px; }
#saldo .meter .tooltip-missing { width: 250px; }
#saldo .meter .tooltip-reward { left: -102px; top: -130px; }
#saldo .meter .tooltip-reward .tooltip-corner { left: 194px; top: 78px;  background: url('../images/diagrams/tooltip-corner-down.png') no-repeat; }

#saldo .meter#mobile-meter {display:block;width:320px;height:auto;margin-bottom:0;}
#saldo .meter#mobile-meter .target {width:200px;}
#saldo .meter#mobile-meter .target .bar {width:65px;}
#saldo .meter#mobile-meter .target .barMax { background: url("../images/diagrams/orange-bar-gradient.png") repeat-x scroll center bottom #FCCC4C; height: 50px; }
#saldo .meter#mobile-meter .full { top: 2em; }
#saldo .meter#mobile-meter .target .current {width:65px;text-align:center;}
#saldo .meter#mobile-meter .target .current .value {display:inline;margin-left:0;}
#saldo .meter#mobile-meter .target .missing {width:115px;left:65px;}
#saldo .meter#mobile-meter .reward {width:110px;left:210px;top:-9px;height:36px;right:auto;background-color:#0265A0;}
#saldo .meter#mobile-meter .reward span {display:block;position:relative;left:50%;width:100px;margin-left:-46px;}
#saldo .meter#mobile-meter .tooltip-mobile {width:286px;border:2px solid #F39203;margin-top:5px;padding:55px 15px 0 15px;background-color:#FFFFFF;}
#saldo .meter#mobile-meter .tooltip-mobile p {margin:0;padding:0 0 15px 0;font-size:12px;}
#saldo .meter#mobile-meter .tooltip-mobile p em {color:#FA860B;font-weight:bold;font-style: normal;}
#saldo .meter#mobile-meter .tooltip-mobile p a {color:#003A94;}

p.tooltip-missing .points-info{text-decoration: underline;}
#saldo #points-info {
  display: inline-block;
  text-decoration: none;
}
#saldo .meter #points-info {
  margin-top: 160px;
}
#saldo .info-box {
  background: #fff;
}
.right-tab-buttons {
  /* used at: oma k-plussa */

}

.right-tab-buttons .previous-next {
    float: right;
    margin:-2.8em 0 0 0;
    font-size: 0.75em;
}

.right-tab-buttons ul {
  float: right;
  margin: -3.2em 0 0 0;
}
.right-tab-buttons ul li {
  display: inline;
  list-style: none;
}
.right-tab-buttons ul li a {
  display: inline-block;
  padding: 0.3em 1.5em;
  background: #f6f9fe;
  border: 1px solid #cdcdcd;
  text-decoration: none;
  text-transform: uppercase;
  /*color: #003a94;*/
  color: #434242;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.right-tab-buttons ul li a:hover 
{
    color: #003a94;
}

.right-tab-buttons ul li a.selected, .right-tab-buttons ul li a.selected:hover {
  color: #434242;
  text-decoration: none;
  font-weight : bold;
}


.grey-table {
  /* used at: oma k-plussa */

  background: #ffffff url(../images/diagrams/bg-grey-table.png) top left repeat-x;
  border: 1px solid #cdcdcd;
  padding: 15px 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.grey-table table {
  margin: 0;
  font-size: 0.75em;
}
.grey-table table th {
  text-align: left;
  padding-bottom: 18px;
}
.grey-table table td {
  color: #6b6b6b;
}
.grey-table table td em {
  color: #003a94;
  font-style: normal;
}
.grey-table table.columns-5 th, .grey-table table.columns-5 td {
  width: 20%;
}
.grey-table p.note {
  margin: 20px 0 3px 0;
  font-size: 0.6em;
}
.grey-diagram {
  /* uset at: oma k-plussa */
  background: #ffffff url(../images/diagrams/bg-grey-table.png) top left repeat-x;
  border: 1px solid #cdcdcd;
  padding-top: 35px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 20px;
}
html.ie8 .grey-diagram, html.ie7 .grey-diagram {overflow:hidden;min-width:570px;}
.diagram {
  height: 335px;
  position: relative;
  min-width:525px;
  top:-25px;
}
#diagram .legend { display: none; }
#diagram .legend .seteliLegend { margin-left: 30px; display:inline-block; font-size: 1em; }
.diagram .data {
  display: none;
}
.diagram .scale-wrapper .scale-row {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.diagram .scale-wrapper .scale-row .scale-value {
  position: absolute;
  left: -20px;
  bottom: -7px;
  width: 20px;
  text-align: right;
  font-size: 0.7em;
  color: #a4a4a4;
}
.diagram .scale-wrapper .scale-row .odd {
  display: none;
}
.diagram .bar {
  background: #066da8;
}
.diagram .bar .value {
  position: absolute;
  top: -16px;
  font-size: 0.75em;
  text-align: center;
}
.diagram .bar .label {
  position: absolute;
  bottom: -22px;
  font-size: 0.7em;
  color: #a4a4a4;
  text-align: center;
}
.diagram .seteli, .seteliLegend {
  display: block;
  width: 20px;
  height: 18px;
  padding-top: 2px;
  margin: -1px 0 0 -12px;
  background: transparent url(../images/diagrams/orange-circle-small.png) no-repeat;
  font-size: 0.75em;
  color: #fff;
  text-align: center;
}
.diagram .tooltip {
  z-index: 5;
  width: 98px;
  padding: 8px 11px;
  font-size: 0.7em;
  font-weight: bold;
}
#points-table, #points-diagram
{
    position:relative;
}
#points-table {overflow:auto;}
#points-table table.columns-5 {min-width:556px;}
/* campaign forms: form-wrapper*/
.form-wrapper, .form-wrapper table {font-size:12px;}
.form-wrapper table td {border-top: 1px solid black;margin: 0 0 0 -10px;padding: 10px 0 10px 25px;}
.form-wrapper table tr:first-child td {border-top: none;  padding-top: 0;}
.form-wrapper label {display:inline-block; width: 9em;  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;}
.form-wrapper fieldset label {font-family: Arial, Helvetica, sans-serif;}
.form-wrapper legend {float: left; width: 9em;  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;}
.form-wrapper input[type="radio"], .form-wrapper input[type="checkbox"] {margin-right:0.5em;}
.form-wrapper textarea {height: 100px;width: 400px;}
.form-wrapper fieldset {margin-bottom:0;}
.form-wrapper fieldset br {display:none;}
.form-wrapper input[type="submit"]{background: url("../images/diagrams/orange-bar-gradient.png") repeat-x scroll center top #FF7004; border: medium none; border-radius: 5px 5px 5px 5px; color: #FFFFFF; float: right; font-family: 'ff-fago-web',Arial,Helvetica,sans-serif; font-weight: normal; padding: 1em 1.5em; text-transform: uppercase;}  
.form-wrapper .xformvalidator {padding-left: 10px;}
.form-wrapper .errorMessage {color: red; font-size:1em;}

.form-parts {
  /* uset at: oma k-plussa */

  display: block;
  margin: 0;
}
.form-parts p.message {
  color: #434242;
  margin: 1em 2em 1em 15px;
}
.form-parts p.error-message {
  color: #f00;
}
.form-parts p.additional-error-message {
  color: #f00;
}
.form-parts .form-part, .form-parts .form-part-like {
  margin: 0 0 0 -10px;
  border-top: 1px solid black;
  padding: 10px 0 10px 25px;
}
.greenText {
    color: #007B00;
    text-transform: uppercase;
}
#registrationFinalizedMessage h2.thankYou, .form-parts .form-part h2.thankYou {
  background: url('../images/kuittaus.gif') no-repeat;
  color: #007B00;
  padding-left: 35px;
  padding-top: 1px;
}
.form-parts .form-part h5 {
  margin: 0;
  color: #434242;
  font-weight: normal;
  text-transform: none;
}
.form-parts .form-part p {
  margin: 1em 0;
}
.form-parts .form-part .form-value, .form-parts .form-part ul.form-radios, .form-parts .form-part ul.form-checkboxes,  .form-parts .form-part-like .form-value{
  float: left;
}
.form-parts .form-part .form-value p, .form-parts .form-part ul.form-radios p, .form-parts .form-part ul.form-checkboxes p, .form-parts .form-part-like .form-value p {
  color: #434242;
  margin: 0;
}
.form-parts .form-part .form-value-date input {
  width: 4em;
}
.form-parts .form-part .form-value input.email {
    width: 128px;
}
.form-parts .form-part .form-value textarea.feedback-textarea {width:200px;}
.form-parts .form-part input.inline-submit, .form-parts .form-part input.form-start-button {
  display: block;
  float: left;
  margin: -0.8em 0 0 1em;
  padding: 1em 1.5em;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  background: #ff7004 url(../images/diagrams/orange-bar-gradient.png) top repeat-x;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.form-parts .form-part input.form-start-button {
  margin-top: 1em;
}
.form-parts .form-part .form-left-column {
  width: 50%;
  float: left;
}
.form-parts .form-part ul.form-radios, .form-parts .form-part ul.form-checkboxes {
  margin: 0;
  padding: 0;
}
.form-parts .form-part ul.form-radios li, .form-parts .form-part ul.form-checkboxes li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
  width: 9em;
}
.form-parts .form-part ul.form-radios li input, .form-parts .form-part ul.form-checkboxes li input {
  display: inline-block;
  margin-right: 0.5em;
}
.form-parts .form-part ul.form-radios-bank {clear:both;width:100%;}
.form-parts .form-part ul.form-radios-bank li {
  margin-top: 20px;
  height: 80px;
  position: relative;
  float:left;
}
.form-parts .form-part ul.form-radios-bank li label {
  display: block;
  width: 7em;
  position: absolute;
  top: 0;
  left: 2em;
}
.form-parts .form-part ul.form-list-wider li {
  width: 11.2em;
  display:inline;
}
.form-parts .form-part ul.form-list-full {
  width: 100%;
  margin: 1em 0 0 0;
}
#rekisteroityminen-accept-options, #chain-marketing-options {width: 480px;}
#rekisteroityminen-accept-options ul, #chain-marketing-options ul {width:480px;}
#interests-options ul {width:217px;}
#interests-options ul.col2 {float: left; clear:both; margin-top:0;}
#interests-options ul.col3 {position:absolute;left:218px;}

#tiedot-form .marketing ul li {float:left;}
#tiedot-form .cardHolderName {display:block;margin: 0;font-size: 0.9em;}
#tiedot-form .secondary-cards-form-part div#secondaryCardsList {width:100%;}
#tiedot-form .primary-cards-form-part a, #tiedot-form .secondary-cards-form-part div#secondaryCardsList a { cursor: pointer; }
#tiedot-form a.lostCardLink, #tiedot-form span.combCard, #tiedot-form a.removeCardLink { margin-left: 30px; }
#tiedot-form .primary-cards-form-part p, #tiedot-form .secondary-cards-form-part div#secondaryCardsList p { margin: 5px 0;}
#tiedot-form .secondary-cards-form-part p {float:left;clear:both;margin: 0;}
#tiedot-form div.combinationCardInfo p {margin-top:10px;}

.form-parts .form-part #rekisteroityminen-accept-options ul.form-list-full li, #chain-marketing-options ul.form-list-full li {width: 165px;}
#interests-options ul.form-list-full li { width: 220px;}
.form-parts .form-part ul.form-list-full li {
  width: 24%;
  padding: 0 0 0.3em 0;
}

#chain-marketing-options ul.form-list-full li { float: left; }
.form-parts .form-part ul.form-list-lines {
  width: 100%;
}
.form-parts .form-part ul.form-list-lines li {
  display: block;
  margin: 0.3em 0 0 1em;
  width: auto;
  position: relative;
}
.form-parts .form-part ul.form-list-lines-large li {
  margin: 1em 0 0 3em;
  text-indent: -2em;
}
.form-parts .form-part .form-action, .form-parts .form-part .form-error, .form-parts .form-part .server-error, .form-parts .form-part-like .form-action {
  width: 290px;
  clear: right;
  float: right;
}
#cboxLoadedContent .form-parts .form-part .server-error { float:none; }
.form-parts #donateto-list.form-part .form-action { margin-top:2px; *margin-top: -17px;}

.form-parts .form-part .form-action p, .form-parts .form-part .form-error p, .form-parts .form-part .server-error p, .form-parts .form-part-like .form-action p {
  text-align: left;
  margin: 0 5px 0 0;
}
.form-parts .form-part .form-thanks-offer {
  float: right;
}
.form-parts .form-part .form-error p, .form-parts .form-part .server-error p {
  color: #f00;
}
.form-parts #register_accept.form-part .form-error {clear:none;} /* ie7 fix for error message*/

.form-parts .form-part label.error {
  display: none !important;
}
.form-parts .form-part input.short-text {
  width: 3em;
}
.form-parts .form-part .larger {
  font-size: 0.9em;
}
.form-parts .form-part .date {
  color: #696969;
  font-size: 0.9em;
  padding-right: 1em;
}
.form-parts .form-part-lineless {
  border: none;
}
.form-parts .form-part.form-part-hp, .form-wrapper .hp-input {
    position:absolute;
    left: -1500px;
}
.form-parts .form-part-inline h5 {
  float: left;
  width: 10em;
  padding: 0 1em 0 0;
  clear:both;
}
.form-parts .form-part-inline h5.auto-width {
  width: auto;
}
.form-parts .form-part-info p {
  margin: 1em 0;
}
.form-parts .form-part-error {
  border: 2px solid #f00;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.form-parts .form-submit-part {
  margin: 0.5em 0.5em -1em 0;
}
.form-thanks-part-registration { margin: 0 0 0 -10px; padding: 10px 0 0 25px; }
.form-thanks-part-registration p { margin-bottom: 0; }
.form-thanks-part-registration .success, .form-thanks-part .success { float: left; margin-right: 10px; }
#rekisteroityminen-marketing-form { margin-bottom: 20px; }
#rekisteroityminen-marketing-form.form-parts .form-submit-part {  margin: 0 0 0 -10px; padding: 10px 0 10px 25px;}
#forced-rules-acceptance-form .buttonLink, #warranties .buttonLink, .accordion-content.cards .buttonLink, .accordion-content.account .buttonLink, .form-parts .form-submit-part input[type="submit"] {
  float: right;
  padding: 1em 1.5em;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  background: #ff7004 url(../images/diagrams/orange-bar-gradient.png) top repeat-x;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.form-parts .form-submit-part input[disabled="disabled"] {
    opacity: 0.7;
}
#rekisteroityminen-marketing-form.form-parts .form-submit-part input[type="checkbox"] {float: none; background: transparent; background-image:none; border-radius:0;   -webkit-border-radius: 0px;
  -moz-border-radius: 0px; color:#434242; padding: 0; font-size: 1em;}
#rekisteroityminen-marketing-form.form-parts .form-part ul.form-list-full li {float: left;}
#rekisteroityminen-marketing-form.form-parts .marketing-options {color: #434242; font-size:0.75em;}
.marketing .marketing-options {color: #434242; font-size:0.75em;}
#rekisteroityminen-marketing-form.form-parts div.marketing-options input {margin-right:0.5em;}
#rekisteroityminen-marketing-form.form-parts p.marketing-options input {margin-right:0.2em;}
#rekisteroityminen-marketing-form.form-parts p.marketing-options span {display:block;}

.form-parts .form-submit-part-middle {
  margin: 0.5em 0.5em 0.5em -10px;
  padding: 0 0 0 25px;
}

.form-parts .form-part .more-children {
    clear: both;
}

.form-wide .form-error, .form-wide .server-error {
  float: none !important;
  width: auto !important;
}
#card-info-images {
  margin-top: 1em;
}
#card-info-images a {
  display: block;
  float: left;
  height: 58px;
  margin-right: 20px;
  margin-bottom: 15px;
}
#card-info-images a img {
  display: block;
}
#card-info-images.toggle-group-on .toggle-link {
  opacity: 0.3;
}
#card-info-images.toggle-group-on .toggle-on {
  opacity: 1;
}
/* DEFAULT LOGIN FORM BM:LOGIN-FORM W100% ============================================================================= */
aside #login-form {
  /* media query */

  /*width: 100%;*/
  padding: 12px 0 0;
  margin-bottom: 20px;
  background: #f6a003;
  /*background: url('../images/root/plussaGradient.gif') top center no-repeat;*/

  /* global */

}
aside #login-form h3 {
  /* query */

  margin-left: 12px;
}
aside #login-form form {
  /* media query */

  /*width: 100%;*/
  position: relative;
  /*margin-left: 12px;*/
  padding-left: 12px;
}
#login-form form input#signin_submit {
  color: #ffffff;
  font-weight: normal;
  font-size: 0.85em;
  text-transform: uppercase;
  padding: 6px 29px 3px 0;
  margin: 0 10px 8px 0;
  display: inline;
  border: none;
  background: transparent url('../images/root/spriteArrows.png') right 2px no-repeat;
}
#login-form form input#signin_password, #login-form form input#signin_username {
  /* query */

  display: block;
  /* global */

  margin-bottom: 10px;
  width: 153px;
  padding: 7px 5px 5px 7px;
  font-size: 0.75em;
  color: #6b6b6b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.28) inset;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.28) inset;
  border: none;
}
#login-form a {
  color: #ffffff;
  font-size: 0.85em;
  display:inline-block;
  font-family: ff-fago-web, sans-serif;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0;
}
#login-form input::-webkit-input-placeholder, form#chat input::-webkit-input-placeholder {
  color: #6b6b6b;
}
#login-form input:-moz-placeholder, form#chat input:-moz-placeholder {
  color: #6b6b6b;
}
header[role="banner"] .alert-message {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px 0;
  background-color: #fddfde;
  background-color: #fddfde;
  border: 1px solid #fbc7c6;
}
aside .alert-message {
  text-align: center;
  padding: 4% 20px;
  margin-bottom: 10px;
  background-color: #fddfde;
  background-color: #fddfde;
  border: 1px solid #fbc7c6;
  -webkit-background-clip: padding-box;
}
.alert-message p {
  font-size: 0.7em;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #766e6e;
}
#login-form .alert-message .close-message a {
  color: #003a94;
  margin: 0;
  font-size: 1em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#plussa-user.not-active {
  height: 0;
  overflow: hidden;
}
/* EDUT JA TARJOUKSET  ============================================================================= */
div[role="main"].edut-ja-tarjoukset {
  /* query */

  /*padding-top: 0.75em;*/

}
div[role="main"].edut-ja-tarjoukset div.group {
  background: #ffffff url('../images/filters.bg.gif') top left repeat-x;
  border: 1px solid #f1f1f2;
  border-bottom: none;
  padding-top: 0.95em;
  /* query */

  /*margin-top: 10px;*/

}
div[role="main"].edut-ja-tarjoukset div.group.edut-ja-tarjoukset h2 {
  font-weight: normal;
  margin-left: 20px;
}
html.ie7 div[role="main"].edut-ja-tarjoukset div.group {
  z-index: 6000;
}
ul#plussa-filters, ul#plussa-sort {
  padding-left: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
ul#plussa-filters {z-index:9998;}
html.ie7 ul#plussa-filters {
  z-index: 3000;
}
ul#plussa-sort {
  overflow: hidden;
  padding: 25px 0 0 0px;
}
ul#plussa-sort li {
  float: left;
  list-style: none;
  /* query */

  margin-right: 15px;
  margin-left: 15px;
}
ul#plussa-sort li a {
  color: #003a94;
  cursor: pointer;
}
ul#plussa-sort li a.checked, ul#plussa-sort li a:hover {
  text-decoration: underline;
}
ul#plussa-filters li.plussa-filter {
  /* media query */

  width: 95%;
  height: 38px;
  float: left;
  margin: 0 0 5px 15px;
  position: relative;
  z-index:1;
  /* global */

  list-style: none;
  background: #ff7003 url('../images/filters.bgFilter.gif') top left repeat-x;
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*ul#plussa-filters li.plussa-filter.plussa-filter-menu-open {z-index:5;}*/
ul#plussa-filters li.plussa-filter:hover {
  -webkit-box-shadow: 0px 0px 5px #787676;
  -moz-box-shadow: 0px 0px 5px #787676;
  box-shadow: 0px 0px 5px #787676;
}
ul#plussa-filters li a {
  /* media query */

  width: 179px;
  height: 25px;
  padding: 10px 0 0 13px;
  /* global */

  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.15em;
  display: block;
  background: url('../images/icon.arrow.orange.down.gif') 90% 50% no-repeat;
  cursor: pointer;
}
ul#plussa-filters li div.plussa-filter-dropdown {
  /* media query */

  top: 36px;
  left: 0;
  width:100%;
  min-width:280px;
  /* global */

  padding-top: 15px;
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d19645;
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius-top-left: 0;
  /* pre-Safari 5, delete unused */

  -webkit-border-radius-top-right: 5px;
  -webkit-border-radius-bottom-right: 5px;
  -webkit-border-radius-bottom-left: 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0px 2px 5px #959494;
  -moz-box-shadow: 0px 2px 5px #959494;
  box-shadow: 0px 2px 5px #959494;
  z-index: 25;
}
ul#plussa-filters li div.plussa-filter-dropdown a.plussa-filter-dropdown-close {
  position: absolute;
  bottom: 5px;
  right: 10px;
  cursor: pointer;
  color: #6b6b6b !important;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  background: none;
}
ul#plussa-filters li div.plussa-filter-dropdown a.plussa-filter-dropdown-close:hover {
  text-decoration: underline;
}
html.i7 ul#plussa-filters li div.plussa-filter-dropdown {
  z-index: 1000;
}
ul#plussa-filters li div h3 {
  margin-left: 25px;
  margin-bottom: 0;
  padding-bottom: 4px;
  width: 90%;
  border-bottom: 1px solid #f06e08;
  color: #f06e08;
  font-weight: normal;
  font-size: 1.25em;
}
ul#plussa-filters li div h3 a {
  background: transparent url('../images/offers/icon.multiFilterState.gif') 0 -22px no-repeat;
  color: #f06e08;
  padding: 0 0 0 18px;
}
ul#plussa-filters li div h3 a:hover, ul#plussa-filters li div h3 a.checked {
  background-position: 0 4px;
}
ul#plussa-filters li ul {
  overflow: hidden;
  padding: 15px 0 15px 0;
  width: 100%;
}
ul#plussa-filters li ul li {
  background: none;
  width: 100%;
  height: auto;
  list-style: none;
  display: block;
  float: left;
  margin: 0 38px 0 0;
  width: 155px;
}
ul#plussa-filters li ul li a {
  background: none;
  padding: 0 0 0 20px;
  width: 100%;
  height: auto;
  /*color: #f06e08;*/

  color: #7d7d7d;
  font-size: 1.05em;
  display: block;
  margin: 0 0 2px;
}
ul#plussa-filters li ul li a.plussa-filter-inactive, ul#plussa-filters li ul li a.plussa-filter-atomHidden {
  color: #b7b7b7;
  display:none;
}
ul#plussa-filters li ul li a.checked {
  color: #ffffff;
  background: #fe8212 url('../images/icon.filterState.gif') 3px -33px no-repeat;
}
ul#plussa-filters li ul li a:hover {
  background: #fe8212 url('../images/icon.filterState.gif') 3px 3px no-repeat;
  color: #ffffff;
}
ul#plussa-filters li ul li a.plussa-filter-inactive:hover, ul#plussa-filters li ul li a.plussa-filter-atomHidden:hover {
  background: none;
  color: #b7b7b7;
  cursor: default;
}
ul#plussa-filters div.plussa-filter-multi-choose {
  width: 60%;
  margin: 0 0 0 30px;
  padding-bottom: 8px;
}
ul#plussa-filters div.plussa-filter-multi-choose a {
  color: #858585;
  background: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}
div#plussa-offers, div#plussa-search-offers{
  width: 99%;
  overflow: hidden;
  position: relative;
  /*padding: 30px 0 0 4px;*/

  padding: 30px 0 0 2px;
  margin: 0 auto;
}
html.ie7 div#plussa-offers, html.ie7 div#plussa-search-offers{
  /*z-index: 4000;*/

}
html.ie7 div#plussa-offers, html.ie8 div#plussa-offers {
  width: 695px;
  margin: 0 auto;
}

html.ie7 div#plussa-search-offers, html.ie8 div#plussa-search-offers {
  width: 470px;
  margin: 0 auto;
}
div.plussa-offer, div.plussa-search-offer {
  /* media query */

  width: 133px;
  height: 225px;
  margin: 0 0 8px 4px;
  /* global */

  border: 1px solid #ffffff;
  float: left;
  /*-moz-transform: none !important;*/
  position: relative;
  cursor: pointer;
}
#main-menu div.plussa-search-offer {
    margin-right: 10px;
}
div.plussa-offer p.title ,div.plussa-search-offer p.title {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  margin: 0 4px 0 4px;
  height: 42px;
  overflow:hidden;
  text-align: left;
}
div.plussa-offer img:first-child ,div.plussa-search-offer img:first-child {
  background: url("/templates/images/spinner.gif") no-repeat scroll center center transparent;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
div.plussa-offer span.discount-price, div.plussa-search-offer span.discount-price {
  position: absolute;
  bottom: 11px;
  left: 4px;
  color: #fd0101;
  font-family: Verdana, sans-serif;
  font-size: 1.05em;
  font-weight: bold;
  display: block;
}
div.plussa-offer span.discount ,div.plussa-search-offer span.discount {
  width: 53px;
  height: 24px;
  padding-top: 10px;
  position: absolute;
  bottom: 6px;
  right: 4px;
  display: block;
  color: #ffffff;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  margin-right: 4px;
  margin-top: 3px;
  background: transparent url('../images/icon.plussaDiscount.gif') no-repeat top left;
}
div.plussa-offer div.details {
  /* media query*/

  display: none;
  /* global */

  background: #585858;
  z-index: 15;
}
div.plussa-offer div.details ul.resellers {
  position: absolute;
  top: 0;
  left: 0;
}
div.plussa-offer div.details ul.resellers li {
  list-style: none;
}
div.plussa-offer.detail-in-view {
  border: 1px solid #e3ecfd;
  border-bottom: none;
}
div#plussa-offer-detail {
  background: transparent;
  border: 0;
  display: block;
  margin-top: -9px;
  padding: 0;
}
div#plussa-offer-detail a.close {
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -9999px;
  display: block;
  background: url('../images/offers/detailCloseBg.gif') top left no-repeat;
  width: 18px;
  height: 19px;
  cursor: pointer;
}
div#plussa-offer-detail ul.resellers {
  width: 165px;
  float:left;
  margin-top: 20px;
  margin-left: 0px;
  margin-right:0;
  padding:0;
}
div#plussa-offer-detail ul.resellers li {
  float: left;
  list-style: none;
  margin-bottom: 8px;
}
div#plussa-offer-detail div#offerMobileImage {display:none;padding:0 0 10px 5px;}
div#plussa-offer-detail div.images {
  float: left;
  height: 330px;
  margin-left: 0px;
  margin-top: 30px;
  overflow: hidden;
  width: 290px;
}
div#plussa-offer-detail div.images ul {
  height: 290px;
  overflow: hidden;
}
div#plussa-offer-detail div.images li {
  list-style: none;
}
div#plussa-offer-detail div.images.flexslider {
  background: none;
  border: none;
  border-width: 0px; /* IE7 */
}
div#plussa-offer-detail div.specs {
  width: 210px;
  float:right;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 10px;
}
div#plussa-offer-detail div.specs h2.brand {
  font-family: ff-fago-web, sans-serif;
  font-size: 0.85em;
  margin-left: 0;
  margin-bottom: 0.15em;
  color: #2b2b2b;
  text-align: left;
}
div#plussa-offer-detail div.specs h3.title {
  font-family: ff-fago-web, sans-serif;
  font-size: 1.15em;
  margin-bottom: 0.25em;
  color: #000000;
  text-align: left;
}
div#plussa-offer-detail div.specs span.discount-price {
  color: #fd0101;
  font-family: Verdana, sans-serif;
  font-size: 2.45em;
  font-weight: bold;
  display: block;
}
div#plussa-offer-detail div.specs span.more-info, div#plussa-offer-detail div.specs span.price-without-card {
  font-size: 0.65em;
  display: block;
  color: #707173;
  max-height: 322px;
  overflow: hidden;
}
div#plussa-offer-detail div.specs span.more-info-strong {
    font-weight: bold;
    font-size: 0.75em;
}
div#plussa-offer-detail div.specs span.price-without-card {
  margin-top: 0.95em;
}
div#plussa-offer-detail div.specs span.discount {
  width: 104px;
  height: 46px;
  padding-top: 17px;
  display: block;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-right: 4px;
  margin-top: 1.05em;
  margin-bottom: 15px;
  background: transparent url('../images/offers/icon.plussaDiscountBig.gif') no-repeat top left;
}
div#plussa-offer-detail div.specs span.offer-valid {
  color: #000000;
  display: block;
  font-size: 0.72em;
}
div#plussa-offer-detail div.specs span.days-remaining {
  color: #fd0100;
  display: block;
  margin-top: 0.65em;
  font-size: 0.72em;
}
div#plussa-offer-detail div.description {
  clear:both;
  padding:2px 10px;
  /*font-size: 0.75em;*/
}
div#plussa-offer-detail a.show-locations, div#plussa-offer-detail #CouponLinks a {
  display: inline-block;
  margin: 10px;
  clear:both;
  cursor: pointer;
  color: #707173;
  font-size: 0.75em;
  font-style: italic;
  background: #ffffff url('../images/root/spriteArrows.png') 145px -78px no-repeat;
  padding: 8px 37px 8px 5px;
  min-width:137px;
  border: 1px solid #dddcda;
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#plussa-offer-detail #CouponLinks a {color:#FFFFFF;border-color:#F39203;background: #F39203 url('../images/root/spriteArrows.png') 145px -444px no-repeat;}
div#plussa-offer-detail #CouponLinks a:hover {text-decoration: underline;}
div#plussa-offer-detail a.show-locations:hover {
  text-decoration: underline;
  background: #ffffff url('../images/root/spriteArrows.png') 145px -39px no-repeat;
}
div#plussa-offer-detail .offer-related {
  width: 100%;
  clear:both;
  margin-bottom: 5px;
}
div#plussa-offer-detail .offer-related small {
  font-size: 0.7em;
  color: #6b6b6b;
  font-style: italic;
  margin-left: 9px;
}
div#plussa-offer-detail .offer-related .related {
  width: 688px;
  height: 185px;
  margin-left: 5px;
  border: 1px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
}
div#plussa-offer-detail .offer-related .related .related-item {
  /* media query */

  width: 133px;
  height: 175px;
  margin: 8px 0 0 2px;
  /* global */

  border: 1px solid #ffffff;
  float: left;
  position: relative;
}
div#plussa-offer-detail .offer-related .related .related-item a {
  font-family: Verdana, sans-serif;
  font-size: 0.6em;
  color: #003A94;
  margin: 0 4px 0 4px;
  text-align: left;
  display: inline;
}

a:hover.offerDetail 
{
    text-decoration: none;
}

/* Leiki widget / related items in offers =============== */

div#plussa-offer-detail .leikiwidget {float:left; padding: 10px 10px 10px 10px; margin: 0 10px 0 150px;border: 1px solid #E3ECFD;}
div#plussa-offer-detail .leikiwidget h3 {font-size:1em;}
div#plussa-offer-detail .leikiwidget .items {clear:both;}
div#plussa-offer-detail .leikiwidget .item {float:left; width:48%; margin-right:2%; margin-bottom: 10px; font-size: 0.7em;}
div#plussa-offer-detail .leikiwidget a.link-headline { }
div#plussa-offer-detail .leikiwidget a.link-img img {width:90px; float:left; margin-right:10px;}
div#plussa-offer-detail .leikiwidget div.images {height: auto;margin-left: 0px;margin-top: 0px; width: 520px;}
div#plussa-offer-detail .leikiwidget div.headline {font-family: ff-fago-web, sans-serif;font-size: 0.85em;margin-bottom: 0.5em;text-transform: uppercase;}
div#plussa-offer-detail .leikiwidget  {display:block !important; position: static !important;}


/* Offers modal in mobile - styles influence from top to down =============== */

@media only screen and (max-width: 768px) {
	div#plussa-offer-detail div.specs {width:185px;}
    .grey-diagram { overflow:auto;}	
    #diagram .legend { display: block; }
}

@media only screen and (max-width: 690px) {
	div#plussa-offer-detail div.images {width:270px;}
}

@media only screen and (max-width: 640px) {
    #cboxClose {top: 5px;}
    div#plussa-offer-detail div.images {margin-top:50px;width:290px;}
    div#plussa-offer-detail ul.resellers {width:155px;margin-bottom:5px;margin-top:30px;margin-right:20px;}
    div#plussa-offer-detail div.specs {padding: 0px 0 0 5px;float:left;width: 400px;}
    div#plussa-offer-detail .leikiwidget {margin-left:0;}
   
    div#plussa-offer-detail div.description {max-width: 540px;padding-left:5px;}
    div#plussa-offer-detail div.specs span.discount-price {font-size:2.2em;}
    div#plussa-offer-detail div.specs span.more-info {display: block;}
}

@media only screen and (max-width: 519px) {

     div#plussa-offer-detail div.images {display:none;}
     div#plussa-offer-detail ul.resellers {margin-top:20px;margin-right:40px;}
    div#plussa-offer-detail div#offerMobileImage {display:block;padding-top:40px;}
    div#plussa-offer-detail div.images.tab {display: block;}

    div#plussa-offer-detail div.specs {float:left;width: 349px;}
}

@media only screen and (max-width: 480px) {
    div#plussa-offer-detail div.specs {float:left;width: 294px;}
    div#plussa-offer-detail div.description {max-width: 400px;}
    div#plussa-offer-detail div.specs span.discount-price {font-size:2em;}
    div#plussa-offer-detail .leikiwidget .item {width: 100%;}
     div#plussa-offer-detail .leikiwidget div.headline {width: 470px;}
}

@media only screen and (max-width: 360px) {
	div#plussa-offer-detail ul.resellers {float:none;}
    div#plussa-offer-detail div.specs {float:left;width: 174px;}
    div#plussa-offer-detail ul.resellers {margin-right:0;}
}

@media only screen and (max-width: 320px) {
    div#plussa-offer-detail div.specs {float:left;width: 134px;}
   div#plussa-offer-detail div.description {max-width: 260px;}
   div#plussa-offer-detail div.specs span.discount-price {font-size:1.6em;}
    div#plussa-offer-detail .leikiwidget div.headline {width: 310px;}
}
.accountSection .plussa-show-more { font-size:0.75em; }
.accountSection .plusOperations .plussa-show-more, .accountSection .expired .plussa-show-more { width:295px; }
.accountSection .minusOperations .plussa-show-more { width:588px; }
div#plussa-show-more {
  width: 100%;
  position: relative;
}
.accountSection .plussa-show-more a, div#plussa-show-more a {
  /* query */

  width: 95%;
  /* width: 100%;  */

  margin: 0 auto;
  /* global */

  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  padding-left: 5%;
  cursor: pointer;
  color: #0251a1;
  text-decoration: none;
  position: relative;
  font-family: ff-fago-web, sans-serif;
  font-size: 0.95em;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.15);
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius-top-left: 0;
  /* pre-Safari 5, delete unused */

  -webkit-border-radius-top-right: 0;
  -webkit-border-radius-bottom-right: 6px;
  -webkit-border-radius-bottom-left: 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.accountSection .plussa-show-more a .arrowDown-left, .accountSection .plussa-show-more a .arrowDown-right,
div#plussa-show-more a .arrowDown-left, div#plussa-show-more a .arrowDown-right {
  position: absolute;
  bottom: 9px;
  width: 15px;
  height: 15px;
  display: block;
  background: url('../images/root/spriteArrows.png') -4px -404px no-repeat;
}
.accountSection .plussa-show-more a .arrowDown-left, .accountSection .plussa-show-more a .arrowDown-right{ bottom:5px; }
.accountSection .plussa-show-more a .arrowDown-left, div#plussa-show-more a .arrowDown-left { left: 9px; }
.accountSection .plussa-show-more a .arrowDown-right, div#plussa-show-more a .arrowDown-right { right: 9px; }
.accountSection .plussa-show-more a { padding-top:3px;padding-bottom:3px; }

div#plussa-places {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
div#plussa-places a {
  display: block;
  position: relative;
}
div#plussa-places div.plussa-place-details {
  background: #ffffff url('../images/offers/detailBg.gif') bottom left repeat-x;
  border: 1px solid #e3ecfd;
  display: block;
  padding: 0;
  height:auto !important;
}
div#plussa-places div.plussa-place-details a.close {
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -9999px;
  display: block;
  background: url('../images/offers/detailCloseBg.gif') top left no-repeat;
  width: 18px;
  height: 19px;
  cursor: pointer;
}
div#plussa-places div.plussa-place-details div.images {
  width: 290px;
  height: 330px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: 25px;
}
div#plussa-places div.plussa-place-details div.images ul {
  height: 290px;
  overflow: hidden;
}
div#plussa-places div.plussa-place-details div.images li {
  list-style: none;
}
div#plussa-places div.plussa-place-details div.images.flexslider {
  background: none;
  border: none;
}
div#plussa-places div.plussa-place-details div.info {
  padding: 35px 15px 0 15px;
}
div#plussa-places div.plussa-place-details div.info p.buttons {overflow:hidden;}
div#plussa-places div.plussa-place-details div.info p.buttons a {
    float: left;
}
div#plussa-places div.plussa-place-details div.info p a {
  color: #003A94;
  text-decoration: none;
  display: inline;
}
div#plussa-places div.plussa-place-details div.info p a:hover {
  text-decoration: underline;
}
div#plussa-places div.plussa-place-details div.info a.facebook {
  padding: 6px 0 6px 28px;
  background: url('../images/root/spriteIcons.png') 0 -85px no-repeat;
}
div#plussa-places div.plussa-place-details div.info a.show-locations, div#plussa-places div.plussa-place-details div.info a.to-offers {
  cursor: pointer;
  color: #707173;
  font-size: 0.95em;
  font-style: italic;
  text-decoration: none;
  line-height: 2em;
  padding: 6px 36px 6px 5px;
  border: 1px solid #dddcda;
  display: block;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#plussa-places div.plussa-place-details div.info a.to-offers {
  color: #ffffff;
  background: #fe9002 url('../images/root/spriteArrows.png') 94px -255px no-repeat;
  width: 82px;
}
div#plussa-places div.plussa-place-details div.info a.show-locations {
  background: #ffffff url('../images/root/spriteArrows.png') 81px -78px no-repeat;
  width: 70px;
  margin-right: 20px;
}
div#plussa-places div.plussa-place-details div.info a.show-locations:hover, div#plussa-places div.plussa-place-details div.info a.to-offers:hover {
  text-decoration: underline;
}
div.plussa-place {
  position: relative;
}
div.plussa-place a.hash {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent url(../images/root/transparent.gif) 0 0 repeat;
}
div.plussa-place .details {
  display: none;
  visibility: hidden;
}
div.plussa-place.open-detail {
  border: 1px solid #e2ecfd;
}
/* PLUSSA MESSAGES */
#message-list .unread {
  font-weight: bold;
}
/* WARRANTIES */
#warranties { overflow: hidden; padding-right: 15px; margin-top: 10px; }
#warranties h5 { margin: 1em 0 0.5em 0; }
#warranties img.success { float: left; margin-right: 10px; }
#warranties .warrantyItem { clear: both; margin: 0; font-size: 0.8em; width: 636px; }
#warranties .warrantyItem .toggle-link { display: block; margin-top: 6px; overflow: hidden; }
#warranties .warrantyItem .toggle-link:hover { display: block; background-color: #E2ECFD; color: #003A94; }
#warranties .warrantyItem .toggle-link:hover span { text-decoration:underline; }
#warranties .warrantyItem .toggle-on { background-color: #E2ECFD; }
.ie8 #warranties .warrantyItem .toggle-link, .ie7 #warranties .warrantyItem .toggle-link { cursor: pointer; }
.ie8 #warranties .warrantyItem .mouse-on, .ie7 #warranties .warrantyItem .mouse-on { background-color: #E2ECFD; }
.ie8 #warranties .warrantyItem .mouse-on span, .ie7 #warranties .warrantyItem .mouse-on span { text-decoration:underline; }
#warranties .tableHeader { font-weight: bold; }
#warranties p span { float: left; padding: 6px 0 6px 16px; background-color: inherit; }
#warranties p.details { padding: 0.5em 0; }
#warranties p.details span { padding-top: 0; padding-bottom: 0; }
#warranties .valid span  { font-weight: bold; }
#warranties p span.product { width: 250px; }
#warranties p span.shop { width: 234px; }
#warranties p span.date { width: 104px; }
.warranty p span.label { width: 150px; }
.warranty p span.value { width: 330px; }
#warranties a.close { display: block; float: left; margin: 14px; }
#warranties .info-box { width: 636px; padding: 0; float: left; margin: 0; border-top: 2px solid white; }
#warranties .info-box { float: none\9; }
.warranty .info-box { background-color: White; }
#warranties .info-box { background-color: #E2ECFD; }
.warranty .printoutOnly { display: block; }
#warranties .printoutOnly { display: none; }
.warranty .nonPrintable { display: none; }
#warranties .nonPrintable { display: block; }
.form-submit-part input[type="submit"].buttonGray, #forced-rules-acceptance-form .form-submit-part a.buttonLinkGrey, .confirmationDialog a.buttonLinkGrey {
    display: block;
    font-family: "ff-fago-web",Arial,Helvetica,sans-serif;
    background: url("../images/diagrams/grey-bar-gradient.png") repeat-x scroll center top #878787;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    font-size: 0.75em;
    height: 38px;
    margin: 0 20px 0 0;
    padding: 0 1.5em;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    line-height: 38px;
}
#warranty-form .form-submit-part input[type="submit"].buttonGray, #forced-rules-acceptance-form .form-submit-part input[type="submit"].buttonGray { margin-right: 0; height: auto; line-height: normal; padding: 1em 1.5em; }
.confirmationDialog .form-parts .form-submit-part { margin-bottom: 0; }
.confirmationDialog .form-parts .form-submit-part input { margin: 0 20px 0 0; padding: 0 1.5em; height: 38px; }
.confirmationDialog .form-thanks-part .buttonLink { float: right; }
.confirmationDialog .form-parts .form-part { margin:0;}
/* TABLE */
.tablerow {background-color:#f1f1f2; overflow: auto;display: table-row;}
.tablerow:nth-child(2n) {background-color:#f9f9f9;}
.tablerow span {display: block;float: left; padding: 5px; }
/* ACCOUNT */
p.successMsg {color:#007B00;} 
p.errorMsg {color:red;} 
.accordion-content.account .notification { background-color: #FFF; border: 2px solid #000; margin-bottom: 20px; }
.accordion-content.account .notification p { margin: 1em; color: #000; }
.accordion-content.account .accountSection { overflow:auto; margin-top:15px; padding-top:15px; border-top:1px solid black; }
.accordion-content.account .accountSection:first-child { padding-top:0; border-top:none; }
.accordion-content.account .form-parts .form-error, .accordion-content.account .form-parts .server-error { float:left; width:250px; }
.accordion-content.account .form-part { margin-left: 0; padding-left: 0; }
.accordion-content.account .accounts {overflow:auto; width:100%;}
.accordion-content.account .accountColumn { float: left; width: 299px; padding-bottom: 20px; }
.accordion-content.account .accountColumn.currentAccount { margin-right: 40px; }
.accordion-content.account .accountColumn .buttonLink {float: right;}
.accordion-content.account .accountColumn .buttonLink:last-child {float:left;}
.accordion-content.account .saldoRow { margin-bottom: 20px; overflow: auto; }
.accordion-content.account .saldoRow h4 { float:left; margin-bottom: 0; padding: 6px 15px 0 0; line-height: 22px; }
.accordion-content.account .saldoRow .saldo { width:100px; float:right; padding:3px; color: #000; font-weight: bold; text-align: center; border-radius: 5px; border: 2px solid #000; }
.accordion-content.account .saldoRow .infoIcon { cursor:pointer; background-color: #fe8816;border-radius: 10px;color: #fff;display: block;float: right;font-weight: bold;height: 10px;line-height: 10px;margin: 5px;padding: 5px;text-align: center;width: 10px; }
.accordion-content.account .history {margin-bottom: 20px;}
.accordion-content.account .history h5 {text-transform: uppercase; margin: 20px 0 10px;}
.accordion-content.account .mandates .persons {font-size:0.75em;}
.accordion-content.account .mandates .persons .msg { font-size: 1em; }
.accordion-content.account .mandates .person {clear: both;margin-bottom: 8px;overflow: hidden;}
.accordion-content.account .mandates .person span { color: #434242;display: inline-block;float: left;padding-right: 15px;width: 200px; }
.accordion-content.account .mandates .person a { }
.accordion-content.account .mandates .person.active span { font-weight:bold; color:black; }
.accordion-content.account .tablerow.header {background-color: #eaeaea; color: #7788A2; font-weight:bold; }
.accordion-content.account .tablerow { font-size: 0.75em; }
.accordion-content.account .tablerow span { display: block; float: left; text-align:left; padding:5px; margin-right: 25px; }
.accordion-content.account .tablerow span:last-child {margin-right:0;}
.accordion-content.account .tablerow .operationDate { width: 175px; }
.accordion-content.account .tablerow .operationDateNarrow { width: 100px;}
.accordion-content.account .tablerow .amount { width: 75px; }
.accordion-content.account .accountColumn .tablerow .amount { width: 100px; }
.accordion-content.account .accountColumn .tablerow .expirationDate { width: 154px; }
.accordion-content.account .tablerow .expirationDate { width: 140px; }
.accordion-content.account .tablerow .shop { width: 189px; }
.accordion-content.account .tablerow .cardNumber { width: 109px; }
.accordion-content.account .tablerow .showMore { width: 100%; }
.accordion-content.account .tablerow span.right { text-align: right; }
.accordion-content.account .buttonLink { float: none; }
#moneyTransfer h3, #closeAccount h3, #infoBox h3 { width: 320px; }
/* CARDS */
div.accordion-content.cards div.primary-cards-form-part { margin-top: 13px; }
#secondaryCardsList, #primaryCardsList {font-size: 0.75em; margin-bottom: 20px;}
.tablerow .cardDetails { clear: both; }
.tablerow .cardDetails a { cursor: pointer; display: block; float: left; padding: 5px; }
.tablerow .cardDetails span, .tablerow .cardDetails a { padding:3px; }
.tablerow .cardDetails span:first-child, .tablerow .cardDetails a:first-child { margin-left:2px; }
.tablerow .cardDetails span:last-child, .tablerow .cardDetails a:last-child { margin-right:2px; }
.tablerow .cardNumber, .tablerow .cardHolderName {width: 140px;}
.tablerow .cardInfo {width: 300px;}
.tablerow .cardHolderName {font-weight:bold;}
.tablerow .cardHolder {float: none;margin: 5px 0 2px;overflow: hidden;}
#primaryCardsList .tablerow span, #primaryCardsList .tablerow a { padding: 5px; }
.accordion-content.cards .buttonLink { font-size: 1em; float: none; }
/* EDUT JA TARJOUKSET / ETUSIVU W100% ============================================================================= */
div.frontpage.edut-ja-tarjoukset {
  /* query */

  /*margin-top: 20px;*/

  /*padding-top: 22px;*/

  width: 100%;
  position: relative;
  display: inline;
  float: left;
  margin: 0 5px;
}
/* 11 MAIN BM:MAIN W100% 	============================================================================= */
div[role="main"] {
  margin: 0 0 10px;
}
div[role="main"] {
  /* query */

  width: 100%;
  /*margin-left: 15px;*/

  /* global */

  position: relative;
}
div[role="main"] h3.ribbon {
  /* query */

  left: -15px;
  background: url('../images/root/plussaGradient.jpg') center center no-repeat;
  /* global */

  color: #ffffff;
  /*width: 700px;*/

  width: 100%;
  height: 30px;
  position: absolute;
  top: 4px;
  padding: 9px 0 0 15px;
  /*padding: 9px 0 0 23px;*/
  margin: 0;
}
div[role="main"] div.group.edut-ja-tarjoukset {
  position: relative;
  top:-10px;
  /* query */

  /*margin-top: 20px;*/

}
div.plussa-to-all-offers {
  /* query */

  width: 100%;
}
div.plussa-to-all-offers a {
  /* query */

  width: 90%;
  min-width:210px;
  margin: 0 auto;
  /* global */

  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  padding-left: 5%;
  cursor: pointer;
  color: #0251a1;
  text-decoration: none;
  position: relative;
  font-family: ff-fago-web, sans-serif;
  font-size: 0.95em;
  background: url('../images/root/spriteArrows.png') 201px -231px no-repeat;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.15);
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius-top-left: 0;
  /* pre-Safari 5, delete unused */

  -webkit-border-radius-top-right: 0;
  -webkit-border-radius-bottom-right: 6px;
  -webkit-border-radius-bottom-left: 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
div.plussa-to-all-offers a:hover {
  /*text-decoration: underline;*/

}
/* 11 MAIN 	/ BANNERS BM:MAIN-BANNERS W100%	============================================================================= */
.banner-place {
  /* query */

  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
  /* global */

  border: none !important;
  background: none !important;
  /** for banner details */

}
.banner-place .banner {
  /* query */

  margin: 0 2px;
  /* margin: 0 5px; */

  position: relative;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.banner-place div {margin-top:12px !important;}
.banner-place div:first-child {margin-top:0 !important;}
.banner-place .banner .highlight {
  /* query */

  padding: 6px 0 3px 11px;
  /* padding: 6px 0 3px 21px; */

  width: auto;
  display: block;
  color: #f7870c;
  font-family: ff-fago-web, sans-serif;
  margin-top: 18px;
  background: #f3f6fd;
  text-decoration: none;
}
.banner-place .banner .link-to {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #003a94;
  text-decoration: none;
  font-size: 0.75em;
  font-family: ff-fago-web, sans-serif;
}
.banner-place .banner .link-to:hover {
  text-decoration: underline;
}
.banner-place .banner .details {
  display: none;
  visibility: hidden;
}
.banner-place a.banner:hover {
  text-decoration: none;
}
.banner-place .banner.one {
  width: 48.5%;
}
.banner-place .banner.half {
  width: 31.5%;
}
.banner-place .banner.full {
  width: 100%;
  margin: 0 0;
}
.banner-place img { max-width: 100%;height: auto;width: auto\9; /* ie8 */ }
.campaigns .banner-place {margin-left:0;}
.campaigns .banner-place .banner.full {margin: 0 0 5px 0px;}
.campaigns .banner-place .banner {margin: 0 5px 5px 0px;}
.banner-place .banner.placeHolder {
  height: 120px;
  background: #e2ecfd;
}
.banner-place div.banner-details {
  background: #ffffff url('../images/offers/detailBg.gif') bottom left repeat-x;
  border: 1px solid #e3ecfd;
  display: block;
  margin-top: -9px;
  padding: 0;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.15);
}
.banner-place div.banner-details a.close {
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -9999px;
  display: block;
  background: url('../images/offers/detailCloseBg.gif') top left no-repeat;
  width: 18px;
  height: 19px;
  cursor: pointer;
}
.banner-place div.banner-details ul.resellers, .banner-place div.banner-details div.partner-info {
  width: 115px;
  position: absolute;
  top: 15px;
  left: 10px;
}
.banner-place div.banner-details ul.resellers li, .banner-place div.banner-details div.partner-info li {
  float: left;
  list-style: none;
  margin-bottom: 8px;
}
.banner-place div.banner-details a.link-to {
  position: absolute;
  bottom: 12px;
  left: 10px;
  display: block;
  margin-top: 18px;
  color: #707173;
  text-decoration: none;
  font-size: 0.95em;
  font-family: ff-fago-web, sans-serif;
  background: #ffffff url('../images/root/spriteArrows.png') 86px -75px no-repeat;
  padding: 8px 37px 8px 5px;
  border: 1px solid #dddcda;
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.banner-place div.banner-details a.link-to:hover {
  text-decoration: underline;
  background: #ffffff url('../images/root/spriteArrows.png') 86px -36px no-repeat;
}
.banner-place div.banner-details div.images {
  width: 290px;
  height: 330px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 150px;
}
.banner-place div.banner-details div.images ul {
  height: 290px;
  overflow: hidden;
}
.banner-place div.banner-details div.images li {
  list-style: none;
}
.banner-place div.banner-details div.images.flexslider {
  background: none;
  border: none;
}
.banner-place div.banner-details div.specs {
  width: 180px;
  position: absolute;
  top: 75px;
  right: 30px;
}
.banner-place div.banner-details div.specs p.title {
  font-family: ff-fago-web, sans-serif;
  font-size: 1.25em;
  margin-bottom: 0.25em;
  color: #000000;
  text-align: left;
}
.banner-place div.banner-details div.specs span.discount-price {
  color: #fd0101;
  font-family: Verdana, sans-serif;
  font-size: 2.45em;
  font-weight: bold;
  display: block;
}
.banner-place div.banner-details div.specs span.more-info {
  font-size: 0.55em;
  position: relative;
  float: right;
  width: 80px;
  display: block;
  top: -22px;
  right: -9px;
  color: #707173;
}
.banner-place div.banner-details div.specs span.discount {
  width: 104px;
  height: 46px;
  padding-top: 17px;
  display: block;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-right: 4px;
  margin-top: 3px;
  background: transparent url('../images/offers/icon.plussaDiscountBig.gif') no-repeat top left;
}
.banner-place div.banner-details div.specs span.offer-valid {
  color: #000000;
  display: block;
  margin-top: 35px;
  font-size: 0.85em;
}
.banner-place div.banner-details div.specs span.days-remaining {
  color: #fd0100;
  display: block;
  margin-top: 2px;
  font-size: 0.85em;
}
.banner-place div.banner-details a.show-locations {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  left: 10px;
  color: #707173;
  font-size: 0.75em;
  font-style: italic;
  background: #ffffff url('../images/root/spriteArrows.png') 145px -78px no-repeat;
  padding: 8px 37px 8px 5px;
  border: 1px solid #dddcda;
  -webkit-background-clip: padding-box;
  /* fix WebKit background bleed on border-radius */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.banner-place div.banner-details a.show-locations:hover {
  text-decoration: underline;
  background: #ffffff url('../images/root/spriteArrows.png') 145px -39px no-repeat;
}
/* 11 MAIN - Other forms */
div[role="main"] div.group div.omaPlussaOtherFormContainer { margin-top: 20px; padding:20px;background-color:#ffffff; }
div[role="main"] div.group div.omaPlussaOtherFormContainer div.instructions { padding: 10px 0; }
div[role="main"] div.group div.omaPlussaOtherFormContainer div.chain-cancel-error { padding: 10px 0; }
div[role="main"] div.group div.omaPlussaOtherFormBottomShadow { border-radius: 0 0 6px 6px; box-shadow: 0 6px 7px rgba(0, 0, 0, 0.15); height: 22px;background-color:#ffffff; }
div[role="main"] div.group div.omaPlussaOtherFormContainer div.group h5 { width: 12em; }

div[role="main"] .banner-place {margin: 0 auto;}

/* 12 COMPLEMENTARY BM:SIDEBAR W100% ============================================================================= */
aside[role="complementary"] {
  /* query */

  /*margin: 0 0 10px;*/

  margin: 0 0 0;
}
aside[role="complementary"] a img, aside[role="complementary"] img {display:none;}
.banner-left-column-wrapper {padding-bottom:15px;}
.banner-left-column {margin:10px 0 10px 16px;}
aside[role="complementary"] .banner-left-column a {display:block;min-height:26px;background: url("../images/root/spriteArrows.png") no-repeat scroll left 2px;color:#FA860B;}
aside[role="complementary"] .banner-left-column a span {display:block;position:relative;top:2px;max-width:250px;margin-left:30px;font-size:17px;font-weight:bold;}
aside .facebook iframe {width:235px;}
aside .banner {
  width: 100%;
}
aside .banner.chat, aside .banner.order-plussa-card {
  visibility: hidden;
  height: 0;
}
aside .banner.register {
  width: 100%;
  overflow: visible;
  background: #e2ecfd;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  visibility: visible;
  position: relative;
}
aside .banner.register a {
  width: auto;
  display: block;
  color: #f7870c;
  font-family: ff-fago-web, sans-serif;
  padding: 6px 0 3px 31px;
  background: #f3f6fd url('../images/root/spriteArrows.png') 2px -312px no-repeat;
  text-decoration: none;
}
aside .banner.register a.image{background:none; padding:30px 0 0 10px; display:none;}
aside .banner.register a.image img { max-width: 170px;}
.banner.plussa-user {
  /* query */

  background: #e2ecfd;
  padding-top: 8px;
  padding-bottom: 4px;
  margin-bottom: 20px;
  position: relative;
  /* global */

}
.banner.plussa-user h3.ribbon {
  background-position: 0 -90px;
  font-weight: normal;
  padding-left: 22px;
  width: 181px;
}
.banner.plussa-user p {
  margin-left: 18px;
  font-size: 0.85em;
  font-family: Arial;
}
.banner.plussa-user p a {
  color: #003a94;
  text-decoration: none;
}
.banner.plussa-user p a:hover {
  text-decoration: underline;
}
/* logged in user - links */
.banner.plussa-user a.plussa-user {
  color: #6b6b6b !important;
  font-family: ff-fago-web, sans-serif !important;
  display: block !important;
  text-decoration: none !important;
  padding-left: 26px !important;
  background: url('../images/root/spriteArrows.png') 0 -198px no-repeat;
  margin: 0 8px 0 18px !important;
  height:25px;
  font-size:1em !important;
  /* query */

  position: absolute;
  top: 51%;
  left: 39%;
}
.banner.plussa-user a.plussa-user:hover {
  color: #f7870c;
  background: #f8f8f9 url('../images/root/spriteArrows.png') 0 0 no-repeat;
}
.banner.plussa-user a.plussa-user.account {
  top: 35%;
}
.welcome span {
  display: block;
}
header[role="banner"] #login-form .banner.plussa-user {overflow:hidden;}
header[role="banner"] #login-form .banner.plussa-user #bg-auth-right {display:none;}
header[role="banner"] #login-form .banner.plussa-user h3.ribbon {padding-left:18px;}
header[role="banner"] #login-form .banner.plussa-user #links {float:left;margin:0;}
header[role="banner"] #login-form .banner.plussa-user a.plussa-user {position:static;}

/* 13 CONTENTINFO 	============================================================================= */
/* DELTA */
footer[role="contentinfo"] .footer-services {
  background: url(../images/root/footer-logo.png) bottom left no-repeat;
  padding: 20px 0 140px 20px;
}
footer[role="contentinfo"] .footer-services ul {
  float: left;
  min-height:101px;
  width:96px;
  margin: 10px 45px 10px 0;
  padding: 0;
  list-style-type: none;
}
footer[role="contentinfo"] .footer-services ul li {
  color: #808080;
}
footer[role="contentinfo"] .footer-services ul li > a {
  color: #fa860b;
  text-decoration: none;
}
footer[role="contentinfo"] .footer-services ul li > a:hover {
  text-decoration: underline;
}
footer[role="contentinfo"] .copyright {
  height: 42px;
  padding-top: 13px;
}
footer[role="contentinfo"] .copyright p {
  color: #696969;
  margin: 0 0 0 30px;
}
footer[role="contentinfo"] .copyright p a {
  color: #696969;
  text-decoration: none;
}
footer[role="contentinfo"] .copyright p a:hover {
  text-decoration: underline;
}
/* LOGOTABS frontpage only */
footer[role="logotabs"] .tabs {margin-top:15px;}
footer[role="logotabs"] .tabs ul.tab-nav {
  margin: 0;
  padding: 0;
  border: solid 1px #e8e8e8;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
footer[role="logotabs"] .tabs ul.tab-nav li {
  margin: 0;
  list-style-type: none;
}
footer[role="logotabs"] .tabs ul.tab-nav li a {
  display: block;
  padding: 10px 2em;
  background: #e5edfb;
  color: #6b6b6b;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}

footer[role="logotabs"] .tabs ul.tab-nav li a:hover {background: #fff;color: #6b6b6b;}
footer[role="logotabs"] .tabs ul.tab-nav li a.selected, footer[role="logotabs"] .tabs ul.tab-nav li a.selected:hover {background: #ed911b;color: #fff;}

footer[role="logotabs"] .tabs div.tab-content {
  padding: 15px 29px;
  overflow: hidden;
  background: #fff;
  border: solid 1px #e8e8e8;
  border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
}
/* 14 GLOBAL OBJECTS ============================================================================= */
a#backToTop {
  display: block;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  background: url(../images/root/backToTop.png) top left no-repeat;
  cursor: pointer;
}
a.rss {
  /* used at: header */

  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/root/rss.png) 0 0 no-repeat;
}
a.close {
  color: #6b6b6b !important;
  text-transform: uppercase;
  text-decoration: none;
}
a.close:hover {
  text-decoration: underline;
}
.grey-box {
  /* used at: oma saldo box */

  background: #f1f1f2 url(../images/filters.bg.gif) top left repeat-x;
  border: 1px solid #f1f1f2;
  border-bottom: none;
  padding: 20px;
}
.grey-box h4 { margin-top: 35px; margin-bottom: 10px; }
.grey-box a:hover {
  text-decoration: underline;
}
.info-box {
  /* used at: oma saldo box, oma k-plussa */

  background: #e2ecfd;
  padding: 1em 1em 0 1em;
  margin: 0.5em 0 0 0;
}
.info-box-top {
    background-color: #e2ecfd;
    margin: 0 0 0.5em;
    padding: 0 1em;
}
.info-no-box {
  padding: 0 1em 0 0;
  margin: 1em 0 0 0;
}
.info-no-box.column-left {
  width: 345px;
}
.info-box h3,
.info-no-box h3,
.info-box h4,
.info-no-box h4,
.info-box h5,
.info-no-box h5,
.info-box p,
.info-no-box p {
  margin: 0 0 1em 0 !important;
}
.info-box p.close, .info-no-box p.close {
  margin: 0 !important;
  padding-bottom: 0.3em;
}
.info-box .left-image, .info-no-box .left-image {
  float: left;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #ddd;
}
li div.info-box h5, li div.info-box p {
  font-size: 12px;
}
.tooltip {
  /* used at: oma saldo box, diagram */
  position: absolute;
  z-index: 5;
  padding: 20px 13px;
  background: #fff;
  border: 3px solid #f6a003;
  color: #434242;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.75);
}
.tooltip em {
  color: #F39203;
  font-style: normal;
  font-weight:bold;
}
.tooltip .tooltip-corner {
  display: block;
  position: absolute;
  left: -37px;
  top: -31px;
  width: 50px;
  height: 43px;
  background: transparent url(../images/diagrams/tooltip-corner.png) no-repeat;
}
.intro {
  /* used at: oma k-plussa */

}
/*
.intro .right-image {
  float: right;
  margin: 0 0 16px 16px;
}
*/
.intro {padding:0 0 10px 16px;}
.intro .right-image {
  display:block;
  margin: 0 0 16px 0;
}
.intro .page-title {
  font-size: 1.5em;
  font-weight: normal;
  color: #292929;
  margin: 0;
}
.campaigns .page-title {
  font-size: 1.5em;
  font-weight: normal;
  color: #292929;
  margin: 0;
  margin-bottom:0.5em;
  clear:both;
}
.intro p {
  color: #6b6b6b;
  margin: 1em 0 0 0;
}

.intro .page-title { width: 360px; }
.intro div { width: 360px;}

@media only screen and (max-width: 1023px) {
  .intro .page-title { width: auto; }
  .intro div { width: auto;}
  .intro div video { width: 95%; height: auto; }
}

.highlighted-value {
  /* used at: oma k-plussa, saldo box */

  display: inline-block;
  vertical-align: middle;
  height: 21px;
  padding: 3px 0.5em;
  margin: 0 0.5em;
  background: #ed911b url(../images/diagrams/orange-bar-gradient.png) top repeat-x;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.logo-list div.logo {
  padding: 0;
  background: none;
  border: none;
  float: left;
  width: 150px;
  height: 70px;
}
.logo-list div.logo img {
  display: block;
  border: none;
  margin: 0 auto;
}
.tight-logo-list div.logo {
  width: 139px;
}
.tight-logo-list div.logo img {
  margin: 0 0 0 -5px;
}
/* Dialog iframes */
body.dialog {
  background: #fff;
  padding: 80px 40px 100px 40px;
}
body.dialog p.icons {
  position: fixed;
  margin: 0;
  right: 0;
  top: 0;
  padding-right:55px;
  width: 100%;
  height: 80px;
  background: #fff;
}
body.dialog p.icons a {
  display: block;
  overflow: hidden;
  float: right;
  margin: 3px 20px 0;
  width: 22px;
  height: 22px;
}
body.dialog p.icons a.print {
    background: transparent url(/Templates/Images/icon.print.png) no-repeat;
}
body.dialog p.icons a.save {
    background: transparent url(/Templates/Images/icon.pdf.gif) no-repeat; width: 24px;
}
body.dialog p.icons a span {
  position: fixed;
  left: -100px;
  top: -100px;
}

/* forced password change lightbox */
#forced-password-change, #forced-rules-acceptance { padding: 15px; overflow: hidden; }

@media only screen and (max-width: 640px) {
    span#forced-password-change-close { display: block; position: absolute; right: 160px; }
    /*#cboxClose {right:auto; top: 5px;left: 568px;}*/
}
@media only screen and (max-width: 500px) {
    .accordion-inner-content .form-parts .form-part .form-action {width:auto;}
}
@media only screen and (max-width: 480px) {
    div#forced-password-change .form-parts .form-part .form-action, .form-parts .form-part .form-error, .form-parts .form-part .server-error, .form-parts .form-part-like .form-action {width: auto; float: left;}
	span#forced-password-change-close { display: block; position: absolute; right: 130px; }
}
@media only screen and (max-width: 320px) {
    span#forced-password-change-close { display: block; position: absolute; right: 0px; }
    /*#cboxClose {right:auto; top: -5px;left: 250px; }*/
}


/* forced rules acceptance lightbox */
#forced-rules-acceptance iframe { border: 0; }


/* 15 VENDOR-SPECIFIC ============================================================================= */
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #349edb;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-webkit-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}
::-moz-selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}
::selection {
  background: #1777af;
  color: #fafafa;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  /*font-size: 0.6875em;*/

  line-height: 1.4;
}
input:-moz-placeholder {
  /*font-size: 0.6875em;*/

  line-height: 1.4;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* NON SEMANTIC HELPER CLASSES ============================================================================= */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.plussa-button {
  display: block;
  float: left;
  padding: 0.75em 2.35em 0.75em 1.0em;
  font-family: 'ff-fago-web', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  background: url(../images/root/spriteArrows.png) no-repeat 100px -311px, #ff7004 url(../images/diagrams/orange-bar-gradient.png) top repeat-x;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#cookieInfo {
    padding:10px 0;
    font-size: 0.75em;
    background:#ffffff url(../images/nav/nav-bg.png) repeat-x scroll left bottom;
    text-align:center;
}
#cookieInfo .plussa-button {
    display:inline;
    float:none;
    padding:0.75em 1em;
    margin-left: 1.5em;
}
.facebook-like {
  background: url(../images/icon.facebook.gif) left center no-repeat;
  padding: 7px 0 7px 32px;
}
/* 16 MODERNIZR ============================================================================= */
/* 17 TEMPLATE SPECIFICS ============================================================================= */
/* 18 MEDIA QUERIES ============================================================================= */
@media print {
  /* 1 ROOT ============================================================================= */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  /* 2 HEADINGS ============================================================================= */
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  /* 3 TYPOGRAPHY ============================================================================= */
  p {
    orphans: 3;
    widows: 3;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* 4 LINKS ============================================================================= */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* 5 FIGURES & IMAGES ============================================================================= */
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  /* 6 TABLES ============================================================================= */
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  /* 7 FORMS ============================================================================= */
  /* 8 BANNER ============================================================================= */
  /* 9 NAVIGATION ============================================================================= */
  /* 10 CONTENT ============================================================================= */
  /* 11 MAIN ============================================================================= */
  /* 12 COMPLEMENTARY ============================================================================= */
  /* 13 CONTENTINFO ============================================================================= */
  /* 14 GLOBAL OBJECTS ============================================================================= */
  .ir a:after {
    content: "";
  }
  /* 15 VENDOR-SPECIFIC ============================================================================= */
  /* 16 MODERNIZR ============================================================================= */
  /* WARRANTIES */
  div.warranty .printoutHeader { display: block; visibility: visible; }
  div.warranty .nonPrintable { display: none; visibility: hidden; }
  div.warranty .printoutOnly { clear: both; }
  div.warranty p { margin: 0.5em 0; display: block; float: left; }
  div.warranty span { float: left; }
  div.warranty .label { width: 150px; clear: both; }
  div.warranty .value { width: 450px; }
  /* 17 TEMPLATE SPECIFICS ============================================================================= */
}
@media only screen and (max-width: 480px) {
	footer[role="logotabs"] .tabs div.tab-content { padding: 15px 0 0 0;}
	#omaplussa-napero-profiled-offers h2 a {background-image:none;height:auto;}
	#omaplussa-napero-profiled-offers h2 a img {display:none;}
}
@media only screen and (max-width: 479px) {
    .right-tab-buttons .previous-next { margin: -1.8em 0 0; }
    .points-diagram-container .tab-content { padding: 10px 10px; }
    .grey-table { overflow:auto; padding:5px; }
	.contentSecondary .contentBox-container {width:320px;}
	.contentSecondary .searchLinkItem p {margin-top:5px;padding-top:0;}
	.contentMain {float:none;}
	.banner.plussa-user a.plussa-user {position:static;}
    .banner-place .banner {float:none}
    .banner-place .banner.one {width: 100%;}
	.banner-place .banner.half {width: 100%;}
	div[role="main"] .banner-place {margin-top:10px;}
	footer[role="contentinfo"] .footer-services ul {float:none;margin-left:0;min-height:0;width:auto;}
	.form-parts .form-part-like .form-value{float:none;}
	.form-parts .form-part-like .form-action {float:none;}
	#rekisteroityminen-accept-options, #chain-marketing-options  {width: 320px;}
 	#rekisteroityminen-accept-options ul, #chain-marketing-options ul {width:320px;}
    #interests-options ul { float: none; }
    #interests-options ul.col3 { position:static; }
	ul#plussa-filters, ul#plussa-sort {width:95%;}
	ul#plussa-filters li div h3 {margin-left:15px;}
	ul#plussa-filters li ul {margin-left:-10px;}
	ul#plussa-filters li ul li {width:95px;}
	div#plussa-places div.plussa-place-details div.info a.show-locations {margin-right:10px;}
	#CouponHeader img {float:none; margin-right:0;margin-bottom:10px;}
	
	.highlighted-value {margin-left:0;margin-top:5px;}
	#saldo #mobile-meter.meter {width:280px;}
	#saldo #mobile-meter.meter .target {display: block; width:160px;}
	#saldo #mobile-meter.meter .reward 	{left:170px;}
	#saldo #mobile-meter.meter .tooltip-mobile {width:246px; padding: 70px 15px 0; }
	
	#saldo #mobile-meter.meter .barMax { height: 65px !important; }
	
	.accordion-wrapper .accordion-header  {background-color:#F39203;}
	.accordion-wrapper .accordion-header h3, html.no-js .accordion-wrapper .accordion-header h3 {float:none;}
	.accordion-wrapper .accordion-header .accordion-state {float:none;border-left:none;padding-left:32px;}
	
	div.plussa-to-all-offers a {background-position:80% -231px}
}

/* 480px */
@media only screen and (min-width: 480px) {
  /* 1 ROOT 					============================================================================= */
  /* 2 HEADINGS 				============================================================================= */
  /* 3 TYPOGRAPHY 			============================================================================= */
  /* 4 LINKS 					============================================================================= */
  /* 5 FIGURES & IMAGES 		============================================================================= */
  /* 6 TABLES 				============================================================================= */
  /* 7 FORMS 					============================================================================= */
  /* 8 BANNER 				============================================================================= */
  .wrapper {
    position: relative;
    margin: 0 auto;
    width: 470px;
  }	
  aside[role="complementary"] {overflow:hidden;}
  .banner-left-column-wrapper {float:left;}
  .banner-left-column {margin:2px 0 2px 30px;}
   /* logged-in user - links home page */
  header[role="banner"] #login-form #plussaUser #links {position:absolute;left:39%;top:50px;}
  aside .facebook {width:auto;float:left;}
  /* 9 NAVIGATION				============================================================================= */
  /* 10 CONTENT 				============================================================================= */
  /* 11 MAIN 					============================================================================= */
  /* 12 COMPLEMENTARY 		============================================================================= */
  /* 13 CONTENTINFO 			============================================================================= */
  /* DELTA */
	.form-parts .form-part .form-value input.email {width: 180px;} 
	.form-parts .form-part .form-value textarea.feedback-textarea {width:400px;height:100px;}
	.accordion-wrapper .accordion-header .accordion-state {width:50%;}
  /* 14 GLOBAL OBJECTS 		============================================================================= */
  /* 15 VENDOR-SPECIFIC 		============================================================================= */
  /* 16 MODERNIZR 			============================================================================= */
  /* 17 TEMPLATE SPECIFICS 	============================================================================= */
  div.plussa-to-all-offers a {background-position:55% -231px}
  .banner-place div {margin-top:0px !important;}
}

@media only screen and (min-width: 580px) {
  footer[role="logotabs"] .tabs ul.tab-nav li, .accordion-content div.group .tabs ul.tab-nav li {
    float: left;
    margin: 0 10px -1px 0;
  }
  footer[role="logotabs"] .tabs ul.tab-nav li a, .accordion-content div.group .tabs ul.tab-nav li a {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    padding: 10px 2em;
    border-top: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
  }
  .accordion-content div.group .tabs ul.tab-nav li a {
    background: #e5edfb;
	color: #6b6b6b;
  }
  .accordion-content div.group .tabs ul.tab-nav li a:hover {
	background: #ed911b;
	color: #fff;
  }
  .accordion-content div.group .tabs ul.tab-nav li a.selected, .accordion-content div.group .tabs ul.tab-nav li a.selected:hover {
	background: #fff;
	color: #6b6b6b;
  } 
  .accordion-wrapper .accordion-header .accordion-state {width:309px;}
  footer[role="logotabs"] .tabs {margin-top:5px;}
  footer[role="logotabs"] .tabs ul.tab-nav, .accordion-content div.group .tabs ul.tab-nav {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
  }
  
  footer[role="logotabs"] .tabs ul.tab-nav li a:hover {background: #ed911b;color: #fff;}
  footer[role="logotabs"] .tabs ul.tab-nav li a.selected, footer[role="logotabs"] .tabs ul.tab-nav li a.selected:hover {background: #fff;color: #6b6b6b;}
  
  div.plussa-to-all-offers a {background-position:201px -231px}
  
}

/* special case for product lightbox iframe */
 @media only screen and (min-width: 688px) {
	div#plussa-offer-detail div.description {padding: 0 10px 0 150px; max-width: 540px;}
 	div#plussa-offer-detail div.description p {max-width:540px;}
 }

@media only screen and (min-width: 731px) {
 .intro {padding:0;}
 .intro .right-image {float:right;margin-left:16px;}
 #saldo .meter#mobile-meter {display:none;}
 #saldo .meter {display:block;}
}

/* 768 px */
@media only screen and (min-width: 768px) {
 nav[role="navigation"] ul li a {padding: 11px 1.2em;}
 nav[role="navigation"] ul li a.home {padding: 11px 0px 11px 0px; width:65px;display:block;overflow:hidden;}
 nav[role="navigation"] ul {height:43px;}

 #frontpage-banner form#plussa-user-login div {position:absolute;left:210px;top:85px;}
 aside[role="complementary"] form#plussa-user-login div {position:absolute;left:189px;top:35px;}
 aside[role="complementary"] form#plussa-user-login {padding-bottom:8px;}
 #rekisteroityminen-accept-options, #chain-marketing-options {width: 662px;}
 #interests-options {width:auto;}
 #rekisteroityminen-accept-options ul, #chain-marketing-options ul {width:662px;}
 #interests-options ul { float: left; }
 #interests-options ul.col2 {float: left; clear:none; margin-top:1.5em;}
 #interests-options ul.col3 {position:static;}
  div#plussa-places div.plussa-place-details {min-height: 365px;}
 div#plussa-places div.plussa-place-details div.info {width: 325px;float:right;padding-left:0;}
 }


@media only screen and (min-width: 779px) and (max-width: 800px) {
	footer[role="logotabs"] .tabs div.tab-content { padding: 15px 0 0 0;}
}
/*  960px */
@media only screen and (min-width: 960px) {
  /* 1 ROOT 					============================================================================= */
  /* 2 HEADINGS 				============================================================================= */
  /* 3 TYPOGRAPHY 			============================================================================= */
  /* 4 LINKS 					============================================================================= */
  /* 5 FIGURES & IMAGES 		============================================================================= */
  /* 6 TABLES 				============================================================================= */
  /* 7 FORMS 					============================================================================= */
  /* 8 BANNER 				============================================================================= */
  header[role="banner"] {
    position: relative;
    width: 1020px;
    margin: 1em auto;
    box-shadow: 0 8px 11px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 8px 11px rgba(0, 0, 0, 0.35);
  }
  /* DEBUG */
  html.ie8 header[role="banner"], html.ie7 header[role="banner"] {
    background: #85caff !important;
    height: 363px !important;
    overflow: hidden;
  }
  /* DELTA */
  header[role="top"] {
    width: 960px;
    margin: 0 auto;
  }
  header[role="top"] div.left, header[role="top"] div.right {
    margin: 1em 0 0 0;
  }
  header[role="top"] div.right { margin-right: 15px; }  
  /* ZETA ============================================================================= */
  #frontpage-banner {
    max-width: 1020px;
    /* query */
  
    min-height: 363px;
  }
  #frontpage-banner form#plussa-user-login div {position:static;}
  aside[role="complementary"] form#plussa-user-login div {position:static;}
  aside[role="complementary"] form#plussa-user-login {padding-bottom:0;}
  #motion-banner {
    visibility: visible;
    height: 363px;
  }
  header[role="banner"] .alert-message {
      width: 980px;
      padding: 16px 20px;
  }
  #main-menu {
      visibility:visible;
  }
  /* DEBUG - WORKS */
  html.ie8 #motion-banner, html.ie7 #motion-banner {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
  }
  #motion-banner li div {
    width: 460px;
  }
  /* ZETA / FRONTPAGE BANNER LOGIN FORM =============================================================================  */
  header[role="banner"] #login-form {
    /* query */
  
    width: 234px;
    min-height: 363px;
    padding: 0;
    position: absolute;
    background: url('../images/banner.login.bg.png') top right no-repeat;
  }
  header[role="banner"] #login-form h3 {
    color: #fff;
    margin-left: -15px;
    padding-left: 30px;
    background: url('../images/icon.key.png') no-repeat;
  }
  header[role="banner"] #login-form form {
    /* query */
  
    width: 165px;
    padding: 0;
    position: absolute;
    top: 80px;
    left: 36px;
    margin-left:0;
  }
  header[role="banner"] #login-form .banner.plussa-user {
  	width:222px;
  	height:264px;
  	overflow:visible;
  }
  header[role="banner"] #login-form .banner.plussa-user h3.ribbon {
    width: 229px;
    height: 30px;
    position: absolute;
    top: 26px;
    left: -7px;
    background: url('../images/banners/authUserTitle.jpg') left top no-repeat;
    padding: 9px 0 0 20px;
    margin: 0 !important;
    color: #ffffff;
    font-family: ff-fago-web, sans-serif;
    font-weight: normal;
  }
  header[role="banner"] #login-form .banner.plussa-user {padding-top:71px;padding-bottom:28px;background-position:83px bottom;}
  header[role="banner"] #login-form .banner.plussa-user #bg-auth-right { 
  	display:block;
  	position: absolute;right:-6px;top:26px;
  }
  header[role="banner"] #login-form .user-message-element a {color: #003A94; font-size: inherit; margin: 0; }
  header[role="banner"] #login-form .banner.plussa-user #links {margin-top:15px;margin-bottom:8px;}
  /* logged-in user */
  header[role="banner"] #login-form #plussaUser #links {position:static;}
  header[role="banner"] #login-form .banner.plussa-user #links {position:absolute;top:231px;left:0px;}
  header[role="banner"] #login-form .banner.plussa-user #links a { color: #6B6B6B; display: block; font-size: inherit; margin: 0 8px 3px 18px; padding-left: 26px; }
  /* 9 NAVIGATION				============================================================================= */
  /* DELTA */
  nav[role="navigation"] ul {
    width: 960px;
    margin: 0 auto;
  }
  
  /* 10 CONTENT 				============================================================================= */
  .content {
    position: relative;
    margin: 0 auto;
    width: 960px;
  }
  .banner-place {
    /* query */
  
    display: inline;
    float: left;
    width: 710px;
    margin: 0 5px;
    /* width: 95%; */
  
    /* margin: 0 auto; */
  
    /* padding-bottom: 20px; */
  
  }
  .banner-place .banner {
    /* query */
  
    margin: 0 5px;
  }
  .banner-place .banner .highlight {
    /* query */
  
    padding: 6px 0 3px 21px;
  }
  .banner-place .banner.placeHolder {
    /*height: auto;*/
  
    min-height: 50px;
    /* height: 120px; */
  
    background: #e2ecfd;
  }
  .banner-place.hasRibbon {
    padding-top: 45px !important;
  }
  /* ZETA / DEFAULT LOGIN FORM > 960 ============================================================================= */
  aside[role="complementary"] {overflow:visible;}
  aside #login-form {
    width: 100%;
    position: relative;
    min-height: 225px;
  }
  aside #login-form form {
    /* query */
  
    margin: 0 !important;
    padding: 0 0 10px 0;
    width: 165px;
    left: 10px;
  }
  #login-form form a {display:block;margin: 10px 0;}
  /* ZETA / EDUT JA TARJOUKSET > 960  ============================================================================= */
  ul#plussa-sort li {
    /* query */
  
    margin-right: 80px;
  }
  div[role="main"] div.group.edut-ja-tarjoukset {padding-top:22px;}
  div[role="main"].edut-ja-tarjoukset {
    width: 710px;
    backgound-color: #c582ec!important;
  }
  ul#plussa-filters li.plussa-filter:first-child {
    margin-left: 15px;
  }
  ul#plussa-filters li.plussa-filter {
    width: 190px;
    height: 38px;
    margin: 0 15px 0 0;
    position: static;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  ul#plussa-filters li div.plussa-filter-dropdown {
    /* media query */
  
    top: 36px;
    left: 15px;
  }
  /* 11 MAIN 					============================================================================= */
  div[role="main"] {
    /* query */
  
    display: inline;
    float: left;
    width: 710px;
    margin: 0 5px;
    margin-left: 15px;
    /* global */
  
    /*position: relative;*/
  
    /*margin-left: 15px;*/
  
  }
  div[role="main"] h3.ribbon {
    /* query */
  
    background: url('../images/ribbon.png') top left no-repeat;
    left: -7px !important;
  }
  div.plussa-to-all-offers {
    /* query */
  
    /*width: 100%;*/
  
  }
  div.plussa-to-all-offers a {
    /* query */
  
    width: 95% !important;
  }
  /* 12 COMPLEMENTARY 		============================================================================= */
  aside[role="complementary"] {
    /*.column(6); */
  
    display: inline;
    float: left;
    width: 190px;
    margin: 0 5px;
    margin-right: 15px;
  }
  aside[role="complementary"] a, aside[role="complementary"] img {
      margin-bottom: 20px;
      display: block;
  }
  aside[role="complementary"] a img {
      display:block;
	  margin-bottom: 0;
  }
  aside[role="complementary"] .banner-left-column a {background:none;}
  aside[role="complementary"] .banner-left-column a span {display:none;}
  aside .facebook iframe {width:190px;}
  aside .banner {
    width: 100%;
    overflow: visible;
    background: #e2ecfd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    position: relative;
  }
  .banner-left-column-wrapper {float:none;padding-bottom:0;}
  .banner-left-column {margin:0;} 
  aside .facebook {
  	float:none;
	/*border: 1px solid #E2ECFD;*/   
    background: none;
    width: 188px;
  }
  aside .banner h3.ribbon {
    width: 163px;
    height: 30px;
    position: relative;
    left: -7px;
    background: url('../images/banners/spriteRibbon.png') 0 -150px no-repeat;
    padding: 9px 0 0 40px;
    margin: 0 !important;
    color: #ffffff;
    font-family: ff-fago-web, sans-serif;
    font-weight: normal;
  }
  aside .banner.chat, aside .banner.order-plussa-card {
    visibility: visible;
    height: auto !important;
  }
  .banner.plussa-user {
    background: #f1f1f2 url('../images/banners/plussaCardUser.png') bottom right no-repeat;
    padding-bottom: 48px;
    /* query */
  
  }
  .banner.plussa-user h3.ribbon {
    background-position: 0 -90px;
    font-weight: normal;
    padding-left: 22px;
    width: 181px;
  }
  .banner.plussa-user a.plussa-user {
    /* query */
  
    position: relative;
    top: auto;
    left: auto;
  }
  .banner.plussa-user a.plussa-user.account {
    top: auto;
  }
  .banner.plussa-login h3.ribbon {
    background-position: 0 -270px;
    height: 38px;
  }
  .banner.register {
    min-height: 260px;
    padding-top: 25px !important;
  }
  aside .banner.register a.image{display:block;}
  .banner.order-plussa-card {
    min-height: 130px;
    background: #e2ecfd url('../images/banners/plussaCard.png') bottom right no-repeat;
  }
  .banner.order-plussa-card a {
    width: auto;
    display: block;
    text-decoration: none;
  }
  .banner.order-plussa-card a span {
    display: block;
    background: #f3f6fd;
    margin-bottom: 2px;
    font-family: ff-fago-web, sans-serif;
    padding-top: 2px;
  }
  .banner.order-plussa-card a span.orange {
    background: #f3f6fd url('../images/root/spriteArrows.png') 2px -314px no-repeat;
    color: #f7870c;
    padding-left: 31px;
    width: 81%;
  }
  .banner.order-plussa-card a span.black {
    color: #000000;
    padding-left: 12px;
    width: 75%;
  }
  .banner.chat h3.ribbon {
    background-position: 0 -210px;
  }
  .banner.chat p {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #434242;
  }
  .banner.chat form {
    margin: 40px auto 0 auto;
    overflow: hidden;
    width: 170px;
    display: block;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.28) inset;
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.28) inset;
    border: 1px solid #f0f0f0;
  }
  .banner.chat form input {
    padding: 9px 0 6px 15px;
    float: left;
    background: none;
    border: none;
    font-size: 0.6875em;
    font-style: italic;
    color: #6b6b6b;
    font-size: 0.75em;
  }
  .banner.chat form input[type="submit"] {
    width: 23px;
    height: 20px;
    background: url(../images/root/spriteArrows.png) 0 -84px no-repeat;
    position: relative;
    top: 6px;
    right: -9px;
    text-indent: -9999px;
  }
  .banner.chat form input[type="submit"]:hover {
    background: url(../images/root/spriteArrows.png) 0 -45px no-repeat;
  }
  html.ie7 .banner.chat {
    padding-top: 60px;
  }
  html.ie7 .banner.chat form input[type="submit"] {
    text-indent: -999px;
    color: #ffffff;
  }
  .welcome {
    background: #f1f1f2;
    width: 172px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 0 15px 0;
  }
  .welcome h3 {
    background: url(../images/root/welcome-bg.png) 0 0 no-repeat;
  }
  .welcome h3, .chat h3 {
    display: block;
    width: 180px;
    margin: 0 0 0 -16px;
    padding: 6px 12px 12px;
    color: #fff;
    font-size: 0.9375em;
  }
  /* 13 CONTENTINFO 			============================================================================= */
  /* DELTA */
  footer[role="contentinfo"] {
    width: 960px;
    margin: 0 auto;
  }
  footer[role="contentinfo"] .footer-services {
    height: 124px;
    padding: 35px 0 0 161px;
  }
  footer[role="contentinfo"] .footer-services ul {min-height:0; width:auto;margin:10px 0 10px 44px;}
  footer[role="logotabs"] {
    width: 960px;
    margin: 1em auto 0;
  }
  footer[role="logotabs"] .tabs {margin-top:0;}
  #loader 
  {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 200;
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */    
  }
  #loader-image
  {
      position: absolute;
      left:50%;
      margin-left: -8px;
  }
  
  /* 14 GLOBAL OBJECTS 		============================================================================= */
  /* 15 VENDOR-SPECIFIC 		============================================================================= */
  /* 16 MODERNIZR 			============================================================================= */
  /* 17 TEMPLATE SPECIFICS 	============================================================================= */
}

/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  /* 1 ROOT 					============================================================================= */
  /* 2 HEADINGS 				============================================================================= */
  /* 3 TYPOGRAPHY 			============================================================================= */
  /* 4 LINKS 					============================================================================= */
  /* 5 FIGURES & IMAGES 		============================================================================= */
  /* 6 TABLES 				============================================================================= */
  /* 7 FORMS 					============================================================================= */
  /* 8 BANNER 				============================================================================= */
  /* 9 NAVIGATION				============================================================================= */
  /* 10 CONTENT 				============================================================================= */
  /* 11 MAIN 					============================================================================= */
  /* 12 COMPLEMENTARY 		============================================================================= */
  /* 13 CONTENTINFO 			============================================================================= */
  /* 14 GLOBAL OBJECTS 		============================================================================= */
  /* 15 VENDOR-SPECIFIC 		============================================================================= */
  /* 16 MODERNIZR 			============================================================================= */
}

@-ms-viewport{
	width: device-width;
}

@media only screen and (max-width: 420px) {
    .form-parts .form-part input.form-start-button {
        font-size: 11px;
        margin: 1em 0 0;
        max-width: 50%;
    }

    header[role="top"] div.right { width:auto;margin:16px 5px 0 0; }
    header[role="top"] div.right form { margin-right: 20px; }
    header[role="top"] div.right a.language { margin-left: 20px; }
    header[role="banner"] .alert-message {padding:6px 0;}
}