@import "p2colors.less";


.p2-catalog-list-image{
    background-color: @background;
}

html{
    overflow-y: scroll !important;
    height:100%;
}

div#bg{
    height:100%;
    background-image: none;
    width: 1000px;
    margin: 0 auto;
}

div#portal{
    width: 986px;
    margin: 0 auto;
    vertical-align: top;
    display: block;
    text-align: left;
}

body{
    margin: 0;
    text-align: center;
    background-color: white;
    font: @font;
}

div.portlet {
    font: @font;
    color: @text-default;
}

div.portlet a{
    color: @text-link;
}

div.portlet a:hover{
    color: @text-link-hover;
}

div#p2content {
    position: relative;
    background-color: #FFFFFF;
    padding: 10px 0;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.p2-message-ok{
    width: 100%;
    border: 1px solid @text-ok;
}

.p2-message-ok .icon{
    height: 35px;
    width: 35px;
    background: url('../images/p2-message-icon-ok.png') no-repeat 100% 50%;
}

.p2-message-ok .text{
    color: @text-ok;
}

.p2-message-warning{
    width: 100%;
    border: 1px solid @text-warning;
}

.p2-message-warning .icon{
    height: 35px;
    width: 35px;
    background: url('../images/p2-message-icon-warning.png') no-repeat 100% 50%;
}

.p2-message-warning .text{
    color: @text-warning;
}

.p2-message-error{
    width: 100%;
    border: 1px solid @text-error;
}

.p2-message-error td.icon{
    height: 35px;
    width: 35px;
    background: url('../images/p2-message-icon-error.png') no-repeat 100% 50%;
}

.p2-message-error .text{
    color: @text-error;
}

.p2-button-forward, .p2-button-backward{
    cursor: pointer;
}

.p2-button-forward .left{
    height: 60px;
    width: 9px;
    background: url('../images/p2-button-forward-left.png');
}

.p2-button-forward .center, .p2-button-backward .center, .p2-button-disabled .center{
    height: 60px;
    background: url('../images/p2-button-center.png');
    text-transform: uppercase;
    min-width: 100px;
    max-width: 200px;
    text-align: center;
}

.p2-button-forward .right{
    height: 60px;
    width: 45px;
    background: @button-forward url('../images/p2-button-forward-right.png');
}

.p2-button-forward:hover .right{
    height: 60px;
    width: 45px;
    background: @button-forward-hover url('../images/p2-button-forward-right-hover.png');
}

.p2-button-backward .left{
    height: 60px;
    width: 45px;
    background: @button-backward url('../images/p2-button-backward-left.png');
}

.p2-button-backward:hover .left{
    height: 60px;
    width: 45px;
    background: @button-backward-hover url('../images/p2-button-backward-left-hover.png');
}

.p2-button-backward .right{
    height: 60px;
    width: 9px;
    background: url('../images/p2-button-backward-right.png');
}

.p2-button-disabled .left{
    height: 60px;
    width: 9px;
    background: url('../images/p2-button-forward-left.png');
}

.p2-button-disabled .center{
    color: @text-disabled;
}

.p2-button-disabled .right{
    height: 60px;
    width: 9px;
    background: url('../images/p2-button-backward-right.png');
}

.p2-options-container{
    border: 1px solid @text-default;
    margin-top: 20px;
    padding-top: 10px;
}

.option-line{
    background: white url('../images/p2-navigator-separator.png') center bottom repeat-x;
}

.option-image{
    height: 80px;
    padding: 0px 10px 10px 10px;
}

.option-title-active{
    color: @text-default;
    padding-bottom: 10px;
    font-size:13px;
    text-decoration: underline;
}
.option-title-active span{
    cursor: pointer;
}

.option-title-inactive{
    color: @text-default;
    padding-bottom: 10px;
    font-size:13px;
}

.option-button{
    padding-bottom: 10px;
}

.price-tag-list{
    width: 87px;
    height: 86px;
    background: @background url('../images/p2-price-tag-list.png') no-repeat top right;
}

.price-tag-list .text{
    padding-top: 20px;
    text-align: center;
    color: white;
}

.price-tag-list .text .price{
    text-transform: uppercase;
    color: white;
}
.p2-item-title{
    color: black;
    font-weight: bold;
    font-size: 11px;
}

.p2-item-release{
    color: grey;
    font-size: 10px;
}

.p2-item-read-more{
    padding-top: 15px;
    float: left;
}

.p2-dealtype-image{
    margin-right: 10px;
    background-color: @background;
}

.p2-dealtype-title{
    font-weight: bold;
}

.p2-dealtype-description{
    padding-top: 10px;
    width: 360px;
}

.p2-cart-button{
    width: 192px;
    height: 46px;
    background: @background url('../images/p2-cart-button.png');
    cursor: pointer;
}

.p2-cart-button{
    width: 192px;
    height: 46px;
    background: @background url('../images/p2-cart-button.png');
    cursor: pointer;
}

.p2-cart-button:hover{
    background: @background url('../images/p2-cart-button-hover.png');
}

.p2-cart-button .p2-price{
    /*line-height: 46px;*/
    /*padding-left: 30px;*/
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.p2-old-price{
    /*width: 192px;*/
    text-decoration: line-through;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.p2-local-money{
    padding-left: 30px;
    text-align: center;
    color: @background;
}

.p2-extra-info {
    padding: 0px 0px 5px 10px;
    color: @background;
    width:680px;
}

.p2-save{
    width: 192px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.p2-save .save-title{
    font-weight: normal;
}

#deviceMessageBox .container{
    width: 700px;
    height:150px;
    position: relative;
    background: url('../images/p2-positive-message-icon.png') no-repeat top right;
}

#deviceMessageBox .container .image{
    float:left;
    padding: 10px;
}

#deviceMessageBox .container .text{
    float: right;
    width: 510px;
    height: 110px;
    padding: 25px 20px 0px 20px;
}

#positiveMessageBox{
    border: 1px solid @text-default;
    background: url('../images/p2-positive-message-icon.png') no-repeat top right;
}

#positiveMessageBox .cart-image{
    width: 140px;
    height: 100px;
    background: url('../images/p2-message-cart-icon.png') no-repeat center center;
}

#positiveMessageBox .title{
    padding: 10px;
    font-size: 13px;
    color: @text-ok;
    font-weight: bold;
    width: 430px;
}

#positiveMessageBox .description{
    padding: 10px;
    font-size: 13px;
    color: @text-default;
}

#deviceMessageBox .container .text .title{
    font-size: 13px;
    color: @text-ok;
    font-weight: bold;
}

#deviceMessageBox .container .text .description{
    padding-top: 10px;
    font-size: 13px;
    color: @text-default;
}

.note{
    padding: 50px 20px;
    color: @text-default;
    font-size: 11px;
    float: left;
}

.note .title{
    font-weight: bold;
}

#p2TabbedMenu{
    position: relative;
    padding: 10px;
}

#p2TabbedMenu .menu-content{
    padding: 10px;
    margin-top:40px;
    display: none;
    border: 1px solid black;
}

#p2TabbedMenu .tabs{
    position: absolute;
    left: 10px;
    top: 21px;
}

#p2TabbedMenu .tabs ul{
    margin-left:0;
    margin-top:0;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

#p2TabbedMenu .tabs li{
    float: left;
    positiion: relative;
}

#p2TabbedMenu .tabs a{
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
    line-height: 28px;
    font-size: 11px;
    font-weight: bold;
}

#p2TabbedMenu .tabs .label-container-inactive a{
    color: @text-bright;
}

#p2TabbedMenu .tabs .label-container-inactive a:hover{
    color: @text-default;
}

#p2TabbedMenu .tabs .label-container-active a{
    color: @text-default;
}

#p2TabbedMenu .tabs .label-container-acitve, #p2TabbedMenu .tabs .label-container-inacitve{
    float: left;
}

#p2TabbedMenu .tabs .label-container-inactive .label-text{
    float: left;
    height: 28px;
    border-top: 1px solid #e0e2e5;
    border-left: 1px solid #e0e2e5;
}

#p2TabbedMenu .tabs .label-container-inactive .label-image{
    float: left;
    width: 26px;
    height: 28px;
    background: url('../images/p2-tabbedMenu-right-inactive.png') no-repeat;
}

#p2TabbedMenu .tabs .label-container-active .label-text{
    float: left;
    height: 28px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid white;
}

#p2TabbedMenu .tabs .label-container-active .label-image{
    float: left;
    width: 30px;
    height: 30px;
    background: url('../images/p2-tabbedMenu-right-active.png') no-repeat bottom;
}

.note .description{
    padding-top: 15px;
}

.details .note{
    padding: 0;
    width: 240px;
}

.deviceBox .details{
    padding: 0;
}

.deviceBox .details .note{
    padding: 0;
    width: 100%;
}

.deviceSelected-arrow{
    position: absolute;
    bottom: 10px;
    left: 5px;
    color: @text-dark;
    font-size: 11px;
    text-align: center;
    width: 300px;
    height: 50px;
    background: url('../images/p2-device-selected-arrow.png') no-repeat;
}

.p2Title{
    background: url('../images/p2-title-background.png') center no-repeat;
    min-height: 60px;
    width: 100%;
    padding-top:10px;
    
}

.p2Title .title{
    font-weight: bold;
    text-transform: uppercase;
    color: @text-default;
    font-size:13px;
    text-align:center;
    padding-bottom: 3px;
}

.p2Title .description{
    font-weight: normal;
    color: @text-default;
    font-size:12px;
    padding-left: 250px;
}

.p2Title .button{
    color: @text-bright;
    float: left;
    padding-left: 25px;
}

.searchMatch{
    background-color: @background;
    color: white;
}

.deviceSearchContainer{
    margin:17px 0px 17px 17px;
    float: left;
}

.deviceSearch{
    padding: 20px;
    width: 650px;
    height: 60px;
    font-weight: bold;
}

.deviceSearch input{
    width: 350px;
}

.deviceBoxContainer{
    margin:17px 13px 0px 0px;
    float: right;
}

.deviceBox{
    position: relative;
    padding: 0px;
    width: 200px;
    height: 600px;
}

.deviceBox .name{
    text-align: left;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.deviceBox .image{
    padding: 30px 5px;
}

.deviceBox .content{
    font-size:11px;
    padding:10px;
}

.deviceBox .other{
    margin: 0px;
    height: 300px;
    background:     url('../images/p2-other-device.png') bottom no-repeat;
}

.deviceBox .button{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.accordion{
    float: left;
    margin-left: 20px;
    padding: 20px;
    width: 650px;
    border: 1px solid #CCCCCC;
}

.accordion .active{
    width: 100%;
    font-weight:bold;
    font-size:12px;
    padding: 5px 5px 5px 20px;
    cursor: pointer;
    color: @text-default;
}

.accordion .active .icon{
    width: 10px;
    height: 10px;
    background: @text-default url('../images/p2-accordion-item-icon.png');

}

.accordion .inactive{
    width: 100%;
    font-weight:bold;
    padding: 5px 5px 5px 0px;
    cursor: pointer;
    color: @text-custom;
}

.accordion .inactive .icon{
    width: 10px;
    height: 10px;
    background: @background url('../images/p2-accordion-item-icon.png');
}

.accordion-head:focus{
    outline: none;
}

div[class~=accordion-head][class~=separator]{
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #CCCCCC;
}

a.accordion-head-a{
    font-weight: bold;
    color: @background !important;
    text-decoration: none !important;
}

.accordion .icon{
    width: 10px;
    height: 10px;
    background: @background  url('../images/p2-accordion-item-icon.png');
    margin: 3px 5px 0px 0px;
    float: left;
}

.accordion .ui-state-active .icon{
    margin-top: 1px;
    background: url('../images/p2-accordion-item-icon-active.png');
}

.ui-state-active a.accordion-head-a{
    color: @text-default !important;
}

.p2-link{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    cursor: pointer;
}

.p2-link .labelforward{
    float: right;
    color: @text-forward;
}

.p2-link .imageforward{
    float: right;
    width: 11px;
    height: 11px;
    background: @text-forward url('../images/p2-link-forward.png');
    margin: 2px 0px 0px 3px;
}

.p2-link .labelbackward{
    margin-left:15px;
    color: @text-backward;
    white-space:nowrap;
}

.p2-link .imagebackward{
    float: left;
    width: 11px;
    height: 11px;
    background: @text-backward url('../images/p2-link-backward.png');
    margin: 2px 3px 0px 0px;
}

.p2-link:hover .labelforward{
    color: @text-forward-hover;
}

.p2-link:hover .labelbackward{
    color: @text-backward-hover;
}

.p2-link:hover .imagebackward{
    background-color: @text-backward-hover;
}

.p2-link:hover .imageforward{
    background-color: @text-forward-hover;
}

.p2-navigator {
    /*padding-bottom: 20px;*/
    width: 100%;
}

.p2-navigator .item {
    cursor: pointer;
    height: 31px;
    display: block;
}

.p2-navigator .line {
    background: white url('../images/p2-navigator-separator.png') 50% 50% repeat-x;
}

.p2-navigator .item .image{
    background-color: @background-icon;
    width: 31px;
}

.p2-navigator .item .text{
    font-size: 11px;
    font-weight: bold;
    width: 160px;
    color: @text-dark;
}

.p2-navigator .item .arrow {
    background: @background-icon url('../images/p2-navigator-arrow.png') 50% 50% no-repeat;
    width: 23px;
    height: 31px;
}

.p2-portlet-brief {
    width: 225px;
}

.p2-portlet-brief-header {
    height: 83px;
    background: @background-box-landing url('../images/p2-brief-header.png');
}

.p2-portlet-brief-header table{
    height:100%;
}


.p2-portlet-brief-header div.title{
    padding: 22px 0px 0px 12px;
    width: 156px;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}

.p2-portlet-brief-header div.label{
    padding-left: 12px;
    width: 160px;
    display: none;
    color: @text-bright;
    font: bold 10px;
    height: 27px;
}

.p2-portlet-brief-body {
    padding: 10px 12px 0px 12px;
    color: @text-default;
    font-weight: bold;
    font-size: 11px;
    background: url('../images/p2-brief-body.png');
}

.p2-portlet-brief-body td.p2{
    color: @text-link;
}

.p2-portlet-brief-body a.p2{
    text-decoration: underline;
}

.p2-portlet-brief-footer {
    height:20px;
    background: url('../images/p2-brief-footer.png');
}

.p2-portlet-brief-disabled .p2-portlet-brief-header {
    background: @background-box-landing url('../images/p2-brief-header-disabled.png');
}

.p2-portlet-brief-disabled .p2-portlet-brief-body {
    color: #D6D6C5;
    background: url('../images/p2-brief-body-disabled.png');
}

.p2-portlet-brief-disabled .p2-portlet-brief-footer {
    background: url('../images/p2-brief-footer-disabled.png');
}

.p2-headed-box {
    width: 294px;
}

.p2-headed-box-header {
    height: 62px;
    background: @background-box url('../images/p2-headed-box-header.png');
    width: 100%;
}

.p2-headed-box-header-arrowless {
    height: 62px;
    background: @background-box url('../images/p2-headed-box-arrowless-header.png');
    width: 100%;
}

.p2-headed-box-header div.title, .p2-headed-box-header-arrowless div.title{
    padding: 22px 0px 0px 12px;
    width: 240px;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 14px;
    height: 36px;
}

.p2-headed-box-body {
    padding: 0px 20px 0px 20px;
    color: @text-default;
    font-weight: bold;
    font-size: 11px;
    background: url('../images/p2-headed-box-body.png');
    position: relative;
}

.p2-headed-box-footer {
    height:20px;
    background: url('../images/p2-headed-box-footer.png');
    width: 100%;
}

.p2-simple-box{
    cursor: pointer;
    float: left;
}

.p2-simple-box-no-hover{
    float: left;
}

.p2-simple-box-left{
    float: left;
    height:100%;
    width: 4px;
    vertical-align: middle;
}


.p2-simple-box-right{
    float: left;
    height:100%;
    width: 4px;
}

.p2-simple-box-left .leftHead, .p2-simple-box-left .leftFoot{
    height: 3px;
}

.p2-simple-box-right .rightHead, .p2-simple-box-right .rightFoot{
    height: 3px;
}

.p2-simple-box-left img{
    width:4px;
    height: 100%;
}

.p2-simple-box-right img{
    height:100%;
    width:4px;
}

.p2-simple-box-center{
    float: left;
}

.p2-simple-box-center .centerHead{
    height: 4px;
    background: url('../images/p2-simple-box-top.png') repeat-x;
}

.p2-simple-box-center .centerFoot{
    height: 4px;
    background: url('../images/p2-simple-box-bottom.png') repeat-x;
}

.p2-simple-box:hover .p2-simple-box-left .leftBody{
    float: left;
    height:100%;
    width: 4px;
    background: url('../images/p2-simple-box-left-hover.png') repeat-y;
}

.p2-simple-box:hover .p2-simple-box-right .rightBody{
    float: left;
    height:100%;
    width: 4px;
    background: url('../images/p2-simple-box-right-hover.png') repeat-y;
}

.p2-simple-box:hover .p2-simple-box-left img {
    visibility: hidden;
}

.p2-simple-box:hover .p2-simple-box-right img {
    visibility: hidden;
}

.p2-simple-box:hover .p2-simple-box-center .centerHead{
    height: 4px;
    background: url('../images/p2-simple-box-top-hover.png') repeat-x;
}

.p2-simple-box:hover .p2-simple-box-center .centerFoot{
    height: 4px;
    background: url('../images/p2-simple-box-bottom-hover.png') repeat-x;
}

.p2-simple-box:hover .p2-simple-box-left .leftHead, .p2-simple-box:hover .p2-simple-box-left .leftFoot{
    height: 3px;
}

.p2-simple-box:hover .p2-simple-box-right .rightHead, .p2-simple-box:hover .p2-simple-box-right .rightFoot{
    height: 3px;
}

/*START----     NEWSBRIEF     -----*/

#p2News{
    padding-top: 10px;
}

#p2News .title{
    width: 100%;
    height:28px;
    float: left;
    padding-bottom: 10px;
    color: @text-default;
}

#p2News .title .left{
    font-size: 11px;
    font-weight: bold;
    height: 100%;
    padding:0px 30px 0px 20px;
    background: url('../images/p2-brief-portlet-header.png') 100% 0 no-repeat;
    border-bottom:none;
}

#p2News .title .right{
    height: 100%;
    border-bottom: 1px solid black;
    width: 100%;
}

#p2News .content{
    color: @text-default;
    font-size: 10px;
    padding: 20px;
}

#p2News .content .title{
    cursor: pointer;
    padding-top: 5px;
    font-weight: bold;
    text-decoration: underline;
}

#p2News .content .description{
    padding-top: 3px;
    font-weight: normal;
}

#p2News .content .date{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #555;
}

#p2News .footer{
    float: left;
    height: 0px;
    width: 100%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid black;
}

#p2News .rss{
    float: right;
}

/*END------     NEWSBRIEF     -----*/

/*START----     CATALOG     -----*/

#p2Catalog .container{
    width: 705px;
}

#p2Catalog .banner{
    padding: 5px;
}

#p2Catalog .content{
    padding: 20px;
}

#p2Catalog .content-menu{
    float: left;
}

#p2Catalog .content-menu a.active{
    float: left;
}

#p2Catalog .content-menu a.inactive{
    float: left;
    color: @text-bright;
    cursor: pointer;
}

#p2Catalog{
    .title{
        font-size:24px;
    }
    .description{
        margin-top:10px;
    }
    .teaser{
    }
}

/*END------     CATALOG     -----*/

/*START----     LANDINGBANNER   -----*/

.p2-landing-banner{
    height:300px;
    width: 960px;
    margin-left: 13px;
    background-position: center;
    background-repeat: no-repeat;
}

.p2-landing-banner .description{
    padding: 15px;
    width: 500px;
    color: @text-bright;
    background: transparent url('../images/p2-banner-text-background.png')
}

/*END------     LANDINGBANNER   -----*/

/*START----     P2SHOW          -----*/

#p2-show{
    width: 715px;
}

#p2-show .message{
    width: 665px;
    padding: 20px;
}

/*END------     P2SHOW          -----*/

/*START----     DEVICEBRIEF     -----*/

#deviceManager{
}

#deviceManager .title{
    padding: 0px 0px 15px 0px;
    color: @text-bold;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

#deviceManager .left{
    font-weight: bold;
    color: @text-bold;
    font-size: 11px;
    text-transform: uppercase;
}

#deviceManager .link{
    cursor: pointer;
    font-weight: bold;
    color: @text-dark;
    font-size: 10px;
    text-transform: uppercase;
}

#deviceManager .linkActive{
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
    color: @text-bold;
    text-transform: uppercase;
}

#deviceManager .link .icon{
    float: right;
    width: 10px;
    height: 10px;
    margin: 2px 5px 0px 3px;
    background: @text-dark  url('../images/p2-accordion-item-icon.png');

}

#deviceManager .linkActive .icon{
    float: right;
    width: 10px;
    height: 10px;
    margin: 0px 5px 0px 3px;
    background: @text-default url('../images/p2-accordion-item-icon-active.png');
}

.details{
    padding: 20px;
    display: none;
}

.details .label{
    padding: 5px 5px 2px 0px;
    font-size:11px;
    font-weight: bold;
    color: @text-bold;
}

.details .value{
    padding: 2px 5px 5px 0px;
    font-size:11px;
    font-weight: normal;
    color: @text-default;
    border-bottom: 1px dotted black;
}

.details .valueLast{
    padding: 2px 5px 5px 0px;
    font-size:11px;
    font-weight: normal;
    color: @text-default;
}

/*END------     DEVICEBRIEF     -----*/

/*START----     FOOTER , HEADER , HEADER MENU     -----*/


div#portlet-footer{
    font-size: 10px;
    font-weight: bold;
    background: @background-frame url('images/footer-background.png') no-repeat center center;
    width: 100%;
    height: 90px;
    float:left;
}

div#portlet-footer .container{
    padding: 25px 25px 0px 20px;
}

div#portlet-footer .terms-aboutus{
    float: left;
}

div#portlet-footer .terms-aboutus a{
    text-decoration: none;
    color: @text-default;
}

div#portlet-footer .terms-aboutus a:hover{
    color: @text-custom;
}

div#portlet-footer .copyright{
    float: right;
}

.footer-right-motto{
    display: none;
}

div#portlet-header{
    background: @background-frame url('images/header-background.png') no-repeat center center;
    width: 100%;
    height: 120px;
    float:left;
}

div#portlet-header .specImage{
    display: none;
}

div#header-logo {
    /*background: url('images/header-logo.png') no-repeat left top;*/
    width: 300px;
    height: 100%;
    margin-top: 17px;
    float: left;
    cursor: pointer;
}

div#header-logo-license {
    background: url('images/header-logo-license.png') no-repeat left top;
    width: 300px;
    height: 100%;
    margin-top: 17px;
    float: left;
    cursor: pointer;
}

div.portlet {
    overflow: visible;
}

div#header-content {
    height: 60px;
    position: relative;
    width: 985px;
    margin-top: -68px;
    float: right;
    z-index: 1200;
}

div#header-content div.link table {
    padding: 5px 5px 5px 5px;
}

div#header-content table td.linkLabel .icon{
    width: 10px;
    height: 10px;
    float: left;
    margin: 3px 3px;
    background: @text-menu url('../images/p2-accordion-item-icon.png') no-repeat;
}

div#header-content table:hover td.linkLabel .icon{
    width: 10px;
    height: 10px;
    float: left;
    margin: 3px 3px;
    background: @text-menu-hover url('../images/p2-accordion-item-icon.png') no-repeat;
}

div#header-content table td.linkDescription {
    /*text-align: left;*/
    padding-bottom: 5px;
}

div#header-content table td.separator  {
    border-bottom: 1px solid @background;
}
    

div#header-content div#container {
    float: right;
}

ul#navigation-1 table td.menuImage {
    padding: 3px;
    vertical-align: top;
}

ul#navigation-1 table td.menuArrow {
    background:  url('../images/p2-arrow-down.png') no-repeat center;
    width: 12px;
    padding: 10px;
}

ul#navigation-1 table td .divider-image {
    width: 2px;
    height: 28px;
    background: @background-frame url('../images/p2-header-menu-divider.png') no-repeat;
}

ul#navigation-1 {
    color: @text-menu ;margin: 0; padding: 0; list-style: none; width: 100%; height: 45px; font: bold 10px arial;
}

ul#navigation-1 li {
    cursor: pointer;margin: 0; padding: 0; display: block; float: left; position: relative; width: 180px;
}

ul#navigation-1 li div {
    cursor: pointer; padding: 0; display: block; text-align: center; text-decoration: none; background: white; width: 180px; height: 48px;
}

ul#navigation-1 li div img{
    background-color: @background-icon;
}

ul#navigation-1 li:hover div{
    color: @text-menu-hover; cursor: pointer; padding: 0; display: block; text-align: center; text-decoration: none;
}

ul#navigation-1 li:hover div img{
    background-color: @background-icon-hover;
}    

ul#navigation-1 li ul.navigation-2 {
    cursor: pointer; margin: 0; padding: 0; list-style: none; display: none; width: 180px; position: absolute; top: 100%; left: 0;
}

ul#navigation-1 li:hover ul.navigation-2 {
    cursor: pointer; display: block; 
}

ul#navigation-1 li ul.navigation-2 li div {
    color: @text-menu; cursor: pointer; text-align: left; clear: left; background: white; padding: 0; height: auto; width: 180px; position: relative; z-index: 1000; 
}

ul#navigation-1 li ul.navigation-2 li div.notLast {
    cursor: pointer; text-align: left; clear: left; background: white; padding: 0; height: auto; width: 180px; position: relative; z-index: 1000; border-bottom: 1px solid @background; 
}

ul#navigation-1 li ul.navigation-2 li:hover div,  ul#navigation-1 li ul.navigation-2 li div:hover {
    cursor: pointer; clear: left; color: @text-menu-hover; background: white; padding: 0; width: 180px; position: relative; z-index: 1000; 
}

ul#navigation-1 li ul.navigation-2 li div:active {
    cursor: pointer; clear: left; color: @text-menu-hover; background: white; padding: 0; width: 180px; position: relative; z-index: 1000; 
}

/*END-----     FOOTER , HEADER , HEADER MENU     -----*/

.login .headline{
    width: 100%;
    height: 45px;
    margin-top: 120px;
    padding-bottom: 20px;
    background: url('images/p2-login-header-line.png') no-repeat;
}

.login .footline{
    height:10px;
    border-bottom:1px solid black;
    width: 100%;
    float: left;
}

.login .information{
    background: url('../images/icon-info.png') left top no-repeat;
    color: #6E7884;
    font-size: 11px;
    margin-top: 25px;
    margin-left: 72px;
    margin-right: 36px;
    padding: 0 0 0 27px;
    text-align: left;
    min-height: 35px;
    float: left;
    clear: both;
}

.login .buttonBack{ 
    float: left;
    padding: 15px 0px 0px 15px;
} 

.p2heading {
    width:100%;
    margin: 0;
    margin-bottom: 3em; 
}

a#loginBtn img{
    margin-top:3px;
    background-color: @text-custom;
}

/* p2 cart */
.p2heading td {
    color: @text-bold;
    font-weight: bold;
    font-size: 12px;
}
td.p2hleft {
    font-size:80%;
    vertical-align: bottom;
    padding-bottom:2px;
    padding-right:1px;
    padding-left:2px;
    white-space: nowrap;
    border-top: solid 1px black;
}
.p2hright {
    width:100%;
    border-bottom: solid 1px black;
    text-align: center;
}

table.p2mycart {
    color: @text-default;
    padding: 0.5em;
    margin-bottom:0;
    padding-bottom: 0;
    width:690px;
}

table.p2mycart tr td.strongline {
    white-space: nowrap;
    font-weight: bold;
}
.couponifo-title, .couponifo-description, .couponinfo-list { white-space: normal; }

table.p2mycart tr td.typeimg {
    padding-right: 10px;
    font-size: 12px;
    vertical-align: middle;
    align:left;
}
table.p2mycart tr td.extid {
    font-weight: bold;
    padding-bottom:0.15em;
    vertical-align:bottom;
}
.extid a {
    text-decoration:none;
}
table.p2mycart tr td.dealtype {
    padding-top:0.15em;
    font-size: 11px;
    vertical-align:top;
}
table.p2mycart tr td.cellheight {
    height:34px;
    vertical-align:middle;
}
table.p2mycart tr td.whitespacenormal {
    white-space: normal;
}
table.p2mycart tr td.padded-right {
    padding-right: 10px;
}
table.p2mycart tr td.padded {
    padding-left: 10px;
    padding-right: 10px;
}
table.p2mycart tr td.padded-small {
    padding-left: 5px;
    padding-right: 5px;
}

.p2-message-box {
    border : 0;
    margin : 0;
    padding: 0;
}
            
.p2-message-box-icon {
    width : 140px;
    height: 120px;
}

.p2-message-box-positive-content, .p2-message-box-negative-content {
    padding       : 1.2em;
    padding-top   : 2.5em;
    padding-left  : 0;
    font-weight: bold;
    font-size: 13px/1.2em;
    vertical-align: top;
}

.p2-message-box-positive-content {
    background: url('../images/p2-positive-message-icon.png') 100% 0 no-repeat;
}

.p2-message-box-negative-content {
    background: url('../images/p2-negative-message-icon.png') 100% 0 no-repeat;
}

.top-bottom-border {
    border-top   : solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.p2-message-box-positive-title {
    color: @text-ok;
}

.p2-message-box-negative-title {
    color: @text-error;
}

.p2-message-box-description {
    font-weight: normal;
    padding-top:1.2em;
    font-size: 12px;
    color    : @text-default;
}

.p2-message-box-stretch {
    left  : 0; 
    top   : 0; 
    width : 4px;
    height: 100%;
}

.p2-message-box-left, .p2-message-box-right {
    width         : 4px;
    vertical-align: bottom;
}

.p2-message-box-left {
    background: url('../images/p2-message-box-left-up.png') 0 0 no-repeat;
}

.p2-message-box-right {
    background: url('../images/p2-message-box-right-up.png') 0 0 no-repeat;
}

.p2-to-right table {
    float:right;
}

.p2-box-left {
    background: url('../images/p2-message-box-left-up.png') 0 0 no-repeat;
    vertical-align: bottom;
    height:128px;
}

.p2-box-right {
    background: url('../images/p2-message-box-right-up.png') 0 0 no-repeat;
    vertical-align: bottom;
}

.p2-box-title {
    margin:0.5em;
    padding-top:0.25em;
    position:relative;
    height:0px;
    text-align:center;
    font-weight:bold;
    font-size: 11pt;
}

.p2-box-title-table {
    position:absolute; 
    top:0;
    left:0;
}

.p2-box-title-back {
    padding:0 0.5em;
    border-top:solid 1px #000;
    background-color:white;
}

.p2-box-longline {
    border-bottom:solid 1px #000; 
    width:100%;
}

.p2-box-content {
    margin: 4em 1em;
}

.widthmax {
    width: 100%;
}

//COLORS
            
.background{
    background-color: @background;
}

.background-box{
    background-color: @background-box;
}

.background-box-landing{
    background-color: @background-box-landing;
}

.background-symbol{
    background-color: @background-symbol;
}

.background-campaign{
    background-color: @background-campaign;
}

.background-icon{
    background-color: @background-icon;
}

.background-icon-hover{
    background-color: @background-icon-hover;
}

.button-forward{
    background-color: @button-forward;
}

.button-forward-hover{
    background-color: @button-forward-hover;
}

.button-backward{
    background-color: @button-backward;
}

.button-backward-hover{
    background-color: @button-backward-hover;
}

.button-cart{
    background-color: @button-cart;
}

.text-default{
    color: @text-default;
}

.text-custom{
    color: @text-custom;
}

.text-bold{
    color: @text-bold;
}

.text-dark{
    color: @text-dark;
}

.text-bright{
    color: @text-bright;
}

.text-ok{
    color: @text-ok;
}

.text-warning{
    color: @text-warning;
}

.text-error{
    color: @text-error;
}

.text-menu{
    color: @text-menu;
}

.text-menu-hover{
    color: @text-menu-hover;
}

.text-link{
    color: @text-link;
}

.text-link-hover{
    color: @text-link-hover;
}

.text-forward{
    color: @text-forward;
}

.text-forward-hover{
    color: @text-forward-hover;
}

.text-backward{
    color: @text-backward;
}

.text-backward-hover{
    color: @text-backward-hover;
}
    
.vatMessage {
    padding:1em;
    font-size:9px;
    color: @text-bright;
}        
            
.changeVoucher-title {
    font-weight:bold;
    padding-bottom: 2em;
} 

.changeVoucher-info {
    padding-bottom: 5em;
}   

.changeVoucher-voucher {
    font-weight:bold;
    font-size: 14px;
}          

a.p2-simple-button {
    background      : transparent url(../images/p2-simple-button-right.png) top right no-repeat; 
    line-height     : 60px;
    float           : left;
    display         : block;
    padding         : 0 6px 0 0;
    margin          : 0;
    font            : normal 11px/60px Helvetica, Arial, sans-serif;
    text-decoration : none;
    color           : @text-default !important; 
    cursor          : pointer;
    text-transform  : uppercase;
}

a.p2-simple-button:hover {
    color: @button-forward-hover !important;
}

a.p2-simple-button  span {
    background : transparent url(../images/p2-simple-button-center.png) top left no-repeat;
    display    : block;
    padding    : 0 10px 0 16px;
}

// Channel selector on Landing Page

.channel-selector-common {
    margin-top:      5px;
    float:           right;
    height:          33px;
}

.channel-selector {
    position:        absolute;
    top:             250px; 
    right:           0;
    display:         inline-block;
    padding-bottom:  5px;
    margin:          0;
    min-width:       300px;
    background:      url(../images/channel-selector-gradient.png) 100% 0 no-repeat;
}

.channel-selector-left {
    .channel-selector-common;
    width:           4px;
    background:      @background url(../images/channel-selector-button.png) 0 0 no-repeat;
}    

.channel-selector-right {
    .channel-selector-common;
    margin-right:    5px;
    padding-right:   36px;
    padding-left:    7px;
    background:      @background url(../images/channel-selector-button.png) 100% 0 no-repeat;
}

#a-channel-selector {
    position:        relative;
    top:             4px;
    font:            normal 9px sans-serif;
    text-decoration: none;
    color:           white;
    padding-top:     1em;
}

#img-channel-selector {
    position:        absolute;
    top:             12px;
    right:           14px;
    cursor:          pointer;
}

#b-channel-selector {
    font-size:       1.4em;
    text-shadow:     1px 1px black;
}

@region-color-border:     #dcddde;
@region-color-background: #f2f2f2;
@region-color-info:       #898c8c;
@region-color-name:       #40609f;
@region-container-width:  948px;
@region-container-height: 161px;

.region-container {
    border-radius: 2px; 
    border:        1px solid;
    border-color:  @region-color-border;
    width:         @region-container-width;
    height:        @region-container-height;
}

.region-inner {
    width:          (@region-container-width  - 2);
    height:         (@region-container-height - 1);
    background:     @region-color-background url(../images/region-inner-gradient.png) 0 0 repeat-x;
    font-family:    Helvetica, Arial, sans-serif;
    font-size:      25px;
    text-transform: uppercase;
    text-shadow:    1px 1px 0px @region-color-background;
    filter:         dropshadow(color=@region-color-background, offx=1, offy=1);
    opacity:        0.75;
}

.div-center {
    margin-left:  auto;
    margin-right: auto; 
}

.region-map {
    width:   263px;
    height:  156px;
}

.region-logo {
    margin-top:  52px;
    margin-left: 754px;
}

.region-text-info {
    color:      @region-color-info;
    margin-top: 35px;
}

.region-text-name {
    color:      @region-color-name;
    margin-top: 58px;
    width:234px;
}

.region-text-desc {
    margin-left:   352px;
    margin-top:    35px;
    p {
        padding:   0;
        font-size: 12px;
    }
    width:         368px;
    color:         rgb(145, 145, 123);
}

.region-margin { margin-top:  19px;     }
.div-abs       { position:    absolute; }
.region-txt    { margin-left: 108px;    }

.already {
    padding-left: 30px;
    line-height:  46px;
}

.slideshow {
    overflow: hidden;
    margin: 0;
    position:relative;
    top:0;
    left:0;
    height:300px;
    width:960px;
}
.slideshow .bannerimg {
    position:absolute;
    top:0;
    left:0;
    width:960px;
    height:300px;
    font-size: 0;
    margin:0;
    border:0;
    padding:0;
    color:white;
    background-color: @background-frame;   
    display:none;
}

.bannerImgSingle { 
    font-size: 0;
    background-color: @background-frame; 
}

.bannerimg.first {
    display:block;
}
.stepper {
    position:absolute;
    bottom:2px;
    margin:0;
    padding:0;
    color:white;
    font-size:22px;
    width:100%;
    text-align: center;
    z-index: 300;
}

.holder {
    position:relative;
}
.circle {
    margin:0;
    padding: 0;
}
.circle.first {
    color:orange;
}
.circle:hover {
    cursor:pointer;
}

.p2landingBoxes {
    margin: 10px 0px 0px 35px;
    position: relative; 
    overflow:hidden;
}

/*Panel start*/

.panelContainer {
    float: left;
    margin-right: 21px; 
}

.panelBack{
    background: url(../images/panelBackMiddle.png);
    position: absolute;
    top: 150px;
    height: 800px;
    width: 213px;
    /*z-index: -1;*/
}

.panel {
    background: url(../images/panelBackTop.png) no-repeat;
    background-position: top;
    width: 213px;
    min-height: 180px;  
}
.panel h1 {
    color: #536070;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;   
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 18px;
    position: absolute;
    width: 177px;
}

div.disabled h1 {
    color: #DDDDDD;
}
.panel h1 a{
    text-decoration:none;
    color: #536070;
}

.panel h1 a:hover{
    color:@background-icon-hover;
}

.panel .description {
    color: #898c8c; 
    font-size: 11px;
    padding: 11px 18px 0px 18px;
    line-height: 13px;
    /*position: absolute;*/
    font-style: italic;
    width: 177px;
    /*margin-top: 64px;*/
    padding-top: 80px;
    padding-bottom: 30px;
}

div.disabled .description{
    color: #DDDDDD;
}

.panel .description .fragment{
    position: relative;
    z-index: 5;
}
.panelBottom {
    position: absolute;
    bottom: 0;
    width: 213px;
    height: 20px;   
    background: url(../images/panelBottomBackground.png);
}


.panelBottom .link {
    position: absolute;
    right: 1px;
    padding-left: 15px;
    margin-right: 1px;
    
    height: 20px;
    background: url(../images/panelBottomLink.png);
}

.panelBottom .link:hover {
    cursor:pointer;
}

.panelBottom .link .button {
    
    width: 33px;
    /*vertical-align: top;*/
    float: left;
    height: 13px;
    margin: 1px 5px 0px 5px;
    background-color: @background-icon;
}

.panelBottom .link .text {
    /*background: url(../images/panelBackBottomBottom.png) repeat-x;*/ 
    color: #898c8c;
    text-transform: uppercase;
    font-size: 8px;
    text-align: right;
    width: auto;
    padding-left: 6px;
    line-height: 8px;
    vertical-align: top;
    float: left;
    max-width: 120px;
    min-width: 30px;
}
.panelBottom .link:hover .text {
    color: @background-icon-hover;
}

.panelBottom .link:hover .button {
    background-color: @background-icon-hover;
}
.description ul {
    margin-left: 0;
    padding-left: 16px;
}
.description ul li {
    list-style-image: url(../images/liImage.png);  
}
.description ul li a {
    font-weight: bold;  
    color: @background-icon-hover;
    text-decoration: none;
    font-style: normal;
}
.description ul li a:hover {
    color: @background-icon;
}

/*Panel end*/


/* === Login START === */
img.bw-filtered {
    filter:                      url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter:                      gray; 
    -webkit-filter:              grayscale(100%); 
    -moz-filter:                 grayscale(100%);
    -ms-filter:                  grayscale(100%); 
    -o-filter:                   grayscale(100%);
    -webkit-backface-visibility: hidden; 
}

.login-container {
    margin:0 auto; border:0; padding:0;
    width:          894px;
    overflow:       hidden;
    position:       relative;
    padding-bottom: 20px;
}

.loginColumn {
    margin:0; border:0; padding:0 2px 0 0 ;
    float:          left;
    width:          296px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    a {
        text-decoration: none;
    }
}

.login-row {
    border-top:       solid 1px white;
    border-bottom:    solid 1px white;
    font:             normal 14px/48px sans-serif;
    background-color: #F7F7F7;
    padding-left:     28px;
    height:           48px;
    color:            #6E7884;
}
.login-button {
    position:     absolute;
    bottom:       0;
    margin:       0 auto;
    height:       27px;
    display:      inline;
    background:   @background-icon url(../images/login/button.png) top left no-repeat;
    padding-left: 4px;
    margin-left:  28px;
    //border: solid 1px red;
    a.login-button-link {
        height:          27px;
        display:         block;
        color:           white;
        padding:         0 14px 0 10px;
        font:            bold 10px/27px sans-serif;
        text-decoration: none;
        background:      @background-icon url(../images/login/button.png) top right no-repeat;   
    }
    a.login-button-link:hover {
        color:white;
        background-color: @background-icon-hover;
    }
}
.login-button:hover {
    background-color: @background-icon-hover;
    a.login-button-link {
        background-color: @background-icon-hover;
    }
}

.login-button-right {
    position: relative;
    right:    0;
}

.aic {
    display:        inline-block;
    vertical-align: middle;
    margin-left:    8px;
    width:          26px;
    height:         26px;
    background:     url(../images/login/aic-gray.png) 0 0 no-repeat;
}

.login-row-color {
    height:           4px;
    background-color: #e2e2e2;
}



.login-forgot {
    margin:1.2em 72px;
}

.login-row-content {
    padding:          16px 28px;
    font:             normal 11px/15px sans-serif;
    font-style:       italic;
    color:            #6E7884;
    background-color: white;
    min-height:       120px;
    .login-label {
        font-style: normal;
        color:@text-bold;
    }
    input.inputbox {
        border:solid 1px #E2E2E2;
        width:120px;
    }
    .error {
        margin-left: 1em;
        margin-top:  1.3em;
        color:       red;
        font-style:  normal;
        font-weight: bold;
        text-align:  left;
    }
}

.colo:hover {
    .login-row {
        background-color: #54606E;
        color:            white;
    }

    img.bw-filtered {
        filter:         none;
        -webkit-filter: grayscale(0);
        -moz-filter:    grayscale(0);
        -ms-filter:     grayscale(0); 
        -o-filter:      grayscale(0);
    }
    
    .aic               { background:       url(../images/login/aic-white.png) 0 0 no-repeat; }
    .login-row-color   { background-color: @background-frame; }
    .login-row-content { background:       url(../images/login/grad.png) 0 0 repeat-x; }
}
/* === Login END   === */
#jokerCode{
    font-weight:bold; 
    font-size:22px;
    font-family:monospace;
}

div.portlet div.catalogItemHeader{
    background: none;
    padding: 10px;
    width: 680px;
}

.tb4-download{
    .tb4-img{

    }

    .tb4-panel{
        margin-top: 2px;
        background: -webkit-linear-gradient(#aaa, #fff);
        background: -o-linear-gradient(#eee, #fff);
        background: -moz-linear-gradient(#eee, #fff);
        background: linear-gradient(#eee, #fff);
        padding: 30px;
        border-top: 3px solid @background;
    }

    .tb4-title{
        padding: 0 0 15px 0;
        font-size: 14px;
        font-weight: bold;
    }

    .tb4-button{
        cursor: pointer;
        background-color: lightgray;
        padding: 7px 7px 7px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .tb4-button img{
        vertical-align: middle;
        padding-right: 30px;
    }

    .tb4-button-active{
        background-color: @background-frame;
        color: white;
    }

    .tb4-button:hover{
        opacity: 0.8;
    }
    .tb4-description{
        font-size: 11px;
    }
}
@import "p2difference.less";