/* 















 configuration.ftl included */

/* general Stuff */

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: bold;
}

a.highlight{
    background: none;
}

.box-default, #foot{
    box-shadow: none;
}

.btn-default:hover,
.btn-default.continue:hover,
.btn-default.continue:active,
.btn-default.highlight:hover,
#orderBtn:hover{
    border-color: #0096D6;
    color: #fff;
}

.btn-default.highlight{
    border: 3px solid #424242;
    font: italic 700 22px 'Vollkorn',serif;
}

.jade-ui-component{
    font-family: 'Roboto', sans-serif;
}

#breadCrumb,
#summary #breadCrumb{
    display: none;
}

/* Header */

#headLogo{
    margin: 0;
}

#breadCrumb{
    padding: 10px 0 7px 15px;
    font-weight: bold;
}

#breadCrumb *:last-child{
    font-weight: normal;
}

#navi li{
    height: auto;
}

#navi a h2{
    padding: 10px;
    border: 3px solid transparent;
}

#navi a:hover h2{
    background: #fff;
    color: #0096D6;
}

#navi a.selected h2{
    background: #0096D6;
    color: #fff;
}

#head{
    box-shadow: none;
    margin: 0;
}

#headButtons #headCart{
    background: #A2BD30;
    color: #fff;
    border: none;
}

#headButtons a{
    background: transparent;
    border: none;
    text-decoration: underline;
}

#headCart #totalSum{
    color: #253B56;
}

#headButtons{
    right: 3px;
    top: 65px;
}

header .headNaviContainer{
    width: 100%;
}

header .headNaviContainer #navi{
    margin: 0;
    border-top: 4px solid #E8E8E8;
}

header .headNaviContainer #navi li{
    background: none;
    padding: 0 25px;
}

header .headNaviContainer #navi h2{
    margin: 6px 0;
    font-size: 16px;
    text-transform: uppercase;
}

header .headLogoContainer{
    width: 70%;
}

header .headLogoContainer h1{
    float: left;
    margin-top: 45px;
    font: italic 700 22px 'Vollkorn',serif;
    padding: 0;
}

header .headLogoContainer h1 .blue{
    color: #0096D6;
}

#naviMyPhotos h2{
    font-weight: bold;
}

#naviMyAccount a h2{
    border: 3px solid #303030;
    font-weight: bold;
}

#top_header {
    background-color: #303030;
    color: #e8e8e8;
    text-align: right;
    width: 100%;
    padding-right: 20px;
    float: left;
    font-size: 12px;
}

#top_header .dot{
    background: transparent url('/ips-repositories/operator/70815001/commons/images/icons/dot.png') no-repeat;
    width: 8px;
    height: 9px;
    margin: 0 10px;
    display: inline-block;
}

#top_header a {
    color: #e8e8e8;
    display: inline-block;
}

#top_header a:hover{
    color: #0096D6;
}

#headButtons #headLoginLogout{
    line-height: 39px;
    text-align: left;
    vertical-align: bottom;
    color: #72797F;
    padding: 0;
}

#headButtons #headMyAccount{
    border: none;
    background: #e8e8e8;
    color: #253B56;
    text-decoration: none;
    line-height: 27px;
    text-align: center;
    vertical-align: top;
}

#headButtons #headMyAccount:hover{
    color: #fff;
    background: #0096D6;
}

#headButtons #headLoginLogout:hover{
    color: #72797F;
}

#top_header p {
    margin: 0;
    display: inline-block;
    font-size: 12px;
}

#top_header .greenTel {
    color: #a2bd30;
}

#top_header img {
    margin: 0 10px;
}

/* Footer */

#foot ul li h3{
    font: bold 12px 'Vollkorn',serif;
    color: #303030;
    margin: 5px 0 0 0;
}

#foot .empty{
    height: 12px;
    margin: 5px 0 0 0;
}

#foot .firstCat{
    margin-left: 30px;
}

#foot ul li{
    height: auto;
    line-height: 18px;
}

#foot ul li a{
    font-size: 12px;
    color: #303030;
}

#foot ul li a:hover{
    color: #0096D6;
    text-decoration: underline;
}

#foot ul li a .bottomIcons:hover{
    text-decoration: none;
}

#foot a:hover{
    color: #0096D6;
    text-decoration: underline;
    content: "";
}

#foot footer{
    box-shadow: none;
    background: #f0eeeb url('/ips-repositories/operator/70815001/commons/images/shadow.png') no-repeat 705px 0;
}

#foot #footerLogo{
    margin: 25px 0 0 50px;
}

#foot #facebook{
    background: transparent url('/ips-repositories/operator/70815001/commons/images/icons/footerFacebook.png') no-repeat right top;
    display: inline-block;
    margin: 70px 0 0 60px;
    padding: 0 30px 0 0;
    line-height: 1.3;
    font-size: 12px;
}

#foot #bottom{
    margin-left: 30px;
    padding: 0 5px;
    position: relative;
    top: -25px;
    width: 65%;
    display: inline-block;
    font-size: 11px;
}

#foot #bottom a{
    text-decoration: underline;
}

#foot #seperate{
    border-top: 3px solid #424242;
    width: 100%;
    margin: 10px 0;
}

#iconlist {
    margin: 20px 0 15px;
    text-align: center;
}

#iconlist > li {
    display: inline-block;
    text-align: center;
}

.bottomIcons {
    height: 32px;
    width: 25px;
}

.picto_fabr{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon1.png');
}

a:hover .picto_fabr{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon1Hover.png');
}

.picto_couv{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon2.png');
}

a:hover .picto_couv{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon2Hover.png');
}

.picto_envi{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon3.png');
}

a:hover .picto_envi{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon3Hover.png');
}

.picto_paie{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon4.png');
}

a:hover .picto_paie{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon4Hover.png');
}

.picto_suiv {
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon5.png');
}

a:hover .picto_suiv{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon5Hover.png');
}

.picto_satis{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon6.png');
}

a:hover .picto_satis{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon6Hover.png');
}

.picto_livr{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon7.png');
}

a:hover .picto_livr{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon7Hover.png');
}

.picto_opti{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon8.png');
}

a:hover .picto_opti{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon8Hover.png');
}

.picto_grat{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon9.png');
}

a:hover .picto_grat{
    background-image: url('/ips-repositories/operator/70815001/commons/images/icons/icon9Hover.png');
}

#foot #iconlist li > a {
    height: 75px;
    width: 100px;
    display: inline-block;
}


#iconlist li > a div {
    display: block;
    margin: 0 auto 5px;
    content:"";
}

/* Index */

#startUp #breadCrumb{
    display: none;
}

#teaserText{
    margin: 20px 0 30px;
    padding: 0 30px;
}

#teaserText h2{
    color: #303030;
    font: italic 700 22px 'Vollkorn',serif;
    text-transform: none;
    margin: 0 0 20px;
}


#teaserText p a {
    color: #7f7e7e;
    text-decoration: underline;
}

#teaserText p{
    color: #7f7e7e;
    font-size: 12px;
}

#teaserBoxIndex {
    background: transparent url('/ips-repositories/operator/70815001/commons/images/indexTeaser.png') no-repeat;
    width: 100%;
    height: 540px;
    position: relative;
    border: none;
}

#teaser a, .teaserWrapper{
    box-shadow: none;
}

#teaser a:hover,
.teaserWrapper:hover{
    box-shadow: none;
}

/* Details */

#details #presentationArea{
    width: 43%;
}

#details #optionsArea{
    width: 57%;
    padding: 0;
}

#details #presentationArea #preview{
    width: 370px;
    height: 370px;
}

#details #presentationArea #thumbnails{
    width: 370px;
}

#details #proceedBar{
    max-width: 54%;
    height: 127px;
    background: #F0EEEB;
    border: none;
    border-radius: 0;
}

#details #proceedBar .priceBox{
    background-color: #A2BD30;
    color: #fff;
    border-radius: 0;
}

#details #proceedBar .priceBox .vatInfo{
    color: #3b4044;
}

#details #proceedBar .priceBox .vatInfo{
    font-size: 13px;
}

#details #proceedBar .priceBox .ips-ui-cartitemprice{
    font-size: 24px;
    font-weight: normal;
}

#details #orderBtn{
    height: 33px;
    width: auto;
    padding: 0 30px;
}

#details #proceedBar a#orderBtn:hover{
    border-color: #0096D6;
    background-color: #0096D6;
    color: #fff;
}

#details #optionsArea h2{
    margin: 20px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

#details #optionsArea #description{
    border-bottom: 2px solid #424242;
    float: none;
    margin-bottom: 45px;
    padding-bottom: 50px;
    padding-top: 0;
    width: 100%;
}

#details #proceedBar:before{
    border-style: solid;
    border-color: #424242;
    border-width: 1px;
}

#details #presentationArea #preview{
    box-shadow: none;
    padding: 0;
}

/* Checkout */

#checkoutNavi .btn-big.current .numberFrame{
    background-color: #A2BD30;
    color: #fff;
}

#checkoutNavi .btn-big .numberFrame{
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    color: #65778a;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 20px;
    padding-left: 1px;
}

#checkoutNavi:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 41px;
    width: 300px;
}

#checkoutNavi .box-default-subbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 10px auto 0;
    width: 400px;
}

#checkoutNavi {
    background: url('/ips-repositories/operator/70815001/commons/images/bgSummaryPage.png') no-repeat;
    border: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    height: 65px;
    margin: 0 20px;
}

#checkoutNavi .btn-big {
    color: #fff;
    cursor: default;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 42px;
    line-height: 25px;
    min-width: 80px;
    padding: 0;
    position: relative;
    text-align: center;
}

.checkoutTeaser{
    display: none;
}

#checkoutContent{
    border: none;
    padding: 0 20px;
}

#checkoutContent h2{
    border-bottom: 3px solid #424242;
    padding: 5px 10px 10px;
}

.checkoutMainWidth{
    width: 100%;
}

.checkoutOption{
    border: none;
    background-color: #F0EEEB;
}

/* Buttons */

.btn-default.continue{
    border: 3px solid #424242;
    background: #fff;
    font: italic 700 16px 'Vollkorn',serif;
    height: auto;
    width: auto;
    padding: 3px 30px;
}

.btn-default{
    border: 3px solid #424242;
    background: #fff;
    font: italic 700 15px 'Vollkorn',serif;
    height: auto;
    width: auto;
    padding: 3px 30px;
}

#buttonLane{
    box-shadow: none;
    background: #F0EEEB;
    border: none;
}

#paymentContent, #billingAddress ul, #shippingAddress ul, #shopAddress ul{
    border: none;
    background-color: #F0EEEB;
}

/* Cart */

.cartTotals{
    font-family: 'Robotic', sans-serif;
}

.cartTotals .totalSum{
    box-shadow: none;
    background-color: #F0EEEB;
}

.cartTotals .totalSum li{
    font-weight: normal;
}

.cartTotals .feeValue{
    font-family: 'Roboto Condensed',sans-serif;
}

#termsContainer label a{
    color: #A2BD30;
}

#totalsContainerEditable .feeValue.totalSumValue{
    color: #A2BD30;
    font-size: 28px;
}

#cartContainerEditable .colName .optionValue{
    font-weight: normal;
}

#cartContainerEditable .productName{
    font-weight: normal;
}

/* Preditor */

#preditor a#headLogo{
    float: right;
    margin: 0;
}

#preditor .topLinksWrapper{
    float: left;
    margin: 10px 20px 0;
}

#preditor #calendarEventsHint{
    display: none;
}

#preditor .topLinksWrapper *{
    color: #303030;
    font-weight: normal;
    text-decoration: none;
    border-right: 1px solid #CACACA;
    font-family: 'Roboto',serif;
    display: block;
    float: left;
    font-size: 14px;
}

#preditor .topLinksWrapper #backLink{
    padding: 0 10px;
    background: transparent url('/ips-repositories/operator/70815001/commons/images/icons/triangle.png') no-repeat 2px 5px;
}

#preditor .topLinksWrapper #clientLink{
    padding-left: 7px;
    padding-right: 10px;
}

#preditor .topLinksWrapper #helpLink{
    padding-left: 10px;
    border: none;
}

#preditor .ips-ui-cartitemoptions .product-option{
    background-position: 0 15px;
}

#preditor button{
    font-family: 'Roboto',serif;
}

/* Overview */

#productOverview .teaserBox{
    height: 175px;
    background: transparent url('/ips-repositories/operator/70815001/commons/images/overviewTeaserDummy.png') no-repeat;
    width: 100%;
    position: relative;
    display: none;
}

#productOverview #teaser a, #productOverview .teaserWrapper{
    box-shadow: none;
}

#productOverview .productList-default .productList.gradient .productPrice{
    width: 135px;
}

#productOverview .productList-default .productList.gradient .viewBtn{
    float: right;
}

/* myPhotos */

.box-myPhotos-subbar .button.btn-default.left{
    border-left: 3px solid #424242;
}

.box-myPhotos-subbar .button.btn-default.left:hover{
    border-color: #0096D6;
}

.box-myPhotos{
    box-shadow: none;
}

/* Store Items */

#cisStore .btn-default.continue{
    padding: 3px 20px;
}

#cisStore .btn-default.continue{
    padding: 3px 20px;
}

#cisStore #storeBtnA, #cisStore #storeBtnB{
    margin-left: 7px;
}

#sharingInfo h3{
    margin: 0;
}

/* myAccount */

#shippingEditButtonBar div:last-child{
    float:left;
}

/* client Check */

#clientCheck .buttons .control{
    width: 40%;
}

#clientCheck .buttons .clients{
    width: 60%;
}

/* option Icons */

.ips-ui-cartitemoptions .product-option-calSize { background-image: url(/ips-opdata/layout/ips01/products/images/icons/option-size.png);}
.ips-ui-cartitemoptions .product-option-cardSize { background-image: url(/ips-opdata/layout/ips01/products/images/icons/option-size.png);}


#albumOverview .expiration {
	display: block;
}

.modalBoxClose {
  z-index: 1;
  margin-right: -1px;
}

#details .jade-ui-dialog > h1 {
  display: none;
}

.ips-ui-conversiondialog .product select, .ips-ui-cartitemoptions .product-option select {
  margin-left: 0;
  width: 205px;
}

#emailModalBox #emailContainer{
    padding-right: 10px;
}