html, body{
    font-family: "Open Sans","Verdana",sans-serif;
    color: #49505b;
    font-size: 14px;
    line-height: 18px;
}
a:link, a:active, a:visited{
    color: #49505b;
}
a:hover{
    text-decoration:none;    
    color: #f39200;
}
p{
    padding-bottom: 11px;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    line-height: 1.2em;    
    color: #f39200;
}

#container{
    width: 960px;
    margin: 0 auto;
}

#header{
    height: 159px;
    padding-top: 1px;
}

#header:before{
    content: "";
    display: block;
    background: url(/img/header.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    height: 159px;
    z-index: -1;
    border-bottom: 1px solid #c8c8c8;
    top: 0px;
}

#header .logo{
    display: block;
    width: 605px;
    height: 68px;
    background: url(/img/img_sprite.png);
    text-indent: -9000px;
    overflow: hidden;
    margin-top: 33px;
    margin-left: 154px;
}

#nav{
    height: 44px;
    background: url(/img/nav_bg.gif);
    border-radius: 4px 4px 0 0;
    margin-top: 15px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    position: relative;
}

.navigation{
    display: inline-block;
}

.navigation li{
    display: inline-block;
    margin-top: 8px;
}

.navigation li a{
    color: #1c1613;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 36px;
    padding: 0 11px;
}

.navigation li a:hover, .navigation li a:active, .navigation  li.active > a{
    text-shadow: 1px 0 0 #1c1613;
}

.navigation > li.active{
    padding-top: 12px; 
    background: url(/img/nav_hover_bg.gif);
    margin-top: -8px;
    position: relative;
    top: -4px;
    border-radius: 3px 3px 0 0;
    height: 44px;
    -webkit-box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.25);
}

.navigation > li.active:after{
    content: "";
    display: block;
    width: 8px;
    height: 58px;
    background: url(/img/img_sprite.png);
    background-position: -284px -230px;
    position: absolute;
    top: 0;
    right: -8px;
}

.navigation > li.active > a{
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
}

.navigation li:hover ul{
    display: block;
}

.navigation li ul{
    position: absolute;
    background: #fff;
    z-index: 200;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    padding: 5px 0;
    display: none;
    min-width: 120px;
}
.navigation li ul li{
    display: block;
    margin: 5px 10px;
    white-space: nowrap;
}

.navigation li ul li a{
    line-height: 20px;
    white-space: nowrap;
}


.search{
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 8px;
}

.search #searchField{
    border: 1px solid #ebebeb;
    height: 24px;
    line-height: 24px;
    width: 184px;
    margin-right: 4px;
    color: #acacac;
    font-style: italic;
    font-size: 12px;
    padding: 0 10px;
}

.search #searchField:focus{
    color: #1c1613;
}

.search #searchButton{
    display: inline-block;
    border: 0;
    background-image: url(/img/img_sprite.png);
    background-color: rgba(0,0,0,0);
    background-position: -280px -319px;
    width: 26px;
    height: 26px;
    text-indent: -900px;
    cursor: pointer;
}

#topContent{
    margin-top: 40px;
    margin-bottom: 40px;
}

#slider{
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.35);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.35);
    display: inline-block;
    position: relative;
}

#slider .caption{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
}

#slider .caption .slidePrice{
    display: inline-block;
    height: 31px;
    line-height: 31px;
    background: url(/img/dark_orange_bg.png);
    font-weight: bold;
    padding: 0 5px 0 11px;
    position: relative;
}

#slider .caption .slidePrice:after{
    content: "";
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    top: 0;
    right: -16px;
    background: url(/img/img_sprite.png);
    background-position: -279px -288px;
    
}

#slider .caption .slideTitle{
    display: block;
    height: 31px;
    line-height: 31px;
    background: #f39200;
    padding: 0 5px 0 11px;
    position: relative;
}

#slider .caption .slideTitle:after{
    content: "";
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    top: 0;
    right: -16px;
    background: url(/img/img_sprite.png);
    background-position: -295px -288px;
}

#blockTop{
    width: 260px;
    height: 241px;
    background: url(/img/footer_bg.jpg);
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    margin-left: 15px;
    margin-top: 18px;
    position: relative;
    padding: 20px;
}

#blockTop .blockTopHeading{
    display: inline-block;
    position: absolute;
    left: 0;
    top: -31px;
    height: 31px;
    background: #f39200;
    line-height: 31px;
    z-index: -1;
    padding: 0 18px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

#blockTop .blockTopHeading:after{
    content: "";
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    top: 0;
    right: -16px;
    background: url(/img/img_sprite.png);
    background-position: -295px -288px;
}

#blockTop .smallLogo{
    display: block;
    width: 242px;
    height: 26px;
    background: url(/img/img_sprite.png);
    background-position: -335px -320px;
    text-indent: -9000px;
    overflow: hidden;
}

#blockTop ul{
    margin-top: 10px;
}

#blockTop li{
    padding: 10px 10px 10px 50px;
}

#blockTop li:before{
    content: "";
    display: block;
    position: absolute;
    left: 21px;
    width: 25px;
    height: 23px;
    background: url(/img/img_sprite.png);
    background-position: -168px -341px;
}

#blockReview{
    width: 260px;
    height: 207px;
    background: url(/img/footer_bg.jpg);
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    margin-left: 0px;
    margin-top: 5px;
    position: relative;
    padding: 20px;
}

#blockReview h3{
    margin: 0 0 10px 0;
}

#blockReview .blockTopHeading{
    display: inline-block;
    position: absolute;
    left: 0;
    top: -31px;
    height: 31px;
    background: #f39200;
    line-height: 31px;
    z-index: -1;
    padding: 0 18px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

#blockReview .blockTopHeading:after{
    content: "";
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    top: 0;
    right: -16px;
    background: url(/img/img_sprite.png);
    background-position: -295px -288px;
}

#blockReview .reviewBack{
    width: 111px;
    height: 111px;
    margin: 0 auto;
    background: url(/img/img_sprite.png);
    background-position: -168px -230px;
}

#blockReview .reviewText{
    font-size: 13px;
    margin-top: 10px;
}

#blockReview .reviewNumber{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 111px;
    text-align: center;
    line-height: 111px;
}

#blockReview .reviewLink{
    font-size: 12px;
    text-decoration: none;
}

#blockCart{
    width: 260px;
    background: url(/img/footer_bg.jpg);
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.25);
    margin-left: 0px;
    margin-top: 5px;
    position: absolute;
    bottom: 35px;
    right: 0;
    padding: 20px;
}

#blockCart h3{
    margin: 0 0 10px 0;
}

#blockCart .blockTopHeading{
    display: inline-block;
    position: absolute;
    left: 0;
    top: -31px;
    height: 31px;
    background: #f39200;
    line-height: 31px;
    z-index: -1;
    padding: 0 18px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

#blockCart .blockTopHeading:after{
    content: "";
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    top: 0;
    right: -16px;
    background: url(/img/img_sprite.png);
    background-position: -295px -288px;
}



#mainContent{
    min-height: 100px;
    clear: both;
    position: relative;
}

#mainContent:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

.catBlockHome{
    width: 300px;
    position: relative;
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 30px;
    text-decoration: none;
}

.catBlockHome .catImage{
    padding: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.35);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.35);
}

.catBlockHome h2{
    color: #f39200;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.nomright{
    margin-right: 0;
}

.catBlockHome.diamond:after{
    content: "";
    display: block;
    position: absolute;
    width: 167px;
    height: 162px;
    background: url(/img/img_sprite.png);
    background-position: -503px -68px;
    top: -9px;
    left: -9px;
}

.catBlockHome.platinum:after{
    content: "";
    display: block;
    position: absolute;
    width: 167px;
    height: 162px;
    background: url(/img/img_sprite.png);
    background-position: -169px -68px;
    top: -9px;
    left: -9px;
}

.catBlockHome.gold:after{
    content: "";
    display: block;
    position: absolute;
    width: 167px;
    height: 162px;
    background: url(/img/img_sprite.png);
    background-position: -336px -68px;
    top: -9px;
    left: -9px;
}

.catBlockHome.silver:after{
    content: "";
    display: block;
    position: absolute;
    width: 167px;
    height: 162px;
    background: url(/img/img_sprite.png);
    background-position: -1px -68px;
    top: -9px;
    left: -9px;
}

.catBlockHome.basic:after{
    content: "";
    display: block;
    position: absolute;
    width: 167px;
    height: 162px;
    background: url(/img/img_sprite.png);
    background-position: -1px -230px;
    top: -9px;
    left: -9px;
}

#footer{
    height: 272px;
    width: 960px;
    margin: 0 auto;
    clear: both;
    line-height: 25px;
    font-size: 13px;
}

#footer:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: url(/img/footer_bg.jpg);
    height: 272px;
    z-index: -1;
    border-top: 2px solid #f3f3f3;
}

#footer h4{
    color: #f39200;
    font-size: 13px;
}

.footerBlock{
    display: inline-block;
    vertical-align: top;
}

.footerBlock.fb1 .fListLeft {
    float: left;
}
.footerBlock.fb1 .fListRight {
    float: right;  
    margin-right: 20px;
}

.footerBlock.fb1{
    width: 425px;
}

.footerBlock.fb2{
    width: 180px;
}

.footerBlock.fb3{
    width: 150px;
}

.footerBlock.fb4{
    width: 190px;
}

.footerBlock.fb1 a{
    text-decoration: none;
    color: #8a8a8a;
}

.footerBlock.fb2 a, .footerBlock.fb3 a{
    text-decoration: none;
    font-style: italic;
    color: #8a8a8a;
}

.footerBlock a:hover{
    color: #f39200;
}


.footerBlock.fb4 span{
    margin: 5px;
}

.footerBlock .logoIdeal{
    width: 40px;
    height: 34px;
    background: url(/img/img_sprite.png);
    background-position: -335px -230px;
    display: inline-block;
}

.footerBlock .logoPaypal{
    width: 75px;
    height: 20px;
    background: url(/img/img_sprite.png);
    background-position: -397px -264px;
    display: inline-block;
}

.footerBlock .logoMastercard{
    width: 62px;
    height: 37px;
    background: url(/img/img_sprite.png);
    background-position: -335px -264px;
    display: inline-block;
}

.footerBlock .logoVisa{
    width: 70px;
    height: 22px;
    background: url(/img/img_sprite.png);
    background-position: -375px -230px;
    display: inline-block;
}

div#poweredBy{
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    -moz-text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    -webkit-text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    color: #fff;
}

div#poweredBy a{
    display: inline-block;    
    width: 16px;
    height: 15px;
    background: url(/shared/img/caramelo-tiny.png);
    vertical-align: middle;
}

/*product list*/

#productList .product{
    
    display: block;
    width: 216px !important;
    height: 300px;
    margin: 3px;
    padding: 5px;
    text-decoration: none;
    font-size: 11px;
    position: relative;
}

#productList .productTitle{
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 13px;
    height: 30px;
    position: absolute;
    top: 200px;
    font-weight: 600;
}

#productList .productTitle a{
    color: #f39200;
}

#productList .product img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#productList .productImg{
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    width: 210px;
    height: 175px;
    padding: 3px;
}

#productList .productImg:empty{
    background: url(/img/nothumb.png) no-repeat;
    background-position: 3px 3px;
}

#productList .productDescription{
    display: none;
}

/*#productList .product:hover{
}

#productList .product:hover a{
    color: #332a83;
}

#productList .product:hover .productTitle a{
    color: #332a83;
}

#productList .product:hover .isOffer{
    color: #c9d6e7;
}

#productList .product:hover img{
    opacity: 0.7;
}*/

#productList .product .prices{
    display: block;
    margin-top: 65px;
    color: #49505b;
}

#productList .product .price{
    display: inline;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

#productList .product .priceFrom{
    margin-right: 3px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}

#productList .product .offerPrice{
    font-weight: bold;
    margin-left: 5px;
    font-weight: bold;
    font-size: 15px;
}

#productList .product .isOffer{
    color: #CECECE;
    text-decoration: line-through;
    float: left;
    font-size: 11px;
}

#productList div.product a.price:before, #productList div.product a.offerPrice:before{
    content: "\20AC\0020";
}

#productList .product:nth-of-type(3n+4):after{
    display: block;
    content:'';
    width: 681px;
    height: 1px;
    background: #e2e2e2;
    position: relative;
    top: -288px;
}

/*product pagina*/


#productDetails #productTitle{
    font-size: 24px;
    text-transform: uppercase;
    color: #f9b122;
}

#productDetails #productImages{
    width: 370px;
    display: inline-block;
    vertical-align: top;
}

#productDetails #productImage{
    text-align: center;
}

#productDetails #productImage:empty{
    width: 300px;
    height: 300px;
    background: url(/img/noimage.png) no-repeat;
}

#productDetails #productImage img{
    margin: 0 auto;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    display: inline;
}

#productDetails #productThumbs{
}

#productDetails #productThumbs li{
    float: left;
    padding-right: 3px;
    padding-top: 5px;
    
}

#productDetails .jThumbnailScroller{
    border: none;
    background: none;
    margin-top: 10px;
    overflow: hidden;
}

#productDetails .jThumbnailScroller .jTscroller a{
    border: none;
    background: none;
    padding: 7px 3px;
}

#productDetails .jThumbnailScroller .jTscroller a:hover{
    opacity: 0.8;
}

#productDetails #order{
    display: inline-block;
    vertical-align: top;
    width: 325px;
}

#productDetails #prices{
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    display: block;
}

#productDetails #price{
    width: 300px;
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}

#productDetails .isOffer{
    font-size: 12px !important;
    font-weight: normal;
    color: #CECECE;
    text-decoration: line-through;
}

#productDetails #offerPrice{
    font-size: 50px;
    display: block;
    width: 300px;
}

#productDetails #putincartForm{
}

#productDetails #putincartForm dt{
    display: inline-block;
    width: 88px;
}

#productDetails #putincartForm dd{
    display: inline-block;
    width: 210px;
}

#productDetails #putincartForm dd select{
    width: 210px;
}

#productDetails #putincart-label{
    display: none !important;
}

#productDetails #putincart-element{
    display: block !important;
    clear: both;
    width: 280px !important;
    position: relative;
}

#productDetails #putincart-element #putincart{
    height: 31px;
    background: #f39200;
    line-height: 31px;
    z-index: -1;
    padding: 0 18px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border: 0;
    width: 280px;
    text-align: left;
    padding-left: 37px;
    cursor: pointer;
}

#productDetails #putincart-element:before{
    content: "";
    display: block;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 4px;
    background: url(/img/img_sprite.png);
    background-position: -193px -341px;
}

#productDetails #putincart-element:after{
    content: "";
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    top: 0;
    right: -16px;
    background: url(/img/img_sprite.png);
    background-position: -295px -288px;
}

#productDetails #moreInfoButton{
    height: 31px;
    background: #f39200;
    line-height: 31px;
    z-index: -1;
    padding: 0 18px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border: 0;
    width: 225px;
    text-align: left;
    padding-left: 37px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 100;
}

#productDetails #moreInfoButton:after{
    content: "";
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    top: 0;
    right: -16px;
    background: url(/img/img_sprite.png);
    background-position: -295px -288px;
}

#productDetails #productDescription{
    margin-top: 20px;
}

#productDetails #productDescription table tr td{
    padding: 5px 50px 5px 5px;
    font-size: 16px;
}

#productDetails #productDescription table tr td:first-child{
    font-weight: bold;
}

#productDetails #productDescription table tr:nth-child(even){
    background: #f5f5f5;
    
}

#productInformationRequest{
    padding: 0 20px;
    font-size: 15px;    
}
#productInformationRequest div{
    margin-bottom: 20px;
}

#productInformationRequest dt, #productInformationRequest dd{
   display: inline-block;
}
#productInformationRequest dt{
    width: 35%;
    vertical-align: top;
    white-space: nowrap;
}
#productInformationRequest dd{
    width: 64%;
}
#productInformationRequest dd input, #productInformationRequest dd textarea{
    width: 100%;
}
#productInformationRequest dd textarea{
    height: 150px
}
#productInformationRequest dd input[type="submit"]{
    width: 100px;
    float: right;
}



/* cart content*/

#cartContent table td{
    padding: 10px;
}

#cartContent table td.price span:before {
    content: "€ ";
}

#cartContent .isOffer{
    font-size: 12px;
    font-weight: normal;
    color: #CECECE;
    text-decoration: line-through;
    display: block;
}

#cartContent .offerPrice{
    
    display: block;
    color: #f39200;
    font-size: 17px;
}

/** Cart */
div#cartContent{
    padding: 0 6px 45px 6px;
    position: relative;
}


div#cartContent table {        
    display: block;
    padding: 10px 0;
    clear: both;  
}

div#cartContent span#cartEmpty {
    clear: both;
    display: block;
}
div#cartContent a.toCheckout {
    color: #000;    
    background: rgba(243,146,0,0.25);
    border: 1px solid #f39200;
    padding: 4px;
    cursor: pointer;                    
    display: block;
    float: right;        
    margin-top: 10px;     
    text-decoration: none;
}

div#cartContent table thead {
    border-bottom: 1px solid #f39200;
}
div#cartContent table tbody {
    border-bottom: 1px solid #f39200;
}
div#cartContent table tbody tr:first-child td {
    padding-top: 5px;
}
div#cartContent table tbody td {
    padding-bottom: 5px;
}
div#cartContent table td.product {
    overflow: hidden;
    vertical-align: middle;
    width: 135px;
}
div#cartContent table tbody td.product {
    text-align: center;
}
div#cartContent table td.description {
    width: 320px;
}
div#cartContent table td.description a {    
    font-size: 14px;
    text-decoration: none;
}
div#cartContent table td.description h2 {
    margin: 0;
}
div#cartContent table td.price {
    width: 110px;
    white-space: nowrap;
}

div#cartContent table td.options {
    width: 80px;
    white-space: nowrap;
}
div#cartContent table td.options dt label {
    background: none;
}
div#cartContent table td.options select {
    width: 80px;
}
div#cartContent table td.total {
    padding-right: 3px;
    text-align: right;
    width: 77px;
}
div#cartContent table tbody td.total:before, div#cartContent table tfoot td.total:before {
    content: "€ ";
}
div#cartContent table tbody td.total, div#cartContent table tfoot td.total {    
    background: rgba(243,146,0,0.25);
    white-space: nowrap;
}
div#cartContent table td.totalLabel {
    padding-right: 3px;
    text-align: right;
}
div#cartContent table tfoot td {
    padding: 5px 0;
}

div#cartContent table td {
    padding: 0;
}

/** Checkout */
div#checkout{       
    
    padding: 0 6px 10px 6px;
    position: relative;    
}
div#checkout:after{
    content: "";
    display: block;
    clear: both;
}
div#checkout div#login{
    width: 340px;
    float: left;    
    min-height: 245px;
    position: relative;
}

#checkout #loginForm{
    padding-top: 10px;
}

div#checkout div#login:before{
    content: "";
    display: block;
    border-right: 1px dotted #CCCCCC;
    height: 100%;
    width: 1px;
    position: absolute;
    right: -18px;
    top: 0;
}
div#checkout div#createAccount{
    width: 292px;
    float: right; 
    min-height: 245px;
    position: relative;
}

#checkout #forgotPassword-element a{
    color: #888;
    font-style: italic;
}

#checkout #forgotPassword-element a:hover{
    color: #000;
    font-style: italic;
}

div#checkout div#createAccount a, div#checkout div#login input#submit{ 
    color: #000;    
    background: rgba(243,146,0,0.25);
    border: 1px solid #f39200;
    padding: 0 4px;
    cursor: pointer;                    
    display: block;
    float: right;        
    margin-top: 10px;     
    text-decoration: none;
    width: 130px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    bottom: 10px;        
    text-align: center;
    font-size: 90%;
}
div#checkout div#createAccount span#gotoFastCheckout a{
    left: 0;
}

/** Checkout - Create account */

div#checkout.createAccount form dt, div.form form dt {
    display: table-cell;
    float: left;
    margin-right: 10px;
    padding: 3px 0;
    text-align: right;
    width: 35%;
    height: 16px;
}
div#checkout.createAccount form dd, div.form form dd {
    display: table-cell;
    padding: 3px 0;
    width: 65%;
    height: 16px;
}
div#checkout.createAccount form dt#copyBillingAddress-label label, div.form form dt#copyBillingAddress-label label {
    white-space: nowrap;
}
div#checkout.createAccount form input#createAccount, div.form form input#createAccount{
    color: #000;    
    background: rgba(243,146,0,0.25);
    border: 1px solid #f39200;
    padding: 0 4px;
}

dl.zend_form dd.hasErrors input, dl.zend_form dd.hasErrors select, dl.zend_form dd.hasErrors .cke_skin_kama { 
    border: 1px solid #ff0000 !important;
}

dl.zend_form ul.errors{
    display: none;
    position: absolute;    
    background: #fff;
    padding: 10px 30px !important;
    list-style: none;
    border: 1px solid #838383;
    border-radius: 10px;
    box-shadow: 5px 5px 6px #888;
    margin: 0;   
}
dl.zend_form ul.errors li{
    display: block;
    list-style: none;
    padding: 0 30px
}

dl.zend_form ul.errors:after{
    content: "";
    position: absolute;
    bottom: -12px;;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;    
}
dl.zend_form ul.errors.show{
    display: block;
}


/* shipping / payment / finish */
div#checkout div#personalDetails{    
    padding: 10px;    
    border-radius: 10px;
    border: 1px solid #cccccc;    
    font-size: 13px;    
    margin-bottom: 20px;
}
div#checkout div#personalDetails:after{
    content: "";
    display: block;
    clear: both;
}
div#checkout div#personalDetails div{
    float: left;
    width: 33%;    
}

div#checkout div#personalDetails div h2{
    font-size: 13px;
}
div#checkout div#personalDetails div h3{
    font-size: 13px;
    margin-bottom: 0;
}

div#checkout input#submit{
    color: #000;    
    background: rgba(243,146,0,0.25);
    border: 1px solid #f39200;
    padding: 0 4px;
    cursor: pointer;
    float: right;    
}

div#checkout.payment div#parameterFields{
    padding: 5px 5px 5px 16px;
}
div#checkout.payment div#parameterFields span{
    padding: 0 5px;
}
div#checkout.finish div#orderOverview{
    background-image: none;
}


/** Checkout - Finish order */
div#checkout.finish div#orderOverview table {
    clear: both;            
    width: 100%;
}
div#checkout.finish div#orderOverview table thead {
    border-bottom: 1px solid #f39200;
}
div#checkout.finish div#orderOverview table tbody {
    border-bottom: 1px solid #f39200;
}
div#checkout.finish div#orderOverview table tbody tr:first-child td {
    padding-top: 5px;
}
div#checkout.finish div#orderOverview table tbody td, div#checkout.finish div#orderOverview table tfoot td {
    padding-bottom: 5px;
}
div#checkout.finish div#orderOverview table td.name {
    width: 60%;
}
div#checkout.finish div#orderOverview table td.price {
    width: 11%;
}
div#checkout.finish div#orderOverview table td.price {
    width: 110px;
}
div#checkout.finish div#orderOverview table td.price span:before {
    content: "€ ";
}
div#checkout.finish div#orderOverview table td.price span.offerPrice {
    color: #f39200;
}
div#checkout.finish div#orderOverview table td.price span.price.isOffer {    
    color: #CECECE;
    text-decoration: line-through;
}
div#checkout.finish div#orderOverview table td.amount {
    width: 11%;
}
div#checkout.finish div#orderOverview table td.subtotal {
    width: 11%;
    white-space: nowrap;
}
div#checkout.finish div#orderOverview table tfoot td.label {
    padding-right: 5px;
    text-align: right;
}
div#checkout.finish div#orderOverview table td.subtotal, div#checkout.finish div#orderOverview table tfoot td.value {
    padding-right: 5px;
    text-align: right;
}
div#checkout.finish div#orderOverview table tbody td.subtotal:before, div#checkout.finish div#orderOverview table tfoot td.value:before {
    content: "€ ";
}
div#checkout.finish div#orderOverview table tbody td.subtotal, div#checkout.finish div#orderOverview table tfoot td.value {
    background: rgba(243,146,0,0.25);
}
div#checkout.finish div#orderOverview textarea {
    height: 75px;
    width: 650px;
}


/* search */

#searchHits{
    width: 95%;
    margin-left: 10px;
    position: relative;
}

#searchHits li{
    border-bottom: 1px dashed #ccc !important;
}

#searchHits li img{
    border: 2px solid #fff;
}

#searchHits li:hover .hitContent, #searchHits li:active .hitContent{
    color: #000 !important;
}

#searchHits li:hover .hitTilte, #searchHits li:active .hitTilte{
    font-weight: bold;
}

#searchHits li:hover img, #searchHits li:active img{
    border: 2px solid #000;
}

#searchHits .hitContent{
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    font-size: 14px;
    font-family: arial, verdana, sans-serif;
    color: #919191 !important;
}

#searchHits .hitTilte{
    padding-right: 50px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    color: #f39200 !important;
}

#searchHits .hitImage{
    float: left;
}

#searchResults{
    margin-bottom: 20px;
}

#searchResults .pageLinks li{
    display: inline-block !important;
    width: 21px;
    height: 21px;
    background: #f39200;
    line-height: 21px;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

#searchResults .pageLinks li a{
    display: inline-block !important;
    width: 21px;
    height: 21px;
    background: #fff;
    color: #f39200;
    text-decoration: none;
}