@CHARSET "UTF-8";
.hrGreen{width:50%; margin-top:15px; background-color:#467D2B; height:4px;margin-left:auto;margin-right:auto}
/*fb search*/
.global-header a {text-decoratiopn:none;}
.fbSearchTextBox
{
    -moz-border-radius:4px 4px 4px 4px;
    background-color:#CEEBA2;
    font-size:130%;
    height:25px;
    text-align:center;
    width:95%;
    margin-left:5px;
    margin-right:auto}
.divSuggestions img{
    max-height:35px;
    max-width:35px;
    vertical-align:middle;
    margin-left:5px;margin-right:10px;
}
.divSuggestions{
    border-color:grey;
    border-right:3px solid grey;
    border-style:solid;
    border-width:0 2px 2px;
    font-size:15px;
}

.divSuggestions h2{
    background-color:#CE5300;
    border-top:2px solid grey;
    color:white;
    font-size:17px;
    font-weight:bold;
    height:25px;
    letter-spacing:1px;
    line-height:24px;
    margin:0;
    padding:0 0 0 5px;
    text-align:left;
    width:auto;
    background:url("../../skin/menubar-gradient2.png") repeat scroll 0 -9px transparent;
    cursor: hand;
    cursor: pointer;
}

.divSuggestions h2:hover{
    background: 0;
    background-color: white;
    color:black;
}
.categoryContent{
    display:block; }

.divSuggestions .item{
    height: 38px;
    padding:2px 4px 2px 3px;

    width:100%;
    border-top:1px solid grey;

    background-color:#DAEEB9;

    background: -webkit-gradient(
        linear,
        right bottom,
        left top,
        color-stop(0.39, rgb(218,238,185)),
        color-stop(0.59, rgb(196,228,144))
        );
    background:  -moz-linear-gradient(
        right bottom,
        rgb(218,238,185) 39%,
        rgb(196,228,144) 59%
        );

    cursor: hand;
    cursor: pointer;

}
.divSuggestions .item.partner{
    height: 46px;
}

.divSuggestions .item.partner .categoryItemBottom{
    font-size:12px;
    font-style:italic;
}

.divSuggestions .item.alternate{
    background-color:#F0F8E3;


    background:-webkit-gradient(
        linear,
        right bottom,
        left top,
        color-stop(0.39, rgb(240,248,227)),
        color-stop(0.59, rgb(218,238,185))
        );
    background:     -moz-linear-gradient(
        right bottom,
        rgb(240,248,227) 39%,
        rgb(218,238,185) 59%
        );

}

.divSuggestions .item:hover{
    background: 0;
    background-color: white;
}

.divSuggestions a{
    text-decoration: none;
    color:black;
}

.divSuggestions a span{
    color:black;
    font-size: 12px;
    font-style: italic;
}

.divSuggestions .itemName{
    font-size: 14px;
    font-weight: bold;
    margin-right:4px;
}
/********** GLOBAL ***********/


*{
    padding:0;
    margin:0;
}

a{
    color:#467D2B;
}

a img{
    border:none;
}

.clear{
    clear:both;
}

.space{
    clear:both;
    height:10px;
}

.validator{
    color:red;
    display:block;
}

p{
    padding: 0 8px;
    text-align: justify;
}

p + p{
    margin-top: 10px;
}

.loadingOverlay{
    z-index: 3;
    background-color:grey;
    height:100%;
    left:0;
    opacity:0.5;
    position:fixed;
    top:0;
    width:100%;
}

.loadingMessage{
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    border-radius:8px 8px 8px 8px;

    background-color:#7FCC4C;
    font-size:140%;
    font-weight:bold;
    left:50%;
    letter-spacing:1px;
    margin-left:-115px;
    margin-top:-22px;
    opacity:1;
    padding:10px;
    position:fixed;
    text-align:center;
    top:50%;

    z-index: 3;

    width: 230px;
}

table{
    width:90%;
    text-align:center;
    border-collapse:collapse;
    border:1px solid black;
    margin-left:auto;
    margin-right:auto;

}

td, th{
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:5px;
    font-size:110%;
}

table tr.tr-first{
    background-color:#467D2B;
    color:white;
}

table tr.tr-1{
    background-color:#CEEBA2;
}

table tr.tr-2{
    background-color:#7FCC4C;
}

table tr.tr-last{
    background-color:#FE6601;
    color:white;
    font-weight:bold;
    font-size:110%;
}

h1{
    color: white;
    font-size: 165%;
    padding-bottom: 1px;
    padding-left: 8px;
    text-align: left;
    text-shadow: 1px 1px 2px #CEEBA2;
    
      background-color:#7FCC4C;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, #75B545),
    color-stop(1, #7FCC4C)
);
background-image: -moz-linear-gradient(
    center bottom,
    #75B545 25%,
    #7FCC4C 100%
);
}

h2{
    font-size:130%;
    letter-spacing:1px;
    color:#FE6601;
    margin-top:14px;
    text-shadow: 1px 1px 2px lightgrey;
    padding-left: 8px;
}

h3{
    font-size:120%;
    letter-spacing:1px;
}

h4{
    font-weight:bold;
}

.text-center{
    text-align: center;
    padding:10px;

}

.friendly-message, .error-message{
    padding:10px;
    text-align:center;

    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    border-radius:8px 8px 8px 8px;

    border:3px solid #7FCC4C;
    margin:auto;
    width:60%;

    color:black !important;

    display: block;
}

.error-message{
    color:red !important;
    border:3px solid #CE5401 !important;
}



body{
    width:100%;
    font-family:arial;
    /*font-size:14px;*/
    font-size: 10pt;
    min-width:310px;
    background-color: #F7F7F7;
}



.master-content{
    width:100%;
    padding-top:7px;
    background-color:white;
}



/************ REUSABLE *************/


#location-filter{
    width:100%;

    clear:both;
}

.row-list{
    clear:both;
}

.row-list.products{
    margin-bottom: 15px;
}

.summary h2{
    text-align:center;
}

.summary ul li{
    display:inline;
    font-style: italic
}
.summary ul li b{
    font-style:normal;
}

.summary.recipient-summary{
    clear:both;
    margin-top:7px;
}


.summary-editbuttons{
    height:30px;
}

.summary-editbuttons input{
    float:left;
    height:25px;
    width:auto;
    /*min-width:132px;*/
}


.summary-delete{
    background-color:#FE6601;
    color:white;
}

.summary-edit{
    background-color:#FFE170;

}

#show-summaries{
    margin-top:7px;
    text-align:center;
}

#show-summaries input{
    background-color:#FFE170;
    height:25px;
    width:75%;
    margin-left:auto;
    margin-right:auto;
}

#show-summaries.hide input{
    background-color:#7FCC4C;
}


#order-summary{
    margin-top:7px;
    width:95%;
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    border-radius:8px 8px 8px 8px;

    margin-left:auto;
    margin-right:auto;

    background-color:#EDEDED;

}

#order-summary h2{
    text-align:center;
}



.form-row, .form-textarea, .form-checkbox{
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    border-radius:8px 8px 8px 8px;
    background-color:#EDEDED;
    font-size:120%;
    margin-left:auto;
    margin-right:auto;
    padding-top:1px;
    text-align:center;
    width:98%;
    margin-top:7px;
    padding-bottom:20px;
}

.form-row.multi{
    height:auto;
}

.form-textarea{
    /*height:112px;*/
}

.form-checkbox label{
    display:block;
}

.form-checkbox input{
    height:35px;
    vertical-align:middle;
    width:35px;

}

.form-row label{
    display:block;
}

.not-required,.form-option{
    font-style:italic;
}

.form-row input, .form-row select, .form-textarea textarea{
    height:35px;
    height:25px;
    background-color:#CEEBA2;
    text-align:center;
    width:95%;
    font-size: 130%;
    color:black;
    text-decoration: none;
}

.form-row input:focus,  .form-textarea textarea:focus{
    background-color: #E7EBB2;
}

.form-textarea textarea{
    height:70px;
    text-align:left;
}

.form-submit{
    margin-top:7px;
    text-align:center;
}


.form-submit .button{
    width:90%;    
}

.form-submit.yellow .button{
    background-color: #FFE170;
    color: black;
    margin-bottom: 8px;
}

.form-submit.double .button{
    width:45%;
}
/********** buttons ***********/
.button, .btnFB{
    text-decoration: none;
    font-size: 100%;
    margin-top:5px;
    font-weight: bold;
    color:white;
   text-shadow: 0 1px 1px black;

   display: block;
   margin-left: auto;
   margin-right: auto;
   line-height: 40px;

   -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;

    border-radius:8px 8px 8px 8px;

    -moz-box-shadow:2px 2px 4px grey;
    -webkit-box-shadow:2px 2px 4px grey;
    box-shadow:2px 2px 4px grey;

    height:40px;
    min-width:50px;

    border-color: #E7EBB2 !important;

    background-color: #FF851B;
        background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.14, #DE5100),
        color-stop(0.51, #FE6601),
        color-stop(0.69, #FF851B)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #DE5100 14%,
        #FE6601 51%,
        #FF851B 69%
    );
}

#location-filter{

    margin-top:10px;
    min-height:40px;


}


#location-filter-editbutton{
    float:left;
    width:107px;
}


#location-filter-editbutton input{
    background-color:#FFE170;
    width:100px;
}


/************* HEADER ***************/


#global-header{
    width:100%;
    height:45px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.27, rgb(255,255,255)),
    color-stop(0.69, rgb(231,241,218)),
    color-stop(0.93, rgb(218,233,197))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(255,255,255) 27%,
    rgb(231,241,218) 69%,
    rgb(218,233,197) 93%
);

}

.header-loginbox{
     -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-top-left-radius:6px;
    border-radius:6px;
    
   /* background-color:#CEEBA2;*/
    padding:2px;
    position:absolute;
    right:1px;
    text-align:center;
    top:0;
    line-height:35px;
    height: 35px;
    color: black;

    font-size: 120%;
    font-weight: bold;
    color:white;

     -moz-border-radius: 6px 6px 6px 6px;
    border-color: #89BA6B #6FA33E #4A8400 #6EA23C;
    border-style: solid;
    border-width: 3px;
background-color: #7BB01F;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.27, #7BB01F),
    color-stop(0.51, #8EBF49),
    color-stop(0.89, #A3CF74)
);
background-image: -moz-linear-gradient(
    center bottom,
    #7BB01F 27%,
    #8EBF49 51%,
    #A3CF74 89%
);

}

.header-loginbox a{
    color: white;
    text-decoration: none;
}

.header-loginbox.login{
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 38px;
    padding: 0 5px;
}

.header-loginbox-name{
    
    font-weight:bold;
}

.header-loginbox-kangocash{
    color: #FF851B;
    font-weight: bold;
}
/******** MENU ********/

.menu{    
    margin-top: 15px;
    clear: both;
}

.menu + .menu {
    margin-top: 0px;
}

.menu .menuItem {
    width: 100%;
    text-align: left;
    min-height: 40px;

    background-color: #E7EBB2;
    border-bottom: 1px solid #DDDAC0;
    border-top: 1px solid #FFFFFF;
    text-decoration: none;
    position: relative;

        background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.32, #C8CC97),
        color-stop(0.74, #E7EBB2)
         );
        background-image: -moz-linear-gradient(
            center bottom,
            #C8CC97 32%,
            #E7EBB2 74%
        );

}



.menu .menuItem a{
    background: url("../../mobile/menuitem-arrow-right.png") no-repeat scroll 99% center transparent;
    display: block;
    font-weight: bold;
    padding-bottom: 11px;
    padding-top: 12px;
    position: relative;
    text-decoration: none;
    z-index: 2;
}

.menu .menuItem.toggleSubmenu a{
    background: url("../../mobile/menuitem-arrow-down.png") 99% center no-repeat;
}

.menu .menuItem a .image{
    display: block;
    float: left;
    width: 33px;
    height: 24px;
    text-align: center;
    margin-right: 5px;
    margin-top: 6px;
}

.menu .menuItem a img{    
    margin-top: -11px;
    max-width: 24px;
}

.menu .vouchers .menuItem a img{
    max-width: 38px;
    height:38px;
    margin-right: 5xp;
    vertical-align: middle;
}

.subMenu .subMenu{
    width: 90%;
    margin-left: auto;
}

.menu .subMenu .menuItem{
    width: 90%;
    margin-left: auto;
    background-color: #CEEBA2;

    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, #BDD98F),
    color-stop(1, #CEEBA2)
);
background-image: -moz-linear-gradient(
    center bottom,
    #BDD98F 25%,
    #CEEBA2 100%
);
}


/************* FOOTER *************/

.global-footer{
    margin-top:10px;
    
    line-height:30px;
    padding:0 4px;
    clear:both;
    text-align: center;

     background-color:#7FCC4C;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, #75B545),
    color-stop(1, #7FCC4C)
);
background-image: -moz-linear-gradient(
    center bottom,
    #75B545 25%,
    #7FCC4C 100%
);
}

.global-footer a{    
    font-weight: bold;
    color: white;
}
/******** DEFAULT ************/

.howItWorks{

    letter-spacing:1px;
    line-height:109%;
    margin-bottom:5px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.howItWorks .step{
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    border-radius:8px 8px 8px 8px;


    background-color:#CEEBA2;
    height:59px;
    margin-left:auto;
    margin-right:auto;
    margin-top:6px;
    padding:2px;
    width:270px;


}


.howItWorks .step div{
    padding-top: 15px;
}

.howItWorks .step.store div{
    padding-top: 8px;
}

.howItWorks .step img{
    float:left;
}

.howItWorks .step.store img{
    float:right;
}

.brandsResultsSummary{
    padding-left: 8px;
}

/*********** GIFT BROWSER ************/

.locationHeader{
    margin-bottom:12px;
}
.locationHeader h1{
    float:left;
    margin-right:4px;

    color:#467D2B;
    font-size:130%;
    letter-spacing:1px;
    margin-top:4px;
}

.locationHeader h1 strong{
    color:black;
    letter-spacing:0;


}

.locationHeader .giftbrowser-item-givebutton, .divSplitter a{
    background-color:#FFE170;
    color:black;
    display:block;
    height:25px !important;
    line-height:25px;
    padding-left:7px;
    padding-right:7px;
    text-align:center;
    width:160px;
    float: left;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.03, #E7EBB2),
    color-stop(1, #FFE070)
);
background-image: -moz-linear-gradient(
    center bottom,
    #E7EBB2 3%,
    #FFE070 100%
);


}
.divSplitter{
    height:25px;
    margin:20px auto;
    width:88%;
}


.giftbrowser{
    clear:both;
    text-align:center;
    margin-top:10px;
}

.giftbrowser-content{
    margin-top:10px;
}

.giftbrowser-results{
    margin-top:5px;
}

.giftbrowser-arrow{
    background-color:#EDEDED;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    text-align:center;
    width:90%;
    line-height:38px;

}

.giftbrowser-arrow a{
    text-decoration: none;

}

.current-page{
    margin-top:5px;

}

.giftbrowser-results-item{    
    height: 77px

}

.giftbrowser-results-item.brandinfo{
    width:95%;
    margin-left:auto;
    margin-right:auto;

}

.brandinfo .giftbrowser-item-left{
    text-align:center;
    width:100%;
}

.info .brandinfo .giftbrowser-results-item-wrapper{
    background-color: transparent;
    border:none !important;
}



.giftbrowser-results-item-wrapper{
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    border-radius:8px 8px 8px 8px;

    margin-top:5px;
    margin-left:5px;
    width:97%;
    margin-left:auto;
    margin-right:auto;
    padding:3px;
    border:1px solid black;    
}



.color-1 .giftbrowser-results-item-wrapper{
    background-color:#CEEBA2;

    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, #BDD98F),
    color-stop(1, #CEEBA2)
);
background-image: -moz-linear-gradient(
    center bottom,
    #BDD98F 25%,
    #CEEBA2 100%
);

}

.color-2 .giftbrowser-results-item-wrapper{
    background-color:#7FCC4C;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, #75B545),
    color-stop(1, #7FCC4C)
);
background-image: -moz-linear-gradient(
    center bottom,
    #75B545 25%,
    #7FCC4C 100%
);






}

.brandinfo .giftbrowser-results-item-wrapper{
    background-color:#FFE170;;
}

.giftbrowser-results-item-border{
    /*border:1px solid;
	margin-left:5px;*/
    min-height:100px;
}

.giftbrowser-results-item a{        
    text-decoration: none;
    color: black;
}

.giftbrowser-item-left{
    float:left;
}

.giftbrowser-item-middle{    
    text-align:left;
    background: url("../../mobile/menuitem-arrow-right.png") no-repeat scroll 99% center transparent;
    padding-right: 2%;
}

.giftbrowser-item-middle .redbox-name{
    color: red;
}

.giftbrowser-item-middle-left{
    width:85%;
}

.giftbrowser-item-middle-right{
    position:absolute;
    right:-28px;
    top:20px;
}

.giftbrowser-item-brandinfo{
    text-align:center;

}

.info-category{
    clear:both;
    word-wrap:break-word;

}

.info-category .category-name{
    width:48%;
    float:left;
    font-weight:bold;
    text-align:right;
}

.info-category .category-text{
    width:48%;
    float:right;
    text-align:left;
}

.giftbrowser-item-brandinfo .category-name{
    width:25%;

}

.giftbrowser-item-brandinfo .category-text{
    width:70%;

}

.giftbrowser-item-middle h3{
    font-size:110%;
}

.giftbrowser-item-price{
    color:red;
    font-size:120%;
    font-weight:bold;
    margin-right:2px;

}

.giftbrowser-item-promo{
    font-weight: bold;
    color:red;
    letter-spacing:1px;

}

.giftbrowser-item-right{
    float:right;
    text-align:center;
}

.readmore-link{
    color:#FE6601;
    font-style: italic;    
}

.giftbrowser-results-item .descriptionShort{
    font-style: italic;
    margin-bottom: 8px;
}

.products a.giftbrowser-item-givebutton{
    height:49px !important;
    line-height:49px !important;
    float: none !important;
}

.giftbrowser-logo{
    width:70px;
    height:70px;
    margin-right: 5px;
    background-color: white;
}

.giftbrowser-logo img{    
    max-width:70px;
    max-height:70px;
    background-color:white;
}






/********* CHECKOUT ********************/

.payment-box, .thankyou-box{
    margin-top:7px;
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    border-radius:8px 8px 8px 8px;
    background-color:#E7EBB2;
    color:#969696;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:90%;
    color:black;

    padding:8px 5px 20px;
}

.payment-box h3, .thankyou-box h3{
    font-size:130%;
}

.payment-box ul{
    list-style: none;
}

.kangocash-details{
    margin-left:30px;
    font-size:90%;
    color:#467D2B;
}

.form-row.ccprofile, .form-checkbox.ccprofile{
    width:80%;

}

.form-row.ccprofile input.button{
    font-size: 90%;
    margin-top:5px;
    width:80%;
color:white;
   text-shadow: 0 1px 1px black;

    background-color: #FF851B;
        background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.14, #DE5100),
        color-stop(0.51, #FE6601),
        color-stop(0.69, #FF851B)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #DE5100 14%,
        #FE6601 51%,
        #FF851B 69%
    );
}

.payment-box .button{
    height:27px;
    line-height:27px;
    width:95%;
}

.payment-box li.ccinfo-anchor div{
    text-align: center;
}

/************ GIFT SEARCH ***********/

.text-center.pagination{
    padding:2px;
}

.searchresults-pagination input{
    width: 100%;
    background-color: #FFE170;
}

.row-category img{
    float:left;
}

.row-category input{
    width:82px !important;
}

.search-results-list{
    clear: both;
}

.search table, .search td, .search tr{
    border:none;
}

.giftbrowser-item-detailsbutton, .summary-brand-detailsbutton, .form-submit input.btnViewAllBrands{
    background-color:#FFE170;
    color:black;
}


/******** LOGIN ***********/

.divLoginInfo table{
    border: none;
    width:100%;
}

.divLoginInfo table td, divLoginInfo table th{
    border: none;
    font-size: 100%;

}

.form-submit input.btnFB{
    background-image: none;
    background-color: rgb(97,122,172);
    width: 90%;
}


/******* SPECIAL OFFER ************/
.specialOfferWrapper{
    margin-top: 15px;
    background-color: #75E3FF;
    
    background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.13, #14D0FF),
    color-stop(0.47, #75E3FF),
    color-stop(0.96, #C4F3FF)
);
background: -moz-linear-gradient(
    center bottom,
    #14D0FF 13%,
    #75E3FF 47%,
    #C4F3FF 96%
);

    width: 100%;
    overflow:hidden;
    height: 200px;

}

.soImages{
    position: absolute;
    
    width: 102px;
    z-index: 0;
}

.soImages img{
    background-color: white;
    margin-left: 5px;
    margin-top: 5px;
    max-height: 95px;
    max-width: 95px;
}

.specialOfferBody{      
    position: relative;
}

.top .topNames{
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
}

.specialOfferWrapper, .top .topNames{    

    -moz-box-shadow:1px 2px 5px #808080;
    -webkit-box-shadow:1px 2px 5px #808080;
    box-shadow:1px 2px 5px #808080;

    text-shadow: 0 1px 7px #000000;

}

.specialOffer .top .topNames{
     background-color: #CE5301;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.32, rgb(206,83,1)),
        color-stop(0.93, rgb(237,158,47))
        );

    background:
        -moz-linear-gradient(
        center bottom,
        rgb(206,83,1) 32%,
        rgb(237,158,47) 93%
        )
        ;

    opacity:0.9;
}

.specialOffer .top{
       color: white;
    display: inline-block;
    font-size: 140%;
    padding: 8px 0;
    position: absolute;
    right: 5px;
    text-align: center;
    width: auto;
    z-index: 1;
        top: -4px;
        

}

.specialOffer .top .topNames{
    background-color: white;
     background-color:rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-bottom: -4px;
    padding: 5px;
     position: relative;
    z-index: 4;
     text-shadow: 0 1px 3px #000000;
     min-width:190px;
}


.specialOffer .soCountDown .for{
    color: white;
}

.soPrice strong, .soCountDown strong{
     color: #9DC530;
     font-size: 115%;
     letter-spacing: 1px;
}

.specialOffer .soText{
    background-color: #000000;
    background-color:rgba(0, 0, 0, 0.5);

    margin-top: 8px;
    color:white;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    font-style:italic;
    padding-left:5px;
    padding-right:5px;

    text-align:justify;
    width:300px;

    display: none;
}

.specialOffersText{
    padding: 0 5px;
    text-align: justify;
}

.specialOfferLinks{
    text-align: center;
    font-size: 150%;
    margin-top: 15px;
    margin-bottom: 8px;
}

.form-submit.specialOffers{
    position: relative;
    top: 142px;
}

.form-submit.specialOffers a{
    height: 38px !important;
    line-height: 38px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 0 black;
}

.lastLocations input{
    background-color:#FE6601;
    color:white;
    font-weight: bold;
}

.lastLocations h3{
    float:left;
}

.fbFriendSearch .form-row{
    margin-bottom:5px;
    margin-top:10px;
    padding-bottom:5px;
    padding-top:20px;
}

.divAddresses .gMaps-locationItem{
    padding: 0 8px;
}

.divAddresses .gMaps-locationItem:nth-child(odd){
    background-color: #CEEBA2;
}


.sideButtonWrapper{
      position: relative;
      height: 20px;
}

.addressBook{
    min-height: 40px;
}

.sideButtonWrapper div{
    padding: 5px 88px 5px 5px;
}

.addressBook.sideButtonWrapper div{
    padding: 5px 105px 5px 34px;
}

.sideButtonWrapper div input, .sideButtonWrapper div select{
    width: 100%;
    text-align: left;
}

.sideButtonWrapper a{
    height: 27px !important;
    line-height: 27px;
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;    
    width: 72px;
}

.addressBook.sideButtonWrapper a{
    top:17px;
    width: 90px;
}

.topInfo img{
    float: left;
    margin-right: 5px;
    max-width: 95px;
    max-height: 95px;
}

.topInfo{
    margin-bottom: 15px;
    padding: 0 8px;
    text-align: justify;
}

.topInfo div > div{
    margin-top: 8px;    
}

.giftbrowser-results > a{
    display: block;
    margin: 8px 6px;
    text-align: left;
}

.productPrice{
    color: red;
    font-size: 115%;
}

.infoDescription{
    padding: 0 8px;
    text-align: justify;
}

/****** wallet ****/

.subMenu.vouchers a{
    font-weight: normal;
}

.menu .subMenu.vouchers .menuItem .aside{
    font-size: 80%;
    font-style: italic;
}

input.placeholder{
    color: gray;
    font-style: italic;
    font-size: 75%;
}

.fb-brand-submitbutton{
    margin-top: 6px;
}

.ipPreview{
    box-shadow: 3px 3px 10px grey;
    -webkit-box-shadow: 3px 3px 10px grey;
    -moz-box-shadow: 3px 3px 10px grey;
    height: 277px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 190px;
}
