@charset "UTF-8";

/*
+-------------------------------------------------------------------------------+
|																                |
|	                        Copyright (c) 2012 Obaxa                            |
|																                |
+-------------------------------------------------------------------------------+
*/

         /*__________________________________________________________

                                TABLE OF CONTENTS
           __________________________________________________________

		            Press CTRL + F and type the section number.

     01. Global Styles & CSS Reset ...................................[10000]
     02. Menu ........................................................[20000]
           Sub Menu ..................................................[21000]
     03. Page ........................................................[30000]
	       Sign in page ..............................................[31000]
	       Log in ....................................................[32000]
           Categories Page ...........................................[32000]
             Pagination ..............................................[32100]
           Right bar .................................................[33000]
           Home ......................................................[34000]
           Category Shop .............................................[35000]
           Homebase ..................................................[36000]
           FAQ .......................................................[37000]
           Account ...................................................[38000]
           Cashback ..................................................[98000]

     09. Responsiveness ..............................................[90000]


		  */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

/* -------------------------------- style overrides -------------------------------- */

/* (ff) override defaults in fusion, watermark plugin not working correctly in ie8, all input fields are too small */
/* limit width of form inputs */
textarea,
.form-item input,
.form-item select,
#content-region input.form-text {
  max-width: 1000px;
}

html.js textarea {
  max-width: 1000px;
}                       /* (ff) end */

.font-size-14 {
  line-height: 1.4;
}

li, li.leaf, ul.menu li, .item-list ul li {
  line-height: 1.4;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 1px solid red;
}

/* -------------------------------- admin user on live site -------------------------------- */
body.live-admin div#admin-menu-wrapper { background-color: red; } /* (ff) */
body.devel-admin div#admin-menu-wrapper { background-color: blue; } /* (ff) */
body.local-admin div#admin-menu-wrapper { background-color: green; } /* (ff) */
div#webpage { 
	background-color: white;
	max-width: 1400px;
}

#admin-menu ul { font-size: 9px; }

/* -------------------------------- ??? -------------------------------- */


.postscript-bottom-wrapper {
    background: none repeat scroll 0 0 #171717;
    padding-bottom: 5px;
    padding-top: 20px;
}

#postscript-top-border {
/*    background: url("../images/horizontal-bg.png") repeat-x scroll 0 0 transparent;*/
    display: block;
    height: 4px;
    overflow: hidden;
}

#postscript-bottom-border {
/*    background: url("../images/horizontal-bg.png") repeat-x scroll 0 -4px transparent;*/
    display: block;
    height: 4px;
    overflow: hidden;
}

/* allow block content to overflow */
.block, .row {
  overflow: visible;
}


#header-top-wrapper {
  margin-bottom: 1em;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4e4e4;
  color: #363636;
  height: 40px;
}

/* skinr styles */
.lxeshopping-block {
  background: url("../images/block_bg.png") repeat-x scroll center bottom #FFFFFF;
  border: 1px solid #D9D9D9;
}
#header-top-wrapper div#header-top{
  max-width: 1180px;
  min-width: 945px;
  width: auto;
}
/* remove left/right margin on header */
#header-top .block, #header-top .inner {
  margin-left: 0;
  margin-right: 0;
}

#main-wrapper { position: relative; top: -5px; }

/**
 * breadcrumbs
 */
div.breadcrumbs {
  margin-bottom: 0.5em;
}

/**
 * colorbox
 */
#cboxContent {
  font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
  line-height: 140%;
}

/* -------------------------------- Theme popup-box -------------------------------- */
.popups-box { /* (ff) added */
  background: #fff;
  border: none; 
/*  padding: 10px!important;*/
  color: #666;
  /*right: 0;*/
  /* overflow: visible; */ /* must be set to visible, else error messages are not shown in Safari */
  /*height: auto !important;*/ /* avoid scrollbars, if content is dynamically added to popups with js */

  position: absolute;  /* position fixed cannot be used with mobile browsers (too many bugs) */
  z-index: 2000;
  overflow: auto;
overflow: visible;
  max-height: 100%;
}

.popups-body { height: inherit; overflow-y: auto; }

div.popups-title { /* (ff) added */
	margin-bottom: 0;
}
.popups-title div.title { /* (ff) added */
	display: none;
}

#popups-overlay { /* (ff) added */
  background: #444;
  opacity: 0.85 !important;
  z-index: 800;
  left: 0;
  width: 100% !important;
}

#popups-loading {
	z-index: 1000;
  opacity: 1;
}

/*
  display: block;
  margin: 18px 5px 10px 0;
  padding: 15px 0;
  width: 295px;

*/


/* ==============================================================================
                             Global Styles & CSS Reset                 [10000]
============================================================================== */


/* -------------------------------- CSS Reset -------------------------------- */

html, body { margin: 0; padding: 0; height: 100%; }

html { overflow-x: auto; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { font-weight: normal; }

img { border: none; }

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

/*a:hover img { opacity: .75; filter: alpha(opacity=75); }*/

:focus { outline: 0; }

/* ---------------------------- Global Appearance ---------------------------- */

body {
  color: #667272;
  font: 14px/1.4 'Titillium Web', sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  min-height: 0;
}

.clearfix:after { clear: both; }

div#page-inner {
  margin: 10px 3px;
}

div#wrapper {
  margin: 0 0 0 20px;
  max-width: 1180px;
  min-width: 945px;
  height: 100%;
  min-height: 100%;
}
div#header-group-wrapper {
  /*background: url("images/navbar-bg.png");*/ 
  margin-bottom: 5px;
}

div#wrapper.bg { max-width: 100%; }

/* (ff) autoexpand width */

body.not-front div#main-wrapper div.grid16-16,
div#header-group-wrapper div.grid16-16,
div#footer-wrapper div#footer,
div#copyright-wrapper div#copyright {
  /*max-width: 1180px;
  min-width: 945px;*/
  width: 100%;
}
body.front div#main-wrapper div.grid16-16 {
  width:100%;
}

body.front div#obaxa-content {
  max-width: 1180px;
  min-width: 945px;
  width: 100%;
  margin: 0 auto;
}

div#main-wrapper div#main-group{ width: 100%; }
.sidebars-both-first .content-group {
  float: none;
}
/*div#footer-wrapper div#footer { border-top: 2px solid #008496; }*/
div#footer-wrapper{
  background-color: #f8f8f8;
  border-top: 2px solid #e3e3e3;
}
section#page div.grid16-13 {width: 100%;}

section#logo {
  float: left;
  padding-top: 2px;
}
section#logo span#label-lux {
  background: url(images/made-in-lux.png) no-repeat 0 top;
  float: right;
  height: 45px;
  margin-right: -10px;
  width: 50px;
  margin-top: 4px;
}

/* (ff) added */
section#logo img.logo {
  width: 230px;
}

/*section#topbar {
  border-left: 1px solid #DDD;
  margin: 18px 0 0 20px;
  padding: 5px 0 0px 20px;
  float: left;
  width: 76%;
  height: 90px;
}*/
section#topbar {
/*  overflow: hidden;*/
  margin: 0 0 0 230px;
  padding-top: 10px;
}
section#topbar div.block { float: none; }

/* (ff) disbale inner block margins */
.block .inner {
	margin-left: 0px;
  margin-right: 0px;
}

/* (ff) remove block bottom margin */
div.block { margin-bottom: 0px; }

/* (ff) disable block titles */
div.block h2.block-title { display: none; }

div#preface-top-wrapper {
  background-color: #34a1b2;
  margin-top: 15px;
  height: 57px;
  margin-bottom: 6px;
}
div#preface-top {
  max-width: 1180px;
  min-width: 945px;
  width: auto;
}

div.content-messages div.messages {
  margin-bottom: 1px;
  line-height: 12px;
  margin-bottom: 10px;
}
div#content-messages-inner {
  /*max-width: 1180px;*/
  /*min-width: 945px;*/
  width: auto;
  margin: 0px auto;
}
/* ==============================================================================
                                      Menu                             [20000]
============================================================================== */

section#site-nav { float: left; /* padding-top: 25px; (ff) */ }

section#site-nav li.visible a, /* (ff) added for jquery hoverIntent */
section#site-nav a:hover { color: #00A5B9; }

section#site-nav h2 {
  margin: 2px 0 0;
  padding: 0 0 3px;
}
  /*
section#site-nav h2 {
  background: url(images/obaxa-sprites.png);
  display: block;
  height: 38px;
  margin: 5px 0 0;
  padding-bottom: 1px;
  width: 147px;
}

*/
section#site-nav h2 a:link, section#site-nav h2 a:visited {
  background: url(images/obaxa-sprites.png) 0 0;
  display: block;
  height: 38px;
  width: 147px;
}

section#site-nav h2 a:hover, section#site-nav h2 a:active { background-position: -983px 0; }

section#site-nav h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 3px;
  padding-bottom: 1px;
  width: 100%;
  position: relative;
  z-index: 100;
}

section#site-nav nav.all-categories h3 a,
section#site-nav nav.alphabetic h3 a {
  display: block;
  width: 206px;
}

section#site-nav nav.all-categories.tools h3 { margin-left: 23px; }

section#site-nav h2 span, h1.obaxa-logo span { position: absolute; left: -10000%; }

/* section#site-nav h2+h3 { */ /* (ff) modified to big-text */
section#site-nav h3.big-text {
  color: #ACBBBE;
  font-size: 46px;
  font-weight: 200;
  margin: -8px 0 20px -2px; /* (ff) modified */ /* margin: 14px 0 20px -2px; */
}

section#site-nav span.cat-bullet {
  background: url(images/obaxa-sprites.png) -148px 0;
  display: inline-block;
  position: relative;
  top: 1px;
  height: 13px;
  margin: 1px 7px 0 1px;
  width: 15px;
}

section#site-nav a:hover span.cat-bullet { background-position: -148px -14px; }

section#site-nav nav {
  border-bottom: 1px solid #DBE4E4;
  padding-bottom: 16px;
  width: 182px;
  -webkit-font-smoothing: antialiased !important;
}

section#site-nav ul {
  list-style: none;
  margin: 0 0 0 23px;
  padding-left: 0;
  position: relative;
}

section#site-nav ul li a { position: relative; z-index: 100; }

section#site-nav ul li>a {
  display: inline-block;
  width: 115%;
}

section#site-nav a span.cat-arrow {
  background: none;
  top: 4px;
  display: inline-block;
  height: 13px;
  right: 16px;
  float: right;
  margin: 0;
  position: relative;
  width: 7px;
  z-index: 1000;
}

/*section#site-nav a:hover span.cat-arrow {*/
section#site-nav li.visible a span.cat-arrow { /* (ff) added for jquery hoverIntent */
	background: url(images/obaxa-sprites.png) -149px -28px !important;
}

nav.all-categories { position: relative; }

nav.all-categories a.x-mas-sp:link,
nav.all-categories a.x-mas-sp:visited {
  width: 100.5%;
  position: absolute;
  top: 28px;
  left: 23px;
  color: #FF3000;
  z-index: 100;
}

nav.all-categories a.x-mas-sp:hover,
nav.all-categories a.x-mas-sp:active { color: #CC2900 !important; }

section#site-nav nav.all-categories.special h3 { margin-bottom: 30px; }

nav.alphabetic li {
  float: left;
  margin: 0 8px 4px 0; /* (ff) */ /* margin: 0 9px 4px 0; */
}

lxcategories-item { /* (rm) */
  border: 1px solid red;
}

/* --------------------------------- Sub Menu -------------------------[21000] */

section#site-nav ul dl {
  display: none;
  margin: 0;
  padding: 0;
  z-index: 30;
  position: relative;
}

section#site-nav ul dt, section#site-nav ul dd { margin: 0; padding: 0; }

section#site-nav ul dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
}

section#site-nav ul li.visible dl, /* (ff) added for jquery hoverIntent */
section#site-nav ul li:hover dl {
  display: block;
  position: absolute;
  padding: 10px 15px;
  left: 173px;
  top: -41px;
  height: 350px;
  width: 322px;
  border: 5px solid #fff;
  z-index: 30;
}

section#site-nav ul.one li dl { height: 370px;} /* (ff) 1 additial category */
section#site-nav ul.two li dl { height: 390px;} /* (ff) 2 additial categories */
section#site-nav ul.three li dl { height: 410px;} /* (ff) 3 additial categories */

section#site-nav nav.all-categories.special li:hover dl {
  top: -66px;
  height: 375px;
}

section#site-nav ul div.sub-menu-border { display: none; }

section#site-nav ul:hover div.sub-menu-border
 {
  display: block;
  border: 3px solid #DBE4E4;
  position: absolute;
  height: 380px;
  width: 567px;
  top: -44px;
  left: -35px;
  z-index: 2;
}
section#site-nav ul.one:hover div.sub-menu-border { height: 400px;} /* (ff) 1 additial category */
section#site-nav ul.two:hover div.sub-menu-border { height: 420px;} /* (ff) 2 additial categories */
section#site-nav ul.three:hover div.sub-menu-border { height: 440px;} /* (ff) 3 additial categories */

section#site-nav nav.all-categories.special ul:hover div.sub-menu-border {
  height: 405px;
  top: -69px;
}

section#site-nav ul li.visible dl a, /* (ff) added for jquery hoverIntent */
section#site-nav ul li:hover dl a { color: #fff; }

section#site-nav ul li:hover dl a:hover { color: #eee;} /* (ff) added */

section#site-nav span.icon { /* check if ok here  (ff) */
  background:url(images/cat-large-sprites.png) 0 0;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  z-index: 40px;
}

.menu-art    span.icon { background-position:  -101px 0 !important; }
.menu-books   span.icon { background-position:  -202px 0 !important; }
.menu-cars     span.icon { background-position:  -303px 0 !important; }
.menu-computers  span.icon { background-position:  -504px 0 !important; }
.menu-education     span.icon { background-position:  -606px 0 !important; }
.menu-photos  span.icon { background-position:  -404px 0 !important; }
.menu-fashion span.icon { background-position:  -908px 0 !important; }
.menu-gastronomy  span.icon { background-position:  -709px 0 !important; }
.menu-gifts   span.icon { background-position:  -810px 0 !important; }
.menu-health  span.icon { background-position: -1112px 0 !important; }
.menu-home    span.icon { background-position: -1010px 0 !important; }
.menu-kids    span.icon { background-position: -1414px 0 !important; }
.menu-music   span.icon { background-position: -1212px 0 !important; }
.menu-parties span.icon { background-position: -1314px 0 !important; }
.menu-sports  span.icon { background-position: -1616px 0 !important; }
.menu-travel  span.icon { background-position: -1517px 0 !important; }
.menu-adult    span.icon { background-position:  -1839px 0 !important; }
.menu-all    span.icon { background-position:  -1953px 0 !important; }

/* (ff) adjust height if more categories */
section#site-nav ul.adult li:hover dl {
  height: 370px; /* (ff) */
}
section#site-nav ul.adult:hover div.sub-menu-border {
  height: 400px;
}

/* ==============================================================================
                                     Page                              [30000]
============================================================================== */

#header-top ul.inline { margin-left: 0; }
#header-top ul.inline li {
  display: inline-block;
}

#header-top ul.inline li a { line-height: 40px; }

#header-top ul.inline span.separator {
  background-color: #dadada;
  width: 1px;
  display: inline-block;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 15px;
  margin-right: 15px;
  border-right: 1px solid #e8e8e8;
}

#block-lxhomebase-obaxa_header_top {
  width: auto;
  float: none;
}
#header-top a.username { padding-right: 20px; color: #34a1b2; }
#header-top a.username:hover { text-decoration: underline; }
#header-top a.logout,
#header-top a.join-free,
#header-top a.login {
  background-color: #34a1b2;
  padding: 0px 18px;
  color: white;
  display: inline-block;
  line-height: 40px;
  margin: 0;
}
#header-top a.logout:hover {
  background-color: #2ab2c7;
}

#header-top a.join-free {
  background-color: #e87f08;
}
#header-top a.login {
  margin-left: -3px;
}

/*** old theme ***/

/* (ff) disable inner block margins */
section#page div.inner {
  margin-left: 0px;
  margin-right: 0px;
}

section#page {
/*  border-left: 1px solid #DDD;
  margin: 0px 0 0 20px; 
  padding: 0px 0 30px 20px;
  float: left;
  width: 76%;*/
  min-height: auto; /*780px; /* TODO check */
}

/* ----------------------------- Search box ----------------------[30010] */
/* (ff) */
section#topbar div#search {
  /*width: 54%;*/
  width: auto;
  margin-top: 25px;
  margin-left: 38px;}

form.search-form {
  display: inline-block;/*float: left;*/ 
  margin: 0 10px 0 0;
  padding: 0;
  /*overflow: hidden;*/ /* (ff) removed to make autocomplete visible again */
  position: relative;
  /* width: 54%; */ /* (ff) moved to div#search */
  background-color: white;
}

form.search-form p {
  color: #ADBCBE;
  font-size: 26px;
  display: block;
  font-weight: 200;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 68px;
  top: 7px;
  z-index: 10;
}

form.search-form:hover p { display: none !important; }

input.search-btn {
  background: url(images/obaxa-sprites.png) -164px 0;
  border: none;
  cursor: pointer;
  float: left;
  height: 48px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 56px;
}

input.search-field {
  color: #667373;
  font-size: 26px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased !important;
  border: none;
  border-bottom: 1px solid #ADBCBE;
  padding: 3px 15px 1px 67px;   /* padding: 3px 15px 1px 70px; modified to better position cursor (ff) */
  margin: 0;
  float: left;
  clear: right;
  height: 43px;
  /*width: 400px; *//*(ff) width not working in IE8*/ /* (ff) width: 100%; */
}

input.search-field:hover,
input.search-field:focus { border-bottom: 1px solid #01A5BB; }

form.search-form:hover input.search-btn,
input.search-btn:hover { background-position: -221px 0; }

form.search-form:hover span.mini-bar { background: #01A5BB; }

span.mini-bar {
  background: #ADBCBE;
  bottom: 0;
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  width: 1px;
}

/* (ff) */
form.search-form input.search-btn {
  /*z-index: -1; /* eliminate artifacts from icon below TODO*/
  margin: 0;
  padding: 0;
}

form.search-form div.form-item {
	margin-bottom: 0;
	margin-top: 0;
}

input.search-field {
	background-color: transparent;
}

/* (ff) Animated throbber (for autocomplete) */
html.js input.form-autocomplete {
  background-image: url(images/obaxa-buttons.png);
  background-repeat: no-repeat;
  background-position: right -180px; /* LTR */
}
html.js input.throbbing { /* (ff) */
  background-position: right -230px; /* LTR */
}

/* ----------------------------- Breadcrumbs ----------------------[30020] */

nav.breadcrumbs {
  clear: both;
  padding-top: 9px;
  padding-bottom: 40px;
  font-size: 16px;
  position: relative;
}

nav.breadcrumbs li { float: left; }

nav.breadcrumbs li>span {
  background: url(images/obaxa-sprites.png) -148px -28px;
  margin: 0 10px 0 10px;
  display: inline-block;
  height: 13px;
  right: 16px;
  width: 7px;
  position: relative;
  left: 1px;
  bottom: -1px;
}

.orange-txt,
a.orange-txt:link,
a.orange-txt:visited { color: #FF997F; }

a.orange-txt:hover,
a.orange-txt:active,
a.orange-txt.active { color: #FF3300; }

.purple-txt,
a.purple-txt:link,
a.purple-txt:visited { color: #B9AEC9; }

a.purple-txt:hover,
a.purple-txt:active,
a.purple-txt.active { color: #745E93; }

.yellow-txt,
a.yellow-txt:link,
a.yellow-txt:visited { color: #FFDD99; }

a.yellow-txt:hover,
a.yellow-txt:active,
a.yellow-txt.active { color: #FFAA00; }

a.orange-txt.active span,
a.purple-txt.active span,
a.yellow-txt.active span {
  background: url(images/obaxa-sprites.png) -598px -33px;
  display: inline-block;
  height: 13px;
  width: 25px;
  margin: 0 0 0 6px;
  position: relative;
  top: -6px;
}

a.yellow-txt.active span { background-position: -163px -47px; }
a.purple-txt.active span { background-position: -215px -48px; }

a.orange-txt.active:hover span { background-position: -598px -48px; }
a.yellow-txt.active:hover span { background-position: -189px -47px; }
a.purple-txt.active:hover span { background-position: -241px -48px; }

nav.breadcrumbs ul, ul.sections {
  clear: both;
  float: left;
  list-style: none;
  margin: -4px 0 0;
  padding: 0;
}

ul.sections { margin: 0 0 5px; color: #ACBBBE; }

ul.sections li {
  float: left;
  margin-right: 20px;
  font-size: 46px;
  font-weight: 200;
}

/* ----------------------------- ??? ----------------------[300x0] */

ul.sections.homebase a:link, ul.sections.homebase a:visited { color: #ACBABE; }
ul.sections.homebase a:hover, ul.sections.homebase a:active,
ul.sections.homebase a.active {
	color: #00A5BB;
  /* text-decoration: underline; */
}

/* .expand-btn, .sort-btn { position: absolute; right: 0; top: 5px; } */
.expand-btn, .collapse-btn, .sort-btn { position: absolute; right: 0; top: 5px; } /* (ff) added */

.sort-btn a:link, .sort-btn a:visited { color: #FF3300; }
.sort-btn a:hover, .sort-btn a:active { color: #CC2900; }

.sort-btn.promocodes a:link, .sort-btn.promocodes a:visited { color: #FFAA00; }
.sort-btn.promocodes a:hover, .sort-btn.promocodes a:active { color: #E59900; }

.sort-btn.cat-produit a:link, .sort-btn.cat-produit a:visited { color: #735E92; }
.sort-btn.cat-produit a:hover, .sort-btn.cat-produit a:active { color: #5D4B76; }

/*.expand-btn span, .sort-btn span {*/
.expand-btn span, .collapse-btn span, .sort-btn span { /* (ff) added */
	/*background: url(images/obaxa-sprites.png) no-repeat -278px 0;*/ /* (ff) added below */
  display: block;
  float: right;
  height: 32px;
  margin-left: 9px;
  position: relative;
  top: -3px;
  width: 33px;
}

/* (ff) added */
.expand-btn span, .sort-btn span {
  background: url(images/obaxa-sprites.png) -278px 0;
}

.sort-btn span { background-position: -917px 0; margin-right: 13px; }
.sort-btn.promocodes span { background-position: -949px -33px; }
.sort-btn.cat-produit span { background-position: -1364px 0; }

.sort-btn a:hover span { background-position: -949px 0; }
.sort-btn.promocodes a:hover span { background-position: -1331px 0; }
.sort-btn.cat-produit a:hover span { background-position: -1364px -33px; }

.expand-btn a:hover span { background-position: -310px 0; }

/*.expand-btn a:link, .expand-btn a:visited { color: #00A5B9; font-weight: 200; font-size: 16px; }*/
.expand-btn a:link, .expand-btn a:visited, /* (ff) added */
.collapse-btn a:link, .collapse-btn a:visited { color: #00A5B9; font-weight: 200; font-size: 16px; }
/*.expand-btn a:hover, .expand-btn a:active { color: #008496; }*/
.expand-btn a:hover, .expand-btn a:active, /* (ff) added */
.collapse-btn a:hover, .collapse-btn a:active { color: #008496; }

.collapse-btn span { background: url(images/obaxa-sprites.png) -1851px 0; } /* (ff) added */

.collapse-btn:hover span { background-position: -1819px 0; } /* (ff) added */

.collapse-btn {display: none;} /* (ff) added */

/* ------------------------------- Sign in Page -----------------------[31000] */

.lxsignin-signin-form,
.lxsignin-signup-form {
	width: 100%;
}

.lxsignin-separator {
	border-left: 1px solid #D8DDDE;
	float: left;
	height: 200px;
	position: relative;
	top: 50px;
}

input[name=persistent_login] { 
  margin-left: 2px;
  margin-right: 7px;
}

a.sign-in-fc:hover, a.sign-in-fc:active { background: #355088; }

span.or-div {
    background: url(images/obaxa-sprites.png) -503px 0;
    display: block;
    height: 21px;
    width: 68px;
    margin: 0 0 10px 115px;
}

div#right-bar form {
  margin: 0;
  padding: 0;
}

/* (ff) added */
form#user-register span.password-strength,
form#user-register span.password-confirm {
	font-size: 12px;
	display: block;
	margin-top: -8px;
}

/* (ff) added */
form#user-register div.password-description {
  font-size: 12px;
}
form#user-register div.mdl-textfield, .lxsignin-signin-form div.mdl-textfield {
    display: block;
}

div#right-bar form p, div.member-content form p {
  position: relative;
  margin: 0 5px 15px 0;
  padding: 0;
  overflow: hidden;
  width: 295px;
}

div#right-bar p.checkbox {
  margin: 15px 0 0;
  display: inline-block;
  color: #D8DDDE;
  font-size: 12px;
  width: 130px;
}

a.sign-in-btn:link, a.sign-in-btn:visited,
form input.sign-in-btn { /* (ff) */ /*a.sign-in-btn:link, a.sign-in-btn:visited {*/
  display: block;
  background: #34a1b2;
  color: #FFF;
  margin: 5px 5px 0 0;
  padding: 8px 25px;
  float: left;
  border: none; /* (ff) */
  -webkit-border-radius: 3px; /* webkit */
  -moz-border-radius: 3px; /* mozilla */
  border-radius: 3px; /* opera */

}

a.sign-in-btn:hover, a.sign-in-btn:active { background: #34a1d2; }
input.sign-in-btn:hover, input.sign-in-btn:active { background: #34a1d2; } /* (ff) */



section#page.sign-in {
  border: none;
  margin: 30px 340px 0 -10px;
  padding: 0;
  float: none;
  background: #EFF0F0;
  width: auto;
}

section#page.sign-in p { font-size: 12px; }

section#page.sign-in p a:link,
section#page.sign-in p a:visited { color: #00A5B8; }

section#page.sign-in p a:hover,
section#page.sign-in p a:active { color: #008496; }

h1.obaxa-logo {
  background: url(images/obaxa-sprites.png) no-repeat;
  display: block;
  height: 38px;
  width: 147px;
  margin: 30px 0 5px;
}

div.member-content {
  margin-left: -10px;
  padding: 40px 30px 30px;
  width: 730px;
}

div.member-content h2 {
  color: #00A5BB;
  font-size: 46px;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 20px;
}

div.member-content input.username, div.member-content input.password { background: #EFF0F0; }

form input.create-account, /* (ff) added */
a.create-account:link,
a.create-account:visited {
  display: block;
  background: #e87f08;
  color: #FFF;
  margin: 5px 5px 0 0;
  padding: 8px 25px;
  float: left;
  border: none; /* (ff) */
  -webkit-border-radius: 3px; /* webkit */
  -moz-border-radius: 3px; /* mozilla */
  border-radius: 3px; /* opera */
}

a.create-account:hover,
a.create-account:active { background: #e87f00; }
input.create-account:hover, input.create-account:active { background: #e87f00; } /* (ff) added) */

span.terms-of-use a { color: #34a1b2; } /* (ff) added */
span.terms-of-use a:hover { text-decoration: underline !important; } /* (ff) added */

section#page.sign-in ul {
  float: right;
  margin: 66px 125px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
}

section#page.sign-in li { margin-bottom: 15px; display: block; line-height: 3.5; }
section#page.sign-in li span { float: right; margin-left: 20px; display: block; }

a.go-straight { margin-left: 215px; }

li.arrow span {
  background: url(images/obaxa-sprites.png) -578px 0;
  height: 32px;
  width: 62px;
  float: right;
}

li.browse span {
  background: url(images/obaxa-sprites.png) -641px 0;
  height: 59px;
  width: 82px;
}

li.shop span {
  background: url(images/obaxa-sprites.png) -726px 0;
  height: 58px;
  width: 61px;
}

li.cash-up span {
  background: url(images/obaxa-sprites.png) -775px 0;
  height: 55px;
  width: 64px;
}

/* (ff) */
div#edit-remember-me-wrapper {
	float: left;
}

/* (ff) */
label[for=edit-remember-me] {
	color: #D8DDDE;
	margin: 15px 0 0;
	width: 130px;
	font-size: 12px;
}

/* ---------------------------------- Log in --------------------------[32000] */


div#user-login {
  position: relative;
}

div.logout {
    float: right;
/*    margin-right: 6px;*/
    margin-top: 15px;
}

div.logout a:hover {
  text-decoration: underline;
}

a.join-free {
  color: #fff;
  /*float: left;*/
  background: #00A5BB;
  display: inline-block;
  padding: 7px;
  margin-right: 20px;
  font-weight: 600;
  line-height: 1.4;
}

a.sign-in-no-cashback,
a.join-free-no-cashback { /* (RM) added */
    background: none repeat scroll 0 0 #00A5BB;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-left: 38px;
    margin-right: 16px;
    padding: 11px 22px;
}
a.join-free:hover { background: #008496; }

a.sign-in {
  /*display: inline-block;*/
  margin: 15px 0 0 0;
  /*float: right;*/
  font-weight: 600;
}

a.sign-in span {
  background: url(images/obaxa-sprites.png) -438px 0;
  display: inline-block;
  float: right;
  margin: 2px 0 0 7px;
  height: 32px;
  width: 32px;
}

a.sign-in span:hover, a.sign-in:hover span { background-position: -470px 0; } /* (ff) modified */ /* a.sign-in span:hover { background-position: -470px 0; } */

a.amount {
  color: #667272;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  top: -17px;
  margin-right: 10px;
}

a.status {
  background: url(images/obaxa-sprites.png) -23px -38px;
  display: inline-block;
  height: 22px;
  position: relative;
  top: -13px;
  margin-right: 6px;
  width: 22px;
}

/* a.amount span {
  background: url(images/obaxa-sprites.png) -148px -42px;
  display: inline-block;
  height: 7px;
  width: 13px;
  position: relative;
  top: -2px;
  margin: 0 6px 0 0;
}*/

a.signed-in {
    color: #313331 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    margin-right: 10px;
}


a.signed-in span { font-size: 16px; color: #00A5BB; font-weight: 400; padding-left: 2px;}

a.signed-in:hover span {text-decoration: underline;}

a.avatar { /* (ff) added */
  display: inline-block;
  height: 50px;
  width: 50px;
	margin: 0 10px 0 5px;
	position: relative;
	top: 0px;
}

div.login img { margin: 0; } /* (ff) margin: 0 10px 0 9px; */

a.account-details {
  background: url(images/obaxa-sprites.png) no-repeat -1700px -33px;
  display: inline-block;
  position: relative;
  top: -9px;
  margin-right: 0; /* (ff) margin-right: 12px; */
  height: 32px;
  width: 32px;
}

a.account-details:hover { background-position: -1700px 0; }



/* ----------------------------- Categories Page ----------------------[32000] */

section#page dl {
  margin: 0 10px 0 0;
  padding: 0 0 0 64px;
  position: relative;
  width: 150px;
}

/*.column { margin-bottom: 30px; float: left; width: 890px; }*/

section#page dt span {
  background-image: url(images/cat-small-sprites.png);
  left: 0;
  top: 0;
  position: absolute;
  height: 50px;
  width: 50px;
}

section#page dl.art span    { background-position:  -50px 0; }
section#page dl.books span   { background-position: -102px 0; }
section#page dl.cars span     { background-position: -153px 0; }
section#page dl.photos span  { background-position: -204px 0; }
section#page dl.computers span  { background-position: -255px 0; }
section#page dl.education span     { background-position: -306px 0; }
section#page dl.gastronomy  span  { background-position: -357px 0; }
section#page dl.gifts span   { background-position: -408px 0; }
section#page dl.fashion span { background-position: -459px 0; }
section#page dl.home span    { background-position: -510px 0; }
section#page dl.health span  { background-position: -561px 0; }
section#page dl.music span   { background-position: -612px 0; }
section#page dl.parties span { background-position: -663px 0; }
section#page dl.kids span    { background-position: -714px 0; }
section#page dl.travel span  { background-position: -765px 0; }
section#page dl.sports span  { background-position: -816px 0; }
section#page dl.adult span    { background-position:  -868px 0; }

section#page dt, section#page dd { margin: 0; padding: 0; }
section#page dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3;
  color: #667272;
  font-weight: 600;
}

section#page a.exp-contract:link, section#page a.exp-contract:visited {
	color: #00A5B9;
  font-weight: 600;
}

/* (ff) added */
section#page a.more-less:link, section#page a.more-less:visited {
  color: #00A5B9;
  font-weight: 600;
  padding-left: 64px;
}

section#page a.exp-contract:hover,
section#page a.exp-contract:active { color: #008496; }

/* (ff) added */
section#page a.more-less:hover,
section#page a.more-less:active { color: #008496; }

div.item { padding-bottom: 22px; }
div#container { position: relative; z-index: 1 !important; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* ================================= Page =============================================*/

div.no-results {
	background: #ADBCBE;
	padding: 25px 0;
	margin-right: 13px;
}

section#page div.no-results h2 {
	color: #FFF;
	text-align: center;
	font-weight: 200;
	font-size: 60px;
}

div.no-results a {
	font-weight: 600;
	text-align: center;
	padding: 15px 10px;
	width: 420px;
	margin: 10px auto 0;
	color: white;
	background: #00A5BB;
	display: block;
}

div.no-results a:hover { background: #0094A8; }


/* --------------------------------- Pagination ------------------------[32100] */

/* (ff)  div.pagination is replaced everywhere with ul.pager */
/* div.pagination { */
ul.pager { /* (ff) */
  float: right;
  padding: 20px 0px 0 0;
  clear: both } /*rm fir dat de pager emmer ennen ugewisen get*/

/* div.pagination li { */
ul.pager li { /* (ff) */
  float: left;
  line-style: none; /* rm */
}


/*div.pagination a, li.shortened {*/
ul.pager a, li.shortened { /* (ff) */
  background: url(images/obaxa-sprites.png) no-repeat -1667px -33px;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-left: 1px; /* margin-left: 8px;*/ /* (ff) */
  height: 29px; /*32px; rm */
  width: 32px;
	border: none; /* (ff) */
	padding: 3px 0 0; /* (ff) */
}

/*div.pagination a {*/
ul.pager a { /* (ff) */
  border: 0;
  padding: 0;
  padding-top: 3px;
  font-size: 16px;
} /*rm */

/*div.pagination a:hover, div.pagination a.active { background-position: -1667px 0; color: #00A5BB; }*/
ul.pager a:hover, ul.pager li.pager-current { background-position: -1667px 0; color: #00A5BB; } /* (ff) */

/*div.pagination a:hover {*/
ul.pager a:hover { /* (ff) */
	background-position: -1667px 0; color: #00A5BB;
  border: 0;
  padding: 0;
  padding-top: 3px;
  background-color: transparent;
  } /* (rm) */

/*div.pagination li.prev-pg a { background-position: -1635px -33px; }
div.pagination li.prev-pg a:hover { background-position: -1635px 0; }

div.pagination li.next-pg a { background-position: -1475px -33px; }
div.pagination li.next-pg a:hover { background-position: -1331px -33px; }*/
ul.pager li.pager-previous a { background-position: -1635px -33px; }
ul.pager li.pager-previous a:hover { background-position: -1635px 0; }

ul.pager li.pager-next a { background-position: -1475px -33px; }
ul.pager li.pager-next a:hover { background-position: -1331px -33px; }


/*div.pagination li.pager-active {*/
ul.pager li.pager-current { /* (ff) */
  background: url(images/obaxa-sprites.png) -1667px 0px; /*background: url(images/obaxa-sprites.png) -1636px 0px;*/ /* (ff) */
  display: block;
  font-weight: 400;
  font-size: 16px; /* font-size: 20px;*/
  line-height: 1.5;
  text-align: center;
  margin-left: 1px; /*  margin-left: 10px; */ /* (ff) */
  height: 30px;
  width: 32px; /*width: 30px;*/
  color: #00A5BB;
  padding: 3px 0 0; /* (ff) */
  border: none; /* (ff) */
}

/* div.pagination li.pager-ellipsis { */
ul.pager li.pager-ellipsis { /* (ff) */
  /* background: url(images/obaxa-sprites.png) -1667px -33px; */ /* (ff) */
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-left: 1px; /*  margin-left: 10px; */ /* (ff) */
  height: 32px;
  width: 32px;
}


/* --------------------------------- Right bar ------------------------[33000] */
/* ------------------------------ Error messages ---------------------------- */


div.lxprofile-left {
	float: left;
}

div.lxprofile-right {
	position: absolute;
	right: 30px
}
/* (ff) theme status & error messages */
div.popups-box div.messages {
  position: relative;
  background-color: white;
  color: red;
  border-style: solid;
  border-width: 3px;
  font-weight: bold;
  padding: 7px;
  margin-bottom: 10px;
}

div.popups-box div.error {
  background-color: #FFF2F2;
  border-color: #C00;
  color: #B20000;
}

div.popups-box div.status {
  background-color: #EAF8E4;
  border-color: #8DC478;
  color: #3E642F;
}

div.popups-box div.messages ul {
  margin-bottom: 0;
}

/* ----------------------------------- Info ---------------------------------- */

div#right-bar.info { font-size: 12px; }
/*div#right-bar.info { width: 300px; }*/ /* (rm300) (ff 410) added */

div#right-bar.info h2 { padding-top: 0px; }
div#right-bar.info .resizable-textarea { width: 100%; }


/*(rm) 3 zeilen fir notifications */
div#right-bar.info-notif { color: #FFF; font-size: 12px; }
div#right-bar.info-notif { width: 700px; } /* (rm300) (ff 410) added */

div#right-bar.info-notif h2 { padding-top: 18px; }

ul.sp-promo {
  clear: both;
  margin: 3px 0 0;
  float: left;
  padding: 0;
  list-style: none;
}

ul.sp-promo li {
  display: block;
  padding: 10px 10px 2px;
  margin-bottom: 10px;
  color: #FFF;
  background: #ADBCBE url(none);
  font-size: 12px;
}

p.main-text { margin-right: 55px; }

ul.sp-promo a:hover, ul.sp-promo a:active { background: #FFAA00; }

ul.sp-promo h3 { float: right; margin: -6px 0 -8px; }

ul.sp-promo h3+p { clear: both; margin-top: 0; }
ul.sp-promo h3+p span { float: right; }

div#right-bar.info p.cashback {
  float: right;
  clear: right;
  margin: 14px 0 -3px;
  font-size: 34px;
  font-weight: 200;
}

div#right-bar.info p.cashback-denied {
  float: right;
  clear: right;
  margin: 14px 0 -3px;
  font-size: 34px;
  font-weight: 200;
  text-decoration: line-through;
  color: red;
}

div#right-bar.info p.or {
  clear: both;
  padding-top: 14px;
  font-weight: 600;
  text-align: center;
}

div#right-bar.info p.cashback+span {
  float: right;
  clear: right;
  font-size: 13px;
  font-weight: 600;
}

div#right-bar.info p.cashback-denied+span {
  float: right;
  clear: right;
  font-size: 12px;
  font-weight: 600;
  color: red;
  margin-bottom: 15px;
}

div#right-bar.info p.more-info {
  clear: both;
  padding-top: 14px;
  font-weight: 600;
}

div#right-bar.info p.more-info span {
  background: url(images/obaxa-sprites.png) -502px -26px;
  display: inline-block;
  margin-right: 7px;
  height: 12px;
  width: 18px;
  position: relative;
  bottom: -2px;
}

div#right-bar.info img { float: left; }

div#right-bar.info img+span {
  color: #FFF;
  float: left;
  clear: both;
  margin-top: 4px;
  font-weight: 600;
}

a.go-shop-btn:link, a.go-shop-btn:visited {
  background: #00A5BB;
  color: #FFF;
  padding: 11px 50px 11px 16px;
  float: right;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

a.go-shop-btn-anyway:link, a.go-shop-btn-anyway:visited { /* (rm) added */
  background: #00A5BB;
  color: #FFF;
  padding: 11px 50px 11px 16px;
  float: right;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-right: 56px;
}
/* (rm) added */
a.go-shop-btn:hover, a.go-shop-btn:active, a.go-shop-btn-anyway:hover, a.go-shop-btn-anyway:active { background: #0094A8; }
/* (rm) added */
a.go-shop-btn:hover span { background-position: -852px 0; } /* (rm) -871px */
a.go-shop-btn-anyway:hover span { background-position: -852px 0; } /* (rm) -871px */

a.go-shop-btn span, a.go-shop-btn-anyway span {
  background: url(images/obaxa-sprites.png) -852px 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 6px;
  right: 10px;
}

a.go-shop-btn:hover, a.go-shop-btn:active { background: #008496; }

div#right-bar.info ul.sp-promo li { background: #FFAA00 url(none); }

div#right-bar.info ul.sp-promo h3 {
  float: right;
  font-size: 40px;
  font-weight: 200;
}

div#right-bar.info h4 {
  float: left;
  border-top: 1px solid #6F716F;
  margin: 15px -10px 5px;
  padding: 7px 10px 0;
  font-size: 16px;
  font-weight: 600;
  clear: both;
  width: 100%;
}

div#right-bar.info h4+p { clear: both; font-size: 14px; margin-bottom: 4px; }

a.blue-link:link, a.blue-link:visited {
  color: #00A5B8;
  font-size: 14px;
  font-weight: 600;
}

a.blue-link:hover, a.blue-link:active { color: #008496; }


div.notif {
  background: #A7C429;
  padding: 2px 0px 1px 10px; /*(rm)   padding: 14px 40px 11px 11px; */
  margin: 6px 0 10px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

div.notif.new {
  background: #A7C429;
  padding: 2px 0px 1px 10px; /*(rm)   padding: 14px 40px 11px 11px; */
  margin: 6px 0 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

div.notif p { margin: 0 0 6px 0; }

div.notif a { font-weight: 700; color: #FFF; }

div.notif span.timestamp{
  padding: 0px 10px 0px 0px;
  margin: 6px 0 10px;
  font-size: 11px;
  font-weight: normal;
  position: relative;
  float: right;
}
div#right-bar div.notif a.close {
  background-position: -522px -25px;
  right: 8px;
  left: auto;
  top: 8px;
  position: absolute;
  height: 13px;
  width: 13px;
}

div#right-bar div.notif a.close:hover { background-position: -535px -25px; }

.lxnotification-counter { /* (rm) */
  background-color: #A7C429; /*caki */
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 20px; /* webkit */
  -moz-border-radius: 20px; /* mozilla */
  border-radius: 20px; /* opera */
  padding: 0 5px;
  color: white;
  width: 20px;
  height: 20px;
}

.lxnotification-arrow-down { /* (rm) */
  background: url("images/obaxa-sprites.png") no-repeat scroll -147px -41px transparent;
  margin: 4px;
  padding: 0px;
  width: 15px;
  height: 10px;
  display: inline-block;
}

.lxnotification-view-link a:hover, a:link, a:visited, a:focus, a:active { /* (rm) */
  /* text-decoration: none !important; */
}

.lxnotification-isnew0 { /* (rm) */
  font-weight: bold;
}


p.refer {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
  margin: -4px 0 25px 0;
}

ul.refer,
ul.cash-overview,
ul.settings,
div.settings-section ul,
section#page div.page-heading ul,
div.pagination ul, div#lang-choose ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.refer a:link, ul.refer a:visited {
  margin-top: 10px;
  background: #667373;
  display: block;
  color: #FFF;
  font-size: 60px;
  font-weight: 200;
  position: relative;
  padding: 10px;
}

ul.refer a.post:hover,  ul.refer a.post:active { background: #3B5998; }
ul.refer a.tweet:hover, ul.refer a.tweet:active { background: #00BFFF; }
ul.refer a.email:hover, ul.refer a.email:active { background: #B2B200; }

ul.refer a span {
  background: url(images/obaxa-sprites.png) -1283px 0;
  width: 48px;
  height: 48px;
  display: block;
  top: 30px;
  right: 10px;
  position: absolute;
}

ul.refer a.tweet span { background-position: -1187px 0; }
ul.refer a.email span { background-position: -1235px 0; }

/* ------------------------------ Language Choose ---------------------------- */

div.white-layer {
  background: #fff;
  background: rgba(255,255,255,.8);
  left: 0;
  position: absolute;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 1000;
}

div#lang-choose, div#right-bar {
  top: 0;
  right: 0;
  background: #fff;
/*  float: right; (ff)*/
  padding: 0 23px 15px 20px; /* (ff) padding: 0 23px 0 20px;*/
/*  position: fixed; (ff) */
  width: auto;
  z-index: 2000;
/*  min-height: 100%;*/
	/* http://stackoverflow.com/questions/218760/how-do-you-keep-parents-of-floated-elements-from-collapsing */
	overflow: hidden; /* (ff) added to adjust height, so that floats are included */
}

/* (ff) */ /*div#right-bar { padding-right: 18px; }*/
div#right-bar { padding: 10px; } /* (ff) */

div#lang-choose.has-scrollbar {
  background: #323431 url(images/lang-choose-bg.png) repeat-y right;
  width: 300px;
}

div#right-bar.has-scrollbar {
  background: #323431 url(images/lang-choose-bg.png) repeat-y right;
  padding-right: 30px;
}

span.scrollbar {
  background: #7FD2DD;
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  width: 10px;
  height: 175px;
}

span.scrollbar:hover { background: #00A5BB; }

div#lang-choose a.close, div.popups-close a { /* (ff) */ /* div#lang-choose a.close, div#right-bar a.close { */
  background: url(images/lb_close.png) 0 0;
  display:block;
  position: absolute;
  height: 38px;
  width: 38px;
  top: -20px;
  left: -20px;
  color: transparent; /* (ff) added to hide the text close from popups */
}

div#lang-choose h3 {
  color: #FFF;
  line-height: 1;
  font-size: 46px;
  font-weight: 200;
  margin: 65px 0 23px;
  padding-top: 0;
}

div#lang-choose li a:link, div#lang-choose li a:visited {
  color: #FFF;
  line-height: 1;
  font-weight: 200;
  font-size: 60px;
  background: #667373 url(images/arrow.png) no-repeat 240px 30px;
  display: block;
  float: left;
  padding: 20px 10px;
  margin-bottom: 10px;
  width: 275px;
}

div#lang-choose li a:hover, div#lang-choose li a:active {
  background-color: #00A5BB;
}

/* ------------------------------------ Home --------------------------[34000] */

section#page h2 {
  clear: left;
  color: #ACBBBE;
  font-size: 46px;
  font-weight: 400;
  margin: 0 0 15px -2px;
  padding: 12px 0 4px;
}

section#page h2.shops { padding-top: 25px; overflow:hidden; }

div#description h2 { margin-bottom: 6px; }

section#page h3 {
  color: #667272;
  font-size: 20px;
  font-weight: 200;
  margin: 0 0 20px;
}

section#page a.close {
  background: url(images/obaxa-sprites.png) no-repeat -278px -33px;
  display: block;
  margin-top: 20px;
  clear: right;
  float: right;
  height: 32px;
  width: 32px;
}

section#page a.close:hover { background-position: -342px 0; }


ul.graph {
  list-style: none;
  margin: 15px auto 30px;
  text-align: center;
  font-size: 13px;
  clear: both;
  float: left;
  padding: 0;
  width: 100%;
}

ul.graph strong { color: #313331; }

/*ul.graph li { width: 23%; float: left; } (rm)  */
ul.graph li { width: 20%; float: left; }

section#page ul.graph h3 {
  color: #667272;
  font-weight: 700;
  font-size: 16px;
  margin: 18px 0 8px;
}

section#page ul.graph li.arrow {
  width: 15%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

section#page ul.graph li.arrow img { margin: 10px 0 0; }

section#page ul.graph a:link,
section#page ul.graph a:visited { color: #00A5B8; }

section#page ul.graph a:hover,
section#page ul.graph a:active { color: #008496; }

a.join-now {
  background: #00A5BB;
  clear: both;
  text-align: center;
  display: block;
  margin: 10px auto 20px;
  padding: 15px 25px;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  width: 200px;
}

a.join-now:hover { background: #008496; }

a.shops {
    color: #FF3300;
    float: right;
    font-size: 16px;
    font-weight: 200;
    margin-right: 8px;
    position: relative;
    top: 0;
    z-index: 100;
}
a.shops:hover { color: #CC2900; }

a.shops span {
  background: url(images/obaxa-sprites.png) no-repeat -310px -33px;
  display: inline-block;
  float: right;
  position: relative;
  top: -3px;
  margin-left: 8px;
  height: 32px;
  width: 32px;
}

a.shops:hover span { background-position: -342px -33px; }

a.promos { color: #FFAA00; }
a.promos:hover { color: #CC8800; }
a.promos span { background-position: -374px -33px; }
a.promos:hover span { background-position: -406px -33px; }

a.products { color: #745E93; }
a.products:hover { color: #5D4B76; }
a.products span { background-position: -438px -33px; }
a.products:hover span { background-position: -470px -33px; }

ul.info-box, div.cashback-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

ul.info-box li { position: relative; }

ul.info-box.promos li { width: 30%; float: left; margin-right: 29px; }
ul.info-box.promos.homebase li { width: 100%; }

ul.info-box.promos li:hover a { background: #FA0; }
/* ul.info-box.promos li a { width: 100%; margin-right: 17px; height: 150px;} */
ul.info-box.promos li a { width: 100%; margin-right: 17px; height: 150px;} /* (ff) */

div.info-box {
  /*border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 3px;*/
  /*padding: 28px 13px 28px 28px; /* have to add 15px from padding-right shop block */
	padding: 10px;
}
div.info-box div.views-row {
  display: inline-block;
  /*width: 19.5%; rm for sliders */
}
/* ie6/7 hack http://www.impressivewebs.com/center-multiple-divs/ */
div.info-box div.views-row {
  *display: inline-block;
}
div.shop-block {
  color: #444; /*#888;*/
  width: 208px;
  height: 198px;
  margin-right: 12px;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  position: relative;
  text-align: center;
	background: #fff;
}

div.shop-block .goto span.field-content { display: block; }


div.shop-block:hover,
div.shop-block:active,
div.shop-block:focus {
  border: 1px solid #888;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

div.info-box.shops li.shop-actions:hover a { 
  font-weight: 600;
}
  
div.shop-block .overlay-shop {
  background: none repeat scroll 0 0 #eaf0f1;
  height: 200px;
  overflow: hidden;
  position: absolute;
  width: 210px;
  color: #000;
  text-align: center;
  left: -1px;
  top: -1px;
  font-size: 14px;
  font-weight: 400;
/*  z-index: 900;*/  

  opacity:0;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out, -moz-transform 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}

div.shop-block:hover .overlay-shop,
div.shop-block:active .overlay-shop,
div.shop-block:focus .overlay-shop {
  opacity:0.95;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}

 
div.overlay-shop ul {
  padding: 0;
  text-align: left;
  margin: 0;
  height: 200px;
}
 
div.overlay-shop li.shop-actions {
  list-style: outside none none;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
  display: table;
  width: 100%;
  height: 25%;
}
div.overlay-shop li.cashback {
  background-color: #34a1b2;
}
div.overlay-shop li.shop-actions:hover { background-color: #d6e3e1; }
div.overlay-shop li.cashback:hover { background-color: #2ab2c7; }

div.overlay-shop li.shop-actions a {
  color: #000;
  display: table-cell;
  vertical-align: middle;
}
div.overlay-shop li.cashback a { color: #fff; }

div.overlay-shop .icon-goto,
div.overlay-shop .icon-favorite,
div.overlay-shop .icon-details {
  background: url("images/obaxa-bw-icons.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 26px;
  position: relative;
  width: 22px;
  vertical-align: middle;
  margin: 0 10px;
}

div.overlay-shop .icon-favorite { background-position: -22px 0; }
div.overlay-shop .icon-details { background-position: -44px 0; }

div.myshops-message {
  font-size: 17px;
  margin-left: 20px;
  height: 25px;
}
div.popups-buttons { display: none; }

div.overlay-shop span.description-anonym {
  display: block;
  font-size: 10px;
  margin-left: 45px;
}

div.overlay-shop li.shop-actions a.shop-banner-login {
display: inline-block;
color: #fff;
line-height: 50px;
width: 100%;
}
div.overlay-shop li.shop-actions a.shop-banner-register {
  background-color: #e87f08;
  color: white;
  text-align: center;
}

div.shop-block .total-provision {
  font-size: 14px!important;
  font-weight: 400;
}
 
div.shop-block .cashback {
  bottom: 0;
  font-size: 14px;
  left: 0;
  line-height: 24px;
  position: absolute;
  width: 100%;
  text-align: center;
  display: table;
}

div.shop-block div.cashback {
  border-top: 1px solid #dfdfdf;
  color: #00a5bb;
}
div.overlay-shop .cashback { color: #fff; }

div.shop-block .your-cashback {
    bottom: 3px;
    display: block;
    font-size: 24px;
    position: relative;
}
 
div.shop-block .cashback:hover div:after {
    content: attr(data-descr); /*'romain';*/
    /*width: 100%;*/
    /*height: 40px;*/
    background: red;
    position: relative;
    top: 0px;
    display: block;
}
 
div.shop-block .cashback .free {
    background-color: #CCF1F6;
    border-left: 0 none;
}
div.shop-block .cashback .sub {
  display: table-cell;
}

div.shop-block .cashback .sub small {
    color: #8a8a8a;
}
div.shop-block .membership-classic .classic small,
div.shop-block .membership-bronze .bronze small,
div.shop-block .membership-silver .silver small,
div.shop-block .membership-gold .gold small
 { font-weight: 600; color: #333; }

div.shop-block .cashback small {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
 
div.shop-block .cashback .classic {
    background-color: #EAF0F1; /* #f0fbdb;*/
}
 
div.shop-block .cashback .bronze {
    background-color: #E1F0F2; /* #f0fbdb;*/
    border-left: 1px solid lightgray;
  
}
 
div.shop-block .cashback .silver {
    background-color: #D6F0F4; /* #f0fbdb;*/
    border-left: 1px solid lightgray;
  
}
 
div.shop-block .cashback .gold {
    background-color: #CCF1F6; /* #f0fbdb;*/
    border-left: 1px solid lightgray;
  
}

div.info-box-promos-detail a { /* (rm) *//*height: adjusted for shop detail display to 75px;*/
  background: #ADBCBE;
  display: block;
  color: #FFF;
  float: left;
  height: 75px; /* (rm) *//*height: 150px;*/
  width: 30%;
  margin: 0 11px 11px 0;
  padding: 9px;
  position: relative;
  overflow: hidden;
}

div.info-box.promos   a:hover { background: #FFAA00; }
div.info-box.products a:hover { background: #745E93; }

div.shop-block div.lxtooltip {
  display: none;
  background-color: #343434;
  font-size: 11px;
  padding: 10px;
  box-shadow: 5px 5px 5px #888888;
  max-width: 300px;
  min-width: 200px;
  text-align: justify;
  color: #eee;
}

.margin-right-0 { margin-right: 0 !important; }



p.valid {
  font-size: 12px;
  font-style: italic;
  margin: 0;
  padding: 0;
  float: left;
}

section#page div.shop-block h3 {
  float: right;
  margin: -5px 0 -6px;
  color: #719e00;
  font-size: 14px;
  font-weight: 700;
}

section#page div.shop-block h3+p {
  float: right;
  font-size: 12px;
  /*font-weight: 600;*/
  clear: right;
  margin: 0;
	text-align: right; /* (ff) */
}

div.shop-block .goto {
  display: inline-block;
  padding: 14px;
  width: auto;
}
div.shop-block img {
  width: 120px; /* (rm) */
  height: 40px; /* (rm) */
  background-color: white; /* (rm) */
}

div.shop-block img+span {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  left: 9px;
}

div.shop-block div.overlay {
  display: none;
}
 
div.shop-block div.overlay:hover {
  display: block;
  background: red;
}
/* (rm) not needed */
/*ul.info-box.promos a:hover img { display: none; }
ul.info-box.promos a:hover img+span { display: none; }

ul.info-box a:hover p.hidden-description {
  display: block;
  font-size: 12px;
  float: left;
  clear: left;
  margin-right: 40px;
  position: absolute;
  bottom: -5px;
}*/

/* span.icon { */ /* (ff) too general corrupts module update page */
li.menu span.icon { /* (ff) */
  background: url(images/obaxa-sprites.png) -504px -39px;
  float: right;
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/*ul.promos span.icon { background-position: -525px -39px; }*/
ul.products span.icon { background-position: -550px -39px; }

span.promo-nr {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  bottom: 5px;
  clear: right;
}

span.promo-nr span {
  background: url(images/obaxa-sprites.png) -573px -39px;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  height: 22px;
  width: 22px;
  position: relative;
  bottom: -1px;
}

div.shop-block a.shop-details {
  float: right;
  display: block;
  position: absolute;
  left: 2px;
  /*bottom: 0px; /*20px;*/ 
  background: url(images/obaxa-sprites.png) -527px -39px;
  height: 22px;
  width: 22px;
  margin: 0px;
}

div.shop-block a.shop-details:hover {
  background: url(images/obaxa-sprites.png) -92px -38px;
}

div.shop-block span.shop-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  width: 180px;
  white-space: nowrap;
}

div.shop-block span.shop-description {
  display: inline-block;
  font-size: 12px;
  height: 65px;
  margin: 0;
  overflow: hidden;
  vertical-align: top;
  padding-top: 5px;
}

span.shop-info-container {
    display: block;
    float: left;
    height: 105px;
    margin: 0 11px 11px 0;
    overflow: hidden;
    padding: 9px;
    position: relative;
    width: 16%;
}

h3.free-delivery, h3.free-gift {
	background: url(images/obaxa-sprites.png) no-repeat;
	display: inline-block;
	height: 34px;
	margin: -3px -1px 0px 0 !important; /* (ff) margin: 7px -1px 6px 0 !important; */
	width: 36px;
}

h3.free-delivery { background-position: -1854px -31px; }
h3.free-gift { background-position: -1897px -31px; }

span.promocode {
	color: yellow; /* (ff)   color: #FFF; */
	display: inline-block;
	float: left;
	clear: both;
	font-size: 12px;
	padding-top: 2px;
	position: absolute;
	bottom: 85px;
	left: 9px;
	/* z-index: 1000; */ /* (ff) removed, was in front of navigation */
	top: 74px; /* (ff) added */
}

span.promocode-details {
	color: #FFF;
	display: inline-block;
	float: left;
	clear: both;
	font-size: 12px;
	padding-top: 2px;
	position: absolute;
	bottom: 15px;
	left: 9px;
	z-index: 1000;
}
span.promocode,span.promocode-details strong { font-weight: 600; font-size: 15px; }

div#right-bar h2 {
  font-size: 24px; /*46px;*/
	font-weight: 400!important;
  font-weight: 200;
  padding: 100px 0 10px; /* (ff) */ /*padding: 148px 0 10px;*/
  margin: 0;
  line-height: 1.1;
}

section#page div.promocodes a.all-promos { /*(rm) */
  display: inline-block;
  float: right;
  font-weight: bold;
  margin: 17px 10px 0 0;
}

section#page div.promocodes a.all-promos:hover { /*(rm) */
  color: #dddddd;
}

a.all-promos-hide {
  display: none;
}
/* --------------------------------- User Open ------------------------------- */


ul.cash-overview {
    background: #313431 none repeat scroll 0 ;
	 font-size: 14px;
    margin-top: -8px;
    min-height: 260px;
    padding: 20px;
}

ul.cash-overview.right-part {
	/*margin-left: 30px;*/
}

li.paid strong,
li.open strong,
li.confirmed strong,
li.cancelled strong { font-weight: 400; width: 100px; display: inline-block; }

li.paid strong { color: #00A5BA; }
li.open strong { color: #DAE4E4; }
li.confirmed strong { color: #A6C428; }
li.cancelled strong { color: #FF3300; }

li.paid, li.open, li.confirmed, li.cancelled { padding: 8px 0; position: relative; }

/* (ff) less space between, if in right side bar*/
div#right-bar li.paid, div#right-bar li.open,
div#right-bar li.confirmed, div#right-bar li.cancelled { padding: 3px 0; position: relative; }

li.cancelled a, /* (ff) added */
li.paid a,
li.open a,
li.confirmed a {
  color: #FFF;
  fon-size: 16px;
  position: relative;
  display: inline-block;
  width: 60px;
}

li.cancelled a, /* (ff) */
li.paid a,
li.open a { display: none; }

li.cancelled:hover a, /* (ff) */
li.paid:hover a,
li.open:hover a { display: inline-block; }

li.cancelled a:hover, /* (ff) */
li.confirmed a:hover,
li.open a:hover,
li.paid a:hover { color: #00A5BB; }

li.cancelled a:hover span, /* (ff) */
li.confirmed a:hover span,
li.open a:hover span,
li.paid a:hover span { background-position: -1331px -33px !important; }

ul.cash-overview li.paid a span,
ul.cash-overview li.open a span,
ul.cash-overview li.confirmed a span,
ul.cash-overview li.cancelled a span {
  background: url(images/obaxa-sprites.png) no-repeat -885px -33px;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -34px;
  top: -4px;
}

span.amount {
  color: #FFF;
  font-size: 16px; /*(rm) 24px; */
  font-weight: 400;
  text-align: right;
  display: inline-block;
  float: right;
  line-height: 1.2;
}

li.paid span:first-child,
li.open span:first-child,
li.confirmed span:first-child,
li.cancelled span:first-child {
  background: url(images/obaxa-sprites.png) -46px -38px;
  display: inline-block;
  margin: 0 8px 0 0;
  position: relative;
  top: 4px;
  height: 22px;
  width: 22px;
}

li.open span:first-child { background-position: -23px -38px; }
li.confirmed span:first-child { background-position: 0 -38px; }
li.cancelled span:first-child { background-position: -69px -38px; }

li.total {
  color: #FFF;
  border-top: 1px solid #6F716F;
  border-bottom: 1px solid #6F716F;
  margin: 13px -10px 17px;
  padding: 21px 10px 14px;
  position: relative;
}
div#right-bar li.total { padding: 10px; } /* (ff) added */

li.membership a {
  color: #00A5BA;
  font-size: 10px;
  margin-left: 2px;
}

ul.settings a:link, ul.settings a:visited {
  line-height: 1;
  margin-top: 10px;
  background: #667373;
  font-size: 46px;
  font-weight: 200;
  color: #FFF;
  padding: 15px 15px 18px;
  position: relative;
  display: block;
}

ul.settings a:hover, ul.settings a:active { background: #00A5BB; }

ul.settings a span {
  background:url(images/obaxa-sprites.png) no-repeat -1396px 0;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 9px;
  top: 17px;
}

ul.settings a.logout span { background: url(images/arrow.png) no-repeat; }

ul.settings a.partner { font-size: 16px; font-weight: 600; }

ul.settings a.partner strong {
  font-size: 26px;
  font-weight: 200;
  display: inline-block;
  margin-top: 6px;
  position: relative;
  bottom: -6px;
}

div#right-bar h2.cashback { padding-top: 70px; } /* (ff) reduce space*/
div#right-bar h2.settings { padding-top: 20px; } /* (ff) reduce space*/


/* ------------------------------- Account Edit ------------------------------ */

/*div#right-bar.account-edit form.account-info { margin-top: 15px; }*/
div#right-bar form.account-info { margin-top: 15px; } /* (ff) */

form.account-info dl {
  border-bottom: 1px solid #6F716F;
  margin: 0 -10px 20px;
  padding: 0 10px 15px;
}

/* (ff) added */
form.account-info div.separator {
  border-bottom: 1px solid #6F716F;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* (ff) added */
form.account-info div.separator-first {
  margin-top: 4px;
}

/* (ff)
form.account-info .form-item label {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 123px;
  margin: 0 40px 10px 0;
}*/

/* (ff) added) */
form.account-info .form-item span.password-strength,
form.account-info .form-item span.password-confirm,
form.account-info .form-item label { /* (ff) */ /*form.account-info dt { */
  text-align: right;
  display: inline-block;
  width: 180px; /* (ff) *//*width: 123px;*/
  margin: 0 40px 0px 0;
}

/* (ff) added */
form.account-info .form-item span.password-strength,
form.account-info .form-item span.password-confirm {
	margin-bottom: 0;
	position: relative;
	top: -12px;
}

/* (ff) added) */
form.account-info div.password-description {
  font-size: 12px;
}

/* (ff) added) */
form.account-info div.confirm-parent div.description {
	text-align: right;
}


/* (ff) added */
form.account-info .form-item label {
  font-size: 14px;
  font-weight: 600;
}


form.account-info dd {
  display: inline-block;
  margin: 0 0 10px 0;
}

form.account-info input { /* (ff) */ /*form.account-info dd input {*/
  color: #a2a2a2;
  font-size: 16px;
  font-weight: 600;
  background: #fff  url(images/input-sprites.png) 0 -109px; /* #323431 rm */
  border: none;
  padding: 0 11px;
  height: 32px;
  width: 202px;
  margin-right: 0px; /* (ff) added */
}

/* (ff) added : theme radio buttons*/
form.account-info div#edit-profile-lxuser-sex-male-wrapper {
  margin-bottom: 0px;
}
/* (ff) added : theme radio buttons*/
form.account-info div#edit-profile-lxuser-sex-female-wrapper {
  margin-top: 0px;
  margin-left:223px;
}

/* (ff) added : theme radio buttons*/
form.account-info input.form-radio {
	width: auto;
	height: auto;
}

/* (ff) added : theme radio buttons*/
form.account-info div.form-radios {
  width: 202px;
	display: inline;
}

/* (ff) added : theme radio buttons*/
form.account-info div.form-radios div.form-item {
  display: inline-block;
	margin-top: 9px;
}

/* (ff) added : theme radio buttons*/
form.account-info div.form-radios div.form-item label {
	width: auto;
	margin-bottom: 0;
}

/* (ff) added : theme date select*/
form.account-info div.container-inline {
  display: inline-block;
}

/*form.account-info dd input:hover,
form.account-info dd input:focus {*/
form.account-info input:hover,
form.account-info input:focus { /* (ff) */
  color: #888;
  background-position: 0 -159px;
}

/* (ff) not needed */
a.submit-edits:link, a.submit-edits:visited {
  font-weight: 600;
  text-align: center;
  padding: 15px 10px;
  margin: 10px -10px 10px; /* (ff) *//*margin: -5px -10px 0;*/
  color: #FFF;
  background: #00A5BB;
  display: block;
}

/* (ff) added) */
form.feedback input.submit-edits, /* (rm) */
form.account-info input.submit-edits {
  font-weight: 600;
  text-align: center;
  padding: 15px 10px;
  margin: 30px -10px 10px 0;
  color: #FFF;
  background: #00A5BB;
  display: block;
  font-size: 12px;
  height: auto;
  width: 100%;
  /* no rounded corners in mobile safari */
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* (rm) added) */
form.feedback input.submit-edits {
  border: none;
}

/* (ff) added */
form.account-info div.form-item {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* (ff) added */
form.account-info div.password-parent {
  margin-bottom: 0;
}

/* (ff) added */
form.account-info div.confirm-parent {
  margin-top: 0;
	position: relative;
	margin-top: -12px;
}

a.submit-edits:hover, a.submit-edits:active { background: #0094A8; }

ul.lxhomebase_upcoming_events img {
  width: 170px;
  height: 60px;
  border: 1px solid #ACBBBE;
}

/* ---------------------------- Selected Partnershops ------------------------ */

div.settings-section {
  padding: 0 0 20px 20px;
  margin: 0 -10px 20px;
  border-bottom: 1px solid #6F716F;
}

div#right-bar div.settings-section { margin: 0 0 10px 0; padding-bottom: 10px; }
div.settings-section h3,
div.settings-section p {
  color: #838383;
  text-align: right;
  float: left;
  width: 145px;
  clear: left;
}

div.settings-section:hover h3,
div.settings-section:hover p {
  color: #00A5BB;
}

div.settings-section h3 {
  margin-bottom: -12px;
  font-size: 16px;
  font-weight: 600;
}

div.settings-section ul {
  margin-top: 2px;
  float: right;
  font-size: 16px;
  padding-right: 10px;
  text-align: right;
}
div.settings-section ul.partnershops-delivery a,
div.settings-section ul.partnershops-language a  { color: #888; }

div.settings-section li { margin-bottom: 6px; }

div.settings-section li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
div.settings-section li a:hover { color: #737373; }

div.settings-section a span {
  background: url(images/obaxa-sprites.png) no-repeat -342px 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 10px;
}

div.settings-section li.active a span { background-position: -1443px -33px; }
/*div.settings-section li.active:hover a span { background-position: -1819px -33px; }*/ /* (ff) */
div.settings-section ul.partnershops-delivery li.active:hover a span, /* (ff) */
div.settings-section ul.partnershops-language li.active:hover a span { background-position: -1819px -33px; }
div.settings-section ul.partnershops-delivery li.hide-delete:hover a span, /* (ff) */
div.settings-section ul.partnershops-language li.hide-delete:hover a span { background-position: -1443px -33px; }
div.settings-section a:hover span  { background-position: -1443px 0; }


/*-----------------romain notifications ---------------------------*/
div.settings-section li a span.new-cashback,
div.settings-section li a span.new-provision,
div.settings-section li a span.new-referree,
div.settings-section li a span.cashback-status { background: url(images/obaxa-sprites.png) no-repeat -342px 0; }
div.settings-section li.active a span.new-cashback,
div.settings-section li.active a span.new-provision,
div.settings-section li.active a span.new-referree,
div.settings-section li.active a span.cashback-status { background: url(images/obaxa-sprites.png) no-repeat -1443px -33px; }


/* ---------------------------------- Feedback ------------------------------- */

p.feedback {
  font-size: 16px;
  /* (rm) margin-left: 60px; */
  float: left;
}

div#right-bar p.feedback+form  { margin: 16px 0 25px; }
form.feedback div#right-bar h2 { line-height: 1.3; }
/*p.feedback+form textarea,
span textarea.feedback-textarea*/
form.feedback textarea.feedback-textarea { /* (rm) */
  width: 420px; /* (rm) 200px; */
  /*height: 120px;*/ /* (rm) 65px; */
  padding: 0px; /* (rm) 5px 10px 10px; */
  font-size: 16px;
  line-height: 1.2;
  color: #888;
  border: 1px solid #c3c3c3;
  border-top: none;
  max-width: 100%;
}
div#right-bar h2 div.form-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p.feedback+form span {
  font-size: 16px;
  color: #CCC;
  /* (rm) margin: 0 0 0 45px; */
}


/* -------------------------------- Category Shop ---------------------[35000] */
/* old
div.page-heading {
  clear: both;
  color: #FFF;
  background: #FF3300;
  padding: 5px 8px 80px 56px;
  margin: -8px 13px 20px 0;
  position: relative;
  height: 115px;
  overflow: hidden;
}

div.page-heading.promocodes { background: #FFAA00; }
div.page-heading.cat-produit { background: #745E93; }

section#page div.page-heading h2 {
  color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
}

section#page div.page-heading h2 a {
  background: url(images/obaxa-sprites.png) no-repeat -854px -33px;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  height: 32px;
  width: 32px;
}

section#page div.page-heading ul { width: 520px; }
section#page div.page-heading li { float: left; margin-right: 4px; }
section#page div.page-heading h3 { color: #FFF; }

section#page div.page-heading a {
  color: #FFF;
  font-weight: 200;
  font-size: 16px;
}

div.page-heading span.icon {
  background: url(images/cat-large-sprites.png);
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 100px;
}

*/
/* -------------------------------- Category Shop ---------------------[35000] */

div.page-heading {
	clear: both;
	color: #FFF;
	background: #2ab2c7;
	padding: 5px 8px 80px 56px;
/*margin: -8px 13px 20px 0;*/
  margin: 5px 0px 20px 0;
  position: relative;
	height: 115px;
	overflow: hidden;
}

section#page div.page-heading.menu-alphabetic { padding-left: 18px; }

section#page div.page-heading.menu-alphabetic h2 span {
    margin-left: 4px;
	font-size: 21px;
	font-weight: 200;
	display: inline-block;
	position: relative;
	top: -2px;
}

section#page div.page-heading.menu-alphabetic h2 span span { margin-right: 6px; font-weight: 400;}

section#page div.page-heading ul.alphabetic-list { margin-top: 115px; width: auto; }
section#page div.page-heading ul.alphabetic-list li { margin-right: 13px; }

section#page div.page-heading li.active a {
	font-size: 100px;
	font-weight: 900;
	top: -89px;
	left: -1px;
	position: relative;
}

div.page-heading.promocodes { background: #FFAA00; }
div.page-heading.cat-produit { background: #745E93; }

section#page div.page-heading h2 {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: 700;
}

section#page div.page-heading h2 a, section#page div.page-heading h1 a {
	background: url(images/obaxa-sprites.png) no-repeat -854px -33px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	height: 32px;
	width: 32px;
}

section#page div.page-heading ul { width: 520px; }
section#page div.page-heading li { float: left; margin-right: 4px; }
section#page div.page-heading h3 { color: #FFF; }

section#page div.page-heading a {
	color: #FFF;
	font-weight: 200;
	font-size: 16px;
}

div.page-heading span.icon {
	background: url(images/cat-large-sprites.png);
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 100px;
	height: 100px;
}

/* -------------------------------- Homebase --------------------------[36000] */

div.page-heading.x-mas-sp {
  background: url(images/x-mas-sp.jpg);
  position: relative;
  top: -10px;
  padding: 0 0 85px 0;
  margin-bottom: 0;
}

div.page-heading.x-mas-sp p {
  margin: 0;
  float: right;
  color: #FFF;
  font-weight: 200;
  font-size: 40px;
}

div.page-heading.x-mas-sp h3 { display: none; }
div.page-heading.x-mas-sp:hover h3 {
  display: block;
  font-size: 20px !important;
}

div.page-heading.x-mas-sp a {
  display: block;
  padding: 5px 14px 0 14px;
  height: 195px;
  overflow: hidden;
}

div.page-heading span.next {
  background: url(images/obaxa-sprites.png) no-repeat -1140px 0;
  display: block;
  position: absolute;
  left: 14px;
  bottom: 14px;
  height: 48px;
  width: 48px;
}

div.page-heading.x-mas-sp a:hover { background: #FF3300; }

div.page-heading.x-mas-sp span.icon { background-position: -3655px 0; }

div.todo-list {
  background: #313431;
  padding: 10px 20px 12px 10px;
  margin-right: 10px;
  float: left;
  height: 170px;
  width: 64%;
}

section#page div.todo-list h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 40px;
}

div.todo-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 200;
}

div.todo-list ul li {
  color: #FFF;
  margin-top: 12px;
  padding-left: 40px;
  position: relative;
}

div.todo-list ul span {
  background: url(images/obaxa-sprites.png) no-repeat -885px -33px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
}

div.todo-list ul li.complete { text-decoration: line-through; color: #A6C428; }
div.todo-list ul li.complete span { background-position: -917px -33px; }

div.refer { float: left; width: 30.1%; }

div.refer a {
  background: #667373;
  color: #FFF;
  display: block;
  padding: 12px;
  position: relative;
  height: 168px;
}

div.refer a:hover { background: #3B5998; }

section#page div.refer h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

div.refer p {
  font-weight: 200;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 9px;
}

div.refer p.refer {
  position: absolute;
  right: 12px;
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

div.refer p.refer span {
  background: url(images/obaxa-sprites.png) no-repeat -885px -33px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: 7px;
  width: 32px;
  height: 32px;
}

/*div.shops { padding-top: 20px; float: left;}*/
/*div.shops a { width: 45.1%; }*/ 

div.promos { padding-top: 20px; float: left; width: 30.5%; }
div.promos a { width: 100%; }


/* ------------------------------------ FAQ ---------------------------[37000] */

div.faq-item {
  background: #aebdbf;
  color: #000;
  font-weight: 200;
  font-size: 18px;
  padding: 8px 13px 8px; /* (rm) from 8px 13px 10px */
  margin: 10px; /* (rm) margin-bottom */
  position: relative;
}

div.faq-subitem{
  background: #aebdbf;
  color: #000;
  font-weight: 200;
  font-size: 18px;
  padding: 8px 13px 8px; /* (rm) from 8px 13px 10px */
  margin: 10px; /* (rm) margin-bottom */
  position: relative;
}

div#faq div.faq-item h3 {
  color: #000;
  font-size: 22px;
  font-weight: 200;
  margin: 0;
}

div#faq div.faq-subitem h3 {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}
div#faq div.sub h3 {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}

div#faq div.faq-item.active h3 {
  margin: 0 0 -15px;
}
div#faq div.faq-subitem.active h3 {
  margin: 0 0 -15px;
}

div#faq a.more-less {
	display:none;
}

div#faq div.active { background: #00a5bb; }  /* (ff) div.faq.active { background: #00a5bb; }*/

/*div.faq-item a:first-child:link, div.faq-item:first-child a:visited */ /* (ff) */
div.faq-item a.show-faq:link, div.faq-item:first-child a.show-faq:visited  {
	display: block;
  color: #000;
  font-size: 22px;
  font-weight: 200;
  margin: -8px -13px -8px;
  padding: 8px 13px 8px;
}

/*div.faq-item a:first-child:hover, div.faq-item afirst-child:active */ /*(ff)*/
div.faq-item a.show-faq:hover, div.faq-item a.show-faq:active { background: #00a5bb; }

span.show-hide-icon {
  background: url(images/obaxa-sprites.png) no-repeat -1508px -33px;
  position: absolute;
  top: 19px;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
}

div.sub span.show-hide-icon {
  background: url(images/obaxa-sprites.png) no-repeat -1508px -33px;
  position: absolute;
  top: 2px;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
}
div.faq-item.active span.show-hide-icon { background-position: -1507px 0; }
div.faq-subitem.active span.show-hide-icon { background-position: -1507px 0; }

span.show { display: none; }
span.hide { display: none; }

div.faq-item:hover span.show {
  position: absolute;
  top: 21px;
  right: 48px;
  display: inline-block;
  font-size: 16px;
}
div.faq-item.active span.show { display: none; }

div.faq-item.active span.hide {
  position: absolute;
  top: 21px;
  right: 48px;
  display: inline-block;
  font-size: 16px;
	visibility: visible;
}

div.sub faq-item.active span.hide {
  position: absolute;
  top: 2px;
  right: 48px;
  display: inline-block;
  font-size: 16px;
	visibility: visible;
}

ul.faq-buttons {
	list-style: none;
}
li.faq-expand-btn, li.faq-collapse-btn { /* (ff) added */
  top: 43px;
	margin-right: 12px;
}

/* ---------------------------------- Account -------------------------[38000] */

div.account-page { clear: both; margin-top: 5px; }

div.account-page div div {
  margin: 0 0 10px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  background: #888; /*#ADBCBE;*/
  padding: 0 14px 20px;
  position: relative;
}
div.account-page div.account-info {
  /*float: left;*/
}
div.account-page div.account-info:hover { background: #00A5BB; }
div.account-page div.facebook:hover { background: #3B5998; }
div.account-page div.partnershops:hover { background: #00A5BB; }
div.account-page div.settings-section:hover { background: #313431; }

div.account-page div.facebook p.description { font-size: 12px; font-weight: 400;} /* (ff) added */

/* (ff)  facebook theming */
/* http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */

.fb-clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background-image: none;
    color: #444;
    display: block;
    float: left;
    font-size: 16px;
	  font-family: inherit;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button:hover {
  text-decoration: none;
}

a.button span {
  background-image: none;
  display: block;
  line-height: 14px;
  padding: 1px 0 5px 0px;
  color: white;
}

a.button:hover span {
  color: yellow;
}

div.fb-description {
  font-size: 10px;
  line-height: 11px;
}

/* http://favbulous.com/post/211/best-technique-to-style-a-flexible-web-button */
div.facebook a.fb-connect {
  background: url(images/obaxa-buttons.png) no-repeat right -50px;
  color: white;
  display: inline-block;
  position: absolute;
  right: 10px;
  font-weight: normal;
  height: 46px;
  padding: 0 22px 0 0;
  width: auto;
  margin: 0;
  bottom: 0;
}

div.facebook a.fb-connect span {
  background: url(images/obaxa-buttons.png) no-repeat left 0px;
	display: block;
	height: 46px;
	line-height: 46px;
	padding-left: 22px;
}

div.facebook p.fb-connect {
  width: 60%;
	display: inline-block;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}
/* (ff) end facebook */


section#page div.mdl-grid h2 {
  color: #FFF;
  font-size: 26px!important; /*32*/
  font-weight: 200;
  line-height: 1;
  margin: -2px 0 22px;
}

section#page div.account-page h2 {
  color: #FFF!important;
  font-size: 32px!important;
  font-weight: 200;
  line-height: 1;
  margin: -2px 0 22px;
  height: 80px;
}
section#page div.account-page h2.narrow {	width: 300px; } /* (ff) added */

div.account-page a.edit {
  background: url(images/obaxa-sprites.png) no-repeat -1732px 0;
  display: block;
  position: absolute;
  width: 88px;
  height: 48px;
  top: 25px;
  right: 10px;
}

/* (ff) */
div.account-page a.edit {
  background: url(images/obaxa-buttons.png) no-repeat right -50px;
  display: inline-block;
  position: absolute;
	font-weight: normal;
	padding-right: 22px;
  width: auto;
  height: 48px;
  top: 25px;
  right: 10px;
	color: white;
}
/* (ff) */
div.account-page a.edit span {
  background: url(images/obaxa-buttons.png) no-repeat left -100px;
  display: block;
  height: 46px;
  line-height: 46px;
  padding-left: 48px;
}


section#page div.account-info dl {
  margin: 0 -7px 24px;
  padding: 0 7px 11px;
  border-bottom: 1px solid #C6D0D2;
  width: 100%;
}

section#page div.partnershops dl {
  margin: 0 -7px 24px;
  padding: 0 7px 11px;
  width: 100%;
}

section#page div.account-info:hover dl { border-bottom: 1px solid #4DC0D0; }

section#page div.account-info dt, section#page div.partnershops dt {
  font-weight: 400;
  color: #FFF;
  float: left;
  clear: left;
  padding-bottom: 8px;
}

section#page div.account-info dd, section#page div.partnershops dd {
  float: right;
  clear: right;
  padding-bottom: 8px;
}

div.account-page div.settings-section p {
  color: #FFF;
  text-align: left;
  margin-top: 5px;
}

div.account-page div.settings-section ul {
  clear: right;
  margin-top: -8px;
  padding: 0;
}

div.account-page div.settings-section p.h-bar {
  clear: both;
  border-top: 1px solid #C6D0D2;
  width: 103.5%;
  margin: 24px -20px 22px -7px;
}

div.account-page div.settings-section:hover p.h-bar { border-top: 1px solid #6F716F; }

a.connected, a.disconnected {
  color: #FFF;
  float: right;
  position: relative;
  padding-right: 52px;
  text-align: right;
}

a.connected span.btn, a.disconnected span.btn {
  background: url(images/obaxa-sprites.png) -1539px 0;
  display: inline-block;
  position: absolute;
  top: -11px;
  right: -4px;
  width: 48px;
  height: 48px;
}

a.disconnected span.btn, a.connected:hover span.btn {  background-position: -1587px 0; }

a.disconnected:hover span.btn { background-position: -1511px 0; }

a.connected span.disconnected { display: none; }
a.disconnected span.connected { display: none; }

a.connected:hover span.disconnected { display: inline; }
a.connected:hover span.connected { display: none; }

a.disconnected:hover span.disconnected { display: none; }
a.disconnected:hover span.connected { display: inline; }

/*---- user delete ---- */

div.account-page div.user-delete {
    background-color: #4d0808;
    /*float: left;*/
    height: 113px;
    margin: 0;
}

div.account-page div.user-delete:hover {
  background-color: red;
}
section#page div.account-page div.user-delete h2 { margin-bottom: 0;}

div.user-delete a.delete {
  background: url(images/obaxa-buttons.png) no-repeat right -50px;
  color: white;
  display: inline-block;
  float: right;
  margin-top: 15px;
  font-weight: normal;
  height: 46px;
  padding: 0 22px 0 0;
  width: auto;
}

div.user-delete a.delete span {
  background: url(images/obaxa-buttons.png) no-repeat left 0px;
  display: block;
  height: 46px;
  line-height: 46px;
  padding-left: 22px;
}

/* --- user delete popup --- */
form#lxuser-disable-account-form div.container-inline {
  margin-top: 15px;
}

form#lxuser-disable-account-form div.container-inline input#edit-submit,
form#lxuser-disable-account-form div.container-inline a {
  font-weight: 600;
  text-align: center;
  padding: 12px 15px;
  color: #FFF;
  background: red;
  font-size: 12px;
  height: auto;
  border: none;
}
form#lxuser-disable-account-form div.container-inline a {
  background: #00A5BB;
  float: right;
  margin-top: 2px;
}

/* --------------------------------- Cashback -------------------------[39000] */

div.cash-box {
  color: #FFF;
  clear: both;
  /*background: #313431;*/
  padding: 10px;
  position: relative;
  margin: 5px 0px 35px 0;
}

section#page div.cash-box h2 {
  color: #FFF;
  margin: 0;
  padding: 0;
}

section#page div.cash-box h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 200;
  margin: -5px 0 10px 5px;
  clear: both;
}

li.membership p {
  color: #ACBABE;
  font-size: 11px;
  margin-top: 10px; /* (ff) */ /*margin-top: 0;*/
  /*width: 270px;*/
}

a.history {
  color: #FFF;
  font-size: 16px;
  font-weight: 200;
  float: right;
  margin-top: 10px;
}

a.history span {
  background: url(images/obaxa-sprites.png) no-repeat -1508px -33px;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 9px;
  position: relative;
  top: 10px;
}

a.history:hover { color: #00A5BA; }
a.history:hover span { background-position: -278px 0; }

div.cash-box li.paid a { display: inline-block; }

/*div.cash-box ul.cash-overview { padding: 20px 12px 0; }*/


div.cash-box li.confirmed a {
    background: none repeat scroll 0 0 #a6c428;
    padding: 4px;
    position: absolute;
    right: 70px;
    top: 8px;
	  width: auto;
}

div.cash-box li.confirmed a:hover {
    background: none repeat scroll 0 0 #768b1b; /*#6d8119;*/
	  color: white;
}
div.cash-box li.confirmed a span { top: -2px; }

/*
ul.cash-overview.left-part { float: left; width: 46%; }
ul.cash-overview.right-part { float: right; width: 340px; }
*/
div.cash-box ul.cash-overview strong { width: auto; }

ul.cash-overview em, ul.cash-overview em strong { display: none; }

ul.cash-overview li:hover em {
  background: url(images/obaxa-sprites.png) -92px -38px;
  display: inline-block;
  height: 22px;
  width: 22px;
  position: relative;
  top: 5px;
  left: 7px;
}

div.cash-box li.total em { position: absolute; left: 66px; top: 21px; }

ul.cash-overview em:hover { background-position: -115px -38px !important; cursor: pointer; }

ul.cash-overview em:hover strong {
  display: block;
  font-style: normal;
  position: absolute;
  background: #00A5BB;
  color: #FFF;
  font-size: 11px;
  padding: 12px;
  left: -5px;
  bottom: 30px;
  width: 220px;
}

a.show-all {
  clear: both;
  font-weight: 200;
  font-size: 16px;
  color: #667373;
  float: right;
  margin: 0 12px 15px 0;
}

div.cashback-list a.show-all {
	clear: none;
}

a.show-all span {
  background: url(images/obaxa-sprites.png) -438px 0;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 9px;
  height: 32px;
  width: 32px;
}

a.show-all:hover { color: #303330; }
a.show-all:hover span { background-position: -470px 0; }

div.cashback-list ul { clear: both; }

div.cashback-list li {
  color: #FFF;
  background: #ADBCBE;
  margin: 0 0 10px 0;
  padding: 8px 12px 2px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

div.cashback-list em {
  font-weight: 400;
  float: left;
  font-size: 12px;
}

div.cashback-list span.link {
  float: left;
  clear: left;
  font-size: 12px;
  font-weight: 600;
  margin-top: -25px;
}

div.cashback-list img { float: left; margin-left: 80px; }

div.cashback-list strong {
  display: inline-block;
  width: 250px;
  text-align: right;
  color: #FFF;
  margin: 0 8px 0 40px;
  font-weight: 200;
  font-size: 40px;
}

div.cashback-list span.purchase-status {
  background: url(images/obaxa-sprites.png) -23px -38px;
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 23px;
  right: 10px;
}

div.cashback-list li.confirmed span.purchase-status { background-position:   0   -38px; }
div.cashback-list li.paid      span.purchase-status { background-position: -46px -38px; }
div.cashback-list li.cancelled span.purchase-status { background-position: -69px -38px; }

div.lxcashback-heading { /* rm */
  display: none;
}

/* ==============================================================================
                                  Responsiveness                       [90000]
============================================================================== */

@media all and (max-width: 1100px) {
   ul.info-box.promos li { width: 29.15%; }
   section#page h2.shops { font-size: 38px; }
   a.shops { top: 23px; }
   ul.info-box a { width: 29.2% }
   ul.info-box-promo-details a { width: 100% } /* rm fir detail info shop */
   span.promo-nr { font-size: 14px; }
   div.page-heading { margin-right: 14px; }

   div.refer { width: 28.5%; }
   div.refer p { font-size: 18px; }
   div.shops h2, div.promos h2 { font-size: 40px !important; }
   div.shops a { width: 44%; }
   div.promos a { width: 97%; }

   /*div.account-page div { width: 100%; }*/

   /*ul.cash-overview.left-part { width: 42%; }*/

}

/* (rm)------------------------------- membership bar ------------------------------ */

/* (ff) start */
div.membership-overview { width: 95%; margin-left: auto; margin-right: auto; }
ul.membership-overview { list-style-type: none; margin-left: 0; margin-top: 70px; }
ul.membership-overview li {
	list-style-type: none;
}

ul.membership-overview span.title-classic, ul.membership-overview span.title-bronze,
ul.membership-overview span.title-silver, ul.membership-overview span.title-gold {
  writing-mode:tb-rl;
  -webkit-transform:rotate(305deg);
  -moz-transform:rotate(305deg);
  -o-transform: rotate(305deg);
  white-space:nowrap;
  display:inline-block;
  top: -57px;
  color: #7FD2DD;
	position: absolute;
	margin-left: -15px;
	width: 50px;
}


ul.membership-overview li.levels {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px 8px;
  margin: 22px 0px 3px;
  border-left: 1px solid #7FD2DD;
  border-bottom: 1px solid #7FD2DD;
  border-top: 1px solid #7FD2DD;
  border-right: 1px dotted #7FD2DD;
  position: relative;
	height: 12px;
}

ul.membership-overview li.values {
  position: relative;
  font-size: 11px;
}


ul.membership-overview span.pos0 { left: 0%; }
ul.membership-overview span.pos50 { left: 9%; }
ul.membership-overview span.pos100 { left: 18%; }
ul.membership-overview span.pos150 { left: 27%; }
ul.membership-overview span.pos200 { left: 36%; }
ul.membership-overview span.pos250 { left: 45%; }
ul.membership-overview span.pos300 { left: 54%; }
ul.membership-overview span.pos400 { left: 72%; }
ul.membership-overview span.pos500 { left: 90%; }

ul.membership-overview span.marker-classic, ul.membership-overview span.marker-bronze,
ul.membership-overview span.marker-silver, ul.membership-overview span.marker-e300,
ul.membership-overview span.marker-e400, ul.membership-overview span.marker-gold {
  background: #7FD2DD;
  position: absolute;
  top: -30px;
  display: inline-block;
  width: 1px;
  height: 26px;
}
ul.membership-overview span.title-bronze { color: #D18942;}
ul.membership-overview span.title-silver { color: #c0c0c0;}
ul.membership-overview span.title-gold { color: #ffd700;}

ul.membership-overview  span.value {
	position: absolute;
	margin-left: -25px;
  top: -45px;
  color: #00A5BB;
	text-align: center;
	display: inline-block;
	width: 50px
}

ul.membership-overview span.needle {
  background: #00A5BB;
  position: absolute;
  top: -24px;
  left: 0px;
  display: block;
  width: 0px;
  height: 20px;
  z-index: 200;
}
ul.membership-overview span.needle-membership { /* (rm) */
  background: #00A5BB;
  position: absolute;
  top: -24px;
  left: 0px;
  display: block;
  width: 0px;
  height: 20px;
  opacity:0.25;
  filter:alpha(opacity=25); /* For IE8 and earlier */
}

ul.membership-overview span.membership-bronze { width: 18%;}
ul.membership-overview span.membership-silver { width: 45%;}
ul.membership-overview span.membership-gold { width: 90%;}

/* (ff) end */

/* old css */
/* classic  <20% = 100€ = 0px
   bronze  >=20% = 100€ = 60px
   silver  >=40% = 200€ = 120px
   gold     100% = 500€ = 300px */
/*
li.levels {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px 8px;
  margin: 22px -10px 3px;
  border-left: 1px solid #7FD2DD;
  border-bottom: 1px solid #7FD2DD;
  border-top: 1px solid #7FD2DD;
  border-right: 1px dotted #7FD2DD;
  position: relative;
}

span.classic, span.bronze, span.silver, span.gold {
  writing-mode:tb-rl;
  -webkit-transform:rotate(305deg);
  -moz-transform:rotate(305deg);
  -o-transform: rotate(305deg);
  white-space:nowrap;
  display:block;
  top: -55px;
  color: #7FD2DD;
}

span.classic { position: absolute; left: 0px; }
span.bronze { position: absolute; left: 60px; color: #D18942}
span.silver { position: absolute; left: 120px; color: #c0c0c0}
span.gold { position: absolute; left: 300px; color: #ffd700}

li.values {
  position: relative;
  font-size: 11px;
}

li.values strong {
  display : none;
}

ul.cash-overview li.slider:hover strong {
  display: inline-block;
  height: 22px;
  width: 300x;
  position: absolute;
  top: 5px;
  left: 7px;
}

span.current-value {
  color: #00A5BB;
  position: absolute;
  top: 7px;
  left: 210px;
  font-weight: 600;
  font-size: 32px;
}

span.needle {
  background: #00A5BB;
  position: absolute;
  top: -24px;
  left: 0px;
  display: block;
  width: 0px;
  height: 20px;
  z-index: 200;
}
span.needle_real {
  background: #00A5BB;
  position: absolute;
  top: -24px;
  left: 0px;
  display: block;
  width: 0px;
  height: 20px;
  opacity:0.25;
  filter:alpha(opacity=25);
}

span.marker-classic, span.marker-bronze, span.marker-silver,span.marker-e300,span.marker-e400, span.marker-gold {
  background: #7FD2DD;
  position: absolute;
  top: -30px;
  display: block;
  width: 1px;
  height: 26px;
}

div.cash-box span.needle { right: 94px; }
div.cash-box span.marker-classic { left: -1px; }
div.cash-box span.marker-bronze { left: 60px; }
div.cash-box span.marker-silver { left: 120px; }
div.cash-box span.marker-e300 { left: 180px; }
div.cash-box span.marker-e400 { left: 240px; }
div.cash-box span.marker-gold { left: 300px; }




div.cash-box li.levels {
  padding-bottom: 20px;
  margin-right: -1px;
  margin-left: -1px;
  margin-top: 90px;
}
div.cash-box span.classic { left: -10px; }
div.cash-box span.bronze { left: 50px; }
div.cash-box span.silver { left: 110px; }
div.cash-box span.gold { left: 290px; }

div.cash-box span.classic-value,
div.cash-box span.bronze-value,
div.cash-box span.silver-value,
div.cash-box span.e300-value,
div.cash-box span.e400-value,
div.cash-box span.gold-value {
  position: relative;
  top: -48px;
  color: #00A5BB;
}

div.cash-box span.classic-value { left: -3px; }
div.cash-box span.bronze-value { left: 37px; }
div.cash-box span.silver-value { left: 70px; }
div.cash-box span.e300-value { left: 100px; }
div.cash-box span.e400-value { left: 135px; }
div.cash-box span.gold-value { left: 170px; }
div.cash-box span.current-value { right: 55px; }
*/
/* end old code */

/* (rm)------------------------------- subcats views header ----------------------------- */
/*
section#page div.page-heading h2 a.cat-views-header {
    background: url("images/obaxa-sprites.png") no-repeat scroll -854px -33px transparent;
    display: none;
    height: 32px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 32px;
}*/

section#page div.page-heading h2 a.cat-views-header,
section#page div.page-heading h1 a.cat-views-header {
  background: none;
	display:inline;
	width: auto;
	font-size: inherit;
	font-weight: inherit;
	position: inherit;
}

section#page div.page-heading a.subcat-views-header {
  color: #fff;
  font-weight: 200;
  font-size: 16px;
}

section#page div.page-heading a.subcat-views-header:hover {
  color: #ddd;
  font-weight: 200;
  font-size: 16px;
}

section#page div.promocodes a.subcat-views-header,
section#page div.promocodes a.subcat-views-header:hover {  /* (rm) */
  font-weight: 400;
}

/* coordinaten + greisst esou vereckelt dat aus dem < mat krees just nach den < ugwisen get */
section#page div.page-heading span.subcat-views-header-arrow,
span.subcat-views-header-arrow {
background: url("images/obaxa-sprites.png") no-repeat scroll -893px -40px transparent;
    display: inline-block;
    height: 17px;
    left: 12px;
    padding: 0;
    top: 12px;
    width: 14px;
    margin: 0 5px;
}

section#page div.page-heading span.subcat {
    font-size: 21px;
    font-weight: 200;
    vertical-align: middle;
}

section#page div.promocodes span.subcat { /*(rm) */
    font-weight: bold;
}

div.page-heading dl {
 clear: both;
    color: #FFFFFF;
    height: 128px;
    margin: -5px 13px 20px -56px !important;
    overflow: hidden;
    padding: 4px 8px 68px 50px !important;
    position: relative;
    width: 826px !important;
}

div.page-heading li {
  list-style: none!important;
}


/* (rm)------------------------------- lxhomebase ----------------------------- */

#homebase-special-events {
  clear: both;
  width: 200px;
  }

#homebase-special-events img {
  height: 130px;
  width: 284px;
  border: solid 2px #ADBCBE;
  }

#homebase-special-events table {
    border-collapse: separate;
 }

#homebase-special-events td {
    margin: 0;
    padding: 0 10px 0 0;
}


#homebase-special-events img:hover {
    border: solid 2px #FF3300;
}


ul.sections.homebase .orange-txt, a.orange-txt:link, a.orange-txt:visited {
    color: #FF997F!important;
}


ul.sections.homebase .yellow-txt, a.yellow-txt:link, a.yellow-txt:visited {
    color: #FFDD99!important;
}
ul.sections li {
    font-size: 23px!important;
	font-weight: 400;
}

/* (rm)------------------------------- lxhomebase anonymous user screen----------------------------- */


span#lxhomebase-anonymous-browse {
  background: url(images/browse.png);
  display: block;
  height: 104px;
  margin: 0 35px;
  width: 148px;
}

span#lxhomebase-anonymous-shop {
  background: url(images/shop.png);
  display: block;
  height: 103px;
  margin: 0 35px;
  width: 110px;
}

span#lxhomebase-anonymous-cashup {
  background: url(images/cashup.png);
  display: block;
  height: 98px;
  margin: 0 35px;
  width: 115px;
}

span.lxhomebase-anonymous-arrow-right {
  background: url(images/arrow_right_xbig.png);
  display: block;
  height: 109px;
  margin: 0 75px;
  width: 36px;
}


/* (rm) ------- copyright ------- */
li.copyright {
  font-size: 12px;
}

/* ==============================================================================
                                    Impressum                          [99999]
============================================================================== */

/* (rm) body.impressum changed to div#impressum and section#page suppressed on all tags */

div#impressum h2 { color: #00A5BA }

div#impressum h3 {
	font-size: 40px;
	color: #ACBBBE;
	font-weight: 200;
	padding: 10px 0 0;
	clear: both;
}

div#impressum dl {
	margin: 0 0 12px;
	padding: 0 0 20px;
	color: #667272;
	width: auto;
	border-bottom: 1px solid #E6EBEB;
}

div#impressum dt {
	display: block;
	margin: 0;
	padding: 0 0 15px 2px;
	float: left;
	width: 320px;
	clear: none;
	font-weight: 600;
}

div#impressum dd {
	padding: 0 0 15px;
	display: block;
	float: left;
	font-size: 16px;
	width: 395px;
	clear: none;
}

div#impressum dd a:link,
div#impressum dd a:visited { color: #00A5BB; }

div#impressum dd a:hover,
div#impressum dd a:active { color: #0094A8; }
ul.membership-overview span.needle-bronze { width: 18%; }

/* ==============================================================================
                                    Terms and conditions                   [99999]
============================================================================== */
.popups-box div#legal-terms {
	margin: 15px;
}

/* ==============================================================================
                                    Sale edit/create form                  [99999]
============================================================================== */

/* (ff) added */
form#lxcashback-sale-edit-form div.ahah-progress-throbber {
	float: none;
	display: inline-block;
}

div#right-bar.sale-edit { width: 650px; } /* (ff) */
div#cashback-details-wrapper { /* (ff) */
	clear: both;
	float: right;
	width: 300px;
	font-size: 110%;
}
div#cashback-update-button { /* (ff) */
	float: right;
	width: 300px;
	margin-top: 30px;
}

div#history-details-wrapper { /* (ff) */
	height: 350px;
	overflow: scroll;
	font-size: 95%;
}

form#lxcashback-sale-edit-form dl#history-differences { /* (ff) */
	margin: 0;
	padding: 0;
	width: auto;
}
form#lxcashback-sale-edit-form dl#history-differences dt { /* (ff) */
	margin: 0;
	clear: left;
	float: left;
	font-size: 11px;
	font-weight: 400;
	color: #aaaaaa;
}
form#lxcashback-sale-edit-form dl#history-differences dd { /* (ff) */
	margin-left: 110px;
}

form#lxcashback-sale-edit-form dl#history-differences dd span.old-sale{ /* (ff) */
  display: inline-block;
}
form#lxcashback-sale-edit-form dl#history-differences dd span.new-sale{ /* (ff) */
  float: right;
}
form#lxcashback-sale-edit-form dl#history-differences dd span.old-sale,
form#lxcashback-sale-edit-form dl#history-differences dd span.new-sale { /* (ff) */
  width: 250px;
	-ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
	overflow-wrap: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
form#lxcashback-sale-edit-form dl#history-differences dd span.arrow{ /* (ff) */
  vertical-align: top;
}


/* ==============================================================================
                                    LXpromos                               [99999]
============================================================================== */


a.lxpromos-table {
  display: block;
  text-decoration: none;
  margin: 2px 0px;
  background-color: #eee;
  border: 1px solid #ccc;
  vertical-align: middle;
}
a.lxpromos-table:hover, a.lxpromos-table:focus, a.lxpromos-table:active {
  text-decoration: none;
}
.lxpromos-show-promo {
  display: inherit;
}
div.lxpromos-hide-promo {
  display: none;
}

.lxpromos-banner {
  display: inline-block;
  width: 122px;
  text-align: center;
  vertical-align: middle;
  margin: 2px;
  background: url(images/line.png) no-repeat scroll right center;
  padding-right: 7px;
}
.lxpromos-banner img {
  vertical-align: middle;
}
.lxpromos-arrow {
  background: url(images/arrow-extra-short.png) no-repeat scroll left center;
  width: 5px;
  height: 48px;
}

.lxpromos-line {
  display: inline-block;
  background: url(images/line.png) no-repeat scroll left center;
  width: 5px;
  height: 37px;
  vertical-align: middle;
}
.lxpromos-advantage {
  display: inline-block;
  width: 150px;
  padding: 0 5px;
  vertical-align: middle;
}

.lxpromos-condition {
  display: inline-block;
  padding: 0 5px;
  width: 220px;
  vertical-align: middle;
}
.lxpromos-condition .lxpromos-l1 {
  text-align: left;
}

.lxpromos-code {
  display: inline-block;
  width: 135px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  float: right;
}
.lxpromos-code .lxpromos-l2 {
/*  text-align: right;*/
}
.lxpromos-promos-gift {
  background: url(images/promo_gift.png) no-repeat scroll center;
}

.lxpromos-promos-shipping {
  background: url(images/promo_shipping.png) no-repeat scroll center;
}
.lxpromos-l1 {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333333;
  /*margin-right: 4px;*/
  vertical-align: middle;
}
.lxpromos-l1-now {
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  font-weight: bold;
}
.lxpromos-extra {
  font-size: 14px;
  color: #ff6e00;
  vertical-align: middle;
}
.lxpromos-condition-text{
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
  text-align: left;
}
.lxpromos-cashback {
  font-size: 11px;
  vertical-align: middle;
}
.lxpromos-advantage-text {
  font-size: 15px;
  color: #ff6e00;
  vertical-align: middle;
}

.lxpromos-code-text {
  font-size: 11px;
  color: #ff6e00;
  vertical-align: middle;
}

.lxpromos-code-click {
  font-size: 8px;
  vertical-align: middle;
}
.lxpromos-plus {
  font-size: 12px;
  vertical-align: middle;
}
.lxpromos-valid {
  float: right;
  font-size: 11px;
  vertical-align: middle;
}
.lxpromos-l2 {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #777777;
  /*margin-right: 4px;*/
  vertical-align: middle;
}
.lxpromos-l2-extra {
  font-size: 13px;
  vertical-align: middle;
}

/* block settings new promos */

.lxpromos-block-title {
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0px 8px 0px;
}

a.lxpromos-short-row {
  display: block;
  text-decoration: none;
  width: 95%;
  margin: 1px 1px 2px;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 2px 5px;
}
a.lxpromos-short-row:hover {
  text-decoration: none;
}

span.lxpromos-short-shopname {
  display: inline-block;
  width: 57%;
  text-align: left;
  font-size: 12px;
  color: #333333;
}

span.lxpromos-short-advantage {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #ff6e00;
  width: 30%;
}
span.lxpromos-short-arrow {
  display: inline-block;
  background: url(images/arrow-extra-short.png) no-repeat scroll left center;
  width: 5%;
  height: 18px;
}
.lxpromos-short-enddate {
  text-align: right;
  font-size: 9px;
  color: #333333;
}
.lxpromos-short-filler {
  margin-bottom: 10px;
}
.lxpromos-links {
  margin-bottom: 3px;
  text-align: center;
}
.lxpromos-links a{
  text-decoration: none;

}
.lxpromos-adminview-links {
  margin-bottom: 3px;
  text-align: right;
}

.lxpromos-click {
  display: inline;
  text-align: center;
}

.lxpromos-click-inner {
  font-size: 9px;
  color: #333333;
  font-weight: bold;
  -webkit-border-radius: 4px; /* webkit */
  -moz-border-radius: 4px; /* mozilla */
  border-radius: 4px; /* opera */
  border: 1px solid #999999;
  line-height: 14px;
  padding: 1px 1px;
}

.lxpromos-click-inner-xl {
  font-size: 9px;
  color: #336698;
  font-weight: bold;
  -webkit-border-radius: 4px; /* webkit */
  -moz-border-radius: 4px; /* mozilla */
  border-radius: 4px; /* opera */
  border: 1px solid #999999;
  line-height: 14px;
  padding: 1px 3px;
  background-color: #fff;
}
.lxpromos-click a:hover, .lxpromos-click a:visited, .lxpromos-click a:active, .lxpromos-click a:link {
    text-decoration: none;
}

/* textaerea in edit/new form for details */

#edit-field-lxpromos-details-0-value {
  font-size: 10px;
}

/*
 * colorbox settings for login/register for
 */

.lxpromos-link {
  background-color: #ff6e00;
  -webkit-border-radius: 4px; /* webkit */
  -moz-border-radius: 4px; /* mozilla */
  border-radius: 4px; /* opera */
  border: #cccccc solid 1px;
  padding: 1px;
  text-decoration:none;
  cursor: pointer;
  color: #333333;
}
.lxpromos-link:hover {
  background-color: #aaaaaa;
  text-decoration: none;
}

.lxpromos-no-login-form-header {
  padding: 0px;
  color: #cd0300;
  font-size: 19px;
  text-align: left;
  padding-bottom: 15px;
  font-weight: bold;
}

.lxpromos-no-login-form-items li{
  padding: 5px;
  color: #333333;
  font-size: 16px;
  background-image: url('images/arrow-right-red.png');
  background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
  background-repeat: no-repeat;
  padding-left: 44px;
  line-height: 24px;
  list-style: none;
}

.lxpromos-no-login-table {
  margin: 20px;
  width: 610px;
  border: none;

}

.lxpromos-no-login-table-left {
  background-color: #dddddd;
  -webkit-border-radius: 20px; /* webkit */
  -moz-border-radius: 20px; /* mozilla */
  border-radius: 20px; /* opera */
  border: none;
  padding: 20px 10px 20px 25px;
  width: 230px;
  font-size: 14px;

}

.lxpromos-no-login-table-middle {
  border: none;
  width: 20px;

}
.lxpromos-no-login-table-right {
  background-color: #ff6e00;
  -webkit-border-radius: 20px; /* webkit */
  -moz-border-radius: 20px; /* mozilla */
  border-radius: 20px; /* opera */
  border: none;
  padding: 20px;
  width: 380px;

}

#cboxTitle {
  display: none !important;
}

.lxpromos-no-login-table-left ul li a{
    padding: 0px;
    color: #cd0300;
    font-size: 13px;
    text-align: center;
    padding-bottom: 15px;
}

td div.lxpromo_disabled_0 {
	background-color: green;
	height: 20px;
	width: 20px;
}

td div.lxpromo_disabled_1 {
  background-color: pink;
  height: 20px;
  width: 20px;
}

/*
* User login form.
*/
/*
#user-login-form .form-submit {
  background: transparent url(images/my_button.png) no-repeat scroll left top;
  border: 0 none;
  cursor: pointer;
  display: block;
}

#user-login-form .form-submit:hover {
  background-image: url(images/my_button_hover.png);
}

#user-login-form .form-item {
  background: transparent url(images/my_input.png) no-repeat scroll left top;
}

#user-login-form .form-item input {
  background-color: transparent;
  border: 0;
}*/

/* ==============================================================================
                                    Shop edit                               [99999]
============================================================================== */
fieldset.group-delivery-countries div.form-item label {display: inline-block; width: 200px;}
fieldset.group-delivery-countries div.form-radios,
fieldset.group-delivery-countries div.form-checkboxes {display: inline;}
fieldset.group-delivery-countries div.form-radios div.form-item,
fieldset.group-delivery-countries div.form-checkboxes div.form-item {display: inline-block; width: 100px;}


#footer div#footer-inner {
  margin-top: 20px;
}
#footer div#footer-inner div#block-lxhomebase-lxfooter{
  width: 100%;
}
/* http://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
#footer .block div#link-area {
  width: 100%;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
#footer .block div#link-area > div{
  vertical-align: top;
  width: 216px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
span.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}


#footer div#link-area div#partner-links div.container,
#footer div#link-area div#app-links div.container {
  text-align: center;
}

#footer .block div#link-area div.line {
  line-height: 1px;
  margin-bottom: 10px;
}
#footer .block div#link-area div.line span {
  display: inline-block;
  height: 1px;
  width: 90px;
  background-color: red;
}
#footer .block div#link-area div.line span:first-child {
  width: 90px;
  background-color: #3fa4b5;
}
#footer .block div#link-area div.line span:last-child {
  width: 125px;
  background-color: #d2d5d9;
}
#footer .block ul {
  margin-left: 0;
  list-style-type: none;
}

#footer div#user-links ul {
  margin-left: 0;
  list-style-type: disc;
  margin-left: 40px;
}


#footer h2 {
  /*border-bottom: 1px solid #34a1b2;*/
  color: #34a1b2;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

#footer div#partner-links img { width: 142px; }

div#copyright-wrapper { 
  background: #3c3c3c;
  height: 63px;
}

div#copyright .copyright-gray { color: #999; }
div#copyright .copyright-white { color: #fff; font-size: 110%; font-weight: 400; }

div#copyright ul { display: inline-block; padding: 0px; margin: 0; }
div#copyright ul li { display: inline-block; line-height: 63px; }
div#copyright ul li:first-child { position: relative; }
div#copyright img.logo-small { height: 40px; position: relative; top: -4px; padding-left: 20px;}

#footer div#link-area ul li {
    line-height: 25px;
}
#footer div#link-area ul li a {
  display: inline-block;
  width: 100%;

}
#footer h3 {
  display: none;
}
.mdl-mega-footer .mdl-mega-footer__social-btn a span,
#footer div#link-area div#follow-links a span {
  background: transparent url(images/social-media-icons_25x25.png) no-repeat scroll left top;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
}
.mdl-mega-footer .mdl-mega-footer__social-btn a.facebook span ,
#footer div#link-area div#follow-links a.facebook span {
  background-position: -187px 0;
}
#footer div#link-area iframe.fblike {
  margin-left: 30px;
  height: 20px;
  border: 0;
  overflow: hidden;
  top: 2px;
  position: relative;
}

ul#app-links img { width: 120px; }
#lxmobile-pub img {
    height: 32px;
    width: 92px;
}


/* ==============================================================================
                                    Articles search                         [99999]
============================================================================== */

div#content-top {
	/*margin-bottom: 10px;*/
}

div#user-login div#join-signin {
  display: inline-block;
  float: right;
  margin-top: 4px;
/*height: 84px;*/
}
a.lxcashbackgui-payout-button-disabled,
a.lxcashbackgui-payout-button-disabled:active,
a.lxcashbackgui-payout-button-disabled:link,
a.lxcashbackgui-payout-button-disabled:visited {
  background: #adbcbe;
  color: #FFFFFF;
  margin-left: 4px;
  padding: 5px 6px;
}

a.lxcashbackgui-payout-button-enabled, a.lxcashbackgui-payout-button-enabled:active, a.lxcashbackgui-payout-button-enabled:link, a.lxcashbackgui-payout-button-enabled:visited {
    background: none repeat scroll 0 0 #00A5BB;
    color: #FFFFFF;
    margin-left: 4px;
    padding: 5px 6px;
}

a.lxcashbackgui-payout-button-enabled:hover {
  background-color: #008496;
}

.lxcashbackgui-amount {
    color: #667272;
    font-size: 18px;
    font-weight: 700;
}

#lxcashbackgui-payout {
  display: inline-block;
}

#mycashback span.total {
    color: #313331 !important;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

#mycashback span.payable {
    color: #00A5BB !important;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
#mycashback {
  float: right;
  position: relative;
  top: 8px;
}

div#mycashback a.amount {
  color: #667272;
  font-weight: 200;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
  top: 0px;
}
div#mycashback a.username {
  color: #00A5BB;
	padding-right: 10px;
}
div#mycashback a.logout {
  color:  #667272;
  padding: 2px 7px;
  float: none;
  display: inline;
  background: none;
}
div#mycashback a.logout:hover {
  background-color: #d3d3d3;
}

div#search ul.homebase a.active {
  text-decoration: underline;
}
form.user-payout div.form-item {
  margin-bottom:0;
  margin-top: 0;
}
form.user-payout div.separator {
  margin-top: 5px;
  margin-bottom: 5px;
}
form.user-payout input.submit-edits {
  margin-top: 10px;
}

div.popups-box div.payout-message div.messages{
	display: block;
	position: relative;
	margin: 80px 40px 40px;
	background-color: inherit;
	color: white;
	font-weight: 200;
	border: none;
	padding: 0;
}
input#popup_ok {
  margin-left: 47px;
}

div.payout-unavailable-message {
  margin: 80px 40px 40px;
}




#lxa-result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}
#suggest{
	padding:3px;
	border:1px #CCC solid;
	font-size:17px;
}

.lxa-suggestionsBox {
    background-color: #9370DB;
    color: #FFFFFF;
    left: 0;
    padding-left: 13px;
    position: absolute;
    right: 190px;
    top: 54px;
    z-index: 100;
}

.lxa-suggestionList {
	margin: 0px;
	padding: 0px;
}


.lxa-suggestionList ul li {
    cursor: pointer;
    list-style: square outside none;
    margin-left: 12px;
    padding: 1px;
}

.lxa-suggestionList ul li:hover {
	background-color: #ccc;
	color:#9370DB;
}

.lxa-suggestionList ul {
	font-size:13px;
	color:#FFF;
	padding:0;
	margin:0;
}


.lxa-suggestionList table td {
    cursor: pointer;
    margin-left: 12px;
    padding: 1px;
}

.lxa-suggestionList table td:hover {
	background-color: #ccc;
	color:#9370DB;
}

.lxa-suggestionList table {
	font-size:13px;
	color:#FFF;
	padding:0;
	margin:0;
}


.shop-autocomplete-box {
	border: 0px solid;
	background: #ADBCBE;
	text-align: center;
	color: white;
	padding: 5px 10px;
	margin: 2px;
	font-size: 13px;
    font-weight: 600;
}
.lxa-load{
background-image:url(images/loader.gif);
background-position:right;
background-repeat:no-repeat;
}

#lxa-suggest {
	position:relative;
}


.lxarticlessearch_highlight-product {
  font-weight: bold;
  color: yellow;
}

.lxarticlessearch_highlight-shop {
  font-weight: bold;
  color: #9370DB;
}


#___plusone_0 {
  display: inline-block;
}

#fb-root {
  display: none;
}
.fb_edge_widget_with_comment {
  display: inline-block;
}

/* ==============================================================================
                                    admin menu                         [99999]
============================================================================== */
#admin-menu li.admin-menu-lxadmin:hover ul { right: auto; } /* make dropdown left-align */
#admin-menu li.admin-menu-lxadmin ul li { width: 260px; } /* make dropdown larger */

/* ==============================================================================
                                    product slider                         [99999]
============================================================================== */

.ui-helper-reset {
    font-size: 85%;
}

div#product-slider {
	width: 300px;
}

#product-slider ul {
    margin: 0px!important;
}

#product-slider .ui-tabs, #product-slider .ui-tabs-nav li {
    margin: 0;
}

#product-slider .ui-tabs, #product-slider .ui-tabs-nav li a {
    padding: 0.2em;
}

#product-slider .ui-widget-header {
    background: none;
    border: 0px;
}

#product-slider .ui-state-default, #product-slider .ui-widget-content .ui-state-default {
    background: none;
    border: 0;
}

#product-slider h3 {
    color: #667272;
    font-size: 85%!important;
}

#product-slider .slider-picture {
  width: 175px;
	height: 200px;
}

#product-slider .ui-tabs, #product-slider .ui-tabs-panel {
    padding: 0!important;
}
#product-slider .product-price-our {
    color: #FF3300;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
}
#product-slider .product-price-cb {
    color: #667272;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
#product-slider .product-price-cb-value {
    color: #444;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}
#product-slider .product-name {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
    color: #9370DB;
}

/*==============================================================================
                                    ui autocomplete                    [99999]
============================================================================== */
form#lxarticlessearch-form .ui-autocomplete {
  max-height: 350px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* http://stackoverflow.com/questions/6762174/jquery-uis-autocomplete-not-display-well-z-index-issue*/
  z-index: 150 !important; 
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
html .ui-autocomplete {
  height: 350px;
}
form#lxarticlessearch-form .ui-autocomplete .ui-menu-item {
  //font-size: 12px;
  font: 12px 'Titillium Web',sans-serif;
}
form#lxarticlessearch-form .ui-autocomplete-category {
  padding-left: 5px;
	padding-top: 5px;
}
/* loading - the AJAX indicator */
form#lxarticlessearch-form input.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
form#lxarticlessearch-form .ui-autocomplete li.ui-autocomplete-category {
  clear: left;
  background-color: #f0f0f0;
}
form#lxarticlessearch-form .ui-autocomplete li.shops {
  float: left;
  width: auto;
  clear: none;
}
form#lxarticlessearch-form .ui-autocomplete li.shops a a {
  padding: 0;
  width: 120px;
  text-align: center;
}
form#lxarticlessearch-form .ui-autocomplete li.ui-menu-item a {
  padding: 0 0.4em;
  line-height: 1.3;
}

/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
 
/*==============================================================================
                                    language switcher dropdown                    [99999]
============================================================================== */
form#lxlanguage-dropdown-form { line-height: 10px;}
form#lxlanguage-dropdown-form ul.dd-options { margin-left: 0; right: -1px;}
form#lxlanguage-dropdown-form img.dd-option-image, form#lxlanguage-dropdown-form img.dd-selected-image {
  margin-top: 4px;
  border: 1px solid lightgrey;
  width: 20px;
  height: 12px;
  display: none;
}
form#lxlanguage-dropdown-form a.dd-option { padding: 5px; }
form#lxlanguage-dropdown-form a.dd-selected { padding: 1px 2px; }
form#lxlanguage-dropdown-form label.dd-selected-text, form#lxlanguage-dropdown-form label.dd-option-text {
  font-weight: normal;
}

#header-top form#lxlanguage-dropdown-form div.dd-select {
  background: none;
  border: none;
} 
#header-top form#lxlanguage-dropdown-form label.dd-selected-text {
  padding-right: 20px;
  padding-left: 16px;
  display: inline;
  color: #667272;
}
#header-top form#lxlanguage-dropdown-form a.dd-selected {
  display: inline;
  line-height: 40px;
}
#header-top form#lxlanguage-dropdown-form span.dd-pointer {
  margin-right: -5px;
}
/*==============================================================================
                                    navigation bar                    [99999]
============================================================================== */
/* old css */
 
section#site-nav nav.myshops h3 a {
  display: block;
}
section#site-nav nav.myshops a span.details {
  background: url("images/obaxa-sprites.png") -1092px -36px;
  height: 22px;
  width: 21px;
  float: right;
}
section#site-nav nav.myshops a {
  display: block;
}
section#site-nav nav.myshops a.less span.details {
  background-position: -1116px -36px;
}

section#site-nav nav.myshops ul {
  margin-left: 0;
  width: 110%;
  max-height: 107px;
  overflow: hidden;
}
section#site-nav nav.show-all ul {
  max-height: none;
}
section#site-nav nav.myshops ul li {
  display: inline-block;
  padding-right: 5px;
}
section#site-nav nav.myshops img {
  width: 90px;
  height: 30px;
  border: 1px solid #ACBBBE;
}

/* end of old css */

/* ---------------- navigation ----------------*/
div#header-group { line-height: 0; }

/* ---------------- language-select ----------------*/

div#language-select {
  display: inline-block;
  position: relative;
}
a.signed-in {
  position: relative;
  top: 9px;
}

div#language-select div.form-item { margin: 0; padding: 0; }


/* ---------------- navbar ----------------*/
div#navbar-separation {
  height: 1px;
  line-height: 0;
  overflow: hidden;
  background-color: #e7e7e7;
  position: relative;
  margin-bottom: 4px;
}
div#navbar-separation .navbar-mask {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  width: 145px;
  padding: 0;
  margin: 0;
  line-height: 0;
  background: #fff;
  overflow: hidden;
}
div#navbar-separation .navbar-fade {
  position: absolute;
  left: 145px;
  height: 1px;
  width: 98px;
  line-height: 0;
  overflow: hidden;
  background-position: 0px -12px;
  background-color: #fff;
  background-image: url("images/header.png");

  background-repeat: repeat-x;
}
div#navbar {
/*  background: url("images/header.png") repeat scroll 0px -90px rgba(0, 0, 0, 0);*/
  height: 57px;
  position: relative;
  z-index: 20;
}

div#block-lxlogin-navbar {
  float: none;
}
div#navbar-left {
  display: inline-block;
  float: left;
  width: auto;
}
div#navbar-right {
  display: inline-block;
  float: right;
}
div#navbar-middle {
  overflow: hidden; /* http://colinaarts.com/articles/the-magic-of-overflow-hidden/#making-room-for-floats */
}

/*div#preface-top {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 2px;
}*/
/* ---------------- navbar buttons ----------------*/

div#navbar ul.navbar-button {
  display: inline-block;
  margin: 0;
}
div#navbar-right ul.navbar-button {
  border-left: 1px solid #d8dedf;
}
div#navbar ul.navbar-button > li {
  display: inline-block;
  /*border: 1px solid grey;*/
  font-size: 18px;
  margin: 0;
  list-style-type: none;
}

div#navbar ul.navbar-button > li.extension-button {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  list-style-type: none;
	padding-left: 20px;
}

div#navbar ul.navbar-button > li.extension-button img {
  width: 50px;
	vertical-align: middle;
}

div#navbar ul.navbar-button > li a.button-extension {
    background: none repeat scroll 0 0 white;
    color: black;
    display: block;
    font-size: 12px;
    font-weight: 200;
    line-height: 38px;
    padding: 0 5px;
    width: auto;
	  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

}
div#navbar ul.navbar-button > li a.button-extension:hover {
  color: #cb730f;
}
div#navbar ul.navbar-button > li.last {
  margin-right: 0;
}
div#navbar ul.navbar-button > li:hover {
  /*border: 1px solid grey;*/
  background-color: #2ab2c7; /*#34bed4  #e87f08  #a2dbe6 #00a5bb;*/
}
div#navbar ul.navbar-button > li.extension-button:hover {
  background-color: #34a1b2; /* no background-color change */
}
div#navbar ul.navbar-button > li a.button-title {
  width: auto;
  color: white;
  line-height: 1.2;
  display: block;
  line-height: 57px;
  padding: 0px 5px;
  font-size: 12px;
  font-weight: 400;
}
div#navbar-right ul.navbar-button > li a.button-title {
  border-right: 1px solid #d8dedf;
}
div#navbar ul.navbar-button > li a.button-title span {
  font-size: 15px;
  text-decoration: underline;
}

div#navbar ul.navbar-button > li a.button-title span em {
  font-style: normal;
}

div#navbar ul.navbar-button li.shops-button a.button-title {  
  width: auto;
  color: white;
  line-height: 57px;
/*  background-color: #e87f08;*/
  border-right: 1px solid #e2dcd5;
  border-left: 1px solid #e2dcd5;
  padding: 0px 20px;
  font-size: 15px;
  z-index: 10; /* put in front op 123 steps */
  position: relative;
}
div#navbar ul.navbar-button li.shops-button a.button-title:hover,
div#navbar ul.navbar-button li.shops-button a.button-title:active,
div#navbar ul.navbar-button li.shops-button a.button-title:focus {  
  background-color: #2ab2c7; /*#34bed4;*/
}

div#navbar ul.navbar-button li.shops-button a.button-title span,
div#navbar ul.navbar-button > li a.myshops span {
  background: url("images/obaxa-main-sprites.png") -26px -0px;
  width: 17px;
  display: inline-block;
  height: 10px;
  margin-left: 7px;
}

div#navbar div#shops-nav a.button-title strong {
  background: url("images/obaxa-sprites.png") -1092px -36px;
  margin-left: 10px;
  width: 22px;
  display: inline-block;
}

/* ---------------- navbar-dropdown ----------------*/

div#navbar div#myshops-wrapper,
div#navbar li.shops-button div.dropdown-wrapper { 
  position: absolute;
  display: none;
  z-index: 1000;
  padding-top: 1px;
  /*background-color: #34a1b2;*/
  opacity: 0.97;
}

div#navbar li.shops-button div.dropdown-wrapper { width: 100%; }

div#navbar nav.myshops,
div#shops-nav div.dropdown {
  /*display: none;*/
  position: relative;
  /*background-color: white;*/
  color: #667272;
  padding: 0px 0px;
  border: solid 1px #d9d9d9;
  /*height: 450px;*/
  left: 0;
  z-index: 1000;
  border-top: 1px solid #2ab2c7; /*3px solid #e87f08;*/
}

div#shops-nav div.dropdown {
  background-color: #2ab2c7; /*#00a5bb;*/
}

div#navbar nav.myshops { padding: 15px; }
/* display on front-page */
/*body.front div#shops-nav div.dropdown {
  display: block;
}
body.front div#navbar #navbar-shops ul.navbar-button > li{
  background-color: lightgrey;
}*/


div#navbar li.shops-button:hover div.dropdown-wrapper,
div#navbar li.shops-button:active div.dropdown-wrapper,
div#navbar li.shops-button:focus div.dropdown-wrapper {
  display: block;
}
div#shops-nav nav {
  width: 300px;
  -webkit-font-smoothing: antialiased !important;
  margin-left: 0px;
  position: static;
}

/* dropdown titles */
div#shops-nav nav h3 {
  display: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  width: 100%;
  position: relative;
}
div#shops-nav nav h3 a {
  display: block;
}
div#shops-nav nav h3 a:hover, div#shops-nav nav h3 a:active, div#shops-nav nav h3 a:focus {
  color: #00A5BB;
}
div#shops-nav nav span.cat-bullet {
  background: url(images/obaxa-sprites.png) -148px 0;
  display: inline-block;
  position: relative;
  top: 1px;
  height: 13px;
  margin: 1px 7px 0 1px;
  width: 15px;
}
div#shops-nav nav a:hover span.cat-bullet { background-position: -148px -14px; }

/* all categories */
div#shops-nav nav.all-categories ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0px;
  font-size: 14px;
}
div#shops-nav nav.all-categories ul li a { display: block; }

/* arrows */
div#shops-nav nav a span.cat-arrow, div#shops-nav nav h3 span.details {
  background: none;
  top: 4px;
  display: inline-block;
  height: 13px;
  right: 16px;
  float: right;
  margin: 0;
  position: relative;
  width: 7px;
/*  z-index: 1000;*/
  background: url(images/obaxa-sprites.png) -1030px -37px !important;
}

div#shops-nav nav h3 a span.cat-arrow, div#shops-nav h3 a span.details {
  top: 6px;
}
div#shops-nav nav a:hover span.cat-arrow,
div#shops-nav nav a:hover span.details,
div#shops-nav div.dropdown li.visible a span.cat-arrow { /* (ff) added for jquery hoverIntent */
  background: url(images/obaxa-sprites.png) -1050px -37px !important;
}

/* ---------------- navbar-dropdown submenus----------------*/
div#navbar div#myshops-wrapper div.arrow-up,
div#shops-nav div.arrow-up {
  height: 5px;
  width: 12px;
  background: url(images/obaxa-main-sprites.png) -63px -1px;
  position: absolute;
  z-index: 10000;
  display: block;
  top: 1px;
}
div#shops-nav div.arrow-up { left: 35px; display: none;}
div#navbar div#myshops-wrapper div.arrow-up { right: 35px; display: none; }


div#shops-nav nav.myshops ul, 
div#shops-nav nav.alphabetic ul,
div#shops-nav nav.all-categories ul dl {
  display: none;
  margin: 0;
  position: absolute;
  left: 300px;
/*  z-index: 10;*/
  padding: 0px 20px;
  border-left: 0;
  top: 0px;
  margin: 0px;
  height: 100%;
  right: 0;
}
div#shops-nav nav.all-categories ul dl dt:first-child {
  padding-top: 20px;
}
div#shops-nav nav ul li:first-child {
  padding-top: 20px;
} 
div#shops-nav nav ul li:last-child {
  padding-bottom: 20px;
} 

div#shops-nav nav.myshops:hover ul,
div#shops-nav nav.alphabetic:hover ul, 
div#shops-nav div#navbar-dropdown ul li.visible dl, /* (ff) added for jquery hoverIntent */
div#shops-nav div#navbar-dropdown ul li:hover dl {
  display: block;
}

/* ---------------- my shops ----------------*/
/*div#navbar li.myshops-button { position: relative; }*/
div#navbar li.myshops-button:hover div#myshops-wrapper,
div#navbar li.myshops-button:active div#myshops-wrapper,
div#navbar li.myshops-button:focus div#myshops-wrapper {
  display: block;
}
div#navbar div#myshops-wrapper {
  right: 0;
  left:0;
  background-color: #2ab2c7;
  margin-top: 1px;
  opacity: 0.97;  
}
div#navbar nav.myshops h3 {
  display: none;
}
div#navbar nav.myshops ul {
/*  text-align: justify;*/
  position: relative;
  margin: 0;
  width: auto;
  border-left: 0;
  margin: 0px;

}
div#navbar nav.myshops a.myshops-more,
div#shops-nav nav.myshops a.myshops-more {
  display: none;
}
div#navbar nav.show-all ul,
div#shops-nav nav.show-all ul {
  max-height: none;
}
div#navbar nav.myshops ul li,
div#shops-nav nav.myshops ul li {
  display: inline;
  padding-right: 5px;
}
div#shops-nav nav.myshops ul li a { display: inline-block; } /* sets correct height of a tag */
div#navbar nav.myshops ul li a:hover img,
div#navbar nav.myshops ul li a:focus img {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
  transform: scale(1.1, 1.1);
}

nav.myshops h4 { color: white; font-weight: 400;}
nav.myshops { border-bottom: solid 1px white;}

div#navbar nav.myshops img,
div#shops-nav nav.myshops img {
  width: 90px;
  height: 30px;
  border: 1px solid #ACBBBE;
  padding: 10px;
  background-color: white;
  transition: transform 0.2s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  -moz-transition:transform 0.2s ease-in-out 0s;
}

/* ---------------- shops a-z ----------------*/

div#shops-nav nav.alphabetic ul li {
  display: inline-block;
  margin: 0;
}
div#shops-nav nav.alphabetic ul li a { 
  display: block;
  padding: 5px 10px;
  font-size: 40px;
  font-weight: bold;
  width: 37px;
}
div#shops-nav nav.alphabetic ul li.numeric a { 
  width: 80px;
}

/* ---------------- all categories ----------------*/

div#shops-nav nav.all-categories ul dt,
div#shops-nav nav.all-categories ul dd { margin: 0; padding: 0; }
div#shops-nav nav.all-categories ul dt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
}
div#shops-nav nav.all-categories ul li {
  line-height: 20px;
  padding-left: 30px
}
div#shops-nav nav.all-categories ul li > a { font-weight: 600; color: #aee4ec; font-size: 18px;}
div#shops-nav nav.all-categories ul li.visible > a { color: white; border-bottom: solid 1px white; line-height: 19px;}
div#shops-nav nav.all-categories ul dd { font-size: 16px; }
div#shops-nav nav.all-categories ul li dl a { color: #aee4ec; font-weight:600; font-size: 18px;}
div#shops-nav nav.all-categories ul li dl dt a {
  color: #fff; font-size: 25px; font-weight: 700; padding-bottom: 10px;
}
div#shops-nav nav.all-categories ul li dl dt a span.all{ display: none; font-size: 15px; height: 15px;}
div#shops-nav nav.all-categories ul li dl dt a:hover span.all{ display: inline-block; }
div#shops-nav nav.all-categories ul li dl a:hover { color: #fff; }

.view-lxshop .category-display-text {
	font-size: 16px;
	color: #fff;
	display: block;
	font-weight: 600
	
}

div#shops-nav nav.all-categories .category-display-text {
  color: #fff;
  display: block;
  position: absolute;
  left: 350px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  right: 50px;
  text-align: justify;
}

div#shops-nav nav.all-categories ul li dl a:after { 
  content: " ";
  display: block;
  width: 70%;
/*  border-bottom: 1px solid white;*/
}

/* category icons */
div#shops-nav nav.all-categories dt span.icon { /* check if ok here  (ff) */
  background:url(images/cat-large-sprites.png) 0 0;
  display: block;
  position: absolute;
  left: auto;
  right: 20px;
  top: auto;
  bottom: 20px;
  width: 100px;
  height: 100px;
}
.menu-art    span.icon { background-position:  -101px 0 !important; }
.menu-books   span.icon { background-position:  -202px 0 !important; }
.menu-cars     span.icon { background-position:  -303px 0 !important; }
.menu-computers  span.icon { background-position:  -504px 0 !important; }
.menu-education     span.icon { background-position:  -606px 0 !important; }
.menu-photos  span.icon { background-position:  -404px 0 !important; }
.menu-fashion span.icon { background-position:  -908px 0 !important; }
.menu-gastronomy  span.icon { background-position:  -709px 0 !important; }
.menu-gifts   span.icon { background-position:  -810px 0 !important; }
.menu-health  span.icon { background-position: -1112px 0 !important; }
.menu-home    span.icon { background-position: -1010px 0 !important; }
.menu-kids    span.icon { background-position: -1414px 0 !important; }
.menu-music   span.icon { background-position: -1212px 0 !important; }
.menu-parties span.icon { background-position: -1314px 0 !important; }
.menu-sports  span.icon { background-position: -1616px 0 !important; }
.menu-travel  span.icon { background-position: -1517px 0 !important; }
.menu-adult    span.icon { background-position:  -1839px 0 !important; }
.menu-all    span.icon { background-position:  -1953px 0 !important; }

/* ---------------- search box ----------------*/
div#search-box-wrapper div.search-text { 
  color: white;
  float: left;
  margin-top: 10px;
  padding-right: 4px;
}

div#search-box-wrapper div#searchbox {
  overflow: hidden;
}
div#search-box-wrapper div#searchbox div#search-loading {
  display: inline-block;
}
div#search-box-wrapper div#searchbox div.form-item {
  margin: 0;
  overflow: hidden;
}
div#search-box-wrapper div#searchbox {
  width: auto;
}
div#search-box-wrapper div#searchbox input[type=text] {
/*  background-image: url(images/obaxa-buttons.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: right -180px;*/
  height: 42px;
  border: 3px solid #cecece;
  width: 100%;
	max-width: 100%;
  color: #667373;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
  padding-left: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#search-box-wrapper div#searchbox input.form-submit {
  background: url(images/obaxa-main-sprites.png) -284px 4px;
  border: 3px solid #cecece;
  cursor: pointer;
  height: 52px;
  padding: 0;
  margin: 0;
  width: 60px;
  float: right;
  background-color: #34a1b2;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
div#search-box-wrapper div#searchbox input.form-submit:hover {
  background-position: -283px -60px;
  background-color: #008496;
  border-color: #cecece;
}
div#search-box-wrapper div#searchbox span.watermark_container {
  display: block;
  overflow: hidden;
  width: 100%;
}
div#search-box-wrapper div#searchbox span.watermark span.shops {
  color: #FF997F;
}
div#search-box-wrapper div#searchbox span.watermark span.products {
  color: #34a1b2; /*#9370DB;*/
}

/*** new search box ***/

div#navbar div.search-text { 
  color: white;
  float: left;
  margin-top: 10px;
  padding-right: 4px;
}

div#navbar div#searchbox {
  overflow: hidden;
}
div#navbar div#searchbox div#search-loading {
  display: inline-block;
}
div#navbar div#searchbox div.form-item {
  margin: 0;
  overflow: hidden;
}
div#navbar div#searchbox {
  width: auto;
}
div#navbar div#searchbox input[type=text] {
/*  background-image: url(images/obaxa-buttons.png);*/
/*  background-repeat: no-repeat;*/
/*  background-position: right -180px;*/
  height: 35px;
  border: 1px solid lightgrey;
  width: 100%;
  color: #667373;
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
  padding-left: 12px;
}
div#navbar div#searchbox input.form-submit {
  background: url(images/obaxa-sprites.png) -165px -4px;
  border: 1px solid lightgrey;
  cursor: pointer;
  height: 41px;
  padding: 0;
  margin: 0;
  width: 56px;
  float: right;
}
div#navbar div#searchbox input.form-submit:hover {
  background-position: -222px -4px;
}
div#navbar div#searchbox span.watermark_container {
  display: block;
  overflow: hidden;
  width: 100%;
}
div#navbar div#searchbox span.watermark span.shops {
  color: #FF997F;
}
div#navbar div#searchbox span.watermark span.products {
  color: #9370DB;
}

/*** ------------- hotel search --------- */
form#lxhotel-search-form { float: right; }


/**** ---------------- shop banners for sliders ............*/

#block-shop-promoted-popular,
#block-shop-promoted-most_cb,
#block-shop-promoted-recent {
  /*background: none repeat scroll 0 0 #eee;
  border: 1px solid #ddd;*/
  width: 1140px;
  height: 230px;
}
#block-shop-promoted-recent {
  margin: 0px;
}
#block-shop-promoted-most-cb {
  margin: 0px;
}
/* http://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
div.top-shops-shops {
  text-align: justify;
  width: 100%;
}
.shop-promoted {
  /*background: none repeat scroll 0 0 #fff;
  border: 1px solid #e2e4e6;
  float: left;
  height: 100px;
  margin: 10px 18px 10px 0;*/
  /*width: 170px;*/
  width: 15%;
  display: inline-block;
  zoom: 1;
}

.shop-promoted a:hover {
  border: none;
  border: 1px solid #3c3c3b;
}
.shop-promoted a {
  width: 99%;
  height: 100px;
  display: inline-block;
  /*margin: 2px 10px;*/
  border: 1px solid #e2e2e2;
}
.shop-promoted img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* http://stackoverflow.com/questions/1260122/expand-div-to-take-remaining-width */
div#slider-topshops-main-container {
  margin-top: 20px;
}
div.top-shops div.top-shops-title { height: 60px; }
div.top-shops div.title { 
  float: left; 
  margin-right: 25px;
  font-size: 38px;
  font-weight: bold;
  color: #3c3c3b;
}
div.top-shops div.line { 
  overflow: hidden; 
  width: auto; 
  background-color: #e2e4e6;
  position: relative;
  height: 1px;
  top: 30px;
}

div#slider-topshops-main-container .bx-wrapper .bx-controls-direction a {
  top: 102px;
}


/********************** fb wall posting ***********/
div.article-single-fbwall {
	bottom: 64px;
    display: inline-block;
    margin-left: 67%;
    overflow: hidden;
    position: relative;
    width: 95px;
}

div.article-single-fbwall form.simple_fbwall_button_form input.simple_fbwall_button, 
div.article-single-fbwall input#simple_fbwall_submit {
 	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	
}

/*****************************************************************************/
/* google mdl
/*****************************************************************************/
/* ------------------------------------------------------------------------- */
/* login register block
/* The dialog elements should be direct body children. Not children of positioned elements,
/* especially absolute and static.
/* Disable all positioning on the block elements
/* see https://github.com/google/material-design-lite/issues/4038
/* ------------------------------------------------------------------------- */
#block-lxhomebase-obaxa_login_register {
    float: none;
}
#block-lxhomebase-obaxa_login_register .inner {
    position: inherit;
}
/* ------------------------------------------------------------------------- */
/* mdl dialog
/* ------------------------------------------------------------------------- */
dialog {
    padding: 0; /* needed to close dialog with outside mouse-click */
}
.mdl-dialog {
    width: 50%;
    min-width: 320px;
}
.mdl-dialog__title {
    text-align: center;
}
.mdl-dialog__content, .mdl-dialog__actions {
    padding: 10px 20px;
}
.mdl-dialog__actions>* {
    margin-right: 0;
}
/* ------------------------------------------------------------------------- */
/* login form
/* ------------------------------------------------------------------------- */
#login-register .mdl-dialog {
    width: 320px;
}
#login-regfister .mdl-textfield {
    width: auto;
}
#login-register .mdl-dialog__actions {
    padding-top: 5px;
}
#login-register .form-item, #login-register .form-text {
    margin:0;
    padding: 0;
}

a.password-forgotten {
    position: relative;
    display: inline-block;
    top: -15px;
    float: right;
    clear: right;
    font-size: 12px;
    margin: 0;
}
a.password-forgotten:hover { color: #FFF; }

/* --- facebook button --- */
.facebook-button {
    background-color: #4267b2;
    color: #FFF;
    box-sizing: border-box;
}
.facebook-button:hover {
    background-color: #365899;
}
.facebook-button .facebook-favicon {
    color: #4267b2;
    background-color: white;
    font-size: 27px;
    text-transform: none;
    padding: 10px 5px 2px 11px;
    font-weight: bold;
    font-style: normal;
    position: relative;
    top: 5px;
    line-height: 0.5em;
    display: inline-block;
}
.facebook-button span.facebook-text {
    padding-left: 10px;
}

/* ---- password forgotten --- */
a.password-forgotten {
    position: relative;
    display: inline-block;
    top: -15px;
    float: right;
    clear: right;
    font-size: 12px;
    margin: 0;
}
a.password-forgotten:hover { color: #FFF; }

/* --- divider --- */
#login-register .divider {
    text-align: center;
    position: relative;
    color: grey;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
#login-register .divider p {
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 8px;
}
#login-register .divider::after {
    content: "";
    border-top: 1px solid grey;
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

/* --- terms of use --- */
p#gasp_p { margin-top: 0; }
#terms-of-use {
    position: relative;
}

/********************** rom new login *******************/
  
                               


*:focus{outline:none;}
::-webkit-input-placeholder {
  color:#929999;
}

:-moz-placeholder { /* Firefox 18- */
 color:#929999; 
}

::-moz-placeholder {  /* Firefox 19+ */
 color:#929999;  
}

:-ms-input-placeholder { color:#929999; }


.lxjoin-free-button {
	font-size: 20px!important;
}


body, div.full-width {
	min-width: 100%!important;
}

.mdl-cell {
  /*background-color: #fff;*/
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
}

.lxlogo {
  width: 100%;
  background-color: white;
}


.lxlogo img {
    height: 55px;
    width: auto;
}

.lxlogo-phone img {
  width: 80%;
}

.lxcategories {
    height: 55px;
    line-height: inherit;
	  margin: 2px!important;
	  width: calc(17.54% - 16px);
}
.lxcategories-button {
    height: 55px;
	background: #34a1b2;
}

.lxcategories-container {
  border: 1px solid #34a1b2;
  position: relative;
  top: -17px;
	margin: 0px 10px;
}
.lxsubcat-container .mdl-button--accent.mdl-button--accent.mdl-button--raised,
.lxsubcat-container .mdl-button--accent.mdl-button--accent.mdl-button--fab,
.lxcategories-container .mdl-button--accent.mdl-button--accent.mdl-button--raised,
.lxcategories-container .mdl-button--accent.mdl-button--accent.mdl-button--fab {
	background: #34a1b2;
}
.myshops {
    height: 60px;
    line-height: inherit;
	  padding: 2px;

}
.myshops h4 { color: white; font-weight: 400;}

.myshops img {
  border: 1px solid #ACBBBE;
  padding: 10px;
  background-color: white;
  width: 120px;
	height: 30px;
}

.myshops-container {
	/*border: 1px solid #333;*/
	position: relative;
	top: 5px;
	/*background: #eee;*/
	justify-content: space-between;
}

.myshops-container2 {
  /*border: 1px solid #333;*/
  position: relative;
  top: 5px;
  /*background: #eee;*/
	background: #424242;
	margin: 10px 0px;
}

.lxsubcat-container {
  border: 1px solid #34a1b2;
  position: relative;
	height: 100%;
	margin: 10px;
	border-top: 0;
}

.lxsubcat {
	height: 180px;
}

.mdl-grid-lxshops {
	position: relative;
	top: 10px;
}
.lxslides {
  max-width: 100%;
  height: 250px;
}

.myshops-containerxy .mdl-cell {
    background-color: rgb(68, 138, 255);
    height: 130px;
    padding: 35px 13px 35px 9px;
}
button.lxcashback {
  height: 60px;
  line-height: normal;
}

button.lxloginoff {
  height: 25px;
  line-height: normal;
}

button.lxmenu {
  height: 50px;
  line-height: normal;
}

.lxsubcat-text {
    color: #fff;
    font-weight: 400;
    height: 150px;
    line-height: normal;
    padding: 15px 30px 0 10px;
    text-align: left;
	/*font-size: 85%;*/
	text-transform: none;
}

.lxsubcat-text-active {
	font-size: 150%;
	font-weight; 500;
	color: #fff;
    padding: 15px 30px 0 10px;
    text-align: left;
}

.lxsubcat-text-active-child {
    font-size: 70%;
    font-weight: 400;
    vertical-align: middle;
}

.mdl-button {
  font-size: 13px;
  width: 100%;
	line-height: 1.2;
}

.lxinfobox-150 {
  height: 150px;
}
.XXYYmdl-button--accent.mdl-button--accent.mdl-button--raised:hover {
  transition: transform 0.2s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  -moz-transition:transform 0.2s ease-in-out 0s;
  -ms-transform: scale(1.05, 1.05); /* IE 9 */
  -webkit-transform: scale(1.05, 1.05); /* Chrome, Safari, Opera */
  transform: scale(1.05, 1.05);
  
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised:hover {
  background-color: #F87217; /*AD310B;*/
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
  
}
.demo-card-wide.mdl-card {
  width: 512px;
}
.demo-card-wide > .mdl-card__title {
  color: #fff;
  height: 100px;
  /*background: #9060AF;*/ /*url('drops.jpg') center / cover;*/
  width: 100%;
}

.demo-card-wide.mdl-card {
    width: 100%;
}

.mdl-card__title-text {
  font-size: 22px;
}

.lxgreen         { background-color: #a6c428!important; }
.lxred           { background-color: #ff3300!important; }
.lxdarkred       { background-color: #4d0808!important; }
.lxorange        { background-color: #F87217!important; }
.lxlightorange   { background-color: #ff6600!important; }
.lxdarkorange    { background-color: #ff4000!important; }
.lxblue          { background-color: #34a1b2!important; } 
.lxlightblue     { background-color: #b6e4eb!important; }
.lxgrey          { background-color: #f8f8f8!important; }
.lxdarkgrey      { background-color: #3c3c3c!important; }
.lxmauve         { background-color: #842DCE!important; }


.lxmoney-buttonXY {
    background: none repeat scroll 0 0 white;
    color: #a6c428;
    font-size: 32px;
    font-weight: bold;
    padding: 4px;
}
.lxmoney-button {
    font-size: 24px;
    font-weight: bold;
}
.lxsearchfieldXY {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid grey;
    border-radius: 4px;
    margin: 30px 5px 5px 30px;
    padding: 19px;
    width: 86%;
}

.lxsearchfield {
    width: 100%;
}

.lxsearch-explanation {
    color: #fff !important;
    line-height: inherit;
    max-width: 80%;
    overflow: inherit;
    padding-left: 30px;
    text-align: left;
    white-space: normal;
}

.lxheader {
  background: #fff;
}
.mdl-card__supporting-text {
  text-align: left;
	font-size: 17px;
  line-height: 21px;
	/*padding: 7px;*/
}

#menu-languages,
#menu-languages1 {
  height: 25px;
	border 1px solid #333;
	background: #fff!important;
	color: #333!important;
	line-height: normal;
	
}

.mdl-card__supporting-text {
  height: auto;
}


.lxusername {
  font-size: 70%;
}

#lxarticlessearch-form {
  /*height: 150px;*/
}

#lxarticlessearch  .mdl-textfield {
  padding: 0;
}

div#price-search-results span.no-cashback,
div.shop-block div.no-cashback,
div.shop-block:hover li.no-cashback {
    background-color: red;
    color: white;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 16px;
}

div.shop-block:hover div.overlay-shop li.no-cashback a {
    color: white;
}

.material-icons {
    font-size: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    vertical-align: middle;
}

.lxicon-euro {
    font-size: 23px;
    font-weight: bold;
	  position: absolute;
    right: 5px;
	  top: 2px;
    vertical-align: middle;
	
}

.material-icons-login {
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 3px;
    vertical-align: middle;
}
.lxsearch-icon {
  position: relative;
  color: #fff;
}

.lxinfo-icon {
  position: relative;
  color: #fff;
  right: -15px;
  top: -15px;
}

.lxinfo-icon-bis {
  color: #fff;
}

.lxfooter {
  margin: 16px;
	padding: 0 16px;
}

.lxas {
  font-size: 75%;
}

.lxvideo {
  /*border: 1px solid #9060af;*/
}

button.myshops a {
  text-decoration: none;
  color: #fff;
}

.lxsteps {
  width: 100%;
}


.lxblock-mouse-pointer {
  cursor: pointer;
}

span.icon {
    background: url("images/cat-small-sprites.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 2px;
    width: 50px;
}

.menu-animals   span.icon { background-position:  0px 0 !important; }
.menu-art    span.icon { background-position:  -50px 0 !important; }
.menu-books   span.icon { background-position:  -100px 0 !important; }
.menu-cars     span.icon { background-position:  -151px 0 !important; }
.menu-computers  span.icon { background-position:  -252px 0 !important; }
.menu-education     span.icon { background-position:  -303px 0 !important; }
.menu-photos  span.icon { background-position:  -202px 0 !important; }
.menu-fashion span.icon { background-position:  -454px 0 !important; }
.menu-gastronomy  span.icon { background-position:  -354px 0 !important; }
.menu-gifts   span.icon { background-position:  -810px 0 !important; }
.menu-health  span.icon { background-position: -556px 0 !important; }
.menu-home    span.icon { background-position: -505px 0 !important; }
.menu-kids    span.icon { background-position: -707px 0 !important; }
.menu-music   span.icon { background-position: -606px 0 !important; }
.menu-parties span.icon { background-position: -656px 0 !important; }
.menu-sports  span.icon { background-position: -808px 0 !important; }
.menu-travel  span.icon { background-position: -758px 0 !important; }
.menu-adult    span.icon { background-position:  -919px 0 !important; }
.menu-all    span.icon { background-position:  -976px 0 !important; }


.lxobaxa-steps {
  /*height: 250px;*/
}

.lxobaxa-steps:hover {
  cursor: pointer;
}
div#browse-categories.fade-inXY {
opacity:1;
-webkit-transition: opacity 3s;
-moz-transition: opacity 3s;     
transition: opacity 3s; 
}

div#browse-categories.fade-outXY {
opacity:0;
-webkit-transition: opacity 3s;
-moz-transition: opacity 3s;     
transition: opacity 3s; 
}


div#browse-categories.fade-out {
	position: absolute;
  /*top:-2000px;*/
  opacity:0;
  transition: opacity .3s ease 0s, top 0s linear .9s;
}

div#browse-categories.fade-in {
	position: relative;
  top:0px;
  opacity:1;
  transition: top 0s linear 0s, opacity .3s ease .01s;
}
#close-categories-button-outer {
	display: none;
	padding: 10px 8px 9px;
  z-index: 10;
	position: relative;
	top: -8px;
	left: -8px;
	height: 55px;
}

#browse-categories {
	display: block;
}
#browse-categories-button {
  display: block;
	position: relative;
  /*top: 17px;*/
	
}
#close-categories-button {
  display: none;
	
}

button.lxlogin, 
button.lxjoin-free,
button.lxjoin-free-steps {
	height: 25px;
}

button.lxjoin-free-steps {
  margin: 10px;
	float: right;
	width: 95%;
	height: 50px;
	top: 18px;
}

button.lxinfo-action {
  margin: 10px;
  float: right;
  width: 95%;
  height: 50px;
}

button.lxinfo-action i.material-icons {
	font-size: 20px;
}

button.lxsubcat-button {
  height: 37px;
	margin: 4px 0;
}

.subcat-info-cell {
	width: 90%;
	border: 1px solid #34a1b2;
	height: 168px;
	top: 5px;
	
}

div#legal-terms {
    background: none repeat scroll 0 0 #34a1b2;
    margin: 10px 40px;
    padding: 10px;
	  color: #fff
}

div#legal-terms h1,
div#legal-terms h2 {
    clear: left;
    color: #fff;
    font-size: 46px;
    font-weight: 200;
    margin: 0 0 15px -2px;
    padding: 12px 0 0;
}

div#legal-terms p {
	font-size: 17px;
	padding: 0 20px;
}

.mdl-grid h2 {
	color: #3d464d!important;
	margin: 0px!important;
	font-size: 21px!important;
    font-weight: 400;
    line-height: 30px;
}

.mdl-card__supporting-text {
	width: auto!important;
}



body, input, textarea, select, button, .normal {
    color: #3d464d;
    font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 13px;
    font-weight: normal;
}








#lxsteps-image {
  background: url("images/obaxa-steps.png");
  height: 250px;
	
}

#edit-price-query-wrapper {
  height: 48px;
	}
	
	.mdl-grid {
	padding: 0!important;
	/*width: 100%;*/
	}
	
	
	.myshops-container h1,
	 .myshops-container2 h1 {
	padding: 10px;
		background: #424242;
		width: 100%;
		margin: 0;
		color: #fff;
		text-transform: uppercase;
	 	font-size: 15px;
	}
	
.myshops-container .lxhint,
   .myshops-container2 .lxhint {
    padding: 10px;
    background: #424242;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 13px;
   	width: 80%;
  }
	.lxvideo iframe {
	  display: block;
		width:100%;
	}
	
	.lxbest-deal .lxusername,
	.lxbest-deal .lxfrom {
    font-size: 14px;
    font-weight: 400;
	
}
	
.lxbest-deal .lxfrom {
  font-size: 11px;
  }
	.lxbest-deal .lxcashback {
	  font-size: 28px;
		font-weight: 600;
		color: #F87217;
	}
.lxbest-deal .lxcashback-title{
    font-size: 14px;
    font-weight: 400;
  }	
	.lxbest-deal {
	  text-align: center;
    line-height: 22px;
    float: left;
    width: 100%;
}
.lxbest-deal img {
	margin-top: 5px;
}
.lxbest-deal-image {
  width: 120px;
  height: 40px;
}




.cell-login {
	background: #3c3c3c;
	padding: 5px;
}

.cell-register {
  /*background: #3c3c3c;*/
}

.best-deal-prefix {
	font-size: 20px;
}

.best-deal-suffix {
  font-size: 22px;
	font-weight: 600;
}
#player, .fallback, body, html, iframe {
    background-color: #fff!important;
}

button#register-button {
	width: auto!important;
	height: 30px!important;
	float: right;
	    margin-bottom: 10px;
    margin-top: 7px;
	margin-right: 10px;
	
}
#lxlogo { 
	width: 100%;
	height: 100%;
	
}

button.lxlanguagesX {
    background: #b6e4eb none repeat scroll 0 0;
    padding: 0px;
    width: 12%;
	  min-width: 12%;
	  height: 20px;
	  margin-right: 2px;
}

button.lxlanguages {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    margin-right: 2px;
    min-width: 12%;
    padding: 0;
    width: 12%;
}

button.lxlanguages:active , button.lxlanguages.activated { 
   font-weight: 600;
}

.mdl-card__supporting-text {
    color: #555!important;
}

.lx-card {
	min-height: 0px!important;
}

#app-links,
#partner-links {
	/*display: flex;*/
    list-style: outside none none;
}

#app-links li,
#partner-links li {
	padding: 10px;
}

#app-links .extension-button,
#partner-links .extension-button {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  list-style-type: none;
  padding-left: 20px;
}

#app-links .extension-button img,
#partner-links .extension-button img {
  width: 50px;
  vertical-align: middle;
}

#app-links a.button-extension,
#partner-links a.button-extension {
    background: none repeat scroll 0 0 white;
    color: black;
    display: block;
    font-size: 12px;
    font-weight: 200;
    line-height: 38px;
    padding: 0 5px;
    width: auto;
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

}
#app-links a.button-extension:hover,
#partner-links a.button-extension:hover {
  color: #cb730f;
	
}

.lximportant-text {
	font-size: 130%;
	
}

footer ul {
	list-style-type: none;
}

footer a:link, 
footer a:visited {
    color: #aaa;
    text-decoration: none;
}





/* ------------------------------------ MY SEARCHES ---------------------------[37000] */

button.lxsearch {
    height: 52px;
    line-height: normal;
  text-align: left !important;
  /*background: #fff;*/
	min-width: inherit;
}
.lxsearch-text {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
	  margin-left: 10px;
	  color: #fff;
	  margin-top: 5px;
	  text-align: left;
	  margin-right: 10px;
}
.lxsearch-ts {
  font-size: 12px;
  color: #ddd;
  font-weight: normal;
	position: absolute;
	bottom: 3px;
	left: 10px;
	
}

.lxicon-scan {
    background-image: url(images/scan.png);
    position: absolute;
    right: 5px;
    top: 6px;
    vertical-align: middle;
   width: 24px;
   height: 24px;
}

.lxicon-price-limit {
    position: absolute;
    right: 5px;
    top: 34px;
	  font-size: 24px;
}
.more-less {
  width: 100%;
}

div.my-searches,
div.my-shops {
  background: #424242;
  position: relative;
	color: #fff;
}

div.my-searches {
  margin-top: 0px;
}

div.my-shops {
	margin-top: 20px;
}

div.my-searches-items,
div.my-shops-items {
  padding: 0px 10px 10px; 
  position: relative;
}

.my-searches h1,
.my-shops h1  {
    background: #424242 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}

div.my-searches.active span.show-hide-icon,
div.my-shops.active span.show-hide-icon { background-position: -1507px 0; }

span.show { display: none; color: #fff; }
span.hide { display: none; color: #fff; }


div#faq a.more-less {
  display:none;
}

div#faq div.active { background: #00a5bb; }  /* (ff) div.faq.active { background: #00a5bb; }*/


div.my-searches span.show-hide-icon,
div.my-shops span.show-hide-icon {
  background: url(images/obaxa-sprites.png) no-repeat -1508px -33px;
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
}

div.my-searches:hover span.show,
div.my-shops:hover span.show {
  position: absolute;
  top: 15px;
  right: 48px;
  display: inline-block;
  font-size: 16px;
}
div.my-searches.active span.show,
div.my-shops.active span.show { display: none; }

div.my-searches.active span.hide,
div.my-shops.active span.hide {
  position: absolute;
  top: 15px;
  right: 48px;
  display: inline-block;
  font-size: 16px;
  visibility: visible;
}

div.my-searches .lxhint,
div.my-shops .lxhint {
	color: #ccc;
	padding: 0 20px;
  position: relative;
  top: -10px;
	width: 80%;
}


.search-action-remove {
	z-index: 100;
	
}
.icon-remove {
  background:url(images/remove.png);
  display: block;
  position: relative;
  left: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  z-index: 40;

}




div.my-searches-block {
  width: 208px;
  height: 60px;
  margin-right: 12px;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  position: relative;
}

div.my-searches-block .goto span.field-content { display: block; }


div.my-searches-block:hover,
div.my-searches-block:active,
div.my-searches-block:focus {
  border: 1px solid #888;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

div.info-box.my-searchess li.my-searches-actions:hover a { 
  font-weight: 600;
}
  
div.my-searches-block .overlay-my-searches {
  background: none repeat scroll 0 0 #eaf0f1;
  height: 58px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  color: #000;
  text-align: center;
  left: 1px;
  top: 1px;
  font-size: 14px;
  font-weight: 400;
/*  z-index: 900;*/  

  opacity:0;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out, -moz-transform 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}


div.my-searches-block:hover .overlay-my-searches,
div.my-searches-block:active .overlay-my-searches,
div.my-searches-block:focus .overlay-my-searches {
  opacity:0.95;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}


div.overlay-my-searches ul {
  padding: 0;
  text-align: left;
  margin: 0;
  height: 200px;
}
 
div.overlay-my-searches li.my-searches-actions {
  list-style: outside none none;
  padding: 0;
  text-decoration: none;
  display: table;
  float: left;
  height: 25%;
	padding: 3px;
	width: calc(33% - 6px);
}
div.overlay-my-searches li.cashback {
  background-color: #34a1b2;
}
div.overlay-my-searches li.my-searches-actions:hover { background-color: #d6e3e1; }
div.overlay-my-searches li.cashback:hover { background-color: #2ab2c7; }

div.overlay-my-searches li.my-searches-actions a {
  color: #000;
  display: table-cell;
  vertical-align: middle;
}
div.overlay-my-searches li.cashback a { color: #fff; }

div.my-searches-block .overlay-my-searches .material-icons {
	/*font-size: 45px;*/
	top: 12px;
	left: 4px;
}

.price-limit-form label {
	color: #ccc;
}

.price-limit-submit {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 30px;
	border: 1px solid #bbb;
}


.modal__text {
	width: auto!important;
	
}

#content-messages {
	margin-top: 10px;
}

#confirm_email_page {
	border: 5px solid #34a1b2;
	padding: 40px;
	background: #eee;
	margin: 10px;
}


.myshops-container .mdl-button {height: 50px;}

#lxmultiline-pending-payouts-form tr.duplicate {color: red;}