@import url("bootstrap.css");

/* HTML5 Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: "Oxygen", arial, sans-serif; color: #333333; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #006DD3; }
a:visited { color: #006DD3; }.p
a:hover { text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
/*abbr[title] { border-bottom: 1px dotted; }*/
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }.form-search #search
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
input[type="text"]:disabled { background-color: #DDDDDD; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



 /**************************
 * Magento default classes *
 **************************/

.font-smaller
{
    font-size: 95%;
}

.nobr {
    white-space: nowrap !important;
}

.a-right {
    text-align:right !important;
}

.sorter {
    overflow: hidden;
}

.sorter .view-mode {
    float: left;
}

.sorter .sort-by {
    float: right;
}

.note {
    font-size: 11px;
}
.page-title {
    margin:0 0 12px 0;
    position:relative;
}

.top-actions
{
    text-transform: lowercase;
    line-height:24px;
    position:absolute;
    right:12px;
    top:0;
    height:30px;
}
.top-actions a
{
    line-height:24px !important; /*Descending selector is the culprit.*/
}

.top-actions .separator
{
    margin: 0 5px 0 5px;
}
/*
.page-title {
    overflow: hidden;
}
.page-title h1 {
    float: left;
}
#fullnav {  Container home button and nav
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 40px;
}

#fullnav .backhome {
    background: url(../images/home-normal-hover22.png) no-repeat center 8px;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
}

#fullnav .backhome:hover {
    background-position: center -40px;
}

#b-1 {
    float: left;
    margin-right: 10px;
    width: 215px;
}

#b-2 {
    float: left;
    width: 755px;
}

.main-container {
    clear: left;
}

.product-tabs ul,
.info-tabs ul,
.block-account .block-content ul {
    margin: 0 0 -16px 0;
    overflow: hidden;
    padding: 0 0 6px 0;
}*/
.page-content
{
    padding: 0 12px 12px 12px;
}
.page-content p
{
    margin:0;
}

.out-of-stock
{
    color: #f70000;
}

.stock_status_0
{
    color: #F00;
}

.stock_status_1
{
     color: #F4BC27;
}

.in-stock{

}
.stock_status_2
{
    color: #4fc431;
}

p.stock_status
{
    margin: 0;
    padding: 4px 0 20px 0;
}

.bundles > div p.stock_status
{
    max-width: 200px;
}
/**/


h1,h2,h3,h4,h5,h6
{
    margin:0;
    padding:0;
}



h2 {
    color: #2c2c2c;
    font-size: 153.9%;
    font-weight:normal;
}

h3 {
    color: #363636;
    font-size: 16px;
}

h4 {
    font-size: 108%;
}

h5 {
    font-size: 93%;
}

legend {
    display: none;
}

object, object:focus
{
    outline:none;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

/*********************
* Dedoubled settings *
*********************/

/*BORDER-RADIUS small to large:  */
.infopanel .video,
.infopanel .photo-360,
.textarea-container,
ul.messages > li
{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
}

.infocontainer.block-account + div li
{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
}




.block-focus,
.block-subscribe,
.box-tags,
.btn-cart,
.bundles > div > h4 + div > div p:first-child,
.button,
.button-dark,
.button-light,
.button-empty,
.col-main .cart,
.cart .totals,
#one-page-checkout-steps fieldset,
.checkout-onepage-index .main-container,
.cart .totals,
.cms_usp_checkout,
.page-title-search-result,
.col2-set .box-content,
div.account-create,
div.forgot-password.form-container,
div.account-create div.form-outline,
div.forgot-password.form-container div.form-outline,
div.category-description,
.category-message,
.share_order_items,
#footer,
.form-focus,
.infopanel .highlight,
.other-products > div,
.other-products > ul,
.pager .pages li.current,
.related-products .searchbar,
.products-popular > div,
.products-topproducts div,
.cms-home h3,
.sidebar h3,
.faq-sidebar-extension,
textarea,
.faq_index_searchresults h2,
div.reviews div.pager-review .active
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

/*Only ie 7 doesnt like the PIE on this one*/
.form-search
{

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    *behavior:0;
}

/* without behaviour to fix a.o. the filter hover menu in ie7/8. Why this fails is not clear to me */
.filter,
.filter > div
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.block-account .infotabs li
{
    border-radius: 6px 6px 0 0 ;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
}


.data-table th:first-child
{
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius:6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
}

.data-table th:last-child
{
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}

.banners.slider,
.data-table th:only-child,
.infocontainer.block-account + div,
ul#checkout-payment-method-load li
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
}

/****************************************************************
* Site frame / globally visible elements in order of occurence **
****************************************************************/

div.wrapper { /*shb: .page*/
    margin: 0 auto;
    width: 981px;
}



#carrousel {
    margin: 0 0 12px 0;
    z-index: 0;
}

#nav ul > li > a:hover {
    background-color: #c30061;
}
#nav ul > li > a{
    transition: background-color 0.3s ease;
}
.form-search #search.filled, .form-search #search:focus
{
    color:#626262;
}

#search_method
{
    float:left;
    border-left:1px solid #cacaca;
    width:100px;
    padding:6px 0 0 4px;
    line-height:16px;
}

#search_method p
{
    line-height:15px;
    margin:-5px 0 -1px 0;
    padding:0;
    font-size:12px;
}

#search_method input
{
    float:left;
    width:20px;
    margin:1px 0 0 0;
}
#search_input label
{
    float:left;
    margin:0;
    padding:0;
}

/*:::End header:::*/



/*:::Begin main:::*/
.main:before, .main:after { content: ""; display: table; }
.main:after { clear: both; }
.main { zoom: 1; }

.col-left,
.col-main,
.col-right
{
    margin-bottom: 20px;
}


/* HOME */

div.home-news_items h2
{
    margin-top: 36px;
    margin-left: 12px;
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
}

div.home-news_items  .rounded_home_pane
{
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc);
    width: 466px;
    padding: 24px 12px;


}
div.home-news_items  li
{
    padding : 0;
    border: none;
}
div.home-news_items  li a
{
    text-decoration: none;
    color: #626262;
    font-size: 13px;
}
div.rounded_home_pane  div.read_on
{
    padding-top:12px;
    height: 50px;
}

div.rounded_home_pane  div.read_on .left
{
    float:left;
}
div.rounded_home_pane  div.read_on .right
{
    float: right;
}

.share_order_items, .category-message
{
    /*border: 1px solid black;*/
    background-color: #efefef;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px 10px 20px 10px;
}

.category-message
{
    text-align:center;
}
.share_order_items
{
    margin-bottom:30px;
    padding: 20px 12px 20px 12px;
}

.share_order_items h2
{
    margin-bottom:6px;
}

.share_order_items p
{
    width: 584px;
    float:left;
    margin:6px 0;
}
.share_order_items .item_link
{
    float:left;
}
.share_order_items .social_link
{
    display:block;
    background:#c30061;
    float:right;
}
div.category-description > img:first-child
{
    float: left;
    margin-right: 12px;
}

div.category-description > div > p:first-child
{
    margin-top: 0;
}
/* Manufacturer detail-page */
div.manufacturer-description
{
    width: 100%;
    margin: 15px 0 0 0;
}
div.manufacturer-description img
{
    float: left;
    margin: 0 15px 0 0 ;
    width: 130px;
}
/* END Manufacturer detail-page */

div.category-description > div > p:last-child
{
    margin-bottom: 0;
}

/* Category-block on frontpage with 3 categories */
#home-categories
{
    margin: 20px 0;
    overflow: hidden;
}
#home-categories > ul
{
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #e3e3e3;
    height: 190px;
}
#home-categories > ul > .category-image
{
    margin: 0 0 10px 0;
}
#home-categories > ul > .category-links > a
{
    display: block;
    margin: 10px;
}

#category-list li.mod,
.tiles li.mod{
    margin-right: 0;
}


.category-description-overview
{
    margin-bottom: 10px;
    padding: 0px 10px 0 10px;
    text-align: justify;
    line-height: 19px;
}

.infocontainer
{
    background:#edf0f1;
    overflow: hidden;
    padding: 0;
    position:relative;
    margin-left:1px;
}

.block-account .infocontainer
{
    background:#FFF;
    border: 1px solid #d2d2d2;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc);
    position:relative;
}

.block-account .infotabs li a{
    color: #006DD3;
    padding: 7px 7px 11px;
    text-decoration: underline;
}
.block-account .infotabs li a:hover{
    text-decoration:none;
}

.infocontainer.block-account + div
{
    padding-right: 12px;
    padding-bottom: 48px;
    padding-left: 12px;
}
.infotabs
{
    background:#fff;
}

.block-account .infotabs {
    background: #DCDCDC;
    background: linear-gradient(180deg, #F0F0F0 0, #DCDCDC 45px, #d2d2d2 46px);
    background: -o-linear-gradient(top, #F0F0F0 0, #DCDCDC 45px, #d2d2d2 46px);
    background: -webkit-linear-gradient(top, #F0F0F0 0, #DCDCDC 45px, #d2d2d2 46px); /* Gradient to white isn't sharp in Chrome, now it goes to gray and the infopanel has a white background. */
    background: -moz-linear-gradient(top center, #F0F0F0 0, #DCDCDC 45px, #d2d2d2 46px);
    background: -ms-linear-gradient(top center, #F0F0F0 0, #DCDCDC 45px, #d2d2d2 46px); /* IE10+ */
    height: 38px;
    padding:7px 8px 0 8px;
}

.pp_content .infocontainer
{
    z-index:9999;
}

div.product-view div.tabsandaccessories div.infocontainer {
    background: none;
}
div.product-view div.tabsandaccessories .infotabs{
    background: none;
    border-bottom: 1px #888 solid;
}

div.product-view div.tabsandaccessories .show_more.collapsed .show_more_button{
     background: linear-gradient(to bottom, transparent, white);
}

div.product-view div.tabsandaccessories div.infopanel
{
    min-height:500px;
    padding: 18px 32px 18px 8px;
}

div.product-view div.tabsandaccessories div.infopanel div.std p
{
    margin-top: 0;
    line-height: 19px;
}

div.product-view div.tabsandaccessories div.infopanel div.std h4,
div.product-view div.tabsandaccessories div.infopanel div.std h5,
div.product-view div.tabsandaccessories div.infopanel div.std h2,
div.product-view div.tabsandaccessories div.infopanel div.std h3
{
    margin-bottom: 7px;
}

div.product-view div.tabsandaccessories div.infopanel div.std h3.audiofanzine-header{
    margin-bottom: 20px;
}

div.product-view div.tabsandaccessories div.infopanel div.std p,
div.product-view div.tabsandaccessories div.infopanel div.std ul
{
    margin: 0px 0px 19px 0px;
}

div.product-view div.tabsandaccessories div.infopanel div.std .beforeUl
{
    margin: 0px 0px 0px 0px;
}

div.product-view div.tabsandaccessories div.infopanel div.std
{
    margin-bottom: 0px;
}

div.product-view div.tabsandaccessories div.infopanel div.std ul
{
    padding: 0 0 0 30px;
    list-style-type: square;
}

div.product-view div.tabsandaccessories div.infopanel div.std ul ul
{
    list-style-type: circle;
    margin-bottom: 0px;
}

div.product-view div.tabsandaccessories div.infopanel div.std ul li
{
    margin: 0;
}

.cms-page-view .col-main .std
{
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 12px 0px;
}

.infocontainer.block-account
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.infocontainer.block-account .block-title
{
    padding: 22px 12px 0 12px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.infocontainer.block-account .block-title h1
{
    background: #4f9ee5; /* Old browsers */
    background: linear-gradient(180deg, #4f9ee5 0%,#0070ce 100%); /* W3C */
    background: -o-linear-gradient(top, #4f9ee5 0%,#0070ce 100%); /* Opera 11.10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f9ee5), color-stop(100%,#0070ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f9ee5 0%,#0070ce 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top center, #4f9ee5 0%, #0070ce 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top center,  #4f9ee5 0%,#0070ce 100%); /* IE10+ */
    -pie-background: linear-gradient(top center,  #4f9ee5 0%,#0070ce 100%); /* W3C */
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    color: #ffffff;
    line-height: 68px;
    padding: 0 12px;
}

.infocontainer.block-account + div
{
    border: 1px solid #d2d2d2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.infotabs {
    height: 38px;
    list-style: none;
    margin:0;
    padding: 0px;
}

.infotabs li {
    border:1px solid transparent;
    margin:0;
    padding:0;
    float: left;
}

.infotabs li a {
    display: block;
    margin:0;
    outline:0;
    padding: 12px 8px 11px;
}

.infotabs li:hover a {
    text-decoration:none;
}

.block-account .infotabs li.active-item
{
    background: white;
}

.infotabs li.active-item
{
    color:#fff;
    background: #006cd4;
    border-bottom:0;

}
.block-account li.active-item
{
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.block-account .infotabs{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.block-account .infotabs li.active-item a{
    background: none;
    color: #222;
    text-shadow:none;
}

.infotabs li a.anchor{
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.infotabs li a,
.infotabs li.active-item a.tab {
    height: 19px;
    padding: 9px 10px 9px 10px;
    text-decoration: none;
    color: inherit;
}

.infotabs li.active-item a.tab
{
    color: #fff;
}

.infotabs.scrolltop li a.anchor{
    margin-top: -100px;
}

.infotabs.scrolltop li a,
.infotabs.scrolltop li.active-item a.tab {
    margin-top: 100px;
}


.block-account .infopanel{
    background-color: #fff;
}


.block-account.infocontainer{
    background: #FFF;
    overflow:hidden;
}

.infopanel {
    display: none;
    line-height: 20px;
    padding: 28px 10px;
}

.infocontainer.block-account + div,
.infopanel.active-item {
    display: block;
}

.infocontainer.block-account + div li,
.infopanel li
{
    margin: 0 9px 9px 0;
}

.infopanel.panel-contactFirmProfile li
{
    margin: 0px 0px 0px 0px;
}

.messages li
{
    margin:0 !important; /* Todo: MGR-1146: find a way to target this element in a CLEAN WAY */
}
.infopanel #category-list > li:nth-child(3n),
.infopanel .tiles > li:nth-child(3n)
{
    margin-right: 0;
}

.infopanel #category-list a,
.infopanel .tiles a
{
    width: 235px;
}

.infopanel #category-list img,
.infopanel .tiles img
{
    left: 5px;
    top: 5px;
}

.infopanel #category-list span
{
    left: 105px;
    top: 25px;
}

.infopanel .tiles span
{
    left: 105px;
    top: 5px;
}

.infopanel .photo-360,
.infopanel .video
{
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    margin:0 auto;
    padding:3px;
}

.infopanel .photo-360 + .photo-360,
.infopanel .video + .video
{
    margin-top: 12px;
}

.infopanel .photo-360
{
    padding:3px 3px 0 3px;
}

.infopanel .video iframe
{
    display: block;
    margin:0 auto;
}

.infopanel > h4
{
    font-size: 1em;
    margin-top: 25px;
}

.infopanel > h4:first-child,
.infopanel > p:first-child
{
    margin-top: 0;
}

.infopanel .highlight
{
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 20px 10px;
}

.infopanel .highlight .left,
.infopanel .highlight .right
{
    float: left;
    width: 329px;
}

.infopanel .highlight .left
{
    border-right: 1px solid #c0c0c0;
    padding-right: 10px;
}

.infopanel .highlight .right
{
    border-left: 1px solid #c0c0c0;
    margin-left: -1px;
    padding-left: 10px;
}

/*:::End main:::*/

.panel-contactInformation dt
{
    clear: left;
    float: left;
    width: 129px;
    margin-right: 12px;
}

.panel-contactInformation dd
{
    float: left;
    margin: 0;
    width: 200px;
}

.panel-contactInformation dl
{
    overflow: hidden;
}

.panel-contactInformation dl + dl
{
    margin-top: 25px;
}

.panel-contactAddress #map_canvas
{
    border: 1px solid #d3d3d3;
    height: 875px;
}

.panel-contactAddress .highlight
{
    padding-bottom: 10px;
}

.panel-contactOpeningHours table
{
    border: none;
}

.panel-contactOpeningHours td,
.panel-contactOpeningHours th
{
    border: none;
    padding: 0 0 0 10px;
}

.panel-contactOpeningHours td:first-child,
.panel-contactOpeningHours th:first-child
{
    padding-left: 0;
}


.panel-contactOpeningHours th
{
    padding-bottom: 13px;
}


.panel-contactOpeningHours .hours
{
    border-right: 1px solid #d3d3d3;
}


/************************
* Facebook *
************************/

.sidebar > .cms_facebook
{
    width: 229px; /*a little too wide, but it show the text right*/
    height: 250px;
    overflow: hidden;
    margin:0 0 0 -6px;
}

/************************
* Twitter feed *
************************/

#twitter-messages li.head {
    margin-top: 24px;
    border: 0 none;
    cursor: pointer;
    height: 82px;
    padding-bottom: 12px;
    padding-left:12px;
}
#twitter-messages li {
    border-bottom: 1px solid #E1E1E1;
    font-size: 85%;
    padding: 10px 0 10px 0;
}
ul#twitter-messages li a {
    display: inline;
}
ul#twitter-messages li a:hover {
    text-decoration: underline;
}

/************************
* Globally used classes *
************************/

.discrete-links a
{
    color: #363636;
    text-decoration:none;
}

.discrete-links a:hover
{
    text-decoration:underline;
}

.out-of-view { /*bah*/
    position:absolute;
    left:-100000px;
}

.block-subtitle {
    font-weight: bold;
}

.hide-text { /*bah*/
    text-align: left;
    text-indent: -9999px;
}

.info-panel
{
    background-color: #D4E4F4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 15px;
    padding: 12px;
}

/*******************************************
* Buttons and other globally used elements *
*******************************************/
.input-subject,
.input-subject.input-text
{
    background: transparent ;
    font-style:italic;
}
.i66
{
    width:66px;
    height:66px;
}
.i106
{
    width:106px;
    height:106px;
}
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:18px; font-size:0; line-height:0; background:url(../images/btn-trash.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.button, .button-empty, div.payment-zone input[type="button"], div.payment-zone input[type="submit"]
{
    border:2px solid #EB026D;
    background:#EB026D;
    color: #fff;
    font-weight: bold;
    font-size:12px;
    margin: 0;
    padding: 0 6px 0 7px;
    position:relative;
    white-space: nowrap;
    -pie-poll: true;
    -pie-watch-ancestors: 1;
}

.button,
#one-page-checkout button:hover,
div.payment-zone input[type="button"],
div.payment-zone input[type="submit"],
form#create-account-form button.disabled,
form#co-billing-form button.disabled
{
    background:linear-gradient(180deg,#F361A4 10%,#F361A4 50%,#EB026D 60%);
    background:-o-linear-gradient(top,#F361A4 10%,#F361A4 50%,#EB026D 60%);
    background: -webkit-linear-gradient(top,#F361A4 10%,#F361A4 50%,#EB026D 60%);
    background:-moz-linear-gradient(top center, #F361A4 10%,#F361A4 50%,#EB026D 60%);
    background: -ms-linear-gradient(top center, #F361A4 10%,#F361A4 50%,#EB026D 60%); /* IE10+ */
    -pie-background: linear-gradient(top center,#F361A4 10%,#F361A4 50%,#EB026D 60%);
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
}

.button.white
{
    border:1px solid #b4b3b3;
    padding: 1px 6px 0 7px;
    background: #ffffff;
    color: #252525;
    box-shadow: inset 0px -1px 1px white;
    -moz-box-shadow: inset 0px -1px 1px white;
    -webkit-box-shadow: inset 0px -1px 1px white;
    -box-shadow: inset 0px -1px 1px white;
    background:linear-gradient(180deg, #ffffff 10%, #f1f1f1 50%,#e2e2e2 60%);
    background:-o-linear-gradient(top, #ffffff 10%, #f1f1f1 50%,#e2e2e2 60%);
    background: -webkit-linear-gradient(top, #ffffff 10%, #f1f1f1 50%,#e2e2e2 60%);
    background:-moz-linear-gradient(top center, #ffffff 10%, #f1f1f1 50%,#e2e2e2 60%);
    background: -ms-linear-gradient(top center, #ffffff 10%, #f1f1f1 50%,#e2e2e2 60%); /* IE10+ */
    -pie-background: linear-gradient(top center, #ffffff 10%, #f1f1f1 50%,#e2e2e2 60%);
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    /* Removed set width. If equal widths on buttons are desired, do this with javascript. Only then you don't have to specify a width per store (translations make the buttons wider in French for example)*/
}

.button.white:hover
{
    background: #e2e2e2;
    -pie-background: #e2e2e2;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -box-shadow: none;
}

.button.blue
{
    border: none;
    color: #FFFFFF;
    background-color: #499be7;
    background: -moz-linear-gradient(top, #499be7 0%, #016fd1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499be7), color-stop(100%,#016fd1));
    background: -webkit-linear-gradient(top, #499be7 0%,#016fd1 100%);
    background: -o-linear-gradient(top, #499be7 0%,#016fd1 100%);
    background: -ms-linear-gradient(top, #499be7 0%,#016fd1 100%);
    background: linear-gradient(180deg, #499be7 0%,#016fd1 100%);
    -pie-background: linear-gradient(top center, #499be7 0%,#016fd1 100%);
}
.button.blue:hover
{
    background-color: #499be7;
    background: -moz-linear-gradient(top, #499be7 0%, #016fd1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499be7), color-stop(100%,#016fd1));
    background: -webkit-linear-gradient(top, #499be7 0%,#016fd1 100%);
    background: -o-linear-gradient(top, #499be7 0%,#016fd1 100%);
    background: -ms-linear-gradient(top, #499be7 0%,#016fd1 100%);
    background: linear-gradient(180deg, #499be7 0%,#016fd1 100%);
    -pie-background: linear-gradient(top center, #499be7 0%,#016fd1 100%);
}
.button:hover
{
    background: #EB026D;
    -pie-background: #EB026D;
}

.button > span
{
    background: url(../images/arrow-right.png) right center no-repeat;
    padding: 0 18px 0 7px;
    height:22px;
    line-height:21px;
    display:block;
}

.button > p
{
    display:block;
    font-size: 14px;
    font-weight: normal;
    height:22px;
    line-height:21px;
    margin:0px;
    padding: 0 5px 0 5px;
    text-align: center;
    text-transform:lowercase;
}

a.button
{
    text-decoration:none;
    line-height:26px;

    margin:0;
}
.button-empty > span
{
    padding: 0 6px 0 0;
    background: url(../images/arrow-right.png) center center no-repeat;
}

.abs-right-sm
{
    position:absolute !important; /*important because we apply position:relative to the button class*/
    right:5px;
}

.buttons-set .button-large
{
    margin:5px 0 0 6px;
}

.button-small
{
    display:block;
    color:#fff !important;
    font-weight:bold;
    height: 23px;
    text-decoration:none;
    text-transform: lowercase;

}

.button-small > span
{
    display: block;
    padding: 0 10px 0 10px;
    font-family:verdana;
}

.button-large
{
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    margin: 5px 0 0 0;
    position:relative;
}

.button-large > span
{
    display: block;
    padding: 0 4px 0 4px;
    background:none;
    font-family:verdana;
}

.button-extra-large
{
    font-size:15px;
    height:35px;
    line-height:35px;
}


.my-account .button-small
{
    text-transform:lowercase;
}
.button-light
{
    background:#fff;
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
    font-family: "Oxygen", arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: none;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* must be absolute. must be served using:  content-type: text/x-component*/

}

.button-light:hover
{
    background:#fff;
    -pie-background:#fff;
}

.button-light2
{
    background:#fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: #666666;
    margin-top: 8px;
    padding: 5px 10px;
    font-family: "Oxygen", arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* must be absolute. must be served using:  content-type: text/x-component*/
}

.button-light2:hover
{
    background:#f3f3f3;
    -pie-background:#f3f3f3;
    color:#333;
}

.btn-cart{
    font-size: 16px;
    margin-left: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 140px;
}
input.qty + .btn-cart{
    margin: 0px;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
}

.btn-cart.block{
    width: 100%;
    display:block;
}
.btn-cart:hover{
    background:#ffc000;
}

.btn-trash{
    display:block;
    background:url(../images/btn-trash.png) no-repeat;
    width:16px;
    height:18px;
}
.btn-trash span{
    display:none;
}

/* SOCIALMEDIA/ICONS */
.addthis_button_facebook { background: url(../images/social_side_icons.png) no-repeat 0 0; }
.addthis_button_twitter { background: url(../images/social_side_icons.png) no-repeat -24px 0; }
.addthis_button_compact { background: url(../images/social_side_icons.png) no-repeat -144px 0; }
.addthis_button_facebook:hover { background-position: 0 -24px; }
.addthis_button_twitter:hover{ background-position: -24px -24px; }
.addthis_button_hyves:hover { background-position: -48px -24px; }
.addthis_button_linkedin:hover { background-position: -96px -24px; }
.addthis_button_pinterest_share:hover { background-position: -120px -24px; }
.addthis_button_compact:hover { background-position: -144px -24px; }

.addthis_toolbox { padding: 0; margin: 0; }
.side-icons-wrapper .addthis_simple_btncntr { float: left; padding: 2px 0 0 0; }
.addthis_fb_btncntr { float: left; margin-left: 10px; padding: 0; width: 129px; }
.addthis_gplus_btncntr { float: left; padding: 0; }

/* ADD THIS */
.addthis_simple_btncntr a span {
    background: none repeat 0 0 ;
}

.addthis_simple_btncntr a {
    height: 24px;
    margin: 0 4px 0 0;
    padding: 0 !important;
    width: 24px;
}
.addthis_simple_btncntr_vertical a {
    margin: 0 0 4px 0;
}
.addthis_simple_btncntr a span,
.addthis_simple_btncntr a span span {
    height: 24px;
    margin: 0 !important;
    padding: 0 !important;
    width: 24px;
}

.addthis_counter.addthis_bubble_style {
    width: 36px !important;
}
.at300b, .at300bo, .at300m, .at300bs {
    cursor: pointer;
}
/* //addThis */

#search_bar
{
    position: relative;
    margin-bottom: 22px;
}

#side-icons-wrapper {
    right: -40px;
    width: 30px;
    clear:both;
}

#side-icons {
    position: absolute;
    width: 24px;
}
#side-icons.fixed
{
    position: fixed;
    top: 0;
}
#side-icons-wrapper #side-icons .mini-social-login ul li {
    clear: left;
    margin-bottom: 5px;
}
#side-icons-wrapper .mini-social-login ul {
    margin-top: 0;
}
#side-icons-wrapper .mini-social-login {
   margin-top: 0;
}
#side-icons-wrapper .mini-social-login ul li a {
    margin-bottom: 4px;
}

#contacts-icons-wrapper
{
    width: 30px;
}

#contacts-icons
{
    background: #c30061;
    color: #fff;
    padding: 12px 8px;
    width: 30px;
}

.button-prev,
.button-next
{
    background: transparent url(../images/left_right_arrow_set.png) no-repeat left top;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    width: 23px;
}

/*button positions:*/
.button-next
{
    background-position: -23px top;
}

a.button-prev
{
    background-position: left -46px;
}

a.button-next
{
    background-position: -23px -46px;
}

a.button-prev:hover
{
    background-position: left -23px;
}

a.button-next:hover
{
    background-position: -23px -23px;
}
.other-products .button-prev
{
    background-position: -46px top;
}

.other-products .button-next
{
    background-position: -69px top;
}

.other-products a.button-prev
{
    background-position: -46px -46px;
}

.other-products a.button-next
{
    background-position: -69px -46px;
}

.other-products a.button-prev:hover
{
    background-position: -46px -23px;
}

.other-products a.button-next:hover
{
    background-position: -69px -23px;
}

.other-products .slider-buttons
{
    background-color: transparent;
    border: none;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
}

.buttons-set {
    margin-top: 30px;
    margin-bottom: 4px;
    overflow: hidden;
}

.buttons-set2 {
    text-align: right;
}

.buttons {
    float: right;
}


/* ACCOUNT RELATED */
div.account-create,
div.forgot-password.form-container
{
    border: 1px solid #D3D3D3;
    padding: 12px 10px;
}

div.form-outline
{
    background-color: #F5F3F3;
    padding: 20px 12px 12px;
}
div.form-outline:before, div.form-outline:after { content: ""; display: table; }
div.form-outline:after { clear: both; }
div.form-outline { zoom: 1; }

div.form-outline p
{
    margin-top: 0px;
}

p.required
{
    font-style: oblique;
    font-size: 12px;
    color: #838383;
}

/* END ACCOUNT */
#uniform-billing-address-select,
#uniform-shipping-address-select
{
    width: 696px;
}
#billing-address-select,
#shipping-address-select
{
    width: 100%;
}
/*Hide street selector until a neat solution is found.*/
#uniform-shipping\:streets, #uniform-billing\:streets
{
    display:none !important;
}
/*Hide "empty" button.*/
a.info-icon-shop-delivery
{
    display:none;
}

#create-address-form button,
#edit-account-form button,
#newsletter-subscriptions button
{
    float:right;
}

.account-login .buttons-set {
    margin-top: 0;
}
.product-view .accessories-slider-buttons
{
    margin: 5px 0 12px;
}

.col-1 .buttons {
    float: left;
}

#checkout-step-login .buttons-set {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#checkout-step-login input[type=password],
#checkout-step-login input[type=text]
{
    width: 300px;
    color:#152027;
}

#checkout-step-login .validation-advice
{
    line-height:14px;
}

.checkout-types.buttons-set
{
    border-top: none;
}
.custom-items button,
.products-list button {
    /*top: 95px;
    position: absolute;*/
    right: 0;
}

.rss-button {
    float: right;
    padding-top: 5px;
}

/* TODO MGR-1146: REVISE ALL BELOW, AND PUT IT AT THE RIGHT PLACE */

.products-popular
{
    width:492px;
    padding:0;
}

.cms-home .col-main
{
    background:linear-gradient(180deg,#ffffff 75px,#f4f4f4 375px,#ffffff 80%);
    background:-o-linear-gradient(top,#ffffff 75px,#f4f4f4 375px, #ffffff 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75px,#ffffff), color-stop(375px,#f4f4f4), color-stop(80%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,#ffffff 75px,#f4f4f4 375px, #ffffff 80%);
    background:-moz-linear-gradient(top center, #ffffff 75px,#f4f4f4 375px, #ffffff 80%);
    background: -ms-linear-gradient(top center, #ffffff 75px,#f4f4f4 375px, #ffffff 80%);
    -pie-background: linear-gradient(top center,#ffffff 75px,#f4f4f4 375px, #ffffff 80%);
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
}

.cms-home h3,
.sidebar h3
{
    background:#f1f1f1;
    background:-moz-linear-gradient(top center, #f1f1f1 0%, #dededd 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dededd)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #f1f1f1 0%,#dededd 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #f1f1f1 0%,#dededd 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #f1f1f1 0%,#dededd 100%); /* IE10+ */
    background:linear-gradient(180deg, #f1f1f1 0%,#dededd 100%); /* W3C */
    -pie-background: linear-gradient(top center, #f1f1f1 0%,#dededd 100%); /* W3C */
    font-size:16px;
    font-weight:normal;
    line-height:37px;
    margin:0 0 11px 0;
    padding:0 12px 0 12px;
    text-transform:uppercase;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
}


.products-popular > div
{
    background:#fff;
    border: 1px solid #dedede;
    margin:0 0 12px 0;
    overflow:hidden;
    padding:24px 0 0 24px;
}

.products-popular .center-text
{
    text-align: center;
    display:block;
    width:132px;
}

.products-popular ul
{
    list-style-type:none;
    display:block;
    margin:0;
    padding:0;
}

.products-popular .product
{
    cursor: pointer;
    float:left;
    height:208px;
    padding:0 18px 12px 0;
    overflow:hidden;
    width:132px;
}

.products-popular .hover-block-link:hover a
{
    text-decoration:underline;
}

.products-popular .old-price
{
    color:#152027;
    padding:0 0 0 2px;
}

.products-popular .special-price
{
    font-weight:normal;
    line-height:18px;
    padding:0 0 0 2px;
}

.main .products-popular h3{
    margin: 1em 0;
}

.products-popular .title
{
    font-size:11px;
    display:block;
    margin: 11px 0 0 0;
    padding: 2px 2px 2px 4px;
    text-decoration: none;
    color: #363636;
}

.products-topproducts div
{
    background:#fff;
    border: 1px solid #dedede;
    margin:0 0 12px 0;
    overflow:hidden;
    padding: 24px 12px 24px 24px;
}

.products-topproducts h2
{
    margin-top: 36px;
    margin-left: 12px;
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
}

.products-topproducts div ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 282px;
    overflow-y: scroll;
}

.products-topproducts div ul li
{
    margin: 0;
    padding: 0;
}

.products-topproducts div ul a
{
    color: #363636;
    text-decoration: none;
    line-height: 20px;
}

.products-topproducts div ul a:hover
{
    text-decoration: underline;
}

.required-fields
{
    font-size:11px;
    font-style:italic;
    margin:43px 0 0 12px;
}

#my-orders-table sub
{
   font-size:11px;
}

#my-orders-table .grand_total td
{
    border:0;
}

#my-orders-table sub
{
    top:-8px;
}

#my-orders-table .subtotal td
{
    border:0;
    line-height: 16px;
    padding-bottom:1px;
    padding-top:12px;
}

#my-orders-table .shipping td
{
    line-height: 16px;
    padding-bottom:11px;
    padding-top:1px;
}

.grand_total strong
{
    font-weight:normal;
}

.box-tags {
    background-color: #efefef;
    padding: 20px;
}

.box-tags .input-box {
    display: inline-block;
}

.box-tags .input-box input {
    width: 450px;
}


.product-tags {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.product-tags li {
    float: left;
    padding: 0 4px;
}

.product-tags li.first {
    padding-left:0;
}

.product-tags li.last {
    padding-right:0;
}

.custom-item-name a,
.product-name a {
    text-decoration: underline;
}

.custom-item-name a:hover,
.product-name a:hover {
    text-decoration: underline;
}

.messages_product_view
{
    padding:0;
}

.product-view
{
    overflow: hidden;
}

.product-view > div {
    margin-bottom: 7px;
}

.product-view .product-name > h1{
    white-space: normal;
    text-overflow: clip;
}

.product-view .share-product
{
    margin:15px 0 0 0;
}
 .share-product h2
 {
     margin:0;
     padding:0 0 8px 0;
 }
.addthis_simple_btncntr
{
    padding:10px 0 29px 0;
}
.addthis_simple_btncntr.checkout
{
    padding: 0;
}
.addthis_simple_btncntr a
{
    padding:0 !important;
    margin: 0 5px 5px 0 !important;
    width:24px;
    height:24px;
}
.addthis_simple_btncntr a span,
.addthis_simple_btncntr a span span
{
    padding:0 !important;
    margin:0 !important;
    width:24px;
    height:24px;
}
.addthis_simple_btncntr a span
{
    background:none;
}


.product-view .reviews-summary
{
   /* float: left;
    width: 220px;*/
    margin-right: 5px;
}

.product-view .quick-widget {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #D3D3D3;
}


.product-view .storestock, .product-view .storestock * {
    box-sizing:border-box;
}


.product-view .storestock .storestock-line{
    padding: 3px 0px;
    margin: 3px 0 0 0;
}
.product-view .storestock .storestock-line > span{
    float:left;
    width: 60%;
    display: inline-block;
}
.product-view .storestock .storestock-line .store-name{
    cursor: pointer;
    width: 40%;
}
.product-view .storestock .storestock-line > span a{
    text-decoration: none;
}
.product-view .storestock .storestock-line .prod-detail-shop-info.open{
    visibility: visible;
    opacity: 1;
    z-index: 1000000;
}
.product-view .storestock .storestock-line .prod-detail-shop-info {
    position: absolute;
    background: #FFFFFF;
    padding: 5px 15px;
    visibility: hidden;
    display: inline-block;
    opacity: 0;
    -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
    -ms-transition: visibility 0.2s linear, opacity 0.2s linear;
    -o-transition: visibility 0.2s linear, opacity 0.2s linear;
    transition: visibility 0.2s linear, opacity 0.2s linear;
    border-radius: 5px;
    /*-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.50);*/
    /*-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.50);*/
    /*box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.50);*/
    border: 2px solid #cccccc;
    z-index: -1;
    width: 270px;
    margin-top:-10px;
}
.product-view .storestock .storestock-line .prod-detail-shop-info:after, .product-view .storestock .storestock-line .prod-detail-shop-info:before {
    right: 100%;
    top: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.product-view .storestock .storestock-line .prod-detail-shop-info:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.product-view .storestock .storestock-line .prod-detail-shop-info:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #cccccc;
    border-width: 13px;
    margin-top: -13px;
}
.product-view .storestock .storestock-line .prod-detail-shop-info h2{
    line-height: 1.3em;
    font-size: 1.5em;
}
.product-view .storestock .storestock-line .prod-detail-shop-info h3{
    line-height: 13px;
    font-size: 13px;
    margin: 4px 0px 9px;
}
.product-view .storestock ul.openingtimes li.opening-day{
    width: 50%;
}

.product-view .alert-urls.left{
    width: 40%;
}
.product-view .alert-urls.right{
    width: 60%;
}

.product-view .alert-urls{
    width: 50%;
    float:left;
    border-top:
}
.product-view .add-to-cart
{
    float:right;
}

span.availability{
    width:29px;
    height:9px;
    display:inline-block;
    background: url(../images/spriteStockIndication.png) no-repeat;
    margin-right: 5px;
}


.price_stock_add {
    font-weight: bold;
}

.popular-in-category .status_2,
div.moneyblock.status-2 .price_stock_add{
    color:#4FC431;
}
.popular-in-category .status_1,
div.moneyblock.status-1 .price_stock_add{
    color:#F3B91E;
}
.popular-in-category .status_0,
div.moneyblock.status-0 .price_stock_add{
    color:#FF1717;
}

div.moneyblock div.from-price{
    display:block;
    min-height: 17px;
}

div.moneyblock div.from-price span{
    display: inline-block;
    color: #808080;
    line-height: 1.231;
    font-size: 14px;
    position: relative;
}

div.moneyblock div.from-price span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 60%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

div.moneyblock .vat{
    font-size: 11px;
    font-weight: normal;
    color: #808080;
    display:inline-block;

}

div.moneyblock .prices div[class^="col-"].right{
    text-align: right;
}

div.moneyblock .prices .orderbox{

}

div.moneyblock .prices .extra-info:not(:nth-last-child){
    margin-bottom: 3px;
}

div.moneyblock .to-price{
    display: inline-block;
    color: #152027;
    line-height: 1.231;
    font-size: 34px;
    padding-right: 10px;
}

div.moneyblock .to-price .liquid-price{
    display: inline-bl;
    font-size: 11px;
}

div.moneyblock .additional_price{
    font-size: 1em;
}
div.moneyblock .additional_price.small{
    font-size: 0.8em;
}
div.moneyblock .additional_price.large{
    font-size: 1.1em;
}
div.moneyblock .additional_price.cofidis .logo{
    color: #c30061;
    font-weight: bold;
    font-size: 2.7em;
    display: inline-block;
    line-height: 1em;
    margin-right:3px;
}
div.moneyblock .additional_price.cofidis .price{
    font-size: 1.3em;
    line-height: 1.25em;
}
div.moneyblock .additional_price.cofidis .info{
    display: block;
}

div.right .add-to-cart{
    padding-top: 5px;
}

/* special for popup (quickview) */
div.moneyblock div.left{
    float:left;
    max-width:250px;
}
.pp_content_container div.moneyblock div.left{
    width: 50%;
}
div.moneyblock div.right{
    float:right;
}

div.right button.btn-cart{
    float:right;
}

.moneyblock .prices{
    clear: both;
    background: #f7f9fa;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

div.moneyblock.status-2 span.availability{
    background-position: 0px 0px;

}
div.moneyblock.status-1 span.availability{
    background-position: 0px -10px;
}

div.moneyblock.status-0 span.availability{
    background-position: 0px -20px;
}

.product-view .price-box,
.product-view .reviews-summary
{
    margin-right: 5px;
}

.product-view .add-to-cart label,
.product-view .btn-cart
{

}
.product-view .add-to-cart label
{
    margin:8px 6px 0 0 ;
    width: auto;
}

.link-wishlist-main-page:visited,
.link-wishlist-main-page{
    display: block;
    height: 30px;
    text-align: center;
    font-size: 12px;
    float: left;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    color: #808080;
    text-decoration: none;
    margin-right:3px;
}

.link-wishlist-main-page span{
    padding: 8px 0;
    width: 199px;
    display: block;
}

.link-wishlist-main-page:hover{
    color: #fff;
    background: #D8D8D8;;
}

.link-wishlist-main-page i{
    display: block;
    float: left;
    line-height: 1.8;
    font-size: 17px;
    margin: 0 0px 0 10px;

}

/**
 * Accessories
 */
.product-view > div.tabsandaccessories
{
    margin-bottom: 54px;
    overflow: hidden;
}

.hidden-anchor {
    margin-top: -100px!important;
    padding-bottom: 100px!important;
    display: block;
}

.product-view div.accessories-block
{
    display: block;
    float: right;
    margin-left: 12px;
    text-align: center;
    width: 128px;
}

.product-view div.accessories-block h3
{
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 15px;
}

.product-view div.accessories-slider
{
    width: 128px;
    display: block;
}

.product-view ul.accessories
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 128px;
    display: block;
}

.product-view ul.accessories li
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 128px;
    display: block;
    margin-bottom: 25px;
    text-align: left;
}

.product-view ul.accessories li:last-child
{
    margin-bottom: 0;
}

.product-view ul.accessories li img.stock_status_solitair
{
    margin-top: 3px;
    position:absolute;
}
.product-view ul.accessories li img.accessories-slider-product-img
{
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    display: block;
    height: 78px;
    margin: 0 auto;
    padding: 20px;
    width: 78px;
}

.product-view ul.accessories li label
{
    display: block;
    text-align: left;
    padding: 8px 0;
    color: #363636;
    font-size: 12px;
}

.product-view ul.accessories .product-orderer
{
    margin-top: 5px;
}

.product-view ul.accessories .old-price,
.product-view ul.accessories .special-price
{
    text-align: right;
    width: 88px;
}

.product-view ul.accessories .old-price .price
{
    font-size:10px;
}

.product-view ul.accessories .liquid-price
{
    font-size: 10px;
    color: #9a9a9a;
    float: right;
}

.product-view ul.accessories .availability
{
    text-align: left;
    float: left;
    width: 41px;
    height: 13px;
    overflow: hidden;
}

img.availability
{
    float:left;
    margin: 1px 10px 0 0;
    width:41px;
    height:13px;
}

p.availability
{
    display:block;
    margin-top:-2px;
    margin-bottom: 0px;
}

/**
 * / accessories
 */


/**
 * Left navigation
 */

.left_navigation h2
{
    background: -moz-linear-gradient(top,  #F0F0F0 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F0F0F0 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F0F0F0 0%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F0F0F0 0%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(180deg,  #F0F0F0 0%,#d2d2d2 100%); /* W3C */
    -pie-background: linear-gradient(top center,  #F0F0F0 0%,#d2d2d2 100%); /* W3C */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #363636;
    /*font-family: Arial;*/
    font-size: 16px;
    font-weight: normal;
    padding: 7px 0 7px 12px;
    text-transform: uppercase;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
}

.left_navigation.main.categorytree
{
    clear:left;
    width:233px;
}

.tiles .banners{
    margin-bottom: 15px;
}

.left_navigation.main.categorytree a
{
    text-decoration: none;
}


.left_navigation.main.categorytree > ul
{
    margin-top:7px;
}

.left_navigation.main.categorytree > ul li ul li
{

}

.left_navigation.main.categorytree h2
{
    background-color: #499be7;
    background: -moz-linear-gradient(top,  #499be7 0%, #016fd1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499be7), color-stop(100%,#016fd1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #499be7 0%,#016fd1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #499be7 0%,#016fd1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #499be7 0%,#016fd1 100%); /* IE10+ */
    background: linear-gradient(180deg,  #499be7 0%,#016fd1 100%); /* W3C */
    -pie-background: linear-gradient(top center,  #499be7 0%,#016fd1 100%); /* W3C */
    border-radius: 0;
    color: #fff;
    behavior: 0;
    line-height:34px;
    padding: 3px 0 0 9px;
}

.left_navigation ul
{
    margin: 0;
    padding: 0;
    font-size:14px;
}

.left_navigation.categorytree a
{
    padding-left:12px;
}

.left_navigation.categorytree a:hover
{
    background: #147fdd !important;
    color:#fff !important;
}

.left_navigation a,
.left_navigation li
{
    display:block;
}

.left_navigation.categorytree > ul
{
    margin: 15px 0 20px;
}

div.left_navigation ul li
{
    line-height: 19px;
    list-style: none;
    margin: 6px 0 0 0;
    padding-left: 12px;
}

div.left_navigation.categorytree ul li
{
    line-height: 24px;
    margin: 0 0 1px 0;
    padding-left: 0;
}

.left_navigation.categorytree a span
{
    background: url(../images/nav_bullet.png) left center no-repeat;
    cursor:pointer;
    padding-left:12px;
    margin-left:-12px;
    display:block;
    height:24px;
    overflow:hidden;
    padding-right:4px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.left_navigation.categorytree a:hover span
{
    background:none;
}

.left_navigation.main.categorytree .show-hide-block > ul > li > a span,
.left_navigation.main.categorytree > ul > li > a span
{
    background: none;
}

.left_navigation.categorytree .level3 a
{
    padding-left:20px;
    background: #E9F4FE;
}

.left_navigation.categorytree .level4 a
{
    padding-left:30px;
    background: #D0E7FD;
}

.left_navigation.categorytree .level5 a
{
    padding-left:40px;
    background: #BADDFC;
}

.left_navigation.categorytree .level6 a
{
    padding-left:40px;
    background: #A5D2FB;
}

div.left_navigation.categorytree .selectedleaf > a
div.left_navigation.categorytree .selectedleaf > a
{
    font-style: italic;
}

div.left_navigation.categorytree + .block
{
    margin-top: 18px;
}

/**
 * / Left navigation
 */
ul.cms_usp_sidebar
{
    margin: 5px 10px !important;
}
.cms_usp_sidebar li
{
    padding: 8px 0;
    line-height: 100%;
    margin: 0 !important;
    padding: 4px 0 !important;
    font-size: 90%;
    white-space:pre-line;
}
.cms_usp_sidebar li + li
{
    border-top: 1px solid #d2d2d2;
}
.cms_usp_more_button
{
    cursor: pointer;
    margin: 0 0 35px 8px;
    color: #c30061;
    font-size: 150%;
}

.product-view .add-to-links
{
    clear:right;
    float:right;
    padding:10px 0 0 0;
}

.product-view .add-to-box{
    bottom:12px;
    right:12px;
}

.custom-item-view .description
{
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 12px 12px 40px 12px;
    background: #fff;
    overflow: hidden;
}

.custom-item-view .date-created{
    margin-bottom: 2px;
}
.product-img-box .main-image-wrapper{
    display:block;
    position: relative;
}

.custom-item-view .product-img-box
{
    margin-right: 0;
}

.other-products
{
    position: relative;
}

.other-products .add-to-links
{
    float:right;
}



.other-products > div,
.other-products > ul
{
    position:relative;
    margin-bottom: 58px;
}

.other-products.related-products > div
{
    padding-left: 0;
    padding-right: 0;
}

.other-products .five-in-a-row
{
    height:250px;
}

.other-products > div + div
{
    margin-top: 12px;
}

.other-products .five-in-a-row ul
{
    list-style: none;
    padding: 0;
    margin: 12px;
    width: 960px;
}

.other-products .five-in-a-row ul li
{
    float: left;
    list-style: none;
    padding: 0;
    margin-left: 24px;
    width: 139px;
    display: block;
}

.other-products .five-in-a-row ul li:first-child
{
    margin-left: 0;
}

.other-products .five-in-a-row ul li img
{
    display: block;
    height: 106px;
    padding: 10px;
    width: 106px;
}

.other-products .five-in-a-row ul li p.old-price
{
    font-size:10px;
    color: #303030;
    text-decoration: line-through;
}

.other-products .five-in-a-row ul li p.special-price
{
    font-size:12px;
    color: #303030;
}

.other-products .five-in-a-row ul li span.liquid-price
{
    font-size: 10px;
    color: #9a9a9a;
    float: right;
}

.other-products .five-in-a-row ul li img.stock_status_solitair
{
    height: auto;
    width: auto;
    position: absolute;
    padding:0px;
}

.other-products .five-in-a-row ul li label
{
    display: block;
    padding: 10px 0;
    color: #303030;
    font-size: 11px;
}

.other-products .five-in-a-row ul p
{
    text-align: right;
}
.five-in-a-row .five-in-a-row-below-link
{
    display:block;
    font-size:12px;
    height:48px;
    margin-bottom: 3px;
}

.other-products .five-in-a-row ul p.special-price,
.product-view ul.accessories p.special-price
{
    font-size: 17px;
 }

.other-products-big-image
{
    padding: 0 37px 0 38px;
    width:220px;
    height:220px;
}

.other-products slider
{
    width: 126px;
    display: block;
}

.products-list h2,
.other-products h4 /* big h4 */
{
    margin: 0;
    padding: 2px 0 12px 0;
    font-size: 24px;
    font-weight: normal;
    color:#006DD3;
}

.other-products.same-product-focus h4
{
    margin: 0;
    padding: 2px 0 12px 0;
    font-size: 24px;
    font-weight: normal;
    color: #006DD3;
}

.other-products .product-orderer .btn-cart
{

}

.related-products h4, /* small h4 */
.products-list h2
{
    font-size:20px;
    text-align: left;
}

.other-products h4
{
    font-size: 153.9%;
    font-weight: normal;
    text-align: left;
    padding-bottom:0px;
    color: #363636;
    margin-bottom: 5px;
}
.other-products h4 a{
    color: #000;
    text-decoration: none;
    font-size: 0.8em;
}

/* Shared wishlist: */
.wishlist-item
{
    position:relative;
    float:left;
    clear:left;
    width:100%;
    margin:0 0 11px 0;
    padding:3px 0 13px;
    border-bottom: 1px solid #ccc;
}
.wishlist-item:last-child
{
    border:0;
}
.wishlist-item .product-name
{
    font-size:18px;
}
.wishlist-item .product-sku
{
    font-size:12px;
}
.wishlist-item-image
{
    float:left;
    margin:0 18px 0 0;
}
.wishlist-item-info
{
    float:left;
    width:388px;
}
.wishlist-item-order
{
    position:absolute;
    bottom:17px;
    right:0;
}
.wishlist-item-order .special-price
{
    float:left;
    font-size:18px;
    padding: 0 0 4px 4px ;
}
.wishlist-item-button
{
    float:left;
    clear:left;
}

.wishlist-item-description{
    min-height:48px;
}
.wishlist-item .price-box
{
    float:right;
}


#wishlist-table
{
    padding-bottom:45px;
}

/*@todo MGR-1146: make it universal */
#wishlist-table h2
{
    font-size:20px;
    padding: 2px 0 12px 0;
}

#wishlist-table .description{
    line-height:18px;
    float:left;
}

#wishlist-table tr:last-child td
{
    border-bottom:1px solid #D2D2D2;
}

#wishlist-table .product-image
{
    padding:0 62px 0 0 ;
}

#wishlist-table .product-description
{
    padding: 0 0 12px;
    min-height:40px;
}

#wishlist-table .product-comments /*textarea*/
{
    height: 70px;
    margin: 0 0 0 -12px;
    width: 443px;
}

#wishlist-table .a-center p:first-child {
    margin-top: 0;
}

#wishlist-table textarea,
#wishlist-table .product-orderer
{
    float:left;
}
#wishlist-table .product-orderer .old-price,
#wishlist-table .product-orderer .special-price
{
    display: inline-block;
    margin-right: 10px;
}

#wishlist-table .product-orderer
{
    padding:8px 0 12px 12px;
    width: 232px;
    text-align: right;
}

#wishlist-table .product-orderer .old-price
{
    padding:2px 7px 0 0;
    text-align:center !important;
}

#wishlist-table td
{
    padding:16px 0 9px 0;
}

#wishlist-table .add-to-cart-block{
    width: 100%;
}

#wishlist-table .add-to-cart
{
    clear: both;
    padding: 12px 0 0 0;
}

#wishlist-table .btn-cart
{
    margin-top:-1px;
}

#wishlist-table .btn-trash
{
    float:right;
    margin:4px 0 0 0;
}

.related-products ul
{
    list-style-type:none;
    margin:0;
    padding:0 ;
}


.related-products .product{
    width: 50%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

.related-products .product .image-placeholder{
    width: 50%;
    float:left;
    min-height: 215px;
}
.related-products .product .description-placeholder{
    width: 50%;
    float:left;
}


.related-products .short-description
{
    float:left;
    width: 600px;
}

.related-products .product-orderer
{
    position: absolute;
    bottom: 20px;
    margin-top: 13px;
    right: 0px;
    width: 50%;
}

.product-orderer form[id^="product_addtocart_form"] .add-to-cart,
.price-block form[id^="product_addtocart_form"] .add-to-cart{
    margin-top:5px;
}

.related-products img
{
    float:left;
    margin:0 12px 0 0;
}

.bundles .minimal-price,
.bundles .regular-price,
.bundles .special-price
{
    font-size: 20px;
}

.related-products .minimal-price,
.related-products .regular-price,
.related-products .special-price
{
    font-size:18px;
}

.related-products .searchbar
{
    display:block;
    line-height:1.1em;
    margin-bottom: 25px;
    text-decoration: none;
}

.bundles > div > div > div ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width:270px;

}

.bundles > div > h4 + div > div p
{
    margin: 0;
}


.bundles > div > h4 + div
{
    margin-right: 13px;
}

.bundles > div > div.product-orderer
{
    bottom: 13px;
    position: absolute;
    right: 13px;
}

.bundles > div > div,
.bundles > div > div > div ul,
.bundles > div > h4 + div > div p,
.bundles > div > div > div ul:first-child li
{
    float: left;
}

.bundles > div > div > div ul:first-child li,
.bundles > div > div > div ul li:last-child
{
    margin-bottom: 13px;
}

.bundles > div > div > div ul:first-child li
{
    position: relative;
}

.bundles span.qty-tag
{
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    background-color: #EF0076;
    color: #ffffff;
    display: block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 8px;
    left: 8px;
}

.bundles > div > h4 + div > div p,
.bundles > div > div > div ul:first-child
{
    margin-right: 13px;
    width: 260px;
}

.bundles > div > h4 + div > div p:first-child
{
    background-color: #f4f4f4;
    color: #9a9a9a;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
}

.bundles > div > h4 + div > div p:last-child,
.bundles > div > div > div ul:last-child
{
    width: 270px;
}

.bundles > div > div > div ul:first-child img
{
    border: 1px solid #d6d6d6;
    padding: 2px;
}

.product-orderer .old-price,
.product-orderer .special-price
{
    padding-left:40px;
}
.product-orderer .special-price
{
    font-size:22px;
}

#wishlist-table .special-price
{
    padding-left:5px;
    font-size:18px;
}

.product-view .qty,
.add-to-cart .qty
{
    width:25px;
    height:26px;
    text-align:center;
    float:left;
    display:block;
    font-weight:bold;
    margin:0px 0px 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.product-view .qty.qty-grouped,
.add-to-cart .qty.qty-grouped
{
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.product-view .qty.qty-no-controls,
.add-to-cart .qty.qty-no-controls
{
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    border-right:none;
}


.qty-arrows
{
/*
    OSX 10 + Firefox might break without this:
*/
/*white-space: nowrap;
    display: block;
    width: 60px;
    height: 50px;*/
}
div.qty-arrows-container{
    float:left;
    width:15px;
    height: 30px;
    display: block;
}
.qty-arrows input.input-text
{
    border: 1px solid #c0c0c0;
    border-right: 0 ;
    margin: 0 0;
    text-align: center;
    vertical-align: middle;
    width: 31px;
    height: 19px;
    float: left;
    display: block;
    padding-left:0;
    padding-right:0;
}

.qty-arrows a
{
    border: 1px solid #c0c0c0;
    display: block;
    float: none;
    height: 13px;
    position:relative;
    vertical-align: middle;
    width: 20px;
}

.qty-arrows a.up
{
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    z-index:3;
    background: url(../images/qty-arrows-small.gif) no-repeat 6px 5px; /*ie9 / when the below fails in a browser*/
    background:url(../images/qty-arrows-small.gif) no-repeat 6px 5px, linear-gradient(180deg,#E9E8EA 0%,#F3F2F3 100%);
    background:url(../images/qty-arrows-small.gif) no-repeat 6px 5px, -o-linear-gradient(top,#E9E8EA 0%,#F3F2F3 100%);
    background:url(../images/qty-arrows-small.gif) no-repeat 6px 5px, -webkit-linear-gradient(top,#E9E8EA 0%,#F3F2F3 100%);
    background:url(../images/qty-arrows-small.gif) no-repeat 6px 5px, -moz-linear-gradient(top center, #E9E8EA 0%,#F3F2F3 100%);
    background:url(../images/qty-arrows-small.gif) no-repeat 6px 5px, -ms-linear-gradient(top center, #E9E8EA 0%,#F3F2F3 100%);

}
.qty-arrows a.down
{
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background:url(../images/qty-arrows-small.gif) no-repeat 6px -32px; /*ie9 / when the below fails in a browser*/
    background:url(../images/qty-arrows-small.gif) no-repeat 6px -32px, linear-gradient(180deg,#f4f4f5 0%,#FAFAFA 100%);
    background:url(../images/qty-arrows-small.gif) no-repeat 6px -32px, -o-linear-gradient(top,#f4f4f5 0%,#FAFAFA 100%);
    background:url(../images/qty-arrows-small.gif) no-repeat 6px -32px, -webkit-linear-gradient(top,#f4f4f5 0%,#FAFAFA 100%);
    background:url(../images/qty-arrows-small.gif) no-repeat 6px -32px, -moz-linear-gradient(top center, #f4f4f5 0%,#FAFAFA 100%);
    background:url(../images/qty-arrows-small.gif) no-repeat 6px -32px, -ms-linear-gradient(top center, #f4f4f5 0%,#FAFAFA 100%);
}

.qty-arrows a.down
{
    margin-top:-1px;
}

.qty-arrows a.down:hover
{
    z-index:4;
}

.qty-arrows input.input-text:focus,
.qty-arrows a:hover
{
    border-color: #f00079;
}

.qty-arrows a.disabled:hover
{
    border-color: #dadada;
    cursor: default;
}

/* algemene formulierstyles */


/*
.form-container h1 {
    color: #006DD3;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 53px;
}

.form-container .page-title {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 10px;
}
*/


:-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}
:placeholder {
    color: #999;
}


.block-focus,
.block-subscribe
{
    background: #2668cc;
    background:linear-gradient(90deg,#0070CE 0%,#509FE5 100%);
    background:-o-linear-gradient(left,#0070CE 0%,#509FE5 100%);
    background:-webkit-linear-gradient(left,#0070CE 0%, #509FE5 100%);
    background:-moz-linear-gradient(left center,#0070CE 0%,#509FE5 100%);
    background: -ms-linear-gradient(left center,#0070CE 0%,#509FE5 100%); /* IE10+ */
    -pie-background: linear-gradient(left center,#0070CE 0%,#509FE5 100%);
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* must be absolute. must be served using:  content-type: text/x-component*/
    color:#ffffff;
    margin:12px 0 0 0;
    padding:12px;

    position:relative;
}

.block-focus a
{
    color: #ffffff;
}

.block-focus strong,
.block-subscribe strong
{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}

.block-focus .question
{
    text-decoration:none;
    color:#fff;
}

.block-focus .question:hover
{
    text-decoration:underline;
}

.block-focus .all-questions
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-focus #faq-resultset
{
    margin: 15px 0;
}


.faq_index_search form input {

    font-size: 123%;
    height: 33px;
    margin: 0 0 0 1px;
    padding: 4px 0 0 8px;
    width: 690px;
}

div.panel-contactForm .faq_index_search form input {
    width: 660px;
}

.cms-fin-de-serie .col-main .std
{
    display: none;
}

.faq_index_cats
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e3e3e3;
    margin: 2px 0 12px 0;
    padding: 23px 12px 12px 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc);
}

.faq_index_cats h2 {
    font-size: 20px;
}

ol.faq_index_cats_list {
    list-style-type: none;
    padding: 0;
    z-index: 10;
    margin-left: 0;
    width: 33%;
    float: left;
}

.faq_index_cats_list > li {
    margin: 0 0 10px 0;
    list-style-type: none;
}

.faq_question > span.faq_sign
{
    display: inline-block;
    width: 8px;
    margin-right: 5px;
}


.faq_answer > img
{
    float: right;
    cursor: pointer;
    cursor: hand;
}

div#mainFAQ div.extra
{
    display: none;
}

.faq-sidebar-extension
{
    background: #2668cc;
    background:linear-gradient(180deg,#509fe5 0%,#0170ce 100%);
    background:-o-linear-gradient(top,#509fe5 0%,#0170ce 100%);
    background:-webkit-linear-gradient(top,#509fe5 0%, #0170ce 100%);
    background:-moz-linear-gradient(top center,#509fe5 0%,#0170ce 100%);
    background: -ms-linear-gradient(top center,#509fe5 0%,#0170ce 100%); /* IE10+ */
    -pie-background: linear-gradient(top center,#509fe5 0%,#0170ce 100%);
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* must be absolute. must be served using:  content-type: text/x-component*/
    border: 2px solid #0170ce;
    padding:12px 12px 32px 12px;
    position:absolute;
    left:231px;
    top:0;
    width: 721px;
    z-index:20;
}

.faq-scroll-pane
{
    max-height:     270px;
    width:          730px;
    overflow-x:     hidden;
    overflow-y:     auto;
}

.faq-sidebar-extension h2
{
    color:#fff;
    font-size:20px;
    margin:0;
    padding:0 0 2px;
}
.close-faq-extension
{
    border:0;
    position:absolute;
    right:12px;
    top:12px;
    background: url(../images/close_faq.png);
    width: 19px;
    height:19px;
}
#faq-extension-actions
{
    padding-top:24px;
    padding-bottom:12px;
}

#faq-extension-help-text
{
    bottom: 0;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: right;
    width: 640px;
}

#faq-extension-buttons
{
    position:absolute;
    bottom:16px;
    right: 10px;
}

.form-subscribe-header
{
    margin: 0 0 10px;
}

.block-focus,
.block-subscribe
{
    padding:24px 12px;
}

.block-focus .actions,
.block-focus .input-box,
.block-subscribe .actions,
.block-subscribe .input-box
{
    float:left;
}

.block-focus .input-box input[type=text],
.block-subscribe .input-box input[type=text]
{
    width: 152px;
    background: #fff;
    border:none;
    padding-top:6px;
    padding-bottom:5px;
}

.block-focus form,
.block-subscribe form
{
    overflow: hidden;
    margin: 18px 0 0;
}

.block-focus .actions span span,
.block-subscribe .actions span span
{
    display:none;
}

.block-focus .actions,
.block-subscribe .actions
{
    margin:0 0 0 3px;
}

.block-subscribe div.spinner
{
    display: none;
    width: 23px;
    height: 22px;
    background: url("../images/ajax-loader-newsletter.gif") no-repeat scroll center center transparent;
}

.block-subscribe div.success
{
    display: none;
    background-image: url("../images/tick.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    padding-left: 22px;
}

.block-subscribe div.error
{
    display: none;
    background-image: url("../images/cross.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    padding-left: 22px;
}

.block-subscribe input.error
{
    color: #FF0000;
}

.block-newinstock a
{
   display:block;
   border-bottom: 1px solid #cbcbcb;
   margin:0 6px 0 6px ;
   padding:6px 6px 6px 6px;
}

.block-newinstock h3 + a
{
    margin-top:6px;
}

.block-newinstock a:last-child
{
    border:0;
}


div.moneyblock .product_message
{
    font-weight: normal;
    color: #FF1717;
}

.usps
{
    width:100%;
    border-top: solid 1px #D3D3D3;
    border-bottom: solid 1px #D3D3D3;
    padding: 10px 5px;
    margin: 5px 0 5px 1px;
}
.usps p
{
    background:url(../images/checkmarkIcon001.png) no-repeat 0 5px;
    padding: 0 7px 5px 21px;
    float:left;
    width: 33.333%;
    line-height: 23px;
    margin: 0px;
    box-sizing: border-box;
}

.form-full {
    clear: both;
}

div.pp_content form fieldset{
     float: left;
}

fieldset.form-full {
    margin-top: 10px;
    padding-top: 10px;
}

fieldset.form-left,
fieldset.form-right {
    float: left;
    margin-bottom: 10px;
    border-top:0;
    width:454px;
}

/* Both form-left and form-right have a border to have a continues border. To
 * make it look properly, form-right's border is placed over the form-left border
 */
fieldset.form-left {
    border-right: 1px solid #C0C0C0;
    padding-right: 12px;
}

fieldset.form-right {
    border-left: 1px solid #C0C0C0;
    margin-left:-1px;
    padding-left: 12px;
}

fieldset.form-left.no-border
{
    border-right: 1px solid transparent;
}
fieldset.form-right.no-border
{
    border-left: 1px solid transparent;
}

fieldset.form-left + fieldset.form-right + fieldset.form-left,
fieldset.form-right + fieldset.form-left + fieldset.form-right
{
    margin-top:10px;
    padding-top:16px;
    border-top: 1px solid #e3e3e3;
}

.form-row-info
{
    padding:12px 0 12px 160px;
    font-style:italic;
    color:#979797;
}

.form-row {
    clear:both;
}
.form-row .input-box{
    float:left;
}

.form-row .formatting-hint {
    color: #999;
    font-size: 10px;
    line-height: 16px;
}

.form-label {
    float: left;
    line-height: 16px;
    min-height: 1px;
    padding: 8px 5px 8px 6px;
    width: 149px;
}

.form-label.twoline {
    padding: 0;
}

.form-field {
    float: left;
}

input.input-text,
input[type=text],
input[type=password],
select,
textarea {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    margin: 0;
    outline: none;
    padding: 4px;
}

textarea
{
    padding:6px 12px 6px 12px;
}

input[type=radio],
input[type=checkbox] {
    vertical-align: top;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: 1px dotted #f00079
}

input:focus,
select:focus,
textarea:focus,
input.focus,
select.focus,
textarea.focus {
    border-color: #f00079;
}

input[readonly] {
    background-color: #e3e3e3;
}

.textarea-container {
    border: 1px solid #d3d3d3;
    margin: 0;
    padding: 4px;
    position: relative;
}

.textarea-container label {
    left: 4px;
    position: absolute;
    top: 4px;
}

.textarea-container.focus {
    border-color: #f00079;
}

.textarea-container.focus label {
    display: none;
}

.textarea-container textarea {
    border: 0;
    height: 100px;
    padding: 0;
    width: 100%;
}

.form-row input[type="text"],
.form-row input[type="password"],
.form-row textarea {
    margin: 3px 0;
}

.form-row select {
    margin: 2px 0;
}

.form-row input[type="radio"],
.form-row input[type="checkbox"] {
    margin: 8px 0;
}

.form-row input[type="radio"] + label,
.form-row input[type="checkbox"] + label {

}

.form-row .field-100,
.form-row .field-35 {
    width: 284px;
}

.form-row select.field-100 {
    width: 294px;
     height: 30px;
    margin-left: 4px;
}

.form-row .field-66 {
    width: 180px;
}

.form-row select.field-66 {
    width: 140px;
}

.form-row .field-50 {
    width: 135px;
}

.form-row select.field-50 {
    width: 145px;
}

.form-row .field-33 {
    width: 90px;
}

.form-row select.field-33 {
    width: 95px;
}

.form-row .field-wrapper {
    float: left;
}

.form-row .field-wrapper + .field-wrapper {
    padding-left: 4px;
}
.form-row .field-wrapper + .field-wrapper input{
    margin-right:0;
}
input.validation-failed
{
    border: 1px solid #f00;
}

.validation-advice {
    color: #f00;
    clear: left;
    padding:2px 0 10px 0;
    height:19px;
    display:block;
 }


form#contactForm .form-row .validation-advice {
    margin-left: 0px;
}


.form-row .validation-advice {
    margin-left: 163px;
}

.field-row .validation-advice {
    margin-left: 0;
}

/*
    These must never be shown, as they are empty and DO contain padding:
*/
#advice-validate-custom-year,
#advice-validate-custom-month,
#advice-validate-custom-day
{
    display:none !important;
}

.validation-failed {
    border-color: #f00;
    background: #ffa;
}

.form-row input[type=radio].validation-failed,
.form-row input[type=checkbox].validation-failed {
    background: transparent;
}

/* messages */
.white-message{
    background:#fff;
    padding:12px;
    color:#333;
    text-align:left;
    margin:0 -12px 12px -12px;
}
ul.messages,
ul.messages ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 100%; /* Fix so in IE7 the ul doesn't ignores its parents padding. */
}

ul.messages
{
    margin-bottom:12px;
    list-style-type: none;
}

ul.messages > li {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1em;
    padding: 10px;
}

ul.messages li.success-msg {
    border: 1px solid #333;
    background: #f3f3f5;
    color: #333;
}

ul.messages li.error-msg {
    background-color: #faebe7;
    border-color: #f16048;
    color: #df280a;
}

ul.messages li.note-msg,
ul.messages li.notice-msg {
    background-color: #fafaec;
    border-color: #fcd344;
    color: #3d6611;
}

/* wat magento standaard dingetjes */
.box-title
{
    overflow: hidden;
}

.box-title h3
{
    float: left;
    margin: 0;
}

/* layouts */

/* col 3 layout */


.col3-layout .col-wrapper
{

    width: 749px;
    float: left;
    margin: 0;
    padding: 0;
}

.col3-layout .col-left
{
    padding: 0;
    float: left;
    width: 219px;
    /*jasper removed overflow:hidden"*/
}


.col3-layout .col-main
{
    background:linear-gradient(180deg,#ffffff 400px,#f4f4f4 550px,#f4f4f4 97%, #ffffff 100%);
    background:-o-linear-gradient(top,#ffffff 400px,#f4f4f4 550px,#f4f4f4 97%, #ffffff 100%);
    background: -webkit-linear-gradient(top,#ffffff 400px,#f4f4f4 550px,#f4f4f4 97%, #ffffff 100%);
    background:-moz-linear-gradient(top center, #ffffff 400px,#f4f4f4 550px,#f4f4f4 97%, #ffffff 100%);
    background: -ms-linear-gradient(top center, #ffffff 400px,#f4f4f4 550px,#f4f4f4 97%, #ffffff 100%);
     behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    -pie-background: linear-gradient(top center,#ffffff 400px,#f4f4f4 550px,#f4f4f4 97%, #ffffff 100%);
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    float: right;
    padding: 0 12px 75px;
    float: right;
    overflow:hidden;
    width: 492px;
}

.col3-layout .col-right
{
    padding: 0;
    float: left;
    margin: 0 0 0 12px;
    width: 220px;
    overflow: hidden;
}

/* ------------------------------------- */

/* col 2 left layout */
.col1-layout .col-left
{
    width: 236px;
    float: left;
}

/* col 2 left layout */
.col2-left-layout .col-left
{
    float: left;
    width: 219px;
}

.col2-left-layout .col-main
{
    background:#fff;
    border-left: 1px solid #D3D3D3;
    float: right;
    padding: 0 12px 75px;
    /*width: 748px; @jd*/
    width: 725px;
}

.col2-right-layout .col-right
{
    float: left;
    margin-left: 10px;
    width: 205px;
}

.col2-right-layout .col-main
{
    float: left;
    width: 765px;
}

.col2-set
{
    overflow: hidden;
}

.col2-set + .col2-set
{
    margin-top:12px;
}



.col2-set .col-1,
.col2-set .col-2
{
    float: left;
    margin-bottom: 18px;
    width: 471px;
}

.col2-set + .col2-set .box
{
    margin-top: 16px;
}

.col2-set .col-1
{
    margin-right: 12px;
}

.col2-set .box-content,
.form-focus
{
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 20px 10px;
}

.box-content.no-minheight
{
    min-height:0;
}
.box-content.no-padding
{
    padding:0;
}
.box-content.no-padding .col-2 .box-content
{
    margin-left:12px;
}

.box-content
{
    color:#333;
    line-height:19px;
}
.box-content h4
{
    padding:5px 0 0 0;
    line-height:38px;
}
#edit-account-form,
#create-address-form
{
    overflow:hidden;
}

#edit-account-form .form-focus,
#create-address-form .form-focus,
#newsletter-subscriptions .box-content
{
    position:relative;
    margin:0 0 30px 0 ;
}

#create-address-form div.baxformvalidation
{
    height: auto;
}



ul.form-list
{
    list-style-type:none;
    padding:0;
}

ul.form-list li
{
    /*margin:0;*/
    padding:0;
}form

ul.form-list .checkbox
{
    margin:0 12px 0 0;
}
.col2-set .box-title a
{
    text-transform:lowercase !important;
}

.indent
{
    padding: 0 0 8px 12px;
}

.my-account{
    padding: 28px 0 0 0;
    overflow:hidden;
}

.my-account textarea#email_address,
.my-account textarea#message
{
    width:94%;
    padding:1.5%;
}

.back-link
{
    display:block;
    float:left;
    margin: 0;
    padding: 0;
}

.col2-set .box-content .col-1,
.col2-set .box-content .col-2 {
    width: 458px;
}

/* algemene tabelopmaak */
table {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th {
    text-align: left;
}

th,
td
{
    border: 1px solid #e3e3e3;
    padding: 10px;
}

th {
    background-color: #f3f3f5;
}

/* Andere table opmaak bij cms pagina's */
table.table-borderless {
    border: none;
    padding: 0px;
    margin: 0px;
}
table.table-borderless td {
    border: none;
    padding: 0px;
    margin: 0px;
}

.data-table
{
    border-collapse:separate;
    border:0;
}

.data-table th,
.data-table td
{
    border:0;
}
.data-table th
{
    font-size:14px;
    color:#333;
    padding:9px 12px 9px 12px;
}
.data-table tr td
{
    border-bottom: 1px solid #d2d2d2;
    /*padding:5px 12px 4px 12px;*/ /*watch out: my baxshop might be ruined now!*/
    line-height:26px;
}

.data-table .track-trace
{
    color: #949494;
}
.data-table .first-col,
.data-table .last-col
{
padding-left:0;
padding-right:0;
}

.data-table tr.first td
{
    padding-top:14px;
}
.data-table tr.last td
{
    border:none;
}

.data-table .anti-border-left,
.data-table .anti-border-right
{
    border:none;
    width:12px;
    padding: 0;
}
.data-table .status{
    white-space:nowrap;
}

.data-table .price
{
    display:block;
    text-align:right;
}



/* Available statusses can be found in table 'sales_order_status'. */
.status {
    font-style: italic;
}

.status.canceled,
.status.fraud,
.status.pending_payment {
    color: #fe0000;
    font-style: inherit;
    font-weight:bold;
}

.status.closed,
.status.complete {
    color: #00ce00;
    font-style: inherit;
    font-weight:bold;
}

/* Algemen pager opmaak */
.pager {
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.pager .amount {
    float: left;
    margin-bottom: 0;
    margin-top: 4px;
}

.pager .limiter {
    float: right;
}pager

.pager .pages {
    margin: 0 175px;
}
.pager .pages li
{
    position: relative;
}
.pager .pages ol > li {
    display: inline-block;
    text-align: center;
    text-transform:lowercase;
    margin: 0;
    /*margin: 0 2px;*/
}


.pager .pages li.current,
.pager .pages li.other{
    /*border: 1px solid #e3e3e3;*/
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 24px;
    /*margin:5px;*/
}
.pager .pages li.current
{
    font-weight:bold;
}
.pager .pages li.other
{
    width:17px;
}
.pager .pages a {
    /*color: #626262;*/
    text-decoration: underline;
}

.pager .pages li.first,
.pager .pages li.last
{
    padding:0 12px 0 12px;
}

.pager .pages a:hover{
    text-decoration: none;
    color: #626262;
}

.pager .pages li.current
{
    background:#434343;
    background:linear-gradient(180deg,#666666 0%, #434343 100%);
    background:-o-linear-gradient(top,#666666 0%, #434343 100%);
    background:-webkit-linear-gradient(top,#666666 0%, #434343 100%);
    background:-moz-linear-gradient(top center,#666666 0%, #434343 100%);
    background: -ms-linear-gradient(top center,#666666 0%, #434343 100%); /* IE10+ */
    color: #fff;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc);
}

.pager .pages a.next,
.pager .pages a.previous
{
    border-color: transparent;
}

.pager .pages a.next:hover,
.pager .pages a.previous:hover {
    /*border-color: #f00079;*/
    color: inherit;
    background-color: transparent;
}

.pager .pages ol {
    display: inline;
    list-style: none;
    padding: 0;
}

.checkout-types
{
    float: right;
    list-style: none;
    padding: 0;
}

.checkout-types li
{
    padding: 5px 0;
    text-align: right;
}

.checkout-onepage-index .main-container
{
    border: 1px solid #d3d3d3;
    padding: 12px 10px;
    position: relative;
    margin-bottom: 20px;
}

.checkout-onepage-index .col-main
{
    /* Will be overwritten by a javascript in the checkout. */
    /*height: 700px; */
    width: 958px;
}

div#one-page-checkout
{
    display: block;
    width: 761px;
    float: left;
}

div#one-page-checkout div#one-page-checkout-steps
{
    width: 735px;
    min-height: 540px;
}

.checkout-onepage-index .col-right
{
    position: absolute;
    right: 10px;
    top: 135px;
    width: 198px;
}

.checkout-onepage-index .a-center
{
    text-align: center;
}

#checkoutSteps
{
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    list-style: none;
    height: 46px;
    margin: 0;
    padding: 0;
    position: relative;
}
#login-form
{
    clear:left;
}


#checkoutSteps .col2-set .col-1,
#checkoutSteps .col2-set .col-2
{
    width: 361px;
}

.panel-contactForm fieldset,
#one-page-checkout-steps fieldset
{
    background-color: white;
    padding: 15px 10px;
}

#co-payment-form p
{
    margin-top: 0px;
}

#checkoutSteps #checkout-step-payment fieldset
{
    padding-top: 0;
}

#one-page-checkout-steps fieldset h3
{
    margin-bottom: 10px;
}

#one-page-checkout-steps fieldset + fieldset
{
    margin-top: 10px;
}


#checkoutSteps li.section
{
    float: left;
    margin: 0;
    padding: 0;
}


#checkoutSteps li .step-title a
{
    display: inline-block;
    line-height: 46px;
    padding: 0 15px; /* For 5 items, padding is set to 0 25px using javascript. */
}

.remember-me label
{
    float:none;
    margin:0 6px; }

.remember-me-popup {
    background:#fff;
    border:1px solid #ccc;
    left:50%;
    top:50%;
    position:absolute;
    margin:-85px 0 0 -200px;
    width:400px;
    text-align:left;
    -moz-box-shadow:0 0 6px #ccc;
    -webkit-box-shadow:0 0 6px #ccc;
    -box-shadow:0 0 6px #ccc;
    z-index:1000;
}
.remember-me-popup h3 {
    background:#d9e5ee;
    border-bottom:1px solid #ccc;
    font-size:14px;
    padding:5px 10px;
}
.remember-me-popup .remember-me-popup-head {
    position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background:url(../images/btn_window_close.gif) no-repeat;
    display:block;
    position:absolute;
    top:7px;
    right:7px;
    height:15px;
    width:15px;
    text-indent:-9999em;
}
.remember-me-popup .remember-me-popup-body {
    padding:10px;
}
.remember-me-popup .remember-me-popup-body a {
    display:inline-block;
    height:19px;
    border:1px solid #de5400;
    background:#f18200;
    padding:0 8px;
    font:bold 12px/19px "Oxygen", arial, sans-serif;
    text-align:center;
    text-decoration:none;
    white-space:nowrap; color:#fff;
} /* Remember Me Popup ===================================================================== */

#checkoutSteps li .step-title a
{
    color: #9fa0a0;
    text-decoration: none;
}

#checkoutSteps li.active .step-title
{
    background-color: #d5e5f4;
}

#checkoutSteps li.allow .step-title a
{
    color: #006DD3;
    text-decoration: underline;
}

#checkoutSteps li.active .step-title a
{
    color: #006DD3;
    font-weight: bold;
    text-decoration: none;
}

#checkoutSteps li .step-title a:hover
{
    text-decoration: none;
}

#one-page-checkout-steps div.step
{
    border-right: 1px solid #d3d3d3;
    padding-right: 12px;
    padding-top: 18px;
    margin-top: 10px;
    min-height: 480px;
}

#one-page-checkout-steps div#checkout-step-login
{
    width: 954px;
    border-right: 0;
}

#one-page-checkout-steps h2
{
    margin-bottom: 12px;
    margin-left: 10px;
}

#one-page-checkout-steps .linked-fieldsets fieldset + fieldset
{
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    margin-top: -6px;
}

#one-page-checkout-steps .linked-fieldsets fieldset + fieldset > legend + div
{
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}
#checkout-progress-wrapper
{
    margin-top: 28px;
    display: none;
}

#checkout-progress-wrapper .block-title
{
    font-size: 15px;
}

#checkout-progress-wrapper .block-content dt
{
    color: #9fa0a0;
    margin-top: 25px;
}
#checkout-progress-wrapper .block-content dt.complete
{
    color: inherit;
}

#checkout-progress-wrapper .block-content dd
{
    font-size: 11px;
    margin: 13px 0 0 0;
    padding-bottom: 13px;
}

ul#checkout-payment-method-load
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

ul#checkout-payment-method-load li
{
    display: block;
    width: 220px;
    height: 32px;
    margin: 0 11px 6px 0;
    padding: 0;

    border: 1px solid #d3d3d3;

    background:linear-gradient(180deg,#FFFFFF,#F0F0F0);
    background:-o-linear-gradient(top,#FFFFFF,#F0F0F0);
    background: -webkit-linear-gradient(top,#FFFFFF,#F0F0F0);
    background:-moz-linear-gradient(top center, #FFFFFF,#F0F0F0);
    background: -ms-linear-gradient(top center, #FFFFFF,#F0F0F0); /* IE10+ */
    -pie-background: linear-gradient(top center,#FFFFFF,#F0F0F0);
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/

    position: relative;
    float: left;

    cursor: pointer;
}

ul#checkout-payment-method-load li span
{
    left: 2px;
    position: absolute;
    top: 4px;
}

ul#checkout-payment-method-load li label
{
    display: block;
    left: 28px;
    line-height: 32px;
    position: absolute;
    top: 0;
    width: 191px;
}

div#creditcard-cvc-explanations div.pmlogo,
ul#checkout-payment-method-load div.pmlogo
{
    background-image: url(/skin/frontend/baxshop/default/images/sprite-betaalmethoden.png);
    background-repeat: no-repeat;
    display: block;
    right: 3px;
    top: 5px;
    height: 21px;
    width: 35px;
}

div#creditcard-cvc-explanations div.pmlogo{
    display:inline-block;
}


ul#checkout-payment-method-load div.pmlogo
{
    position: absolute;
}
div#creditcard-cvc-explanations div.pmlogo.american_express,
ul#checkout-payment-method-load div.pmlogo.american_express
{
    background-position: 5px -42px;
}

div#creditcard-cvc-explanations div.pmlogo.bcmc,
ul#checkout-payment-method-load div.pmlogo.bcmc
{
    background-position: 2px -78px;
}

div#creditcard-cvc-explanations div.pmlogo.cb,
ul#checkout-payment-method-load div.pmlogo.cb
{
    background-position: 0 -99px;
    width: 42px;
    height: 19px;
    top: 7px;
}

div#creditcard-cvc-explanations div.pmlogo.mastercard,
ul#checkout-payment-method-load div.pmlogo.mastercard
{
    background-position: 1px -21px;
}

div#creditcard-cvc-explanations div.pmlogo.visa,
ul#checkout-payment-method-load div.pmlogo.visa
{
    background-position: 0 -118px;
    width: 36px;
    height: 21px;
    top: 6px;
}
ul#checkout-payment-method-load div.pmlogo.checkmo
{
    background-position: 0 -139px;
    width: 36px;
    height: 24px;
    top: 3px;
}

ul#checkout-payment-method-load div.pmlogo.banktransfer
{
    background-position: 0 -163px;
    width: 36px;
    height: 24px;
    top: 4px;
}

div#creditcard-cvc-explanations div.pmlogo.ops_paypal,
ul#checkout-payment-method-load div.pmlogo.ops_paypal
{
    background-position: 0 -63px;
    height: 15px;
    width: 52px;
    top: 9px;
}

ul#checkout-payment-method-load div.pmlogo.paypal
{
    background-position: 0 -63px;
    height: 15px;
    width: 52px;
    top: 9px;
}
ul#checkout-payment-method-load div.pmlogo.uneurocom
{
    background-position: 0 -213px;
    height: 23px;
    width: 52px;
    top: 6px;
    right:-5px;
}
form#co-payment-form div#klarnacheck
{
    float: left;
}

form#co-payment-form div#klarnatext label
{
    float: left;
    width: 430px;
}

ul#ops_cc_data,
form#co-payment-form ul#payment_form_klarna
{
    list-style: none;
    margin: 0;
}


form#co-payment-form ul#payment_form_klarna li div.v-fix,
ul#ops_cc_data li div.v-fix
{
    float: left;
}

form#co-payment-form select#OPS_CC_ECOM_CARDINFO_EXPDATE_MONTH
{
    margin-right: 5px;
}

.paypal-logo
{
    margin: 0;
}

#checkout-agreements ol
{
    list-style-type: none;
    padding: 0;
    text-align: right;
}

#checkout-review-table tfoot td
{
    background: #f3f3f5;
}
#agreement-content-id
{
    display:none;
}
#returns-information-content{
    display:none;
}
/*.agree
{
    max-height: 400px;
}*/

#salebanner
{
    margin-bottom:12px;
}

.category-products .note-msg
{
    padding: 10px;
}

.category-products .sorter
{
    overflow: inherit;
}

.category-products p.no_price {
    font-size: 12px;
    margin: 0px;
}

.custom-items {
    clear: left;
    padding: 9px;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e3e3e3;
}

.sidebar .custom-items {
    border: none;
    border-radius: 0;
}
.sidebar > div > ul
{
    margin: 20px 0 35px;
    padding: 0;
    list-style-type:none
}
.sidebar > div
{
    margin: 12px 0 0 0;
}
.sidebar > div:first-child
{
    margin:0;
}
.sidebar .input-text
{
    width:160px !important;
}

.category-title {
    display: inline-block;
}

/* NB In IE7, the image doesn't float left of the title, but stays beneath it. */
.category-image {
    float: left;
}

.custom-items-list,
.no-list-style,
.products-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.custom-items{
    padding-left:0;
    padding-right:0;
}
.custom-items-list > li.last,
.products-list > li.last {
    border-bottom: 1px solid #e3e3e3;
}
.custom-items-list .item
{
    background:#fff;
}
.custom-item-image,
.product-image {
    display: inline-block;
    float: left;
    margin: 0 12px 0 0;
    position:relative;
}

/*.products-list*/
.product-sticker-popular
{
    background: url(../images/product-sticker-popular.png);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    line-height: 12px;
    padding: 12px 9px 0 9px;
    position: absolute;
    text-align: center;
    width: 31px;
    z-index: 1;
    word-wrap: break-word;
}

/*detail page*/
.product-sticker-bstock
{
    background: url(../images/product-sticker-popular.png);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    line-height: 12px;
    padding: 12px 8px 0 8px;
    position: absolute;
    text-align: center;
    width: 33px;
    z-index: 1;
    word-wrap: break-word;
}

.products-list .desc {

}

.products-list .btn-cart
{
    float: left;
    clear:right;
}

.cart .product-image,
.cart .bundle-item-option img{
    border:1px solid #d2d2d2;
    float:left;
    padding:3px;
    margin-right:12px;
}

tr.row-bundle-options td.bundle-inset
{
    margin: 0;
    padding: 0;

}

.cart p.info-panel
{
    margin: 0px;
}


.cart table tr td
{
    border-bottom: 0;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cart table tr td.cart-border
{
    border-top: 1px solid #d2d2d2;
    border-bottom: 0;
}

.cart table tr:first-child td.cart-border
{
    border-bottom: 0;
    border-top: 0;
}

.cart th.first-col
{
    width: 600px;
}

.cart table tfoot td.first-col
{
    border-top: 1px solid #d2d2d2;
    border-bottom: 0;
}

#shopping-cart-table .bundle-item-option{
    clear:left;
    float:left;
    margin:0 0 8px 0;
    width:828px;
}

.bundle-item-option{
    line-height:20px;
}

.product-shop
{
    position:relative;
}

.product-shop > p
{
    margin: 0;
}

.product-manufacturer img
{
    width: 80px;
    height: 80px;
}

.coupon_message
{
    font-weight:bold;
    float:left;
    width: 440px;
}

.coupon_enter
{
    text-align:right;
    float:right;
}


.cart .btn-continue
{
    float: left;
}

.cart .col2-set
{
    margin: 10px 0;
}

.cart .cart-stock-status
{
    margin-top: 5px;
}

.cart table td,
.cart table th
{
    /*padding:10px;*/
    vertical-align:top;
    line-height: 16px;
}
.cart .title-td
{
    vertical-align:top;
}

.cart table th
{
    padding-left:13px;
}

.cart .totals th
{
    background-color: white;
}

.page-title-search-result
{
    background-color: #f3f3f3;
    margin-top: 12px;
    border: none;
}

.page-title-search-result
{
    text-align: center;
    margin: 0 0 20px 0;
    padding: 14px;
}
.page-title-search-result h1
{
    font-size: 150%;
    color: #363636;
}

.cms_usp_checkout ul
{
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    padding-left: 0;
    margin: 20px 0 10px 0;

}
.cms_usp_checkout li
{
    list-style: disc !important;
    margin-left: 20px;
    padding: 3px 0 0 5px;
}
.cms_usp_checkout h3
{
    color: #1985D3;
    font-size: 190%;
}

.cart .totals {
    padding: 12px;
}

.cart .totals table
{
    border: none;
}

.cart .totals th,
.cart .totals td

{
    border: none;
    padding: 10px;
}

.cart .totals .discount
{
    text-align: right;
}

#advice-required-entry-coupon_code
{
    display:none;
}

#coupon_ok
{
    margin:-3px 0 0 0;
}

.cart .totals #insertform1,
.cart .totals #insertform2,
.cart .totals #showdiscount
{
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    height: 49px;
}

.cart .totals #insertform1 th,
.cart .totals #insertform2 th
{
    line-height: 24px;
}

#checkout-review-table tr #showdiscount th
{

    border-bottom: 1px solid #d2d2d2;
}
.cart .totals .buttons-set
{
    padding: 10px;
    text-align: right;
}

/* Bundled products with options will get a truncated view. Hide it and display
   the full version. */
.cart .truncated .dots
{
    display: none;
}

.cart .truncated,
.cart .truncated dd
{
    margin: 0;
}

.cart .truncated dt
{
    clear: left;
}

.cart .space-left,
.cart .space-right,
#checkout-review-table .space-left,
#checkout-review-table .space-right
{
    border-bottom: 0;
    padding: 0;
    width: 12px;
}

#checkout-review-table .double-row td{
    border-bottom:0;
}

#checkout-review-table .first-col
{
    width:450px;
}

.cart .last-col
{
    padding-left:10px;
}

.cart .truncated dd > a
{
    border: 1px solid #d3d3d3;
    display: block;
    float: left;
    height: 43px;
    margin-bottom: 7px;
    padding: 3px;
    width: 43px;
}

.cart .truncated dd > div
{
    float: left;
    margin-left: 10px;
    margin-top: 9px;
}

.cart .truncated dd > div a
{
    font-weight: bold;
}

.cart .page-title
{
    padding-top:1px;
    padding-left:3px;
}
.cart .page-title h1
{
    line-height:38px;
}

.sticker
{
    color:#333333;
    background:#F3F3F3;
    border:1px solid #E1E1E1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:left;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
    margin:0 5px 0 0 ;
    padding:0 8px 0 7px;
    text-transform:uppercase;
    vertical-align: middle;
}

.cart tr:last-child td
{
    border-bottom:0;
}

/*Here is a fix for thinner underlines.*/
.cart h2.product-name-with-link,
#checkout-review-table h2.product-name-with-link
{
    text-decoration: underline;
    font-weight:normal;
    color: #1985D3;
    margin:0;
    padding:0;
}
.cart h2.product-name-with-link a,
.cart h2.product-name-with-link a:hover,
#checkout-review-table h2.product-name-with-link a,
#checkout-review-table h2.product-name-with-link a:hover,
#checkout-review-table span.no-link
{
    font-weight:bold;
    line-height:20px;
    text-decoration:none;
}

.cart h2.product-name,
#checkout-review-table h2.product-name
{
    text-decoration: underline;
    font-weight:normal;
    margin:0;
    padding:0;
    font-weight:bold;
    line-height:16px;
    text-decoration:none;
}


.cart .sku,
#checkout-review-table .sku
{
display:block;
    font-size:12px;
}

#inline-delivery-info
{
    min-height: 150px;
}

.tooltip-dialog
{
    background:#ffc;
    font-family: "Oxygen", arial, sans-serif;
    font-weight:bold;
    line-height:16px;
    font-size:11px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cart a.info-icon-shop-delivery, .stockinfo-tooltip
{
    background: url(../images/info_icon.png) no-repeat;
    display: inline-block;
    width:16px;
    height: 16px;
    margin-bottom: -3px;
    margin-left: 6px;
}

.products-list .stockinfo-tooltip
{
    margin-top: -2px;
    margin-left: 8px;
}

.ui-tooltip
{

    z-index:9999999 !important;
}
.stockinfo-tooltip{
    outline:0 !important;
    cursor:pointer;
}
.link-quickview
{
    position:relative;
    color: #fff;
}
/* quickview */
.quickview
{
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity:0.6;
    filter:alpha(opacity=60);
    position:absolute;
    background: #c30061;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 12px;
    text-decoration: none;
    width:63px;
    height:17px;
}

.quickview:hover, .quickview-active
{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter:alpha(opacity=100);
}

/*pp product quickview*/
.rounded_mini .pp_content
{
    padding:38px 20px 20px 20px;
    overflow:hidden;
}
.rounded_mini .product-name
{
    width: 574px;
    margin-bottom:0;
}
.rounded_mini .product-name h1
{
    font-size: 20px;
    padding:7px 0 7px 0;
    text-decoration: none;
}
.rounded_mini .price_stock_add
{
    border:0;
}
.rounded_mini .product-view .product-img-box + .product-shop
{
    width: 574px;
}

.rounded_mini .product-short-descr
{
    padding:28px 20px 0  0;
    height: 100px;
    line-height:16px;
}
.rounded_mini .price_stock_add
{
    margin-top:0;
}
.rounded_mini .price-box
{
    width:574px;
    border-top: 1px solid #d3d3d3;
    padding:9px 0 2px 0;
    border-bottom:1px solid #d3d3d3;
}
.rounded_mini .pp_inline p,
#product-detail-dialog #box_text p
{
    margin: 0 0 6px 0; 
}
.rounded_mini .old-price
{
    color:#152027;
}
.rounded_mini .old-price span.price
{
    background: url("/skin/frontend/baxshop/default/images/strike.png") no-repeat 1px;
}
.rounded_mini .special-price
{
    display:block;
    float:left;
}
.rounded_mini .tax-rate
{
    display:block;
    padding:18px 0 0 4px;
    width: 180px;
    float:left;
}
.rounded_mini .add-to-box
{
    bottom:17px;
}
.rounded_mini .product-name h1
{
    width:574px;
    display:block;
    white-space: nowrap;
    text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
}

.add-to-cart-moreinfo
{
    display:inline-block;
    padding: 10px 0 0px 0px;
}
.cart .bundle td
{
    border-bottom:0;
}

.cart .image-td
{
    /*@ref: cartbundle:*/
    width:57px; /* Plus total 20px padding left right.*/
    padding:16px 0 17px 0;
}

.cart .title-td,
#checkout-review-load .title-td
{
    padding:16px 0 0 0;
}

.cart .title-td
{
    padding:16px 0 8px 0;
}

#checkout-review-submit
{
    padding-left: 164px;
}

#checkout-review-submit #review-buttons-container
{
    clear:left;
}

#checkout-review-table .bundle-item-option
{
    padding-left:49px;
}
#checkout-review-table .bundle-item-option > a
{
    display:none;
}

#checkout-review-table tbody tr:last-child td,
#checkout-review-table tfoot tr:last-child td
{
    border-bottom:0;
}

.cart .bundle td
{
   padding-bottom:0;
}

.cart .bundle-options
{
    /*@ref: cartbundle:*/
    background:#f8f8f6;
    float:left;
    margin: 12px 0;
    padding:11px 0 3px 76px;
    /*margin-bottom:7px;*/
    width: 846px;
}
.cart .bundle-options td{
    background:#f8f8f6;
}
.cart .bundle-options img
{
    padding:2px;
}
.cart .bundle-options .bundle-item-option div
{
    padding-top:8px;
}

#checkout-review-table th{
    white-space: nowrap;
}

#checkout-review-table .bundle-options
{
    margin: 12px 0px 12px 0px;
    background-color: #F3F3F5;
    padding-top:12px;
    padding-bottom:12px;
}

#checkout-review-table .bundle-options a
{
    font-size: 16px;
    font-weight:bold;

}
.cart .bundle-item-option a
{
    font-size:14px;
    font-weight:bold;
}

li#opc-login .form-label
{
    margin: 0;
    padding: 0;
    line-height: 25px;
}
li#opc-login .forgot-password
{
    margin-top: 0;
    padding: 0;
    line-height: 25px;
}
li#opc-login .buttons-set
{
    margin-top: 10px;
    line-height: 30px;
}

li#opc-login .register_co_block
{
    height: 80px;
}

li#opc-login .not_register_co_block
{
    height: 80px;
}
/* End for bundled products display in cart. */

#shipping-zip-form,
.cart #co-shipping-method-form
{
    float: left;
    width: 50%;
}

div#checkout-shipping-method-load .form-label
{
    margin: 0;
    padding: 0;
    line-height: 25px;
}

div#checkout-shipping-method-load .form-row
{
    display: block;
    float: left;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 540px;
}

div#checkout-shipping-method-load div.shippingmethod-form-header
{
    font-weight: bold;
    margin-bottom: 10px;
}

/* succes page */
.success_top
{
    padding-left: 12px;
}

.success_top .id
{
    padding: 2px 6px 2px 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #c30061;
}

.success_pane
{
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 36px 12px;
    margin: 20px 0 20px 0;
    height: 320px;
}

.success_pane h2
{
    font-size: 22px;
}

.success_pane_left
{
    width: 410px;
    margin-right: 20px;
    float: left;
}

.success_pane_left ol
{
    counter-reset: li;
    list-style: none;
    padding: 0;
}

.success_pane_left .rounded-list li
{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
}

.success_pane_left .rounded-list li:before
{
        background:#434343;
        background:linear-gradient(180deg,#666666 0%, #434343 100%);
        background:-o-linear-gradient(top,#666666 0%, #434343 100%);
        background:-webkit-linear-gradient(top,#666666 0%, #434343 100%);
        background:-moz-linear-gradient(top center,#666666 0%, #434343 100%);
        background: -ms-linear-gradient(top center,#666666 0%, #434343 100%); /* IE10+ */
        behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* must be absolute. must be served using:  content-type: text/x-component*/
        -pie-background: linear-gradient(top center,#666666 0%, #434343 100%);

        border: 1px solid #000000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;

    content: counter(li);
    counter-increment: li;

    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    height: 1.7em;
    width: 1.7em;
    line-height: 1.7em;
    text-align: center;
        color: #ffffff;
    font-weight: bold;
}

.success_pane_right
{
    float: left;
}

.success_questions
{
    padding-left: 12px;
}

.success_questions h2
{
    font-size: 22px;
}

a.hdMail
{
    background-position: -38px 0;
}
a.hdMail:hover
{
    background-position: -38px -38px;
}
a.hdTel
{
    background-position: 0 0;
}
a.hdTel:hover
{
    background-position: 0 -38px;
}
a.hdChat
{
    background-position: -76px 0;
}
a.hdChat:hover
{
    background-position: -76px -38px;
}
.faqHdIcon {
    background-color: transparent;
    background-image: url(../images/icons-contact-helpdesk.png);
    background-repeat: no-repeat;
    float: left;
    height: 38px;
    margin: 0 3px 0 0;
    text-align: center;
    width: 38px;
}


.shipping-form ul
{
    list-style: none;
    padding: 0;
}

.shipping-form li
{
    overflow: hidden;
}

.shipping-form .input-box
{
    float: right;
}

.shipping-form label
{
    float: left;
}

.shipping-form label em
{
    float: right;
}

.products-list .add-to-links li
{
    float: right;
    white-space:nowrap;
}

.add-to-links
{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.add-to-links li
{
    float: left;
    white-space:nowrap;
    clear:both;
}

.add-to-links .separator
{
    margin-left: 5px;
    margin-right: 5px;
    float:left;
}

.custom-items-list a + .custom-item,
.products-list a + .product-shop {
    margin-left: 150px;
}

.custom-items-list .custom-item,
.products-list .product-shop {
    text-align: justify;
}

.custom-item-view .custom-item-img-box + .custom-item,
.product-view .product-img-box + .product-shop {
    float: left;
    width: 501px;
}
.custom-item-essential,
.product-essential {
    overflow: hidden;
}

.custom-item-essential.news div.custom-item-name h1
{
    white-space: normal;
}

.custom-item-essential.news{
    padding-bottom:10px;
}

.custom-item-img-box,
.product-img-box {
    float: left;
    padding-right: 8px;
    padding-left: 10px;
    width: 462px;
    position: relative;
}

.ui-dialog .custom-item-img-box,
.ui-dialog .product-img-box,
.pp_inline .custom-item-img-box,
.pp_inline .product-img-box {
    width: 222px;
}

.ui-dialog div.moneyblock div.left{
    width: 213px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: inherit;
    font-size: 1.1em;
}

.custom-item-img-box > div div,
.product-img-box > div div {
    background: url(../images/enlarge.png) no-repeat 4px 0;
    color:#777;
    display: inline-block;
    font-size: 10px;
    line-height: 11px;
    padding: 0 0 0 16px;
    text-decoration: none;
}

.product-img-box .main-image
{
    width: 410px;
    height: 410px;
}
.bundles a img
{}
.thumbnails {
    list-style: none;
    padding:0;
    margin-left: -2px;
    margin-top: 0px;
    width: 880px;
    position: absolute;
}

.thumbnailcontainer {
    margin-top:5px;
    display:inline-block;
    height:55px;
    width:419px;
    text-align: left;
    overflow:hidden;
    position: relative;
}
.thumbnails img
{
    background-color: #ffffff;
    height: 49px;
    padding: 2px;
    width: 49px;
}
/*
the css2 selector choices below may seem undynamic and it indeed isn't! internet explorer requires this (first child did not work)
*/
.thumbnails li {
    border: 1px solid #d3d3d3;
    display:inline-block;
    margin-left: 2px;
}

a.images-previous,
a.images-next{
    display:inline-block;
    width: 18px;
    height: 55px;
    background: transparent url("../images/sliderArrowsThumbs2015.png") no-repeat 0 0;
    background-position: 0px 23px;
    cursor: hand;
    cursor: pointer;
}

a.images-next{
    background-position: -17px 0px;

}

a.images-next.disabled{
    background-position: -53px 0px;
}

a.images-previous{
    background-position: -36px 0px;
}

a.images-previous.disabled{
    background-position: 0px 0px;
}

.products-list .price-box {
    margin-bottom: 1px;
    right:0px;
}

.price-box .price-label
{
    font-size: 12px;
}

.price-box .price em{
    padding-right:3px;
}

.old-price,
.special-price,
.tax-rate {
    margin: 0;
}

.tax-rate
{
    color: #9a9a9a;
    font-size: 10px;
}

div.price-box span.liquid-price
{
    color: #9a9a9a;
    font-size: 10px;
    margin: 0;
    left: 18px;
    position: relative;
}

body.baxcheckout span.liquid-price
{
    color: #9a9a9a;
    font-size: 11px;
    display: block;
}

ol.products-list div.price-box span.liquid-price
{
    left: 0;
}

.old-price {
    font-size: 12px;
    color: #152027;
}

.minimal-price,
.regular-price,
.special-price {
    color: #152027;
    font-size: 22px;
    font-weight: normal;
}
.product-shop .regular-price .price-label,
.products-popular .old-price .price-label,
.product-shop .special-price .price-label,
.product-shop .old-price .price-label,
.product-shop .old-price .price-label,
.ssb-prices .ssb-from-price .price-label,
.old-price .price-label,
.special-price .price-label
{
    display:none;
}

.product-view .product-shop .special-price,
.same-product-focus .special-price
{
    font-size:28px;
}

.same-product-focus .wrapper-outside{
    background: #f7f9fa;
    padding: 20px 100px;
}
.same-product-focus .wrapper-inside{
    background: #FFF;
    padding: 12px 12px 12px 0;
}

.product-view .product-shop .special-price .digits,
.same-product-focus .special-price .digits,
.category-products .special-price .digits
{
    font-size: 17px;
    top:-0.5em;
    line-height:0;
    position:relative;
    vertical-align: baseline;
}

.category-products .special-price .digits{
    font-size: 15px;
    top:-0.4em;
}

.links > li.first {
    padding-left: 0 !important;
}

.links > li {
    display: inline;
}

address {
    font-style: normal;
}

/* Banners start */


.banners.cycle {
    position: relative;
    text-align: center;
    display: inline-block;
}

.banners.cycle > div:first-child {
    display: none;
    bottom: 10px;
    margin: 0 auto;
    opacity: 0.75;
    position: absolute;
    width: 100%;
    height: 42px;
    pointer-events:none;
    text-align: center;
}

/*For opera, (and ie, see ie stylesheet) we need to use a workaround for the carrousel; pointer-events don't work.'*/
noindex:-o-prefocus, #carrousel-nav
{
    width:100px !important; /*  child selectors cause the need for it.*/
    left:440px !important;
}

.banners.cycle > div:first-child a,
.banners.slider > div:first-child a,
.banners.slider > div .banners-next {
    background: url("../images/nextPreviousBtns001.png") no-repeat right top;
    display: inline-block;
    height: 27px;
    width: 27px;
    margin: 22px 4px;
    pointer-events:all;
}
.banners.slider > div:nth-child(2) > div > a > img
{
    border: 1px solid #d3d3d3;
    margin: 2px;
}
.banners.cycle > div:first-child a:first-child,
.banners.slider > div:first-child a {
    background-position: left top;
}

.banners.horizontal div {
    display: inline-block;
    margin-left: 5px;
}

.banners.horizontal div:first-child {
    margin-left: 0;
}

.banners.vertical div {
    margin-top: 5px;
}

.banners.vertical div:first-child {
    margin-top: 0;
}

.banners.slider {
    background-color: #efefef;
    margin-bottom: 20px;
}

.banners.slider > div,
.banners.slider > div > div,
.banners.slider .banners-nav-before,
.banners.slider .banners-nav-after,
.banners.slider .banners-slides
{
    float: left;
}

.banners.slider .banners-info
{
    display: inline-block;
    margin: 0 20px;
    width: 300px;
}

/* Banners end */

/* Manufacturers */
.manufacturers-list,
.manufacturers-list ol {
    list-style-type: none;
    padding: 0;
    z-index: 99;
}

.manufacturers-list ol li
{
    line-height: 25px;
}

.manufacturers-list {
    background: none repeat scroll 0 0 #FFFFFF;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e3e3e3;
    margin-top: 0;
    padding: 20px 12px;
}

.manufacturers-list > li > div {
    font-size: 123.9%;
    font-weight: bold; }

.manufacturers_home-index,
.manufacturers_home-index ol,
.manufacturers_home-list,
.manufacturers_home-list ol {
    list-style-type: none;
    padding: 0;
    z-index: 99;
    margin-left: 16px;
    width: 474px;
}
.manufacturers_home-list {
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4; }

.manufacturers_home-list > li {
    margin: 0 0 4px 0;
}

.home-news_items a.to-overview {
    clear: left;
    padding: 20px 15px;
    position: relative;
}

.manufacturers-index-index div.filters
{
    text-align: center;
}

.manufacturers-index-index .filters div.selector
{
  width: 217px;
}

.manufacturers-index-index .filters div.selector span
{
  text-align: left;
  width: 189px;
}

.manufacturers-index-index .filters div.selector select
{
    width: 220px;
}
/* Manufacturers end */


/* Filters and header topLinks start */

.slideranger
{
    margin: 3px 0 0 8px;
    width: 189px;
}

.slideranger #uniform-undefined
{
    display: none;
}

.ui-slider .ui-slider-handle
{
    cursor: pointer;
    outline: none;
    width: 14px;
}

.sliderDisplay
{
    font-family: "Oxygen", arial, sans-serif;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 22px 0 5px 0;
    text-align: center;
    width: 189px;
}

.sliderDisplay .displayMin
{
    display:block;
    float:left;
}
.sliderDisplay .displayMax
{
    display:block;
    float:right;
}


/*
    @TODO MGR-1146
    Er staan hier 2 soorten padding in

*/
div.filters {
    clear: left;
    /*margin-bottom: 10px;*/

    background-color: #efefef;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* For IE. Must be absolute path and must have content-type: text/x-component*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    margin-bottom: 0;
    margin-top: 5px;
    padding: 20px 10px 20px 10px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

/**
    THIS DECLARATION IS FOR TESTING ONLY
    In the filter REBUILD this will probably get rebuild
**/
div.filters div.fselect
{
    float: left;
    width:220px;
    margin-right: 7px;
    clear: both;
    /*vertical-align: top;*/
    border: 1px solid #d3d3d3;
    line-height: 32px;
    padding: 0 0 0 6px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.filters div.fselect select
{
    border: 0 solid #fff;
}

div.filters div.fselect label
{
    display: inline-block;
    vertical-align: middle;
    width: 62px;
}

/** -------------- **/
.filters h2
{
    display: none;
    visibility: hidden;
}

.filters .form-row input[type="checkbox"] {
    margin: -5px 0 0 -5px;
}

.filter
{
    line-height: 19px;
}

.filter,
.filter > div{
    background-color: #fff;
    border: 1px solid #d3d3d3;
    font-size: 12px;
    line-height: 24px;
    padding-left: 6px;
    width: 218px;
}

.filters .button.reset
{
    display: none;
}

.filters .buttons
{
    border-top: 1px solid #d3d3d3;
    display: block;
    float: none;
    margin: 6px auto 0 0;
    padding-top: 12px;
    text-align: center;
    position: relative;
}

.filters div.spinner
{
    display: none;
    width: 16px;
    height: 16px;
    background: url("../images/spinner_small_grey.gif") transparent no-repeat 0 0;
    position: absolute;
    right: 33px;
    bottom: 0;
}
.sort-by .filter > div
{
    width: 189px;
}

.sort-by .filter
{
    background-position: 174px 5px;
    margin-right: 0;
    width: 162px;
}

.sort-by .direction
{
    float: left;
    margin-right: 12px;
}

.sort-by .direction div,
.sort-by .direction a
{
    background: transparent url(../images/direction_arrows.png);
    display: block;
    height: 14px;
    width: 30px;
}

.sort-by .direction .asc
{
    background-position: 0 -14px;
}

.sort-by .direction .asc.active
{
    background-position: -30px -14px;
}

.sort-by .direction a.asc:hover
{
    background-position: -60px -14px;
}

.sort-by .direction .desc.active
{
    background-position: -30px 0;
}

.sort-by .direction a.desc:hover
{
    background-position: -60px 0;
}
.filter.last{
    margin-right: 0;
}

.filter > div{
    display: none;
    left: -1px;
    position: absolute;
    top: 22px;
    white-space: normal;
    z-index: 1;
}

.filter > div
{
    top: 26px;
}

.filter input {
    margin-right: 5px;
}

.filter:hover
{
    /*background-color: #f00;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /**
     * When hovering height must be +1px since the border is removed. If this
     * isn't done, the view 'stutters'.
     * (not with a bg color @jd)
    */
}

.filter:hover
{
    background: #fff url(../images/arrow-down.png) no-repeat 203px -24px;
}

.sort-by .filter:hover
{
    background: #fff url(../images/arrow-down.png) no-repeat 174px -24px;
}

.filter:hover,
.filter:hover > div,
{
    z-index:10000;
}

.filter.checked,
.filter:hover,
.filter:hover > div,
.sort-by .filter:hover,
.sort-by .filter:hover > div
{
    /* The lay over */

    border-color: #f00079;
    /* position: absolute;*/
    /*padding-top: 10px; */
    /* margin-top: 10px; */
}

.filter > div{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 550px;
    overflow: auto;
    padding-top: 0;
}

.filter:hover > div {
    display: block;
    margin-top: 0
}

/* Filters and header topLinks end */

.reference-category {
    color: #006DD3;
    font-weight: bold;
}

/* Onze stylesheet gaat iets anders om met de toolbar dan standaard Magento */
#mgt-developer-toolbar-container ul {
    font-size: 12px;
    list-style: none;
    margin: 0;
}

ul.tabContainer,
.mgt-developer-toolbar-details ul {
    font-size: 12px;
    list-style: none;
    padding: 0;
}

#tabContent_database ol {
    padding-left: 30px;
}

#mgt-developer-toolbar-powered-by {
    line-height: 18px;
}

/* Footer-links */
#footer-links-top {
    display: block;
    float:right;
    clear: both;
    font-size:12px;
    margin: 20px 0 0 0;
}
#footer-links-top ul
{
    float:right;
    list-style-type:none;
}
#footer-links-top ul li
{
    border-right:1px solid #999;
    float:left;
    line-height:12px;
    padding:0 8px 2px 8px;
}
#footer-links-top ul li:last-child
{
    border:none;
    padding-right:0;
}

/* Footer */
#footer {
    display: block;
    background: none repeat scroll 0 0 #eaeaea;
    clear: both;
    padding: 0px 10px;
    margin: 20px 0 20px 0;
    overflow: hidden;
}
#footer_logo
{
    float:left;
    margin:10px 20px 7px 0;
}
#footer ul {
    float: left;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#footer li {
    padding:0 15px 0 0;
    float:left;
}

#footer-image {
    overflow: hidden;
    padding: 0 50px;
    text-align:center;
}

.copyright {
    font-size: 11px;
    margin: 20px 0 15px 0;
    text-align:center;
}

/* Loading mask, taken from adminhtml skin boxes.css */

#loading-mask {
    background:url(../images/blank.gif) repeat;
    position:fixed;
    font-size:1.1em;
    font-weight:bold;
    height: 100%;
    left: 0;
    text-align:center;
    opacity:0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
    top: 0;
    z-index:20000;
    width: 100%;
}
#loading-mask .loader {
    position:fixed;
    top:45%;
    left:50%;
    width:120px;
    margin-left:-60px;
    padding:15px 60px;
    background:#ffffff;
    border:1px solid #e0dddf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight:bold;
    text-align:center;
    z-index:1000;
}


#box_container
{
}
#box_image
{
    display:block;
    float:left;
    width:150px;
    min-height:150px;
}
#box_text
{
    display:block;
    float:left;
    margin:0 0 0 15px;
    width:666px;
}
.button-1
{
    display:block;
    float:left;
}
.button-2
{
    display:block;
    float:right;
}


/* uniform - overrule default theme*/

/* INPUT & TEXTAREA */

input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Oxygen", arial, sans-serif;
  font-weight: normal;
  /*padding: 7px 4px 6px 4px;*/
  color: #777;
  background: #fff;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #7DA6C3;
  background: #F6FCFF;
}

input.text.validation-failed:focus,
input.email.validation-failed:focus,
input.password.validation-failed:focus,
textarea.uniform.validation-failed:focus,
input.text.validation-failed,
input.email.validation-failed,
input.password.validation-failed,
textarea.uniform.validation-failed
{
    border-color:#ff0000;
}

/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(../images/sprite-form-elements.png);
}

/* SPRITES */

/* Select */

div.selector {
    background-position: -785px -170px;
    line-height: 34px;
    height: 34px;
}

div.selector span {
    background-position: right 0px;
    height: 34px;
    line-height: 34px;
}

div.selector select {
    /* change these to adjust positioning of select element */
    height:34px;
    top: 0px;
    left: 0px;
}

div.selector:active,
div.selector.active {
    background-position: -785px -204px;
}

div.selector:active span,
div.selector.active span {
    background-position: right -34px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
    background-position: -785px -238px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
    background-position: right -68px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
    background-position: -785px -272px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
    background-position: right -102px;
}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
    background-position: -785px -306px;
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
    background-position: right -136px;
}


/* Checkbox */

div.checker {
 cursor: pointer;
  width: 25px;
  height: 25px;
}

div.checker input {
  cursor: pointer;
  width: 25px;
  height: 25px;
}

div.checker span {
  cursor: pointer;
  background-position: 0px -340px;
  height: 15px;
  padding: 5px;
  width: 15px;
}

div.checker:active span,
div.checker.active span {
    background-position: -25px -340px;
}

div.checker.focus span,
div.checker:hover span {
    background-position: -50px -340px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
    background-position: -75px -340px;
}

div.checker span.checked {
    background-position: -100px -340px;
}

div.checker:active span.checked,
div.checker.active span.checked {
    background-position: -125px -340px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
    background-position: -150px -340px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
    background-position: -175px -340px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
    background-position: -200px -340px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
    background-position: -225px -340px;
}

/* Radio */

div.radio {
  cursor: pointer;
  width: 25px;
  height: 25px;
}

div.radio input,
.form-row div.radio input[type="radio"],
.form-row div.checker input[type="checkbox"]
{
    margin:-5px 0 0 -5px;
    cursor: pointer;
    width:25px;
    height:25px;
}

div.radio span {
  background-position: 0px -365px;
  height: 15px;
  padding: 5px;
  width: 15px;
}

div.radio:active span,
div.radio.active span {
    background-position: -25px -365px;
}

div.radio.focus span,
div.radio:hover span {
    background-position: -50px -365px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
    background-position: -75px -365px;
}

div.radio span.checked {
    background-position: -100px -365px;
}

div.radio:active span.checked,
div.radio.active span.checked {
    background-position: -125px -365px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
    background-position: -150px -365px;
}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
    background-position: -175px -365px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
    background-position: -200px -365px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
    background-position: -225px -365px;
}

/* Uploader */

div.uploader {
    background-position: 0px -297px;
    height: 28px;
}

div.uploader span.action {
    background-position: right -409px;
    height: 24px;
    line-height: 24px;
}

div.uploader span.filename {
    height: 24px;
    /* change this line to adjust positioning of filename area */
    margin: 2px 0px 2px 2px;
    line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
    background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
    background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
    background-position: right -493px;
}

div.uploader.disabled {
    background-position: 0px -325px;
}

div.uploader.disabled span.action {
    background-position: right -381px;
}

div.button {
    background-position: 0px -523px;
}

div.button span {
    background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
    background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
    background-position: right -673px;
}

div.button.active,
div.button:active {
    background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
    background-position: right -703px;
    color: #555;
}

div.button.disabled,
div.button:disabled {
    background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Oxygen", arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  margin-left:-4px;
  width:288px;
  font-size: 12px;
}

div.selector select {
  font-family: "Oxygen", arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
  min-width:288px;
}

div.selector span {
  padding: 0 28px 0 0;
  cursor: default;
  color: #666;
  width: 264px;
  text-shadow: 0 1px 0 #fff;
}

.filters div.selector
{
  width: 124px;
}

.filters div.selector span
{
  width: 100px;
}
.filters div.selector select
{
    min-width: 130px;
    margin: -2px 0 0 4px;
}

.pager div.selector
{
  width: 44px;
}

.pager div.selector span
{
    text-align: left;
  width: 20px;
}
.pager div.selector select
{
    min-width:50px;
    margin:-2px 0 0 4px;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 0;
}

/* Radio */
div.radio {
  margin-right: 0;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}

#uniform-streets,
#uniform-billing\:streets,
#uniform-shipping\:streets
{
    display: none; /* Also added uniform show and hide to Pro6PP.js */
}

#uniform-billing-address-select span,
#uniform-shipping-address-select span
{
    width:672px;
}
/* end uniform - overrule default theme*/





/* prettyPhoto - overrulled default theme  */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right
{
    height:20px;
}
.pp_white
{
    height:32px;
    width:100%;
    background:#fff;
}
.pp_bottom .pp_right
{
    top: auto;
}

a.pp_close {
    top: auto;
    bottom: 12px;
    right: 12px;
    z-index:9999;
}
a.pp_close_custom
{
    bottom:-14px;
}
div.pp_default #pp_full_res { line-height: inherit !important;}
div.pp_default #pp_full_res .pp_inline { color: #000; }
div.pp_default #pp_full_res .pp_inline .old-price,
div.pp_default #pp_full_res .pp_inline .special-price,
div.pp_default #pp_full_res .pp_inline .tax-rate,
div.pp_default #pp_full_res .pp_inline .stock_status
{
    margin: 0;
}

div.pp_default #pp_full_res .pp_inline p
{
    margin: 13px 0;
}

div.pp_default #pp_full_res .pp_inline .usps p
{
    margin: 4px 0;
}

div.pp_default .pp_top .pp_left { background: url(../images/prettyPhoto/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.pp_default .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
div.pp_default .pp_top .pp_right { background: url(../images/prettyPhoto/sprite.png) -110px -53px no-repeat; } /* Top right corner */

div.pp_default .pp_content .ppt { color: #000; }
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right { background: #fff; }
div.pp_default .pp_content { background-color: #fff; } /* Content background */
div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.pp_default .pp_expand { background: url(../images/prettyPhoto/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.pp_default .pp_contract { background: url(../images/prettyPhoto/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.pp_default .pp_close {
    width: 100px; height: 22px;
    background: url(../images/prettyPhoto/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
} /* Close button */
div.pp_default .pp_details { position: relative; }
div.pp_default .pp_description { margin-right: 85px; }
div.pp_default .pp_expand {height:21px; width:21px;}
div.pp_default .pp_contract {height:21px; width:21px;}
div.pp_default #pp_full_res .pp_inline { color: #000; }
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.pp_default .pp_nav .pp_play { background: url(../images/prettyPhoto/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.pp_default .pp_nav .pp_pause { background: url(../images/prettyPhoto/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.pp_default .pp_arrow_previous { background: url(../images/prettyPhoto/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.pp_default .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.pp_default .pp_arrow_next { background: url(../images/prettyPhoto/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.pp_default .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.pp_default .pp_bottom .pp_left { background: url(../images/prettyPhoto/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right { background: url(../images/prettyPhoto/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/loader.gif) center center no-repeat; } /* Loader icon */

div.pp_default .pp_content_container .pp_details { margin-top: 10px; }

.pp_content
{
    background-color: #F9F9F9;
    height: 40px;
    min-width: 40px;
    margin: 0;
    padding: 0;
    padding-right: 19px;
}

.pp_content
{
    overflow: auto;
}
/*hopefully the following can be removed:*/
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 60px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    height: 58px;
    overflow: hidden;
}
.pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #E41E7B;
}
.pp_gallery ul a img {
    border: 0 none;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
/*.pp_gallery li.default a {
    background: url("../images/prettyPhoto/facebook/default_thumbnail.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    width: 50px;
}*/
.pp_gallery li.default a img {
    display: none;
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}
a.pp_next {
    background: url("../images/prettyPhoto/btnNext.png") no-repeat scroll 10000px 10000px transparent;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_previous {
    background: url("../images/prettyPhoto/btnNext.png") no-repeat scroll 10000px 10000px transparent;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
/*end removable*/

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear:both;}
.display-inline{display:inline;}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
}
.ellipsis.multiline {
    white-space: normal;
}

.link-accessoire
{
 height:50px;
display:block;
}


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^div.review-form textarea="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
#contactForm-popwin
{
    padding-top:20px;
}


div.reviews .pager-page{
    display: block;
    float:left;
    height: 24px;
    line-height: 24px;
    width: 24px;
    display: none;
    text-align: center;
    text-transform: lowercase;
    margin: 0;
    color: #006DD3;
    text-decoration: underline;
    cursor: pointer;
}

div.reviews .pager-page.show{
    display: block;
}

div.reviews .pager-page.show.disabled{
    display: none;
}

div.reviews .active
{
    background:#434343;
    background:linear-gradient(180deg,#666666 0%, #434343 100%);
    background:-o-linear-gradient(top,#666666 0%, #434343 100%);
    background:-webkit-linear-gradient(top,#666666 0%, #434343 100%);
    background:-moz-linear-gradient(top center,#666666 0%, #434343 100%);
    background: -ms-linear-gradient(top center,#666666 0%, #434343 100%); /* IE10+ */
    color: #fff;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc);
    position:relative;
    font-weight: bold;
    cursor: default;
}

#review-screen .wrapper
{
    width: inherit;
    margin-bottom: 20px;
    border-bottom: 1px solid #888888;
}

.infopanel .std{

}

div.pager-previous-review,
div.pager-allpages-review,
div.pager-next-review{
    float:left;
}

div.pager-next-review{
    text-align:right;

}

div.pager-allpages-review{
    width:134px;
    text-align: center;
}

div.pager-previous-review,
div.pager-next-review,
div.overview-review{
    float:left;
    padding:0px 8px;
}

div.pager-previous-review,
div.pager-next-review{
    width: 60px;
}

div#review-screen{
    border-top: 1px #CACACA;
    padding: 12px;
    margin-left: -12px;
    border-bottom: 1px #CACACA;
    min-height: 565px;
}

div#review-screen .description{
    word-wrap: break-word;
    margin: 0 0 22px 0;
}

ul.review-form
{
    padding:0px 12px;
    margin-top: 0px;
}


.alerturls-form-data
{
    background:#f4f4f4;
    margin-left:5px;
    padding:12px;
    padding-bottom: 24px;
}

.review-form h2,
.alerturls-form-data h2
{
    line-height: 30px;
    font-size: 30px;
}

.review-title
{
    color: #c30061;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
}

.review-input
{
    width:520px;
}

ul.review-form textarea{
    height:173px;
    padding:10px;
    width:617px;
}

ul.review-form li.title{
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 108%;
}
ul.review-form li{
    margin-bottom: 1em;
}

.ui-dialog div.product-shop div.rating,
.pp_content div.product-shop div.rating
{
    margin-top:0px;
    margin-bottom: 20px;
}
.ui-dialog div.product-shop div.moneyblock div.rating,
.pp_content div.product-shop div.moneyblock div.rating
{
    display: none;
}

.ui-dialog .short-description,
.pp_content .short-description
{
    min-height: 110px;
}

.ui-dialog  div.rating.aggregate span.rating,
.pp_content div.rating.aggregate span.rating{
    display:inline-block;
    background: url('../images/sprite-stars-blue.png') no-repeat 0 0;
    width: 66px;
    height: 12px;
    margin-top: 3px;
    margin-bottom: -2px;
}

.ui-dialog h2,
.pp_content h2
{
    color: #2c2c2c;
    font-size: 153.9%;
    font-weight: normal;
    margin: 20px 0 3px 0;
}

.ui-dialog .moneyblock .prices,
.pp_content .moneyblock .prices{
    padding: 10px;
    margin-bottom:0px;
    border-top: 1px #D3D3D3 solid;
    background:inherit;
    border-top: 1px #D3D3D3 solid;
    border-bottom: 1px #D3D3D3 solid;
}

.ui-dialog div.moneyblock .to-price,
.pp_content div.moneyblock .to-price{
    font-size: 28px;
    color: #444;
}

.ui-dialog .stockinfo,
.pp_content .stockinfo{
    padding-bottom: 20px;
}

.pp_content div.moneyblock div.right{
    width: 50%;
}
.ui-dialog div.moneyblock div.right{
    width: inherit;
}
.ui-dialog .product-view .product-img-box + .product-shop
{
    width:553px;
}

.ui-dialog span.availability,
.pp_content span.availability{
    margin-left: 5px;
}

.ui-dialog div.moneyblock .price_stock_add,
.ui-dialog div.stockinfo strong,
.pp_content div.moneyblock .price_stock_add,
.pp_content div.stockinfo strong{
    font-weight: normal;
}

.ui-dialog div.rating.aggregate span.rating.star-5,
.pp_content div.rating.aggregate span.rating.star-5{
    background-position: 0px -60px;
}
.ui-dialog div.rating.aggregate span.rating.star-4,
.pp_content div.rating.aggregate span.rating.star-4{
    background-position: 0px -48px;
}
.ui-dialog div.rating.aggregate span.rating.star-3,
.pp_content div.rating.aggregate span.rating.star-3{
    background-position: 0px -36px;
}
.ui-dialog div.rating.aggregate span.rating.star-2,
.pp_content div.rating.aggregate span.rating.star-2{
    background-position: 0px -24px;
}
.ui-dialog div.rating.aggregate span.rating.star-1,
.pp_content div.rating.aggregate span.rating.star-1{
    background-position: 0px -12px;
}

.ui-dialog div.moneyblock div.right button.btn-cart,
.pp_content div.moneyblock div.right button.btn-cart{
    margin-top: 0px;
    float:none;
    display: inline-block;
}

.ui-dialog div.moneyblock .prices .orderbox,
.pp_content div.moneyblock .prices .orderbox
{
    margin:3px 0px;
}

.ui-dialog .more-info,
.pp_content .more-info{
    margin-top: 31px;
    padding-left: 10px;
    display: inline-block;
}


div.rating.aggregate span.rating{
    display:inline-block;
    background: url('../images/ratestars_sprite_2015.png') no-repeat 0 0;
    width: 80px;
    height: 15px;
    margin-top: 3px;
    margin-bottom: -2px;
}

div.rating.aggregate span.rating.star-1{
    background-position: 0px -60px;
}
div.rating.aggregate span.rating.star-2{
    background-position: 0px -45px;
}
div.rating.aggregate span.rating.star-3{
    background-position: 0px -30px;
}
div.rating.aggregate span.rating.star-4{
    background-position: 0px -15px;
}
div.rating.aggregate span.rating.star-5{
    background-position: 0px 0px;
}

div.reviews img.rating {
    float:right;
}


div.star-rating {
    background: url('../images/star.png') no-repeat 0 0;
    height: 15px;
    width: 16px;
    float: left;
    cursor:pointer;
    cursor:hand;
    margin-top:3px;
}

div.star-on-hover{
    background-position:0 -15px !important;
}

div.star-on {
    background-position:0 -15px;
}

span.star-rating-control.on-hover div.star-on {
    background-position: 0 0px;
}

div.star-rating a{
    display:none;
}

span.star-rating-control{
    display: block;
}

div.reviews div.toolbar-review div.overview-review {
    display:block;
    width: 22.5%;
    float:left;
}
div.reviews div.toolbar-review div.pager-review{
    display:block;
    width:100%;
    position:absolute;
    left: 0px;
}

div.reviews div.toolbar-review div.amountpp-review{
    display:block;
    float:right;
}

div.reviews div.toolbar-review {
    margin: 0px;
    margin-left: -12px;
    padding: 22px 12px 9px;
    height: 37px;
    margin-bottom: 10px;
}

div.pager-review-all{
    margin: 0 auto;
    width: 286px;
    height: 20px;
}

div.amountpp-review div.selector{
    width:initial;
}

div.amountpp-review span{
    width:20px;
}

div.amountpp-review select{
    min-width:50px;
}


.small-form-comment{
    font-size: 12px;
    font-style: italic;
    color: #949494;
    font-weight:normal;
}

div.payment-header{
    height: 100px;
    margin-top:23px;
}

body#nobackground{
    background:none;
}

div#review-afterpost-message{
    display:block;
}

div#review-afterpost-message span{
    display:inline-block;
}

div#review-afterpost-message a{
    float:right;
}

div.thankyou-text-cheaper,
div.thankyou-text-contactform{
    text-align:center
}

div.payment-zone table.ncoltable1 td{
    border:0px;
}
div.payment-zone table.ncoltable2 td{
    border:0px;
}

div.payment-zone table.ncoltable3{
    border:0px;
}

div.payment-zone table.ncoltable3 td{
    border:0px;
}

div.payment-zone table.ncoltable3 td table{
    border:0px;
}

div.payment-zone input.ncol{
    position: inherit;
    left: inherit;
    margin-left: inherit;
    width: inherit;
}

#co-payment-form select{
    width:143px;
    min-width:143px;
    margin-left:5px;
}
#co-payment-form div.selector span{
   width:113px;
   min-width:113px;
}

#co-payment-form input.field-50{
   width:133px;
   min-width:133px;
   margin-right: 7px;
}

#co-payment-form input.field-10 {
    width:25px;
    min-width:25px;
    margin-right: 7px;
}
#co-payment-form input.field-20 {
    width:50px;
    min-width:50px;
    margin-right: 7px;
}

#co-payment-form div.selector{
    width:140px;
    position: relative;
}

#co-payment-form #ops_cc_data label,
#co-payment-form #payment_form_klarna label
{
    width: 216px;
    display: block;
    float: left;
    padding: 4px;
}
div.payment_form_klarna-inputwrapper
{
    width: 468px;
    float: left;
}

div.payment_form_klarna-inputwrapper div.selector div.validation-advice,
div.ops_cc_data-inputwrapper div.selector div.validation-advice
{
    display:none;
}

#co-payment-form .field-100 {
    width: 284px;
}
div.product-shop div.rating{
    display:block;
    margin-top: 5px;
}


div.popwin-creditcard-imagewrapper{
    text-align: center;
    margin-top: 31px;
}

div.creditcard-logo-wrapper{
    text-align: center;
}

div.product-shop div.price-block{
    position: relative;
    display: block;
    float:left;
    width: 50%;
}

div.product-shop div.price-block button.btn-cart{
    bottom:initial;
}

div.product-shop div.price-block button.btn-cart > span
{
   background: url(/skin/frontend/baxshop/default/images/btn-cart.png) no-repeat -5px 0;
}

div.product-shop div.price-block div.price-box{
    bottom:initial;
    position: relative;
    display:block;
}

div.product-shop div.price-block ul.add-to-links
{
    position: relative;
    display: block;
    float: right;
}

.shared-wishlist p.old-price,
p.old-price span.price {
    background-image: url(/skin/frontend/baxshop/default/images/strike.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    color: #6B6B6B;
    float:left;
}

table#wishlist-table p.old-price
{
    background-image: url(/skin/frontend/baxshop/default/images/strike.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    color: #6b6b6b;
    font-size: 12px;
}

div.products-popular p.old-price{
    background-image: url(/skin/frontend/baxshop/default/images/strike.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    color: #6b6b6b;
    font-size: 12px;
}

div.products-popular p.special-price {
   font-size: 134%;
}

div.products-popular span.liquid-price
{
    font-size: 10px;
    color: #9a9a9a;
}

div.products-popular a.title{
    margin:0px;
}

div.product-shop div.f-fix p.availability {
    font-size:12px;
}

.product-view .product-sticker-bstock
{
    margin: 24px 0px;
}

div.product-essential div.price-box{
    height:58px;
}
#search_bar{
    height: 47px;
}


div.block-subscribe iframe{
    border: none;
    position: absolute;
    width: 220px;
    height: 60px;
}

div.block-subscribe{
    height:88px;
}

form#create-account-form button.disabled,
form#co-billing-form button.disabled,
div#shipping-buttons-container button.disabled,
div.my-account button.disabled
{
    opacity: 0.4;
}

div.my-account button.disabled
{
    background:linear-gradient(180deg,#666666 0%, #434343 100%);
    background:-o-linear-gradient(top,#666666 0%, #434343 100%);
    background:-webkit-linear-gradient(top,#666666 0%, #434343 100%);
    background:-moz-linear-gradient(top center,#666666 0%, #434343 100%);
    background: -ms-linear-gradient(top center,#666666 0%, #434343 100%); /* IE10+ */
    -pie-background: linear-gradient(top center,#666666 0%, #434343 100%);
    behavior: url(/skin/frontend/baxshop/default/PIE.htc); /* must be absolute. must be served using:  content-type: text/x-component*/
}
div#shipping-buttons-container button.disabled{
    background: linear-gradient(180deg,#F361A4 10%,#F361A4 50%,#EB026D 60%);
    background: -o-linear-gradient(top,#F361A4 10%,#F361A4 50%,#EB026D 60%);
    background: -webkit-linear-gradient(top,#F361A4 10%,#F361A4 50%,#EB026D 60%);
    background: -moz-linear-gradient(top center, #F361A4 10%,#F361A4 50%,#EB026D 60%);
    background: -ms-linear-gradient(top center, #F361A4 10%,#F361A4 50%,#EB026D 60%);
    -pie-background: linear-gradient(top center,#F361A4 10%,#F361A4 50%,#EB026D 60%);
    behavior: url(/skin/frontend/baxshop/default/PIE.htc);
}

span.dom-tom-message-phonenumber{
    display:inline-block
}

div#checkout-step-login fieldset.register_co_block,
div#checkout-step-login fieldset.not_register_co_block
{
    height:73px;
}

fieldset.login_co_block
{
    min-height: 159px;;
}

div#checkout-step-login button{
    margin-top:3px
}

div#checkout-step-login div#remember-me-box{
   padding: 6px 0px 3px 0px;
}

div#checkout-step-login div.forgot-password{
   padding: 6px 0px 4px 0px;
}

div#checkout-step-login .form-row .validation-advice{
    margin-left:0px
}

div#checkout-step-login h2
{
    color: #006DD3;
    font-size: 30px;
    font-weight: normal;
}

div#checkout-step-login h3
{
    color: #006DD3;
    font-size: 153.9%;
    font-weight: normal;
}
#one-page-checkout-steps h2
{
    color: #006DD3;
    font-size: 153.9%;
    font-weight: normal;
}
#one-page-checkout-steps h2.product-name{
    color: #363636;
    font-size: 16px;
}
div#checkout-step-login fieldset
{
    background-color: #f4f4f4;
}

div#checkout-step-login fieldset.not_register_co_block{
    margin-top:12px
}

.stockinfo-tooltip-xl{
    background: url(../images/info_icon_xl.png) no-repeat;
    display: inline-block;
    width:23px;
    height: 23px;
    position: absolute;
    margin-left: 6px;
}

.ratingSideHead {
    height: 99px;
    position: relative;
}

.trustpilot .ratingSideHead {
    background: url('../images/truspilot-side-head.png') no-repeat 0 0;
}

.audiofanzine .ratingSideHead {
    background: url('../images/audiofanzine/head.png') no-repeat 0 0;
}

.ratingLink {
    display: block;
    position: absolute;
    top: 5px; left: 9px;
    width: 200px; height: 36px;
}
.trustpilot .ratingSideHead .ratingStarsBig {
    width: 93px;
    background-image: url('../images/truspilot-stars-sprite-big.png');
}
.ratingSideHead .ratingStarsBig {
    position: absolute;
    top: 52px;
    left: 67px;
    width: 100px;
    height: 17px;
}
.trustpilot .ratingSideHead .ratingStarsBig0 { background-position: 0 -85px; }
.trustpilot .ratingSideHead .ratingStarsBig1 { background-position: 0 -68px; }
.trustpilot .ratingSideHead .ratingStarsBig2 { background-position: 0 -51px; }
.trustpilot .ratingSideHead .ratingStarsBig3 { background-position: 0 -34px; }
.trustpilot .ratingSideHead .ratingStarsBig4 { background-position: 0 -17px; }
.trustpilot .ratingSideHead .ratingStarsBig5 { background-position: 0 0px; }

.audiofanzine .ratingStarsBig1 { background-image: url('../images/audiofanzine/big-stars/1.png'); }
.audiofanzine .ratingStarsBig2 { background-image: url('../images/audiofanzine/big-stars/2.png'); }
.audiofanzine .ratingStarsBig3 { background-image: url('../images/audiofanzine/big-stars/3.png'); }
.audiofanzine .ratingStarsBig4 { background-image: url('../images/audiofanzine/big-stars/4.png'); }
.audiofanzine .ratingStarsBig5 { background-image: url('../images/audiofanzine/big-stars/5.png'); }
.audiofanzine .ratingStarsBig6 { background-image: url('../images/audiofanzine/big-stars/6.png'); }
.audiofanzine .ratingStarsBig7 { background-image: url('../images/audiofanzine/big-stars/7.png'); }
.audiofanzine .ratingStarsBig8 { background-image: url('../images/audiofanzine/big-stars/8.png'); }
.audiofanzine .ratingStarsBig9 { background-image: url('../images/audiofanzine/big-stars/9.png'); }
.audiofanzine .ratingStarsBig10 { background-image: url('../images/audiofanzine/big-stars/10.png'); }

.rating-widget .reviews p
{
    width: 194px;
}

.rating-widget a{
    outline: none;
}


.ratingVoteAmount,
.kieskeurigVoteAmount{
    position: absolute;
    top: 77px; left: 69px;
    font-size: 11px;
    width: 110px; height: 15px;
}

.ratingAverageValue{
    position: absolute;
    top: 53px; right: 177px;
    font-size: 24px;
    width: 20px; height: 25px;
}
.ratingAverageValueSup{
    position: absolute;
    top: 54px; right: 161px;
    font-size: 14px;
    width: 20px; height: 25px;
}
.ratingReviewContainer {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.ratingReviewContainer,
.rating-widget ul.reviews,
.rating-widget ul.reviews li {
    height: 180px;
    padding: 0; margin: 0;
    overflow: hidden;
}

.audiofanzine .ratingReviewContainer
{
    height: 84px;
}
.rating-widget ul.reviews li {
    height: 168px;
    padding: 14px 8px 0 8px;
}
.rating-widget ul.reviews .stars {
    float: left;
    display: block;
    height: 14px;
    background-repeat: no-repeat;
}

.trustpilot .rating-widget ul.reviews .stars {
    width: 66px;
    background-image: url('../images/truspilot-stars-sprite-small.png');
}
.trustpilot .ratingStarsSmall0 { background-position: 0 -65px; }
.trustpilot .ratingStarsSmall1 { background-position: 0 -52px; }
.trustpilot .ratingStarsSmall2 { background-position: 0 -39px; }
.trustpilot .ratingStarsSmall3 { background-position: 0 -26px; }
.trustpilot .ratingStarsSmall4 { background-position: 0 -13px; }
.trustpilot .ratingStarsSmall5 { background-position: 0 0px; }


.audiofanzine .rating-widget ul.reviews .stars {
    width: 80px;
}
.audiofanzine .ratingStarsSmall1 { background-image: url('../images/audiofanzine/small-stars/2.png'); }
.audiofanzine .ratingStarsSmall2 { background-image: url('../images/audiofanzine/small-stars/4.png'); }
.audiofanzine .ratingStarsSmall3 { background-image: url('../images/audiofanzine/small-stars/6.png'); }
.audiofanzine .ratingStarsSmall4 { background-image: url('../images/audiofanzine/small-stars/8.png'); }
.audiofanzine .ratingStarsSmall5 { background-image: url('../images/audiofanzine/small-stars/10.png'); }

.rating-widget ul.reviews .time {
    float: right;
    display: block;
    height: 14px;
    width: 60px;
    font-size: 11px;
    margin-bottom: 5px;
}
.rating-widget ul.reviews h4 { clear: both; color: #000; font-size: 14px; font-weight: bold; }
.rating-widget ul.reviews p { clear: both; color: #000; font-size: 12px;  }
.rating-widget ul.reviews span.authorName { display: block; margin: 10px 0 0 0; font-weight: bold; }

.ratingReviewControls .prevReview,
.ratingReviewControls .nextReview {
    display: block;
    top: 11px; width: 27px; height: 27px;
    background-image: url('../images/nextPreviousBtns001.png');
    background-repeat: no-repeat;
    opacity: 0.75;
    float:left;
}
.ratingReviewControls .prevReview { left: 7px; background-position: 0 0; cursor: pointer; }
.ratingReviewControls .nextReview { left: 35px; background-position: -27px 0; cursor: pointer; }

.ratingReviewControls{
    display:block;
    height:35px;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 0px 10px 0 5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    behavior: url(/skin/frontend/baxshop/default/PIE.htc);
}

#google-streetview{
    padding: 20px 12px 12px 12px;
    background-color: rgb(244, 244, 244);
    border-radius: 5px;
    text-align:center;
    margin-bottom: 3px;
}


#product_page_banner{
    text-align: center;
}

.shopping-cart-item{
      border-bottom:1px solid #d6d6d6;
      display:block;
      float:left;
      width:607px;
      padding-top: 7px;
      padding-bottom: 1px;
  }
  .shopping-cart-item img, .shopping-cart-item div{
      float:left;
      display: inline-block;
      line-height: 19px;
  }
  .shopping-cart-item div.shopping-cart-item-name{
      float:left;
      display: block;
      clear:right;
      width: 537px;
      font-size: 16px;
  }

  .shopping-cart-item-info{
      width:293px;
  }


  #shopingcart-qty, #shopingcart-price, #shopingcart-total{
      list-style: none;
      float:left;
      text-align:right;
      font-size: 13px;
      margin:0px;
      display:inline-block;
  }

  #shopingcart-price,#shopingcart-total{
      width:78px;
  }

  #shopingcart-total{
      font-weight:bold;
  }

   #shopingcart-qty{
     text-align: left;
     width:31px;
  }

  .shopping-cart-items{
      margin-bottom: 10px;
      padding-top:9px;
  }

  .shopping-cart-stockinfo{
      width: 537px;
  }

  .shopping-cart-item-image{
      margin-right:10px;
  }

  .shopping-cart-items dl{
      width: 577px;
      float:right;
      margin: 0px;
  }

  .shopping-cart-items dt{
      width: 417px;
  }
  .shopping-cart-items dd{
      width: 108px;
  }
  .shopping-cart-items dt,
  .shopping-cart-items dd{
      float: left;
      display: block;
      font-size: 13px;
      line-height: 1.231;
      text-align: right;
      margin-top: 5px;
  }

  .shopping-cart-items .info-panel{
      background: rgb(226, 242, 254);
      padding: 5px 6px;
      margin: 0px;
      border-radius: 3px;
      opacity: 1;
      font-size: 12px;
  }
  .stock-status-icon-0, .stock-status-icon-1, .stock-status-icon-2
  {
      background: url(/skin/frontend/baxshop/default/images/inStockIconsSprite.png) no-repeat;
      width: 23px;
      height: 6px;
      display: inline-block;
      float: left;
      margin-top: 4px;
      margin-right: 6px;
  }
  .stock-status-icon-1
  {
      background-position: 0px -6px;
  }
  .stock-status-icon-0
  {
      background-position: 0px -12px;
  }

  .shopingcart-total-totals{
      background: #f3f3f3;
      border-radius: 5px;
      width: 596px;
      float: left;
      display: block;
      padding: 5px;
      margin-top: 7px;
  }

  .btn-to-cart,  .btn-header-pay{
      border:0px!important;
      height:26px;
      padding:0px;
      margin-left: 10px;
  }
  .btn-to-cart > span, .btn-header-pay > span{

      height:26px;
      display:inline-block;
      padding: 2px 6px 0 16px;
  }

  .btn-to-cart > span{
      color:#303030;
      background: url(/skin/frontend/baxshop/default/images/btn01-gray-large.png) no-repeat left top;
  }

  .btn-header-pay > span{
      color:white;
      background: url(/skin/frontend/baxshop/default/images/btn02.png) no-repeat left top;
  }

  .btn-to-cart > span > span, .btn-header-pay > span > span{
      padding: 0px 19px 0px 0px;
  }

  .btn-to-cart > span > span{
      background: url(/skin/frontend/baxshop/default/images/arrow_black.png) no-repeat right top;
      background-position: right 4px;
  }

  .btn-to-cart span.btn-end{
      background: url(/skin/frontend/baxshop/default/images/btn01-gray-large.png) no-repeat right top;
      width: 6px;
  }

  .btn-header-pay span.btn-end{
      background: url(/skin/frontend/baxshop/default/images/btn02.png) no-repeat right top;
      width: 14px;
      background-color: white;
  }

  .btn-to-cart span.btn-end, .btn-header-pay span.btn-end
  {
      border: none !important;
      height:26px;
      position: absolute;
      right: -1px;
      top: 0px;
      padding: 0px;
  }

  .btn-header-pay, .btn-header-pay{
      border: none;
      height: 26px;
      float: right;
  }

  #shopingcart-header-close{
      float: right;
      text-decoration: none;
      color: rgb(21, 32, 39);
      font-size: 13px;
  }


  .bundleLabel{
      border: 1px solid rgb(150, 150, 150);
      border-image-source: initial;
      border-image-slice: initial;
      border-image-width: initial;
      border-image-outset: initial;
      border-image-repeat: initial;
      border-radius: 4px;
      text-transform: uppercase;
      color: rgb(255, 255, 255);
      padding: 2px 6px;
      margin-bottom: 4px;
      background-image: linear-gradient(rgb(177, 177, 177) 0%, rgb(162, 162, 162) 100%);
      font-size: 13px;
}

#googlerating{
    font-size: 11px;
    margin: 1em 0 15px 0;
    text-align:center;
    color:rgb(21, 32, 39);
}

.product-overlay{
    text-align: center !important;
    position:absolute !important;
    z-index: 1 !important;
    padding:0px !important;
}
.product-overlay.position-top-right
{
    top:0px;
    right:0px;
}
.product-overlay.position-top-left
{
    top:0px;
    left:0px;
}
.product-overlay.position-bottom-right
{
    bottom:0px;
    right:0px;
}
.product-overlay.position-bottom-left
{
    bottom:0px;
    left:0px;
}

.product-overlay span.product-overlay-outerspan span{
    display:block !important;
}

.product-overlay span.product-overlay-outerspan{
    display:block !important;
    float: left !important;
    word-wrap: break-word !important;
    z-index: 1 !important;
    top: 0px !important;
    left: 0px !important;
    display: block !important;
    padding: 0px !important;
    vertical-align: initial !important;
    font-size: inherit !important;
    position:absolute !important;
}

div.shopping-cart-header{
    float: left;
    display: block;
    height: 28px;
    width: 626px;
    clear: right;
}

#pay-with-amazon-tooltip{
    z-index: 10000!important;;
}


div.product-orderer-price{
    display:block;
    margin-left:0px;
    margin-bottom:15px;
}

div.product-orderer-price p.old-price{
    padding:0px;
    font-size: 12px;
    height: 14px;
}
div.product-orderer-price p.special-price
{
    font-weight:normal;
    padding:0px;
}

div.product-orderer-price span.liquid-price
{
    font-size: 10px;
    color: #9a9a9a;
}

div.product-orderer-stock-status{
    display: block;
    margin-bottom: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.product-orderer-stock-status img{
    float:none;
}

#edit-account-form .validation-advice{
    height:initial;
}
.child-item{
    padding: 0px 0px 0px 50px;
}
.data-table tr.bundle-salesitem td{
    border:none;
}
.bundle-salesitem td{
    padding-bottom: 0px;
}
.data-table tr.bundle-salesitem.border td{
    border-bottom: 1px solid #d2d2d2;
}

.socialItem {
    display: inline-block;
    height: 32px;
    margin-left: 19px;
    overflow: hidden;
    width: 127px;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}

.socialItem .icon {
    display: block;
    float: left;
    height: 100%;
    width: 34px;
    border-radius: 3px 0px 0px 3px;
    border-right: 1px solid #d5d5d5;
}

.socialItem .slide {
    display: block;
    height: 100%;
    left: 35px;
    position: absolute;
    width: 90px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    cursor: hand;
}
.socialItem .slide p {
    color: #808080;
    font-size: 15px;
    left: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
}
.fb .icon {
    background-image: url('../images/social-item-facebook.png');
    background-image: url('../images/social-item-facebook.png'), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EDEDED));
    background-image: url('../images/social-item-facebook.png'), -webkit-linear-gradient(top, #ffffff, #EDEDED);
    background-image: url('../images/social-item-facebook.png'),    -moz-linear-gradient(top, #ffffff, #EDEDED);
    background-image: url('../images/social-item-facebook.png'),     -ms-linear-gradient(top, #ffffff, #EDEDED);
    background-image: url('../images/social-item-facebook.png'),      -o-linear-gradient(top, #ffffff, #EDEDED);
    background-image: url('../images/social-item-facebook.png'),         linear-gradient(top, #ffffff, #EDEDED);
    background-repeat: no-repeat;
    background-position: 12px 6px, top left;
}
.gp .icon {
    background-image: url(../images/social-item-googleplus.png);
    background-image: url('../images/social-item-googleplus.png');
    background-image: url('../images/social-item-googleplus.png'), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EDEDED));
    background-image: url('../images/social-item-googleplus.png'), -webkit-linear-gradient(top, #ffffff, #EDEDED);
    background-image: url('../images/social-item-googleplus.png'),    -moz-linear-gradient(top, #ffffff, #EDEDED);
    background-image: url('../images/social-item-googleplus.png'),     -ms-linear-gradient(top, #ffffff, #EDEDED);
    background-image: url('../images/social-item-googleplus.png'),      -o-linear-gradient(top, #ffffff, #EDEDED);
    background-image: url('../images/social-item-googleplus.png'),         linear-gradient(top, #ffffff, #EDEDED);
    background-repeat: no-repeat;
    background-position: 10px 8px, top left;
}

.fb iframe,
.socialItem .plus-us {
    display: block;
    position: absolute;
    right: -3px;
    top: 4px;
}
.socialItem .plus-us {
    right: -10px;
}

.gradient-001 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED');
    background: -ms-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EDEDED));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%);
}
.gradient-001-reversed {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#FFFFFF');
    background: -ms-linear-gradient(top, #EDEDED 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(top, #EDEDED 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, #EDEDED 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EDEDED), color-stop(1, #FFFFFF));
    background: -webkit-linear-gradient(top, #EDEDED 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #EDEDED 0%, #FFFFFF 100%);
}
.social-item-wrapper {
    padding:23px 0;
    margin-top: 10px;
    border-top: solid 1px #D3D3D3;
}
.other-products-img-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 499px;
}

.other-products-img-list li{
    display:inline-block;
    margin-bottom: 7px;
    margin-right: 9px;
    position: relative;
}

.other-products-img-list li img{
    border: 1px solid rgb(214, 214, 214);
    padding:4px 3px 4px 4px;
}

.bundles .spacer {
    font-size: 24px;
    height: 26px;
    width: 26px;
    background: #b3b3b3;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    top: 60px;
    left:-19px;
    display: block;
    z-index: 1;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    position:absolute;
}

.bundles .bundles-right{
    padding: 0px 0 0 4px;
    width:478px;
}
.bundles .bundles-right a{
    color:#152027;
    text-decoration: none;
}

.bundles .bundles-right a:visited{
    color:#152027;
}

.other-products-price-list,
.other-products-total-prices{
    margin: 0px;
    padding: 0px;
}

.other-products-total-prices{
    margin-top:7px;
    padding:10px;
    background-color:#edf0f1;
}
.bundles-right li{
    list-style: none;
    display:inline-block;
    line-height: 20px;
    font-size:13px;
}
.bundles-right li.right{
    text-align: right;
    width: 92px;
}
.bundles-right li.right.currentprice{
    font-weight: 700;
}

.bundles-right .other-products-total-prices li.left{
    width: 362px;
    text-align: right;
    font-weight: 700;
}
.bundles-right li.left{
    width: 372px;
}

.other-products-old-price{
    background-image: url(/skin/frontend/baxshop/default/images/strike.png);
    background-repeat: no-repeat;
    background-position: left;
    color: #6B6B6B;
}

.other-products-pay-button-div{
    padding-right:10px;
    margin-top: 15px;
    display:block;
    float:right;
}
.other-products .other-products-pay-button-div button{
    float:right;
}

.child-item{
    padding: 0px 0px 0px 50px;
}
.data-table tr.bundle-salesitem td{
    border:none;
}
.bundle-salesitem td{
    padding-bottom: 0px;
}
.data-table tr.bundle-salesitem.border td{
    border-bottom: 1px solid #d2d2d2;
}
.pp_hoverContainer a table{
    height: 100%;
    margin-top: -2px;
    border: none;
    width: 65px;
    color: white;
    display:none;
}

.pp_hoverContainer a.pp_next table{
    float: right;
    margin-left:10px;
    text-align: left;
}

.pp_hoverContainer a.pp_previous table{
    float: left;
    margin-right:10px;
    text-align: right;
}

.pp_hoverContainer a table td{
    vertical-align: middle;
    border: none;
    padding: 0px;
}
.pp_hoverContainer a table span{
    background: url(../images/prettyPhoto/prettyphoto_button_center.png);
    height: 16px;
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 9px;
}
div.pp_hoverContainer a{
    text-indent: 0px;
}

a:hover table{
    display:table;
}

.pp_close_middle
{
    background: url(../images/prettyPhoto/prettyphoto_button_center.png);
    padding-top: 1px;
    height: 16px;
    margin-left: 0px;
    display: inline-block;
    color: white;
    padding-bottom: 5px;
    float: left;
    font-size: 9px;
    padding-right: 5px;
    padding-left: 2px;
}

.pp_close_start{
    background: url(../images/prettyPhoto/sprite.png) -1px -1px no-repeat;
    display: inline-block;
    width: 9px;
    height: 22px;
    margin-right: 0px;
    float: left;
}
.pp_close_end{
    background: url(../images/prettyPhoto/sprite.png) -53px -1px no-repeat;
    float: left;
    display: inline-block;
    height: 22px;
    width: 24px;
}

.pp_bottom .pp_close_custom.pp_close
{
    background:none;
    width:initial;
    text-indent:0px;
}
.pp_default{
    min-width:110px;

}

div#bundlescontainer p.availability {
    width: 357px;
    margin-left: 51px;
}

#products-list div.product-shop p.availability {
    margin-left:50px;
}

div.other-products p.tax-rate{
    float: right;
    width: 434px;
}

li.other-products-price em{
    margin-left:-3px;

}

#pp_full_res div.product-view .tax-rate{
    clear:both;
    padding-top: 0px;
}

#pp_full_res div.product-view div.product-essential div.price-box{
    height: 70px;
}

#pp_full_res div.product-view .add-to-box{
    top: 80px;
}

ul.alert-urls{
    list-style-type: none;
    padding: 0px;
    margin: 4px 0px 0px 0px;
}

input.width70{
    width:70px!important;
}
.alerturls-form-data input.input-subject{
    color:#152027;
}

.review-form .form-row .validation-advice,
.alerturls-form-data .form-row .validation-advice{
    left: 437px;
    padding: 7px 0 0 0;
    width: 232px;
    height: initial;
    position: absolute;
    right: 50px;
}

.alerturls-form-data .input-subject,
.review-form input.input-subject,
.review-form input,
.alerturls-form-data input
{
    width:400px;
    color: #152027;
    font-size: 13px;
    padding: 0px 0px 0px 4px;
    height: 24px;
}

.review-form input.input-subject,
.alerturls-form-data input.input-subject{
    color:#152027;
}

.review-form .form-label,
.alerturls-form-data .form-label
{
    width: 135px;
}

.review-form .form-row-info,
.alerturls-form-data .form-row-info
{
   padding: 20px 0 12px 146px;
   font-size: 85%;
}

.alerturls-form-data h2{
    margin-bottom: 46px;
    margin-top: 14px;
}

.review-form h2,
.alerturls-form-data h2{
    margin-bottom: 46px;
    margin-top: 14px;
}
ul.review-form{
    list-style: none;

}


div.alerturls-form-data textarea
{
    color: #152027;
    font-size: 13px;
    height: 110px;
    padding: 3px 4px 3px 4px;
    width: 396px;
}

form input.text.validation-failed:focus,
form input.email.validation-failed:focus,
form input.password.validation-failed:focus,
form textarea.validation-failed:focus,
form textarea.validation-failed.uniform:focus,
form input.text.validation-failed,
form input.email.validation-failed,
form input.password.validation-failed,
form textarea.validation-failed.uniform {
    border: 1px solid #c0c0c0;
    box-shadow: none;
    color: red;
    background-color: white;
}

form input.text:focus,
form input.email:focus,
form input.password:focus,
form textarea.uniform:focus
{
    border: 1px solid #c0c0c0;
    box-shadow: none;
    background-color: white;
}
form hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

div form hr{
    width: 780px;
}

ul.alert-urls li{
    padding-bottom:6px;
    font-size:13px;
    line-height: 1.231;
}
ul.alert-urls li a{
    text-decoration:none;
}
.center-text{
    text-align: center;
}

.thankyou-text-shareproduct .message{
    text-align: center;
}
ul.sitemap li.head{
    list-style-type: none;
    margin-left: -17px;
    font-weight: bold;
    border-left: none;
    padding-left: 0px;
    margin-bottom: 3px;
}

ul.sitemap li{
    list-style-type: square;
    padding-bottom:10px;
}

ul.sitemap a:visited,
ul.sitemap a {
    color:#333333;
    text-decoration: none;
}

div.sitemap-spacer {
  margin-bottom: 35px;
}

ul.sitemap{
    display: inline-block;
    vertical-align: top;
    width: 195px;
}

.breadcrumbs div{
    display:inline;
}
.breadcrumbs div a{
    margin-right:4px;
    text-decoration:none;
}

.breadcrumbs div.last-breadcrumb{
    background:none;
}

.breadcrumbs {
    font-size: 13px;
    width: 100%;
    padding-bottom:10px;
}
.breadcrumbs div:first-child{
    padding-left:0;
}

.product-view #panel-description h2,
.product-view #panel-description h3
{
    font-weight:bold;
}
.product-view #panel-description h2{
    font-size:108%;
}
.product-view #panel-description h3{
    font-size:93%;
}

.product-view .product-view-header{
    margin-bottom:0.3em;
    display: block;
    font-size:108%;
}

.product-view #panel-description h4{
    font-size:13px;
}

.product-view #panel-description .section{
    margin-top: 10px;
}

.bundle-sku{
    width: 100%;
    margin-bottom: 12px;
    color: #666666;
    font-size: 12px;
}
.cartAmoutDisabled{
    border-radius: 3px;
    width: 47px;
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: 2px 2px 2px 0;
    height: 17px;
}
.gift_selector {
    padding: 9px 9px 9px 67px;
    margin: -8px 0 3px 0;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    height:28px;
}
#pp_full_res div.product-view .add-to-box {top: 95px;}

.other-products-description-holder{
    float:right;
    width:490px;
}
.other-products-image-holder{
    float:left;
    width:260px;
}

.rounded_mini .pp_content .price-box
{
    width:inherit;
}

.rounded_mini .pp_inline p.no_price
{
    text-align: center;
    margin-top: 19px;
}

.header .links > li.servicelinks.languageswitcher{
    width: 51px;
}

.flag{
    width: 16px;
    height: 16px;
    margin: 0px 2px 0px 2px;
    background: url(http://mg-dev-fr.jhe.dev.bax-ict.nl/skin/frontend/baxshop/default/images/flags.png) no-repeat;
}

.flag.flag-FR
{
    background-position: 0px -32px;
}
.flag.flag-GB
{
    background-position: 0px -48px;
}
.flag.flag-DE
{
    background-position: 0px -16px;
}

.flag.flag-BE
{
    background-position: 0px -64px;
}

.flag.flag-AT
{
    background-position: 0px -80px;
}

.flag.flag-ES
{
    background-position: 0px -96px;
}

.flag.flag-LU
{
    background-position: 0px -112px;
}



.isUsefulInCountries span
{
    display: block;
    float:left;
    color:#B5AFAB;
}

.isUsefulInCountries:hover div.countries-title-wrapper,
.isUsefulInCountries:hover div.bottom-pointer div
{
    display:block;
}

.isUsefulInCountries .bottom-pointer
{
    margin: 0 auto;
    width: 16px;
}

.isUsefulInCountries .bottom-pointer div{
    width: 15px;
    height: 15px;
    background: #333333;
    display: block;
    margin: 0 auto;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 2px;
    display:none;
    position:absolute;
}

.isUsefulInCountries div.countries-title-wrapper div.countries-title
{
    padding: 10px;
    background: #333333;
    color: white;
    display: block;
    margin-top: -48px;
    left: -50%;
    position: relative;
    margin: -48px -110px 0 -110px;
    font-size: 11px;
}

.isUsefulInCountries div.countries-title-wrapper
{
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -110px;
}

.ui-dialog .product-img-box .main-image,
.pp_content_container .product-img-box .main-image
{
    width:200px;
    height:200px;
}

.ui-dialog .thumbnailcontainer,
.pp_content_container .thumbnailcontainer {
    height:auto;
    width: auto;
    overflow: auto;
}

.ui-dialog .thumbnails,
.pp_content_container .thumbnails{
    width:237px;
    position: relative;
}

.ui-dialog .thumbnails li,
.pp_content_container .thumbnails li{
    margin-bottom: 5px;
    padding: 4px;
}

.related-newsitems h2{
    color:#006DD3;
    font-size: 153.9%;
    font-weight: normal;
    line-height: 165%;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.related-newsitems span.date-of-publishness{

}
.related-newsitems .news-item{
    border-top: 1px solid #d3d3d3;
    padding-bottom:20px;
}

.related-newsitems .news-item.first{
    border-top: none;
}

.related-newsitems a{
    text-decoration:none;
    outline: none;
}

.related-newsitems .news-item p{
    margin-bottom: 0px;
}

.add-to-cart-block{
    float:left;
}
.products-list .add-to-cart-block{
    width: 50%;
}

.add-to-cart{
    float: right;
}
.products-list .add-to-cart{
}

/**
 * .cart-quant-* is now deprecated due to the jquery.quantify-plugin
 * Should be yet converted to the plugin!!
 */
.cart-quant-button-holder{
    float:left;
    width: 18px;
    height: 36px;
}
.cart-quant-button-holder a{
    background: #ebeced;
    color: #505050;
    cursor: pointer;
    display: block;
    text-align: center;
    height: 46%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 15px;
    font-size: 14px;
}

.cart-quant-button-holder a:first-child{
    border-bottom: solid 1px #D3D3D3;
    border-top: solid 1px #D3D3D3;
    border-right: solid 1px #D3D3D3;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.cart-quant-button-holder a:last-child{
    border-bottom: solid 1px #D3D3D3;
    border-right: solid 1px #D3D3D3;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.cart-quant-button-holder a.disabled{
    background: #ebeced;
    color: #c5c5c5;
    cursor: default;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}