/************************************************************************************
*    @category  Ysebaert
*    @package   CSS
*    @author    Sven Houthoofd <sven.houthoofd@guideline.be>
*    @copyright 2013 Guideline Belgium BVBA
*    @license   http://guideline.be/license.php Guideline Belgium BVBA
*    @version   SVN: $Id: screen.css 652 2018-04-16 13:39:38Z dave $
************************************************************************************/

/****************
 *  Setup
 ****************/
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('MyriadPro-Regular.eot'); /* IE9 compact modes */
    src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */
        url('MyriadPro-Regular.woff') format('woff'), /* modern browsers */
        url('MyriadPro-Regular.ttf') format('truetype'), /* safari, android, iOS */
        url('MyriadPro-Regular.svg#MyriadProRegular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'MyriadProLight';
    src: url('MyriadPro-Light.eot'); /* IE9 compact modes */
    src: url('MyriadPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */
        url('MyriadPro-Light.woff') format('woff'), /* modern browsers */
        url('MyriadPro-Light.ttf') format('truetype'), /* safari, android, iOS */
        url('MyriadPro-Light.svg#MyriadProLight') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/****************
 *  Basic
 ****************/

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
}

h1 {
    font-size: 2.2em; /* 22px */
}

h2 {
    font-size: 2em; /* 20px */
}

h3 {
    font-size: 1.8em; /* 18px */
}

h4 {
    font-size: 1.6em; /* 16px */
}

h5 {
    font-size: 1.4em; /* 14px */
}

a {
    color: #000;
    text-decoration: none;
}

p {
    font-size: 1.3em; /* 13px */
    line-height: 1.55em; /* 20px */
}

pre {
    font-size: 1.2em; /* 12px */
}

img {
    border: 0;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

html {
    width: 100%;
}

.up {
    background-color: #D0CCEF;
}

.down {
    background-color: #003263;
}

div > img {
    display: block;
}

ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body {
    width: 944px;
    padding: 1% 0 1% 0;
    margin: 0px auto;
    font-family: "MyriadProRegular", "League Gothic", "Helvetica";
    font-size: 62.5%;
    line-height: 1em;
    box-shadow: 0 0 50px 50px rgba(0,0,0, .1);
    color: #58585B;
}

/****************
 *  Common
 ****************/

body #contentwrapper {
    float: left;
    width: 908px;
    margin-left: 18px;
    border-bottom: 8px solid #CCC;
    padding-bottom: 40px;
    min-height: 680px;
}

#main {
    clear: both;
    float: left;
    width: 100%;
}

#main #content a,
#main .content a
{
    color: #053776; /* #3f7087 */
    text-decoration: underline;
}

#main #content h1 a,
#main #content h2 a,
#main #content h3 a,
#main #content h4 a,
#main #content h5 a,
#main #content h6 a
{
    text-decoration: none;
    color: #000;
}

#main #content .popuponly {
    display: none !important;
}

#main #content .content-item {
    position: relative;
    min-height: 210px;
}

#main #content .content-item h1 {
    color: #000;
}

#main #content .content-item h1,
#main #content .content-item h2 {
    padding: 7px 0 7px 0;
    font-family: "MyriadProLight", "League Gothic", "Helvetica";
}

#main #content .content-item p,
#main #content .news-item p
{
    color: #58585B;
    padding: 0 40px 20px 0;
}

#main #content .content-item .links,
#main #content .news-item .links
{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0 0 0;
}

#main #content .content-item .links a,
#main #content .news-item .links a
{
    text-decoration: none;
}

#main #content .content-item .links li,
#main #content .news-item .links li
{
    float: right;
    list-style-type: none;
    background: none;
    padding: 0 0 0 8px;
}

#main #content .content-item .links li a,
#main #content .news-item .links li a
{
    background-color: #A7A9AB;
    color: #FFF;
    display: block;
    padding: 4px 12px;
    font-size: 12px; /* cross-browser */
    line-height: 12px;
    height: 12px;
}

@-moz-document url-prefix() {
    #main #content .content-item .links li a,
    #main #content .news-item .links li a
    {
        padding: 5px 12px 3px 12px;
    }
}

#main #content .content-item .links li a:hover,
#main #content .news-item .links li a:hover
{
    background-color: #FFF;
    color: #A7A9AB;
}

#main #content .content-item button.more,
#main #content .content-item button.less,
#main #content .news-item button.more,
#main #content .news-item button.less
{
    display: block;
    border: none;
    background-color: #A7A9AB;
    color: #FFF;
    cursor: pointer;
    padding: 4px 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 12px;
    height: 20px;
    font-family: "MyriadProRegular","League Gothic";
}

#main #content .content-item button.more:hover,
#main #content .content-item button.less:hover
#main .news-item button.more:hover,
#main .news-item button.less:hover
{
    background-color: #FFF;
    color: #A7A9AB;
}

#main #content .content-item ul,
#main #content .news-item ul
{
    padding: 0 40px 20px 0px;
}

#main #content .content-item ol,
#main #content .news-item ul
{
    padding: 0 40px 20px 30px;
}

#main #content .content-item ul li,
#main #content .content-item ol li,
#main #content .news-item ul li,
#main #content .news-item ol li
{
    font-size: 1.3em;
    line-height: 1.55em;

}

#main #content .content-item ul li,
#main #content .news-item ul li
{
    background-image: url(../i/icons/bullet_black.png);
    background-repeat: no-repeat;
    background-position: 2px 1px;
    padding: 0 0 0 21px;
}

#main #content .content-item ol li,
#main #content .news-item ol li
{
    list-style-type: decimal;
    padding: 0 0 0 0;
}

#main #content .content-item .wrap {
    overflow: hidden;
    height: 140px;
}

#main #content .content-item .full,
#main #content .news-item .full
{
    overflow: hidden;
    height: auto;
    padding-bottom: 20px;
}

#main #content .content-item button.less,
#main #content .news-item button.less
{
    display: none;
}

#main #content .content-item > a {
    padding: 0 0 7px 0;
    display: block;
}

#main #sidebar .block {
    margin-bottom: 10px;
}

/****************
 *  Header
 ****************/

header h1.logo {
    float: left;
    margin-left: 110px;
}

header h1.logo a {
    display: block;
    text-indent: -99999em;
    overflow: hidden;
    width: 136px;
    height: 45px;
    background: url('../i/logo.png') no-repeat;
}

/* Header - Social Meidia */
header #socialMedia {
    float: right;
    margin: 18px 10px 0 0;
}
header #socialMedia a {
    display: block;
    float: left;
    padding: 0 2px;
    margin-left: 5px;
    height: 15px;
    background-color: #f00;
}
header #socialMedia a.ex-zone {
    background-color: #f1b811;
}
header #socialMedia a.hybrid-energy {
    background-color: #99af31;
}
header #socialMedia a.marine-offshore-lighting {
    background-color: #2a5fa3;
}

/* Header - Languages */
header ul#languages {
    float: right;
    margin-top: 20px;
}

header ul#languages li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #939597;
}

header ul#languages li.first {
    margin-left: 20px;
    padding-left: 0;
    border-left: none;
}

header ul#languages li a {
    font-size: 1.4em;
    line-height: 1em;
    display: block;
    margin: 3px 0 0 0;
    color: #939597;
    text-transform: uppercase;
}

header ul#languages li.active a {
    color: #000;
}

/* FAQ - Search */
/* Header - Search */
header form {
    float: right;
    margin-top: 17px;
}

.faqs form {
    display: block;
    height: 30px;
}

.faqs form dt,
header form dt {
    display: none;
}

.faqs form dd,
header form dd {
    float: left;
}

.faqs form dd input[type=text],
header form dd input[type=text] {
    border: 1px solid #BBB;
    padding: 2px 10px;
    width: 146px;
    height: 18px;
}

.faqs form dd button#faqSearchBtn,
header form dd button#basicSearchBtn {
    border: 1px solid #BBB;
    border-left: none;
    padding: 0px 10px;
    background: url('../i/icons/search.png') no-repeat center center;
    text-indent: -9999em;
    width: 19px;
    height: 24px;
}

.faqs form dd button#faqSearchBtn:hover,
header form dd button#basicSearchBtn:hover {
    cursor: pointer;
}

/* Header - Banner */
header div.banner {
    clear: both;
    width: 908px;
    height: 154px;
    padding-top: 2px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* Header - Navigation + Breadcrumbs */
header nav {
    clear: both;
    margin: 5px 0 10px 135px;
    display: block;
}

header nav h2 {
    display: none;
}

header nav a {
    color: #808284;
}

header nav a:hover {
    color: #000;
}

header nav ul.menu a {
    font-size: 1.2em; /* 12px */
}

header nav ul.menu li.hidesub ul {
    visibility: hidden !important;
}

header nav > ul > li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #828282;
}

header nav > ul > li.first {
    padding-left: 0;
}

header nav > ul > li.last {
    border-right: none;
}

header nav > ul > li > ul {
    display: none;
}

header nav > #breadcrumbs {
    clear: both;
    padding: 10px 0px;
}

header nav #breadcrumbs > li {
    border: none;
    padding: 0 0 0 0;
    position: relative;
}

header nav #breadcrumbs > li > a {
    padding: 0 0 10px 0;
    display: inline-block;
}

header nav #breadcrumbs > li > ul {
    opacity: 0;
    background: none repeat scroll 0 0 #FFF;
    box-shadow: 0em 2em 0.4em rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 15px;
    left: 0;
    padding: 4px 12px;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: auto;
    height: auto;
    z-index: 999;
    display: block;
}

header nav #breadcrumbs > li:hover > ul {
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
}

header nav #breadcrumbs li ul li a.subbutton {
    display: block;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 0;
    left: -12px;
    outline: medium none;
    text-indent: -100px;
    white-space: nowrap;
    background-position: bottom left;
    background-repeat: no-repeat;
    overflow: hidden;
}

header nav #breadcrumbs li ul li a.subopen {
    background-image: url(../i/buttons/subnavigation-collapsed.png);
}

header nav #breadcrumbs li ul li a.subclose {
    background-image: url(../i/buttons/subnavigation-expanded.png);
    top: 1px;
}

header nav > #breadcrumbs span.seperator {
    padding: 0 5px;
}

header nav #breadcrumbs .subnavigation a {
    font-size: 1.2em;
    line-height: 1.6em;
}

header nav #breadcrumbs .subnavigation li {
    position: relative;
}

header nav #breadcrumbs .subnavigation li ul {
    display: none;
}

header nav #breadcrumbs .subnavigation li.open ul {
    display: block;
}

header nav #breadcrumbs .subnavigation li.open ul li {
    margin-bottom: 3px;
}

header nav #breadcrumbs .subnavigation li.open ul li a {
    background-color: #EAEBEC;
    color: #4E5052;
    padding: 2px 12px 0px 12px;
    display: block;
}

header nav #breadcrumbs .subnavigation li.open ul li a:hover {
    background-color: #A7A9AB;
    color: #FFF;
}

/****************
 *  Templates
 ****************/

/* Template - Two Thirds Left */
#main .two-thirds-left #content {
    width: 100%;
    height: auto;
    float: left;
}

#main .two-thirds-left #content .content-row {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#main .two-thirds-left #content .content-row:before,
#main .two-thirds-left #content .content-row:after
{
    content: "";
    display: table;
}

#main .two-thirds-left #content .content-row:after {
    clear: both;
}

#main .two-thirds-left #content .content-row .content-item {
    float:left;
}

#main .two-thirds-left #content .content-row .content-item-right {
    float: left;
    margin: 0 0 0 8px;
    width: 246px;
    height: auto;
    min-height: 210px;
}

#main .two-thirds-left #content .content-item {
    background: #EAEBEC;
    width: 520px;
    padding-left: 134px;
}

#main .two-thirds-left #sidebar {
    width: 246px;
    float: left;
}

/* Template - Two Thirds Right */
#main .two-thirds-right {
    display: table;
}

#main .two-thirds-right #sidebar {
    width: 320px;
    height: auto;
    float: left;
    margin: 0 8px 0 0;
}

#main .two-thirds-right #content {
    width: 579px;
    height: auto;
    float: left;
}

#main .two-thirds-right #sidebar .content-item {
    background: #C6C8CA;
    display: table;
    overflow: hidden;
}

#main .two-thirds-right #sidebar .content-left {
    float: left;
    width: 132px;
}

#main .two-thirds-right #sidebar .block {
    margin-bottom: 8px;
}

#main .two-thirds-right #sidebar .block-bg-1 .content-left {
    background-color: #618395;
}

#main .two-thirds-right #sidebar .block-bg-2 .content-left {
    background-color: #0064A0;
}

#main .two-thirds-right #sidebar .block-bg-3 .content-left {
    background-color: #0F4C69;
}

#main .two-thirds-right #sidebar .block-bg-news .content-left,
#main .two-thirds-right #sidebar .block-bg-news-icon .content-left {
    background-color: #618395;
}

#main .two-thirds-right #sidebar .content-left .thumb {
    width: 124px;
    height: 97px;
    overflow: hidden;
}

#main .two-thirds-right #sidebar .content-left .thumb a {
    width: 124px;
    height: 97px;
    display: block;
}

#main .two-thirds-right #sidebar .block-bg-news-icon .content-left .thumb {
    width: 100%;
    height: 97px; /* 66px */
}

#main .two-thirds-right #sidebar .block-bg-news-icon .content-left .thumb a {
    width: 100%;
    text-align: right;
}

#main .two-thirds-right #sidebar .block-bg-news-icon .content-left .thumb img {
    margin: 8px 9px 0 0;
}

#main .two-thirds-right #sidebar .content-right {
    float: left;
    width: 188px;
}

#main .two-thirds-right #sidebar .content-right .content-title {
    width: 100%;
    height: 79px;
}

#main .two-thirds-right #sidebar .block-bg-news-icon .content-right .content-title {
    height: 79px; /* 48px */
}

#main .two-thirds-right #sidebar .content-right .content-title h1 {
    padding: 8px 8px 8px 8px;
}

#main .two-thirds-right #sidebar .content-right .content-title h1 a {
    font-size: 0.545em;
    line-height: 1.6em;
    display: block;
}

#main .two-thirds-right #sidebar .content-right .content-title h1 a time {
    color: #58585B;
    padding: 0 5px 0 0;
}

#main .two-thirds-right #sidebar .content-right .content-read-more {
    width: 100%;
    height: 18px;
}

#main .two-thirds-right #sidebar .content-right .content-read-more a {
    display: block;
    float: right;
    padding: 4px 12px;
    color: #FFF;
    background-color: #A7A9AB;
}

#main .two-thirds-right #sidebar .content-item .content-title h1 a:hover {
    color: #FFF;
}

#main .two-thirds-right #sidebar .content-item .content-read-more a:hover {
    color: #808284;
    background-color: #EAEBEC;
}

#main .two-thirds-right #content-main .content-item {
    padding: 0px 85px 0px 30px;
    background-color: #EAEBEC;
}

#main .two-thirds-right #content-main .content-item:first-child {
    min-height: 202px;
}

#main .two-thirds-right #content-bottom {
    margin-top: 8px;
}

#main .two-thirds-right #content-bottom li {
    position: relative;
    float: left;
    display: block;
    margin-right: 5px;
}

#main .two-thirds-right #content-bottom li .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 141px;
    height: 202px;
    background-color: #CCC;
    opacity: 0.6;
}

#main .two-thirds-right #content-bottom .home-highlights li a {
    text-decoration: none;
}

#main .two-thirds-right #content-bottom .home-highlights li.last {
    margin-right: 0px;
}

#main .two-thirds-right #content-bottom .thumb a {
    display: block;
    width: 141px;
    height: 202px; /* 97px*/
    overflow: hidden;
}

#main .two-thirds-right #content-bottom .thumb img {
    width: 287px;
    height: auto;
    margin-left: -50%;
}

#main .two-thirds-right #content-bottom a.link {
    position: absolute;
    top: 0;
    text-align: center;
    width: 141px;
    height: 16px;
    background-color: #0F4C69;
    opacity: 0.7;
    display: block;
    font-size: 1.4em;
    padding: 6px 0 0 0;
    color: #FFF;
}

/* popup */
#main .two-thirds-right #content-bottom #pop {
    display: none;
    position: absolute;
    width: 141px;
    height: 202px; /* 97px */
    background-color: #000;
    z-index: 9999;
    overflow: hidden;
}

#main .two-thirds-right #content-bottom #pop a#poplink {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 16px;
    background-color: #0F4C69;
    opacity: 0.7;
    display: block;
    font-size: 1.4em;
    padding: 6px 0 0 0;
    color: #FFF;
    text-decoration: none;
}

#main .two-thirds-right #content-bottom #pop a#popimg {
    display: block;
}

#main .two-thirds-right #content-bottom #pop a#popimg img {
    width: 287px;
    height: auto;
    margin-left: -50%;
}

/* Template - Product list */
#main .product-list {
    margin: 0 0 0 134px;
}

#main .product-list #content {
    display: table;
}

/* Template - Product overviewex*/
#main .product-overviewex #content {
    width: 654px;
    height: auto;
    float: left;
    margin: 0 8px 0 0;
}

#main .product-overviewex #sidebar {
    width: 246px;
    float: left;
}

#main .product-overviewex #content h1 a {
    color: #000;
}

#main span.sort {
    font-size: 0.6em;
}

#main .product-overviewex #content .content-item:first-child {
    background-color: #FFF;
}

#main .product-overviewex #content .content-item,
#main .product-overviewex #content #product-description {
    padding: 0 0 0 134px;
    background-color: #EAEBEC;
    margin-bottom: 10px;
}

#main .product-overviewex #content section,
#main .product-overviewex #sidebar section
{
    display: block;
}

#main .product-overviewex #content .content-item.first {
    height: auto;
}

#main .product-overviewex #content .first header h1,
#main .product-overviewex #content .first header h2,
#main .product-overviewex #content .first header h3,
#main .product-overviewex #content .first header h4 {
    font-size: 1.2em;
    line-height: 1em;
    color: #58585B;
    background-color: #C6C8CA;
    padding: 3px 0 1px 8px;
    margin: 0 0 8px 0;
}
#main .product-overviewex #content .first header h1.large {
    font-size: 2.2em;
    color: #0000cc;
    background-color: transparent;
    padding: 0;
}

#main .product-overviewex #content .content-item .list {
    margin: 0 0 8px 0;
}

#main .product-overviewex #content .content-item .list:before,
#main .product-overviewex #content .content-item .list:after {
    content: "";
    display: table;
}

#main .product-overviewex #content .content-item .list:after {
    clear: both;
}

#main .product-overviewex #content .content-item .list .list-header {
    float: left;
    width: 113px;
    margin: 0 6px 0 0;
}

#main .product-overviewex #content .content-item .list .list-content {
    float: left;
    width: 401px;
}

#main .product-overviewex #content .content-item .list .list-content ul {
    padding: 0 0 0 0;
}

#main .product-overviewex #content .content-item .list .list-content ul li {
    background-color: #EAEBEC;
    background-image: url("../i/icons/exlogo.gif");
    background-position: 4px 2px;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    color: #58585B;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 0 4px 0;
    padding: 3px 0 1px 26px;
}

#main .product-overviewex #content .content-item .list .list-content ul li.inline {
    float: left;
    display: block;
    margin-right: 6px;
    background-image: none;
    background-color: inherit;
    background-position: right center;
    padding: 3px 17px 1px 0px;
    margin: 0 0 4px 8px;
}

#main .product-overviewex #content .content-item .list .list-content ul li.yes {
    background-image: url("../i/icons/tick.png");
}

#main .product-overviewex #content .content-item .list .list-content ul li.no {
    background-image: url("../i/icons/cross.png");
}

#main .product-overviewex #content .content-item .list .list-content ul li.first.inline {
    margin: 0 0 4px 0;
}

#main .product-overviewex #content .content-item .list .list-content ul li.seperate {
    margin: 0 0 4px 40px;
}

#main #sidebar .bookmarkBlock #basket {
    background-color: #EAEBEC;
    background-image: url("../i/buttons/bookmark.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 62px;
    min-width: 234px;
}

#main #sidebar .bookmarkBlock #basket p {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #808284;
}

#main #sidebar .bookmarkBlock #basket .info,
#main #sidebar .bookmarkBlock #basket .request
{
    float: left;
    width: 154px;
    margin: 3px;
    padding: 2px 0 0 0;
}

#main #sidebar .bookmarkBlock #basket .info .labels {
    float: left;
    width: 50px;
}

#main #sidebar .bookmarkBlock #basket .info .prices {
    float: left;
}
/*
#main #sidebar .bookmarkBlock #basket .request {
    text-align: left;
    padding: 2px 0 0 0;
    margin: 3px 5px;
}*/

#main #sidebar .bookmarkBlock #basket .form {
    float: left;
    height: 51px;
    width: 74px;
    padding: 0 0 11px;
    position: relative;
}

#main #sidebar .bookmarkBlock #basket .form-wrapper {
    height: 51px;
    width: 74px;
    background-image: url("../i/cart-form-bg.png");
    background-repeat: repeat-y;
}

#main #sidebar .bookmarkBlock #addToBasket {
    position: relative;
    height: 16px;
    width: 100%;
}

#main #sidebar #addToBasket #amount-label,
#main #sidebar #addToBasket #articleId-label,
#main #sidebar #addToBasket #Submit-label,
#main #sidebar #addToBasket #articleId-element
{
    display: none;
}

#main #sidebar #addToBasket .zend_form {
    position: relative;
    width: 100%;
    height: 100%;
}

#main #sidebar #addToBasket #Submit-element {
    height: 14px;
    text-align: center;
    float: left;
    margin: 0 0 0 1px;
    padding: 0 0 0 0;
    display: block;
    width: 72px;
}

#main #sidebar #addToBasket #Submit {
    background-color: transparent;
    border: none;
    color: #FFF;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: center;
    top: 1px;
    cursor: pointer;
    text-align: center;
}

#main #sidebar #addToBasket #Submit:hover {
    color: #000;
}

#main #sidebar #basket #go-basket {
    background-color: transparent;
    width: 100%;
    height: 30px;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
    background-image: url("../i/cart-form-overlay.png");
    background-position: center center;
    background-repeat: no-repeat;
}

#main #sidebar #basket #go-basket:hover {
    background-image: url("../i/cart-form-overlay-active.png");
    background-repeat: no-repeat;
}


/* Template - subpage */
#main .subpage #content .col-left {
    width: 503px;
    float: left;
    margin: 0 8px 0 0;
}

#main .subpage #content .col-right {
    width: 397px;
    float: left;
}

#main .subpage #content .col-right:after {
    clear: both;
}

#main .subpage #content .content-item {
    background: #EAEBEC;
    margin-bottom: 10px;
}

#main .subpage #content .col-left .content-item {
    width: 369px;
    padding-left: 134px;
}

#main .subpage #content .col-right .content-item {
    width: 397px;
}

#main .subpage #content .col-right .content-item h2 {
    padding: 7px 40px 7px 15px;
}

#main .subpage #content .col-right .content-item p {
    padding: 0 40px 21px 15px;
}

#main .subpage #content .col-right .content-item ul li,
#main .subpage #content .col-right .content-item ol li
{
    margin-left: 15px;
}

#main .subpage #content .col-right aside:before,
#main .subpage #content .col-right aside:after {
    content: " ";
    display: table;
}

#main .subpage #content .col-right aside:after {
    clear: both;
}

#main .subpage #content .col-right aside .imageBlock,
#main #sidebar .imageBlockEmpty
{
    width: 144px;
    height: 210px;
    margin: 0 7px 10px 0;
    float: left;
}

#main .subpage #content .col-right aside .imageBlock ul li.first {
    position: relative;
}

#main .subpage #content .col-right aside .imageBlock ul li.first a:before {
    content: ' ';
    display: block;
    width: 144px;
    height: 210px;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

imageBlock ul li.first a:hover:before {
    opacity:.0;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.imageBlock ul li.first a:after {
    content: ' ';
    display: block;
    width: 53px;
    height: 60px;
    //background-image: url('../i/icons/gallery-overlay.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 74px;
    left: 47px;
    z-index: 5;
}
#main .subpage #content .col-right aside .imageBlock ul li.first a img {
    height: 210px;
    max-width: none;
}

#main .subpage #content .col-right aside .bookmarkBlock {
    width: 246px;
    float: left;
}

/* Product page */
#main #content .content-item .thumb {
    width: 97%;
    padding: 0 0 10px 0;
}

#main #content .content-item .thumb img {
    max-width: 100%;
    height: 130px;
}

#main #content .content-item table:before,
#main #content .content-item table:after {
    content: "";
    display: table;
}

#main #content .content-item table:after {
    clear: both;
}
#main #content .content-item table {
    width: 515px;
}

/* Tables */
#main #content table {
    border-collapse: separate;
    border-spacing: 0;
    padding-bottom: 10px;
    width: 100%;
}

#main #content table a {
    color: #000;
    text-decoration: none;
}

#main #content table a:hover {
    color: #58585B;
}

#main #content table th,
#main #content table td {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 3px 5px 2px; /* 3px 8px 2px */
    text-align: left;
}
#main #content table th {
    border-left: 1px solid #EAEBEC;
    border-bottom: 1px solid #EAEBEC;
}

#main #content table .last th,
#main #content table .last td {
    border-bottom: none;
}

#main #content table td {
    color: #58585B;
}

#main #content .twoDimensionalHeaders th,
#main #content .twoDimensionalHeaders td {
    border-bottom: 1px solid #CCC;
}

#main #content .twoDimensionalHeaders th {
    color: #58585B;
}

#main #content .twoDimensionalHeaders .header th,
#main #content .twoDimensionalHeaders thead th {
    background-color: #C6C8CA;
    color: #58585B;
    border-bottom: 1px solid #EAEBEC;
    border-left: 1px solid #EAEBEC;
}

#main #content .horizontalHeaders tr.first td {
    border-top: 1px solid #C6C8CA;
}

#main #content .horizontalHeaders tr.last th {
    border-bottom: 1px solid #C6C8CA;
}

#main #content .horizontalHeaders tr.last td {
    border-bottom: 1px solid #C6C8CA;
}

#main #content .horizontalHeaders th {
    background-color: #C6C8CA;
    border-bottom: 1px solid #EAEBEC;
    color: #58585B;
    border-left: 1px solid #EAEBEC;
}

#main #content .horizontalHeaders td {
    border-bottom: 1px solid #CCC;
}

#main #content .horizontalHeaders td img {
    height: 40px;
    width: auto;
}

#main #content .sortable thead tr th {
    background-image: url('../i/buttons/bg.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 3px 16px 2px 4px;
}

#main #content .sortable thead tr th.headerSortDown {
    background-image: url('../i/buttons/desc.gif');
}

#main #content .sortable thead tr th.headerSortUp {
    background-image: url('../i/buttons/asc.gif');
}

#main #content img.bool {
    width: 16px !important;
    height: 12px !important;
}

#main #content .highlight tbody tr:hover th,
#main #content .highlight tbody tr:hover td {
    background-color: #A7A9AB;
    color: #FFF;
    cursor: pointer;
}

#main #content .highlight tbody tr:hover td a {
    color: #FFF;
}

#main #content .small th,
#main #content .small td {
    font-size: 1em;
}

#main #content .content-item .description {
    font-size: 1.1em;
    line-height: 1.5em;
    float: left;
    padding: 0px 0px 10px 0px;
    margin-right: 7%;
}

#main #content .content-item .product-image {
    float: left;
    padding: 0px 0px 10px 0px;
}

#main #content .content-item .product-image img {
    max-height: 130px;
    max-width: 100%;
}

/* Accordion table */
.accordion {
    clear: both;
}

.accordion .ui-accordion-header {
    padding: 3px 8px 2px 22px;;
    text-align: left;
    background-color: #AAAAAA;
    color: #58585B;
    border-bottom: 1px solid #EAEBEC;
    background-image: url('../i/icons/expand.png');
    background-size: 14px 12px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#main #content .content-item .accordion h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 2px 0 2px 25px;
}

.accordion .ui-accordion-header-active {
    background-image: url('../i/icons/collapse.png');
    background-size: 12px 14px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    cursor: auto;
}

/* cross table */
.accordion {
    width: 515px;
}
.accordion .ui-accordion-content {
    overflow: auto;
}
.accordion .ui-accordion-content table tr th,
.accordion .ui-accordion-content table tr td.first {
    background-color: #C6C8CA;
}

.accordion .ui-accordion-content table tr td.highlight {
    background-color: #AAAAAA;
    cursor: pointer;
}
.accordion .ui-accordion-content table tr th.highlight,
.accordion .ui-accordion-content table tr td.first.highlight {
    background-color: #FCFF00;
}
.accordion .ui-accordion-content table tr td a {
    display: block;
}
.ui-accordion-content em {
    padding: 0 0 5px 0;
    font-size: 1.2em;
    line-height: 1.2em;
}
#crosssel {
    border: 2px solid #ccc;
    color: #0000CC;
    margin: 2px 0 2px 0;
    padding: 0 10px 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-family: "MyriadProLight","League Gothic","Helvetica";
}

/* tooltip */
.ui-tooltip {
    padding: 5px;
    background-color: #FFFFFF;
    border: 2px solid #CCC;
    position: absolute;
    font-size: 1.2em;
}

/****************
 *  Sections
 ****************/

/* Section - Home */
body.home header div.banner {
    background-image: url('../i/home_banner.jpg');
}

body.home #main nav {
    margin-top: 50px;
    float: left;
}

body.home #main nav > ul > li {
    float: left;
    width: 240px;
    margin-left: 28px;
    height: 375px;
    background: #EBEBEB;
    box-shadow: 5px 0px 10px 5px rgba(0,0,0,.1);
    position: relative;
}

body.home #main nav > ul > li.first {
    margin-left: 60px;
}

body.home #main nav > ul > li > h2 {
    font-size: 1.1em;
    text-align: center;
    color: #FFF;
    text-transform: lowercase;
}

body.home #main nav > ul > li > h2 > a {
    display: block;
    padding-top: 2px;
    padding-bottom: 136px;
    color: #fff;
    font-size: 1.1em;
}

body.home #main nav > ul > li > ul {
    padding-top: 30px;
    background: #EBEBEB;
}

body.home #main nav > ul > li > ul > li > a {
    display: block;
    color: #5B5B5B;
    padding: 3px 10px;
    font-size: 1.2em;
    line-height: 1.2em;
}

body.home #main nav > ul > li > ul > li > a:hover {
    color: #7C7C7C;
    background: #DADADA;
}

body.home #main nav > ul > li > a.more {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 20px;
    background: #BBBDBF;
    color: #FFF;
}

body.home #main nav > ul > li > a.more:hover {
    color: #FEFEFE;
    background: #CCCECF;
}

/* Section - Ex-zone */
body.ex-zone .chapterColor,
body.ex-zone #main #sidebar .imageBlock a,
body.ex-zone #main #sidebar .imageBlockEmpty,
body.ex-zone #main #content .imageBlock a,
body.ex-zone #main #content .imageBlockEmpty,
body.ex-zone #main #content .content-item .links li a.download,
body.ex-zone #main #content .news-item .links li a.download {
    background-color: #ecb512;
}

body.ex-zone #main .product-overviewex #sidebar .imageBlock a {
    background-color: #FFF;
}

body.ex-zone #main #content .content-item .links li a:hover.download,
body.ex-zone #main #content .news-item .links li a:hover.download {
    background-color: #FFF;
    color: #A7A9AB;
}

body.home #main nav > ul > li.first > h2 {
    background: url('../i/ex_zone_home.jpg') #D3A210 no-repeat center bottom;
}

body.home #main nav > ul > li.first > .menu {
    background-image: url("../i/icons/exlogo.gif");
    background-position: right 5px;
    background-repeat: no-repeat;
}

body.ex-zone header div.banner {
    background-image: url('../i/ex-zone_banner.jpg');
}

/* Section - Hybride energie */
body.hybride-energie .chapterColor,
body.energie-hybride .chapterColor,
body.hybrid-energy .chapterColor,
body.hybride-energie #main #sidebar .imageBlock a,
body.energie-hybride #main #sidebar .imageBlock a,
body.hybrid-energy #main #sidebar .imageBlock a,
body.hybride-energie #main #content .imageBlock a,
body.energie-hybride #main #content .imageBlock a,
body.hybrid-energy #main #content .imageBlock a,
body.hybride-energie #main #sidebar .imageBlockEmpty,
body.energie-hybride #main #sidebar .imageBlockEmpty,
body.hybrid-energy #main #sidebar .imageBlockEmpty,
body.hybride-energie #main #content .imageBlockEmpty,
body.energie-hybride #main #content .imageBlockEmpty,
body.hybrid-energy #main #content .imageBlockEmpty,
body.hybride-energie #main #content .content-item .links li a.download,
body.energie-hybride #main #content .content-item .links li a.download,
body.hybrid-energy #main #content .content-item .links li a.download,
body.hybride-energie #main #content .news-item .links li a.download,
body.energie-hybride #main #content .news-item .links li a.download,
body.hybrid-energy #main #content .news-item .links li a.download {
    background-color: #98ae32;
}

body.hybride-energie #main #content .content-item .links li a:hover.download,
body.energie-hybride #main #content .content-item .links li a:hover.download,
body.hybrid-energy #main #content .content-item .links li a:hover.download,
body.hybride-energie #main #content .news-item .links li a:hover.download,
body.energie-hybride #main #content .news-item .links li a:hover.download,
body.hybrid-energy #main #content .news-item .links li a:hover.download {
    background-color: #FFF;
    color: #A7A9AB;
}

body.home #main nav > ul > li > h2 {
    background: url('../i/hybrid_energy_home.jpg') #D3A210 no-repeat center bottom;
}

body.hybride-energie header div.banner,
body.energie-hybride header div.banner,
body.hybrid-energy header div.banner {
    background-image: url('../i/hybrid-energy_banner.jpg');
}

/* Section - Marine offshore lighting */
body.marine-offshore-lighting .chapterColor,
body.eclairage-maritime .chapterColor,
body.marine-offshore-lighting #main #sidebar .imageBlock a,
body.eclairage-maritime #main #sidebar .imageBlock a,
body.marine-offshore-lighting #main #content .imageBlock a,
body.eclairage-maritime #main #content .imageBlock a
body.marine-offshore-lighting #main #sidebar .imageBlockEmpty,
body.eclairage-maritime #main #sidebar .imageBlockEmpty,
body.marine-offshore-lighting #main #content .imageBlockEmpty,
body.eclairage-maritime #main #content .imageBlockEmpty,
body.marine-offshore-lighting #main #content .content-item .links li a.download,
body.eclairage-maritime #main #content .content-item .links li a.download,
body.marine-offshore-lighting #main #content .news-item .links li a.download,
body.eclairage-maritime #main #content .news-item .links li a.download {
    background-color: #295ea2;
}

body.marine-offshore-lighting #main #content .content-item .links li a:hover.download,
body.eclairage-maritime #main #content .content-item .links li a:hover.download,
body.marine-offshore-lighting #main #content .news-item .links li a:hover.download,
body.eclairage-maritime #main #content .news-item .links li a:hover.download {
    background-color: #FFF;
    color: #A7A9AB;
}

body.home #main nav > ul > li.last > h2 {
    background: url('../i/marine_offshore_lighting_home.jpg') #245594 no-repeat center bottom;
}

body.marine-offshore-lighting header div.banner,
body.eclairage-maritime header div.banner {
    background: url('../i/marine_banner.jpg') no-repeat;
}

/****************
 *  Footer
 ****************/
footer {
    clear: both;
    padding: 8px 18px 15px;
    font-size: .85em;
    text-align: center;
    color: #456CA0;
}

footer p {
    float: left;
    margin-left: 150px;
    margin-top: -3px;
}

footer nav {
    float: left;
}

footer nav ul.menu:before,
footer nav ul.menu:after {
    content: " ";
    display: block;
}

footer nav ul.menu:after {
    clear: both;
}

footer nav ul li {
    float: left;
    margin-left: 15px;
    padding: 1px 0 0 15px;
    border-left: 1px solid #000;
}

footer nav ul li a {
    color: #456CA0;
}

footer nav ul li a:hover {
    text-decoration: underline;
}

footer #toTop {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 20px;
    background-color: #C6C8CA;
    background-image: url('../i/icons/back-to-top.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 10px 10px 0px 0px;
    text-indent: -120px;
    overflow: hidden;
}

/* bookmark block */
#sidebar .bookmarkBlock,
#content .content-item-right .bookmarkBlock
{
    background-color: #C6C8CA;
}

#sidebar .bookmarkBlock ul,
#content .content-item-right .bookmarkBlock ul
{
    display: table;
    padding: 3px;
}

#sidebar .bookmarkBlock ul li,
#content .content-item-right .bookmarkBlock ul li
{
    float: left;
    margin: 3px;
    text-align: center;
    overflow: hidden;
}

#sidebar .bookmarkBlock ul li.placeholder,
#content .content-item-right .bookmarkBlock ul li.placeholder
{
    width: 74px;
    height: 46px;
    padding: 5px 0 11px 0;
    background-color: #EAEBEC;
}

#main #sidebar .bookmarkBlock ul li a,
#main #content .content-item-right .bookmarkBlock ul li a
{
    display: block;
    text-decoration: none;
    font-size: 1.1em; /* 11px */
    line-height: 1.182em; /* 13px */
    color: #808284;
    background-color: #EAEBEC;
    padding: 5px 0 11px 0;
    width: 74px;
    height: 46px;
    background-image: url('../i/buttons/bookmark.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#main #sidebar .bookmarkBlock ul li a.popup,
#main #content .content-item-right .bookmarkBlock ul li a.popup,
#main #sidebar .bookmarkBlock ul li a.download,
#main #content .content-item-right .bookmarkBlock ul li a.download,
#main #sidebar .bookmarkBlock ul li a.google,
#main #content .content-item-right .bookmarkBlock ul li a.google,
#main #sidebar .bookmarkBlock ul li a.contacts,
#main #content .content-item-right .bookmarkBlock ul li a.contacts
{
    background-image: url('../i/buttons/bookmark_orange.png');
}

#main #sidebar .bookmarkBlock ul li#basket-details a {
    font-size: 1.3em;
    width: 224px;
    padding: 5px 10px 11px 0;
    background-color: #EAEBEC;
    background-image: url('../i/buttons/basketbutton.png');
    text-align: right;
}

#main #sidebar .bookmarkBlock ul li a.download,
#main #content .content-item-right .bookmarkBlock ul li a.download,
#main #sidebar .bookmarkBlock ul li a.contacts,
#main #content .content-item-right .bookmarkBlock ul li a.contacts,
#main #sidebar .bookmarkBlock ul li a.google,
#main #content .content-item-right .bookmarkBlock ul li a.google
{
    position: relative;
}

#main #sidebar .bookmarkBlock ul li a.download:after,
#main #content .content-item-right .bookmarkBlock ul li a.download:after
{
    content: ' ';
    background-image: url('../i/icons/download.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    z-index: 500;
    top: 20px;
    left: 24px;
}

#main #sidebar .bookmarkBlock ul li a.contacts:after,
#main #content .content-item-right .bookmarkBlock ul li a.contacts:after
{
    content: ' ';
    background-image: url('../i/icons/contactpersonen.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    z-index: 500;
    top: 20px;
    left: 24px;
}

#main #sidebar .bookmarkBlock ul li a.google:after,
#main #content .content-item-right .bookmarkBlock ul li a.google:after
{
    content: ' ';
    background-image: url('../i/icons/map.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    z-index: 500;
    top: 20px;
    left: 22px;
}

#main #sidebar .bookmarkBlock ul li a:hover,
#main #content .content-item-right .bookmarkBlock ul li a:hover
{
    color: #FFF;
    background-color: #A7A9AB;
}

#main #sidebar .bookmarkBlock ul li#basket-details a:hover {
    color: #FFF;
    background-color: #A7A9AB;
    background-image: url('../i/buttons/basketbuttonhover.png');
}


/* imageBlock */
#main #sidebar .imageBlock a,
#main #content .imageBlock a
{
    display: block;
    text-align: center;
    background-color: #053776;
}

#main .imageBlock li {
    display: none;
}

#sidebar .imageBlock li.first,
#main #content .imageBlock li.first
{
    display: block;
    max-width: 246px;
    height: auto;
    overflow: hidden;
}

#main #sidebar .imageBlock img,
#main #content .imageBlock img
{
    border: medium none;
    display: block;
    width: auto;
    max-width: 226px;
    background-color: #FFF;
}

#main .product-overviewex #sidebar .imageBlock img {
    max-width: 246px;
}

.imageBlock li.first a.multiple {
    position: relative;
}

.imageBlock li.first a.multiple:after {
    content: " ";
    display: block;
    background-image:url('../i/icons/gallery-overlay-small.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

/* products */
#main .product-list #content a {
    text-decoration: none;
}

.product-list #content .product-categories {
    float: left;
    width: 643px;
    margin-right: 10px;
    display: table;
}

.product-list #content .product-logos {
    float: left;
    width: 121px;
    display: table;
}

.product-list #content .product-category {
    float: left;
    margin: 0 13px 13px 0;
    width: auto;
    height: auto;
}

.product-list #content .product-categories .last-of-row {
    margin: 0 0 13px 0;
}

#main .product-list #content .product-category a {
    display: block;
    padding: 4px;
    color: #58585B;
    background-color: #EAEBEC;
    width: 143px;
    height: 123px;
    text-align: center;
}

#main .product-list #content .product-category a:hover {
    background-color: #A7A9AB;
}

.product-list #content .product-category img {
    max-width: 140px;
    max-height: 75px;
    display: block;
    border: none;
    margin: 0 auto;
}

.product-list #content .product-category span {
    margin-top: 5px;
    display: block;
    font-size: 1.2em;
    text-align: left;
    line-height: 1.2em;
    padding: 0 1px;
}

.product-list #content .product-category a:hover span {
    color: #FFF;
}

.product-list #content .product-logo {
    margin: 0 0 10px 0;
    min-height: 26px;
}

.product-list #content .product-logo a {
    display: block;
}

.product-list #content .product-logo a img {
    max-width: 121px;
    margin: 0 auto;
    display: block;
}

/* Template - News/Faqs */
#main .faqs {
    float: left;
    width: 662px;
}
#main .faqs #content,
#main .news #content {
    display: table;
    clear: left;
}
#main .faqs #content article .faq-content {
    display: none;
}
#main .faqs #content a,
#main .news #content a {
    text-decoration: none;
}

.faqs #content .news-item,
.news #content .news-item {
    display: table;
    margin: 0 0 10px 0;
}

.faqs #content .news-item .news-text .wrap,
.news #content .news-item .news-text .wrap {
    height:65px; /* 5px padding from h1 and 20px line heights */
    overflow:hidden;
}

.faqs #content .news-item .news-text,
.news #content .news-item .news-text {
    background: none repeat scroll 0 0 #EAEBEC;
    width: 520px;
    margin: 0 8px 0 0;
    padding: 0 0 0 134px;
    float: left;
    position: relative;
}
.news #content .news-item .news-text {
    min-height: 97px;
}

.faqs #content .news-item .news-text h1,
.news #content .news-item .news-text h1 {
    padding: 5px 0 0 0;
    color: #FFF;
    font-size: 1.6em;
    line-height: 1.250em;
    font-family: "MyriadProLight", "League Gothic", "Helvetica";
}

.faqs #content .news-item .news-text h1 time,
.news #content .news-item .news-text h1 time {
    display: inline;
    font-size: 0.8em;
    color: #58585B;
    margin: 0 0 0 21px;
}

.faqs #content .news-item .news-text p,
.news #content .news-item .news-text p {
    line-height: 1.538em;
}

.faqs #content .news-item .news-image,
.news #content .news-item .news-image {
    width: 245px;
    height: 97px;
    float: left;
    display: block;
    overflow: hidden;
}

.faqs #content .news-item .news-image img,
.news #content .news-item .news-image img {
    display: block;
    border: medium none;
    max-height: 97px;
    max-width: 246px;
    margin: 0 auto;
}
#main .faqs-filter {
    float: right;
    width: 240px;
}
#main .faqs-filter p {
    line-height: 30px;
    font-style: italic;
}
#main .faqs-filter a {
    display: block;
    padding: 4px;
    margin-bottom: 2px;
    background-color: #ddd;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 12px;
}
#main .faqs-filter a.open {
    background-color: #55baff;
}
#main .faqs-filter a:hover {
    background-color: #55baff;
}

/* news - contact block*/
#sidebar .contactBlock a {
    display: block;
    width: 100%;
    background-color: #EAEBEC;
}

#sidebar .contactBlock a:hover {
    background-color: #A7A9AB;
}

#sidebar .contactBlock a img {
    float: left;
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    margin: 3px;
}

#sidebar .contactBlock a span {
    float: left;
    padding: 1.1em 0 0 1em;
    font-size: 1.3em;
    line-height: 1.5em;
}

#sidebar .contactBlock a:hover span {
    color: #FFF;
}

#sidebar .contactBlock a:after {
    content: " ";
    display: table;
}

#sidebar .contactBlock a:after {
    clear: both;
}

/* cart menu */
body #contentwrapper > header {
    position: relative;
}

#cartmenu {
    position: absolute;
    top: -9px;
    right: 0;
}

#cartmenu a {
    color: #939597;
    display: block;
    padding: 6px 32px 6px 0;
    background-image: url('../i/shopping-cart.png');
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 1.2em;
}

#cartmenu a:hover {
    background-image: url('../i/shopping-cart-active.png');
    color: #57575a;
}

/* template - contacts */
#main .contacts #content .content-item {
    width: 774px;
    padding-left: 134px;
    margin-bottom: 10px;
    min-height: 0;
}

.contacts .content-item:before,
.contacts .content-item:after
{
    content: "";
    display: table;
}

.contacts .content-item:after {
    clear: both;
}

.contacts .content-item .contact {
    float: left;
    width: 364px;
    height: 145px;
    background-color: #EAEBEC;
}

.contacts .content-item .first {
    margin-right: 34px;
}

#main .contacts #content .content-item .contact .thumb {
    float: left;
    width: 104px;
    margin: 0 15px 0 6px;
    padding: 7px 0 0 0;
}

#main .contacts #content .content-item .contact .details {
    float: left;
    width: 236px;
    padding: 0 3px 3px 0;
    height: 142px;
    overflow: hidden;
}

#main .contacts #content .content-item .contact .details header h1 {
    font-size: 1.8em;
    padding: 8px 0 8px 0;
}

#main .contacts #content .content-item .contact p {
    padding: 0 0 0 0;
}

.contacts .content-item .contact .details span {
    display: inline-block;
    margin-right: 5px;
    width: 40px;
}

.contacts .content-item .contact .details .function {
    height: 47px;
}

.contacts .content-item .contact .details .icons p img {
    margin: -4px 11px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* template - search */
#main .search #content {
    width: 520px;
    padding-left: 134px;
    margin: 10px 0 0 0;
}

#main .search #content > header h1 {
    background-color: #c3c3c3;
    color: #FFF;
    font-size: 1.5em;
    line-height: 1.7em;
    padding: 0 10px;
    margin: 0 0 15px 0;
}

#main .search #content ul li header h1 {
    font-size: 1.4em;
    line-height: 1.6em;
    text-decoration: underline;
    margin: 0 0 5px 0;
}

#main .search #content ul li header h1 em {
    color: #000;
    font-style: normal;
}

#main .search #content ul li header h1 a {
    color: #58585B;
}

#main .search #content ul li .description {
    padding: 0 0 15px  20px;
}

/* template - checkout - tabs */
#main #ordertabs #steps {
    height: 30px;
    width: 520px;
    padding: 0 253px 0 135px;
    border-bottom: 6px solid rgb(167, 169, 171);
    border-bottom: 6px solid rgba(167, 169, 171, 0.7);
}

#main #ordertabs #steps li {
    background-color: #EAEBEC;
    float: left;
    width: 127px;
    height: 30px;
    text-align: center;
    margin: 0 4px 0 0;
}

#main #ordertabs #steps li.last {
    margin: 0 0 0 0;
}

#main #ordertabs #steps li.ui-tabs-active,
#main #ordertabs #steps li.ui-state-hover {
    background-color: rgb(167, 169, 171);
    background-color: rgba(167, 169, 171, 0.7);
}

#main #ordertabs #steps li a {
    font-size: 1.3em;
    line-height: 1em;
    color: #808284;
    padding: 11px 0 6px 0;
    display: block;
    width: 100%;
}

#main #ordertabs #steps li.ui-tabs-active a,
#main #ordertabs #steps li.ui-state-hover a {
    color: #000;
}

#main #ordertabs #steps li.ui-state-disabled a {
    color: #D1D2D4;
    cursor: default;
}

/* template - checkout - panels */
#main #ordertabs .content {
    width: 520px;
    padding: 2px 253px 0 135px;
    margin: 7px 0 0 0;
    background-color: #EAEBEC;
}

#main #ordertabs #tabs-2 .content {
    width: 576px;
    padding: 0 197px 0 135px;
    margin: 7px 0 0 0;
    background-color: #EAEBEC;
}

#main #ordertabs .footer {
    width: 520px;
    padding: 0 253px 0 135px;
    margin: 7px 0 0 0;
    color: #58585B;
}

#main #ordertabs .footer a {
    color: #053776;
}

#main #ordertabs .footer h2 {
    margin: 14px 0 0 0;
}

#main #ordertabs .footer p {
    margin: 7px 0 0 0;
}

#main #ordertabs .content-wrapper {
    min-height: 252px;
    height: auto !important;
    height: 252px;
}

#main #ordertabs .content-wrapper #updateBasketForm {
    padding-bottom: 17px;
}

#main #ordertabs .content-wrapper #updateBasketForm table {
    margin-bottom: 20px;
}

#main #ordertabs .content-wrapper #updateBasketForm h4 {
    margin: 5px 0;
}

#main #ordertabs #tabs-4 .content-wrapper h4 {
    color: #231F20;
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 7px 0 0;
}

#main #ordertabs .ui-tabs-panel table {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

#main #ordertabs .ui-tabs-panel table th {
    background-color: rgb(167, 169, 171); /* fallback */
    background-color: rgba(0, 0, 0, 0.1);
    color: #808284;
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 3px 4px 0px 4px;
    text-align: left;
}

#main #ordertabs .ui-tabs-panel table td {
    color: #58585B;
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 3px 4px 0px 4px;
    border-bottom: 2px solid rgb(204, 204, 204); /* fallback */
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
}

#main #ordertabs .ui-tabs-panel table .ac {
    text-align: center;
}

#main #ordertabs .ui-tabs-panel table .ar {
    text-align: right;
}

#main #ordertabs .ui-tabs-panel table .dark {
    color: #231F20;
}

#main #ordertabs .ui-tabs-panel table .title {
    background-color: rbg(167, 169, 171);
    background-color: rgba(167, 169, 171, 0.7);
}

#main #ordertabs .ui-tabs-panel table td .actions {
    position: relative;
    width: 0;
    height: 0;
    float: right;
}

#main #ordertabs .ui-tabs-panel table td .actions .delete {
    display: block;
    position: absolute;
    top: 2px;
    right: -23px;
    background-image: url('../i/icons/cart-delete.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 13px;
    overflow: hidden;
    text-indent: 100px;
}

#main #ordertabs .ui-tabs-panel table td input[type=text] {
    width: 30px;
    text-align: center;
    color: #58585B;
    font-size: 0.9em;
}

#main #ordertabs .ui-tabs-panel button[type=submit] {
    display: none;
}

#main #ordertabs .ui-tabs-panel button.next-step {
    background-color: rgb(167, 169, 171); /* fallback */
    background-color: rgba(167, 169, 171, 0.7);
    border: none;
    float: right;
    background-color: none;
    color: #58585B;
    padding: 4px 40px 2px 15px;
    margin: 10px 253px 0 0;
    cursor: pointer;
    display: block;
    font-size: 1.3em;
    line-height: 1.5em;
}

#main #ordertabs .ui-tabs-panel button.next-step .dark {
    color: #231F20;
}

#main #ordertabs .ui-tabs-panel .content label {
    color: #231F20;
    font-size: 1.3em;
    display: block;
    padding: 7px 0 0 0;
    position: relative;
}

#main #ordertabs .ui-tabs-panel .content label input {
    width: 13px;
    height: 13px;
    padding: 0 0 0 0;
    margin: 4px 4px 0 0;
    position: absolute;
    top: 0px;
    left: -21px;
    *overflow: hidden; /* ie hack */
}

#main #ordertabs .ui-tabs-panel .content .description {
    margin: 3px 0 0 0;
    padding: 0 0 5px ;
}

#main #ordertabs .ui-tabs-panel .footer .important {
    margin: 8px 0 0 0;
    padding: 8px 31px 10px 5px;
    background-color: #EAEBEC;
}

#main #ordertabs #tabs-3 .content,
#main #ordertabs #tabs-4 .content
{
    padding: 2px 253px 17px 135px
}

#main #ordertabs .ui-tabs-panel .content #userInfo:before,
#main #ordertabs .ui-tabs-panel .content #userInfo:after,
#main #ordertabs .ui-tabs-panel .content .form-item:before,
#main #ordertabs .ui-tabs-panel .content .form-item:after
{
    display: table;
    content: '';
}

#main #ordertabs .ui-tabs-panel .content #userInfo:after,
#main #ordertabs .ui-tabs-panel .content .form-item:after
{
    clear: both;
}

#main #ordertabs .ui-tabs-panel .content .left {
    width: 250px;
    float: left;
}

#main #ordertabs .ui-tabs-panel .content .right {
    width: 250px;
    float: right;
}

#main #ordertabs .ui-tabs-panel .content .submit {
    display: none;
}

#main #ordertabs .ui-tabs-panel .content fieldset {
    border: none;
    width: 100%;
    height: auto;
}

#main #ordertabs .ui-tabs-panel .content legend {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #000;
    padding: 7px 0 0 0;
}

#main #ordertabs .ui-tabs-panel .content fieldset#fieldset-basket_del_address legend {
    padding: 25px 0 0 0;
}

#main #ordertabs .ui-tabs-panel .content .form-item {
    padding: 6px 0 0 0;
}

#main #ordertabs .ui-tabs-panel .content .form-item label {
    color: #58585B;
    float: left;
    width: 95px;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
    display: block;
    font-size: 1.3em;
    line-height: 1.5em;
}

#main #ordertabs .ui-tabs-panel .content .form-item input[type=text] {
    width: 138px;
    float: left;
    padding: 3px 4px;
    margin: 0 0 0 5px;
    font-size: 1.3em;
    line-height: 1.5em;
    display: block;
    border: 2px solid rgb(167, 169, 171, 0);
    border: 2px solid rgba(167, 169, 171, 0.7);
}

#main #ordertabs .ui-tabs-panel .content .form-item select {
    width: 150px;
    float: left;
    padding: 3px 4px;
    margin: 0 0 0 5px;
    font-size: 1.3em;
    line-height: 1.5em;
    display: block;
    border: 2px solid rgb(167, 169, 171, 0);
    border: 2px solid rgba(167, 169, 171, 0.7);
}

#main #ordertabs .ui-tabs-panel .content .question label {
    width: 237px;
}

#main #ordertabs .ui-tabs-panel .content .question input {
    margin-top: 7px;
}

#main #ordertabs .ui-tabs-panel .content .note {
    float: right;
    width: 250px;
    text-align: right;
    margin-top: 6px;
    color: #000;
}

#main #ordertabs #tabs-3 ul.errors {
    clear: both;
}

#main #ordertabs #tabs-3 ul.errors li {
    font-size: 1.3em;
    line-height: 1.5em;
    color: red;
    padding: 8px 0 0 0;
}

#main #ordertabs .ui-tabs-panel .short {
    width: 349px;
}

#main #ordertabs .ui-tabs-panel .userInfo {
    margin-bottom: 11px;
}

#main #ordertabs .ui-tabs-panel .userInfo th {
    color: #231F20;
}

#main #ordertabs .ui-tabs-panel .userInfo th.extraMargin {
    border-bottom: 4px solid #EAEBEC;
}

#main #ordertabs .ui-tabs-panel .userInfo td {
    color: #58585B;
    border-bottom: none;
}

#main #ordertabs .ui-tabs-panel .userInfo td.dark {
    background-color: rgb(167, 169, 171); /* fallback */
    background-color: rgba(0, 0, 0, 0.1);
    width: 90px;
}

#main #ordertabs .ui-tabs-panel p.deliveryInfo {
    margin-top: 17px;
}

#main #ordertabs .ui-tabs-panel #valid {
    display: none;
}

#main #ordertabs .ui-tabs-panel #remark-label {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #58585B;
    float: left;
}

#main #ordertabs .ui-tabs-panel #remark-element {
    float: left;
    clear: both;
}

#main #ordertabs .ui-tabs-panel #remark-element textarea {
    width: 317px;
    height: 50px;
    resize: none;
    border: 2px solid rgb(167, 169, 171);
    border: 2px solid rgba(167, 169, 171, 0.7);
    padding: 3px 4px;
}

#main #ordertabs .ui-tabs-panel #submit-element {
    float: right;
}

#main #ordertabs .ui-tabs-panel #orderConfirmation #submit-element #submit {
    display: block;
    border: medium none;
    background-image: url('../i/icons/order-submit-final.png');
    background-repeat: repeat-y;
    color: #58585B;
    cursor: pointer;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 4px 0 2px 0;
    width: 180px;
    color: #FFF;
    margin: 38px 0 0 0;
}

/* admin menu */
#adminmenu {
    position: absolute;
    top: 0;
    left: -168px;
    background-color: #DDD;
    padding: 5px;
}

#adminmenu a {
    display: block;
    font-size: 1.5em;
    line-height: 110%;
}

#adminmenu a:hover {
    color: #F00;
}

/* cookie check */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.ui-dialog {
    background-color: #333;
    position: fixed;
    padding: 7px;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content
{
    margin-bottom: 10px;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar span {
    color: #fff;
    font-size: 2.2em;
    line-height: 1em;
    font-family: "MyriadProLight", "League Gothic", "Helvetica";
    padding: 0 0 7px;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-dialog-content p {
    color: #fff;
    width: 950px;
    margin: 0 auto 0 auto;
}

.ui-dialog .ui-dialog-content a {
    color: #fff;
    text-decoration: underline;
}

.ui-dialog .ui-dialog-buttonset {
    position: fixed;
    bottom: 0;
    right: 0;
}

.ui-dialog .ui-dialog-buttonset button {
    background-color: #A7A9AB;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-family: "MyriadProRegular", "League Gothic", "Helvetica";
    font-size: 1.8em;
    padding: 4px 10px;
    height: 30px;
}

.ui-dialog .ui-dialog-titlebar {
    display: none;
}

/* gallery overrides */
.pp_pic_holder .ppt {
    line-height: 1em;
    font-size: 15px;
}

.pp_pic_holder header h1 {
    font-family: "MyriadProLight", "League Gothic", "Helvetica";
    padding: 0 0 7px 0;
}

.pp_pic_holder header h1 a {
    color: #000;
}

.pp_pic_holder .thumb {
    padding: 0 0 10px;
}

.pp_pic_holder table {
    border-collapse: separate;
    border-spacing: 0;
    padding-bottom: 10px;
    width: 100%;
}

.pp_pic_holder .small {
    font-size: 1em;
}

.pp_pic_holder table th,
.pp_pic_holder table td
{
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 3px 5px 2px;
    text-align: left;
}

.pp_pic_holder table th {
    background-color: #C6C8CA;
    border-bottom: 1px solid #EAEBEC;
    border-left: 1px solid #EAEBEC;
    color: #58585B;
}

.pp_pic_holder table td {
    color: #58585B;
}

.pp_pic_holder .horizontalHeaders td {
    border-bottom: 1px solid #CCC;
}
.pp_gallery {
    margin-top: 10px !important;
}
.pp_details {
    margin-top: 45px !important;
}
#fullResImage {
    margin: 0 auto;
}

/* google map */
#map {
    width: 515px;
    height: 350px;
}