html, body{
    background: #ffffff;
    color: #000000;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}
body{
}
a, a:link, a:visited{
    color:#0e5685;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    color:#0042af;
}
a:active{
    color:#444444;
}
img, form, fieldset, ul{
    padding: 0;
    margin: 0;
}
ul{
    margin-left: 20px;
}
img{
    border: 0 none;
}
input, textarea, select{
    font-size: 12px;
    font-family: Arial;
}
p{
    margin: 0;
    padding: 0;
}
label, .clk{
    cursor: pointer;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clear{
    clear: both;
}
.fclear{
    clear: both;
    font-size: 1px;
    height: 1px;
}
.wider{
    width: 120%;
}
.warn{
    color: #ff0000;
}
.cap{
    font-weight: bold;
    color: #0e5685;
}

.rc6{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.rc4{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.rc4-top{
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.rc4-bot{
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.a-l{
    text-align: left;
}
.a-r{
    text-align: right;
}
.a-c{
    text-align: center;
}
.v-t{
    vertical-align: top;
}
.v-m{
    vertical-align: middle;
}
.v-b{
    vertical-align: bottom;
}
.bd{
    font-weight: bold;
}
.bt, a.bt{
    cursor: pointer;
    height: 26px;
    padding: 0 10px;
    border: 1px solid #026d6f;
    color: #003333;
    font-weight: bold;
    background: #5ad5d7 url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -271px;
    line-height: 26px;
    text-shadow: 0px 1px 1px #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.bt:hover, a.bt:hover{
    background-color: #5ab7ea;
    background-position: left -300px;
}
.bt:active, a.bt:active{
    background-color: #99ccff;
    background-position: left -329px;
}
.in-long{
    width: 98%;
}


/** pop up div **/
.popup{
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 10%;
    background: #ffffff;
    border: 5px solid #0e5685;
    display: none;
}
.popup .cls{
    padding: 5px 5px 0;
    height: 24px;
    text-align: right;
}
.popup .cls a{
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat left -630px;
}
.popup .ct{
    clear: both;
    padding: 5px;
}
.loading{
    position: fixed;
    _position: absolute;
    top: 0;
    left: 50%;
    font: 14px Arial;
    margin-left: -59px;
    z-index: 30;
    display: none;
}
.loading div{
    float: left;
}
.loading .img{
    height: 30px;
    padding: 0 3px;
    background: transparent url( "/template/crazysales_v02/imgs/bg_loading.gif" ) no-repeat left bottom;
}
.loading .txt{
    padding: 7px;
    background: transparent url( "/template/crazysales_v02/imgs/bg_loading.gif" ) no-repeat right bottom;
}
.page-cover{
    background-color: #000000;
    position:absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    z-index: 10;
}



/** no javascript notification **/
.no-sc{
    position: fixed;
    _position: absolute;
    width: 700px;
    top: 0;
    left: 50%;
    margin-left: -350px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    background: #0e5685;
    border: 1px solid #ffffff;
    border-top: 1px solid #0e5685;
    z-index: 9999;
}


/** message box **/
.act-msg{
    margin: 10px auto;
    background: #eeddee;
}
.act-msg .l{
    width: 25px;
    padding: 5px 10px;
}
.act-msg .r{
    font-weight: bold;
    padding: 5px;
}
.act-msg .r div{
    color: #222222;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #aaaaaa;
    border-top: 0;
    border-left: 0;
}
.msg-box{
    margin: 10px auto;
    padding: 20px;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #eeddee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/** blocked box **/
.outer{
    background: #036588 url( "/template/crazysales_v02/imgs/bg_box_blue.png" ) repeat-x left top;
    padding: 10px;
}
.inner{
    padding: 5px;
    background: #ffffff;
    border: 1px solid #444444;
    border-top: 0;
    border-left: 0;
}
.outer .o-hd{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 5px;
    padding-left: 30px;
    text-shadow: 0px 1px 1px #444;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat left top;
}



/** centered **/
.container{
    width: 970px;
    margin: 0 auto;
    background: #ffffff;
}


/* top logo bar */
.logo-bar{
    height: 126px;
    text-shadow: 1px 1px 1px #bbb;
}
.logo-bar .l{
    float: left;
    padding: 10px;
}
.logo-bar .r{
    float: right;
    width: 198px;
    margin: 10px;
}
.logo-bar .c{
    width: 187px;
    height: 78px;
    color: #ffffff;
    font-weight: bold;
    background: #0099cc url( "/template/crazysales_v02/imgs/bg_hoz.png" ) no-repeat -261px 0;
    text-shadow: 1px 1px 1px #666;
}
.logo-bar .c a{
    color: #ffffff;
}
.logo-bar .c .ct{
    padding: 20px 10px 5px 65px;
}
.logo-bar .c .d{
    padding: 0 0 5px 0;
    border-bottom: 2px solid #28aad2;
}
.logo-bar .c .i, .logo-bar .c .p{
    padding: 5px 0;
}
.logo-bar .a{
    margin: 10px 5px 5px;
    font-weight: bold;
}
.logo-bar a.lg{
    color: #0099cc;
}
.logo-bar a.rg{
    color: #666666;
}
.logo-bar .mass{
    float: right;
    margin: 20px 10px 0 0;
}


/* top navigation bar */
.nav-bar{
}
.nav-bar ul, .nav-bar li{
    list-style: none;
    list-style-type: none;
    margin: 0;
}
.nav-bar .t, .nav-bar .t .f a, .nav-bar .b .f a:hover{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.nav-bar .t, .nav-bar .t .f, .nav-bar .t .f a, .nav-bar .b, .nav-bar .b .f, .nav-bar .b .f a{
    background: transparent url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x 0 100px;
}
.nav-bar .t{
    height: 32px;
    padding: 3px 5px 0;
    background-position: 0 -41px;
    background-color: #0099cc;
    background-repeat: repeat-x;
}
.nav-bar .t .f{
    float: left;
    padding: 0 3px;
    font-weight: bold;
    background-position: right top;
    background-repeat: no-repeat;
}
.nav-bar .t .f a{
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    padding: 0 10px;
    /*background-position: 0 32px;*/
    text-shadow: 0px -1px 1px #444;
}
.nav-bar .t .f a.c, .nav-bar .t .f a.c:hover{
    color: #333333;
    background-color: #ffa500;
    background-position: 0 -123px;
    text-shadow: 1px 1px 1px #aaa;
}
.nav-bar .t .f a:hover{
    color: #333333;
    background-position: 0 -782px;
    text-shadow: 1px 1px 1px #bbb;
}
.nav-bar .b{
    width: 970px;
    height: 32px;
    padding: 3px 0 0 0;
    background-color: #ffa500;
    background-position: 0 -82px;
    background-repeat: repeat-x;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-bar .b .f{
    float: left;
    padding: 0;
    font-weight: bold;
    background-position: right top;
    background-repeat: no-repeat;
}
.nav-bar .b .f a{
    display: block;
    height: 32px;
    margin-right: 3px;
    color: #444444;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    text-shadow: 0px 1px 1px #aaa;
}
.nav-bar .b .f a:hover, .nav-bar .b .f a.over{
    color: #000000;
    background-color: #fffcc4;
    background-position: 0 -161px;
    background-repeat: repeat-x;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.nav-bar .b .over a{
    color: #000000;
    text-shadow: 0px 1px 1px #888;
}
.nav-bar .b ul{
    display: none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    width: 300px;
    z-index: 100;
    background: #fffcc4 url( "/template/crazysales_v02/imgs/bg_box_yellow.png" ) repeat-x 0 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.nav-bar .b .s a, .nav-bar .b .s a:hover{
    color: #008fbf;
    height: auto;
    line-height: 13px;
    padding: 6px 5px;
    text-align: left;
    background: transparent;
    text-shadow: 0px 1px 1px #bbb;
}
.nav-bar .b .s a:hover{
    color: #444444;
    text-decoration: underline;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.nav-bar .b .s{
    float: left;
    width: 140px;
}
.nav-bar .b .r{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
.nav-bar .b .r4{
    margin-left: -31px;
}
.nav-bar .b .r3{
    margin-left: -46px;
}
.nav-bar .b .r2{
    margin-left: -144px;
}
.nav-bar .b .r1{
    margin-left: -194px;
}
.nav-bar .b .r0{
    margin-left: -236px;
}
.nav-bar .b .l14{
    width: 50px;
}
.nav-bar .b .l13{
    width: 70px;
}
.nav-bar .b .l12{
    width: 75px;
}
.nav-bar .b .l11{
    width: 76px;
}
.nav-bar .b .l10{
    width: 107px;
}
.nav-bar .b .l8{
    width: 102px;
}
.nav-bar .b .l7{
    width: 93px;
}
.nav-bar .b .l5{
    width: 128px;
}
.nav-bar .b .l4{
    width: 65px;
}
.nav-bar .b .l3{
    width: 48px;
}
.nav-bar .b .l2{
    width: 50px;
}
.nav-bar .b .l1{
    width: 42px;
}
.nav-bar .b .l0{
    width: 64px;
    background-image: none;
}
.nav-bar .b .l0.over{
    background-image: url( "/template/crazysales_v02/imgs/bg_bars.png" );
}
.nav-bar .b .l0 a{
    margin-right: 0;
}
.nav-bar .b .l0 ul{
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.nav-bar .sch{
    line-height: 32px;
}
.nav-bar .sch .i{
    height: 18px;
    padding: 2px 2px 0 2px;
    border: 1px solid #026d6f;
}

/** Nav links **/
.nav-links{
    border: 1px solid #dddddd;
    padding: 5px;
    margin: 5px 0;
}

/* two column */
.col-ct{
    position: relative;
    float: right;
    width: 790px;
    margin: 5px 0 0 0;
}
.col-bk{
    clear: both;
    float: left;
    width: 170px;
    margin: 5px 0 0 0;
}

/* footer */
.footer{
    padding: 20px 0 0;
}
.footer .t{
    height: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 36px;
    font-size: 14px;
    background: #0099cc url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -199px;
    text-shadow: 1px 1px 1px #444;
}
.footer .t a{
    color: #ffffff;
}
.footer .h{
    float: left;
    margin: 0 0 0 20px;
    width: 150px;
}
.footer .m{
    float: left;
    width: 150px;
}
.footer .r{
    float: left;
    width: 150px;
}
.footer .l{
    line-height: 25px;
    font-weight: bold;
}
.footer .l a{
    display: block;
    color: #333333;
}
.footer .c{
    clear: both;
    text-align: center;
    color: #996666;
    text-shadow: 0 1px 0 #dfdfdf;
}
.footer .su{
    width: 450px;
    margin: 5px 0 0;
    padding: 10px;
    background: #0099cc url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -358px;
}
.footer .su .txt{
    color: #ffffff;
}
.footer .su .txt span{
    font-size: 18px;
    color: #fffc00;
}
.footer .su .e,.footer .su .n{
    height: 20px;
    font-size: 14px;
    border: 1px solid #026d6f;
    padding: 5px 2px 0;
}
.footer .su .n{
    width: 120px;
}
.footer .su .e{
    width: 200px;
}
.footer .acpt{
    margin: 5px 0;
    height: 28px;
}
.footer .acpt .cap{
    font-size: 14px;
    line-height: 28px;
    margin-left: 200px;
}


/** banner **/
.banners{
    position: relative;
    margin: 0 0 10px;
    width: 790px;
    height: 190px;
    overflow: hidden;
}
.banners .b{
    position: absolute;
    top: 0;
    left: 0;
}
.banners .c{
    position: absolute;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
}
.banners .c a{
    display: block;
    float: left;
    background: #ffffff;
    padding: 2px 5px;
    margin-right: 5px;
}
.banners .c a:hover{
    background: #dddddd;
}
.banners .c a.l{
    margin-right: 0;
}
.banners a.cur,.banners a.cur:hover{
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
}


/**  Section Title **/
.sec-tt{
    clear: both;
    height: 36px;
    margin-bottom: 10px;
    line-height: 36px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background: #0099cc url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -199px;
    text-shadow: 1px 1px 1px #444;
}
.sec-tt .l{
    float: left;
    padding: 0 20px;
}
.sec-tt .r{
    float: right;
    padding: 0 20px;
}
.sec-tt a{
    color: #ffffff;
}
.sub-tt{
    clear: both;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #1ba2d5 url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -199px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sec-img{
    text-align: center;
    margin: 5px 0;
}


/** Tabs **/
.tab-hd{
    clear: both;
    font-size: 14px;
}
.tab-hd .caps{
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #444;
    background: #0099cc url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -199px;
}
.tab-hd .caps div{
    float: left;
    padding: 0 15px;
    cursor: pointer;
    background: transparent url( "/template/crazysales_v02/imgs/bg_bars.png" ) no-repeat right 3px;
}
.tab-hd .caps .f{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tab-hd .caps .l{
    background: transparent;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tab-hd .caps .cur, .tab-hd .caps .cur.over{
    color: #02698e;
    text-shadow: 1px 1px 1px #aaa;
    background: #ffbf42 url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -449px;
}
.tab-hd .caps .over{
}
.tab-hd .caps .dis{
    cursor: default;
    color: #aaaaaa;
}
.tab-hd .tab{
    clear: both;
    padding-top: 5px;
}


/**  Product List  **/
.p-lst{
    clear: both;
}
.p-lst ul, .p-lst li{
    list-style: none;
    list-style-type: none;
    margin: 0;
}
.p-lst .m{
}
.p-lst li{
    float: left;
    width: 158px;
    height: 235px;
    margin-bottom: 15px;
    background: #ffffff url( "/template/crazysales_v02/imgs/bg_hoz.png" ) no-repeat left -191px;
}
.p-lst .p{
    margin: 4px;
    text-align: center;
}
.p-lst .a{
    height: 23px;
    line-height: 23px;
}
.p-lst .a a{
    display: block;
    color: #333333;
    margin: 0 3px;
}
.p-lst .a .l{
    float: left;
    padding-left: 5px;
    text-shadow: 1px 1px 1px #bbb;
}
.p-lst .a .r{
    float: right;
    display: none;
    width: 83px;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #444;
    background: #990000 url( "/template/crazysales_v02/imgs/bg_hoz.png" ) no-repeat left top;
}
.p-lst .a .cart{
    background-position: -168px 0;
}
.p-lst .a .cart:hover{
    background-color: #db7373;
    background-position: -168px -33px;
}
.p-lst .a .cart:active{
    background-color: #ff4e08;
    background-position: -168px -66px;
}
.p-lst .a .soon{
    cursor: default;
    background-color: #0a779f;
    background-position: -168px -99px;
}
.p-lst .a .sold{
    cursor: default;
    background-color: #9c9c9c;
    background-position: -168px -132px;
}
.p-lst .img{
    height: 90px;
    margin-top: 10px;
}
.p-lst .bar{
    padding: 2px 5px;
    color: #ffffff;
}
.p-lst .b-r{
    background: #cc0000;
}
.p-lst .name{
    height: 45px;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.p-lst .name a{
    display: block;
    color: #333333;
}
.p-lst .price{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}
.p-lst .price span{
    color: #cc3333;
}
.p-lst .save{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.p-lst .note{
    font-size: 11px;
    color: #ff6600;
}

/** toolbar for sort by and page nav **/
.toolbar{
    clear: both;
    background: #eeeeee;
    padding: 3px;
    margin: 0 0 10px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.toolbar .sortby{
    float: left;
    line-height: 24px;
}
.toolbar .sortby .cap{
    padding: 0 10px;
    font-size: 14px;
}
.toolbar .sortby .b{
    float: left;
    padding: 0 10px;
    font-weight: bold;
    background: #026f96;
}
.toolbar .sortby .b a{
    color: #ffffff;
}
.toolbar .sortby .s{
    display: none;
    position: absolute;
    padding: 0 10px;
    margin: -25px 0 0 -11px;
    border: 1px solid #026f96;
    background: #ffffff;
    z-index: 80;
}
.toolbar .sortby .s a{
    display: block;
    color: #026f96;
    font-weight: normal;
    line-height: 20px;
}
.toolbar  .sortby .s .cur{
    font-weight: bold;
    line-height: 24px;
}

.toolbar .pages{
    float: right;
    margin-right: 5px;
    line-height: 22px;
    font-weight: bold;
}
.toolbar .pages span{
    float: left;
    margin-left: 5px;
    font-weight: bold;
    color: #666666;
}
.toolbar .pages a{
    float: left;
    display: block;
    margin-left: 5px;
    padding: 0 3px;
    border: 1px solid #026f96;
    background: #026f96;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.toolbar .pages a:hover{
    color: #026f96;
    background: #8fdef9;
    border-color: #8fdef9;
}
.toolbar .pages a.cur{
    color: #026f96;
    background: #ffffff;
}
.toolbar .pages a.dis{
    cursor: default;
    color: #aaaaaa;
    background: #ffffff;
    border-color: #aaaaaa;
}
.toolbar .pages a.dis:hover{
    background: #ffffff;
}

/** Product Details **/
.prdt{
}
.prdt .tab{
    padding: 10px;
}
.prdt .tab-hd .caps div{
    width: 167px;
}
.prdt .tab-hd .caps .l{
    padding: 0 15px 0 17px;
}
.prdt .imgs{
    float: left;
    width: 450px;
    margin: 10px 10px 10px 0;
}
.prdt .imgs .big{
    height: 300px;
}
.prdt .imgs .tmbs{
    margin-top: 10px;
    text-align: center;
}
.prdt .imgs .tmbs a{
    display: block;
    float: left;
    margin-right: 3px;
    width: 90px;
    border: 2px solid #dddddd;
    padding: 3px;
    overflow: hidden;
}
.prdt .imgs .tmbs a:hover{
    border-color: #a6bee2;
}
.prdt .imgs .tmbs a.cur{
    border-color: #0e5685;
}
.prdt .imgs .tmbs img{
    height: 60px;
}
.prdt .info{
    float: right;
    width: 320px;
    margin: 10px 0;
}
.prdt .info .price{
    font-weight: bold;
    color: #ff0000;
    font-size: 40px;
}
.prdt .info .price span{
    font-size: 11px;
    color: #666666;
}
.prdt .info .save{
    font-weight: bold;
    color: #ff9933;
    font-size: 24px;
}
.prdt .info .save span{
    font-size: 14px;
    color: #666666;
}
.prdt .info .comb{
    color: #ff6600;
    text-align: center;
    font-weight: bold;
}
.prdt .info .was{
    color: #666666;
}
.prdt .info .exp{
    font-size: 20px;
    color: #666666;
    font-weight: bold;
}
.prdt .info .exp span{
    color: #ff0000;
}
.prdt .info .buy{
    margin: 10px 0;
    height: 87px;
}
.prdt .info .buy a, .sbdl .buy a{
    display: block;
    width: 87px;
    height: 47px;
    padding: 20px 0;
    margin-left: 117px;
    font-size: 18px;
    font-weight: bold;
    color: #ffd800;
    text-align: center;
    text-shadow: 0px 0px 5px #444;
    background: transparent url( "/template/crazysales_v02/imgs/bg_hoz.png" ) no-repeat -458px 0;
}
.prdt .info .buy a:hover, .sbdl .buy a:hover{
    background-position: -458px -87px;
}
.prdt .info .buy a:active, .sbdl .buy a:active{
    color: #457aff;
    text-shadow: 0px 0px 5px #888;
    background-position: -458px -174px;
}
.prdt .info .buy .elmo-l{
    background: none;
    float: left;
    padding: 0;
    margin: 0 0 0 40px;
}
.prdt .info .buy .elmo-b{
    float: left;
    margin: 0 0 0 40px;
}
.prdt .info .sold, .sbdl .sold{
    width: 60%;
    margin: 36px auto;
    padding: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #1166ff;
}
.prdt .info .free{
    width: 60%;
    margin: 36px auto 0;
    padding: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #d54e21;
}
.prdt .info .free-lmt{
    text-align: center;
}
.prdt .info .slc{
    margin: 10px 0;
    padding: 5px;
    background: #fff3d9;
    border: 1px solid #fcbb29;
}
.prdt .info .rls{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #d14836;
}
.prdt .info .slc table{
    width: 100%;
}
.prdt .info .slc td{
    padding: 3px 5px;
}
.prdt .info .slc .c-s1{
    width: 25%;
    font-size: 14px;
    font-weight: bold;
}
.prdt .info .slc .c-s2{
}
.prdt .info .slc .in-long{
    width: 95%;
    font-weight: bold;
}
.prdt .info .slc .buy{
    margin: 0;
}
.prdt .info .slc .sold{
    margin: 26px auto;
}
.prdt .info .lmt{
    color: #666666;
}
.prdt .info .stock{
}
.prdt .info .stock .cap{
    white-space: nowrap;
    color: #666666;
}
.prdt .info .stock .stk{
    width: 200px;
    margin-left: 10px;
    border: 1px solid #666666;
}
.prdt .info .stock .l{
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #bbbbbb;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.prdt .info .stock .r{
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #cccccc;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.prdt .info .like{
    padding: 10px 0 0 0;
}
.prdt .info .share{
    margin: 20px auto;
}
.prdt .info .share .cap{
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
}
.prdt .info .share a{
    float: left;
    display: block;
    padding-left: 26px;
    line-height: 24px;
    font-size: 14px;
    margin-left: 5px;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat 0 0;
}
.prdt .info .share .m{
    margin-left: 20px;
}
.prdt .info .share .email{
    background-position: 0 -90px;
}
.prdt .info .share .twitter{
    background-position: 0 -510px;
}
.prdt .info .share .facebook{
    background-position: 0 -540px;
}
.prdt .code{
    text-align: center;
    color: #888888;
}

.prdt .desc{
    font-size: 14px;
}
.prdt .desc .flash{
    margin: 0 auto 20px;
}
.prdt .desc .udfs{
    margin: 20px 0;
}
.prdt .desc .udfs td{
    padding: 5px;
}
.prdt .desc .udfs .cap{
    white-space: nowrap;
}

.prdt .ship{
    font-size: 14px;
}
.prdt .ship ul, .prdt .ship li{
    list-style: none;
    list-style-type: none;
    margin: 0;
}
.prdt .plc{
    font-size: 14px;
}
.prdt .qna{
    clear: both;
    font-size: 14px;
    margin-bottom: 20px;
}
.prdt .qna .outer{
    background: #eeddee;
}
.prdt .qna .o-hd{
    color: #0e5685;
    text-shadow: 1px 1px 1px #aaa;
}
.prdt .qna .inner{
    border-color: #aaaaaa;
}
.prdt .qna textarea{
    border: 0;
}
.prdt .qna .qi, .prdt .qna .ai{
    float: left;
    width: 24px;
    height: 24px;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat 0 0;
}
.prdt .qna .qi{
    background-position: left -574px;
}
.prdt .qna .ai{
    clear: both;
    background-position: left -604px;
}
.prdt .qna .q, .prdt .qna .a{
    float: left;
    margin-left: 5px;
    width: 740px;
}
.prdt .qna .q .t, .prdt .qna .a .t{
    color: #888888;
}
.prdt .qna .q{
}
.prdt .qna .a{
    color: #a85a00;
}

.prdt .info-bt{
    margin-right: 230px;
}
.prdt .info-popup .buy a{
    margin-left: 87px;
}
.prdt .info-popup .buy a.elmo-l{
    float: left;
    margin: 0 0 0 0px;
}
.prdt .info-popup .buy a.elmo-b{
    float: left;
}

.prdt-popup{
    width: 930px;
}
.prdt-popup .hd{
    padding-bottom: 10px;
}
.prdt-popup .big{
    width: 660px;
    height: 480px;
    text-align: center;
}
.prdt-popup .tmbs{
    width: 270px;
    height: 250px;
    overflow-y: auto;
    text-align: center;
}
.prdt-popup .tmbs a{
    display: block;
    float: left;
    margin: 0 2px 2px 0;
    width: 120px;
    height: 90px;
    border: 2px solid #dddddd;
}
.prdt-popup .tmbs .over{
    border: 2px solid #a6bee2;
}
.prdt-popup .tmbs .cur{
    border: 2px solid #0e5685;
}
.prdt-popup .info{
    vertical-align: top;
    width: 270px;
}
.prdt-popup .logo{
    padding-bottom: 10px;
}

/** email friend **/
.em-frd{
    width: 380px;
    margin: 10px auto;
}
.em-frd td{
    padding: 5px;
}
.em-frd .f{
    width: 100%;
}
.em-frd .cap{
    width: 35%;
}
.em-frd .in{
    width: 65%;
}

/** Featured products that under product details **/
.ftps{
    border: 1px solid #003366;
    background: #3e95ba url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -490px;
}
.ftps .l{
    float: left;
    width: 250px;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #006699;
    text-align: center;
    text-shadow: 1px 1px 5px #fff;
}
.ftps .p{
    float: left;
    margin-left: 5px;
    width: 170px;
    color: #ffffff;
}
.ftps .p a{
    color: #ffffff;
}
.ftps .i{
    padding: 5px;
}
.ftps .i img{
    width: 80px;
    height: 60px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #006699;
}
.ftps .n{
    height: 45px;
    overflow: hidden;
}
.ftps .m{
    font-size: 14px;
    font-weight: bold;
    color: #33ffff;
}
.ftps .s{
    font-size: 11px;
}

/** Shopping cart popup **/
.pop-sc{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 20px;
    width: 210px;
    z-index: 200;
}
.pop-sc .o-hd{
    background-position: left -150px;
}
.pop-sc .o-hd a{
    color: #ffffff;
}
.pop-sc .inner{
    border-color: #888888;
}
.pop-sc .f-l img{
    margin: 3px 5px;
    width: 43px;
    height: 43px;
    border: 1px solid #336600;
}
.pop-sc .f-r{
    width: 135px;
    font-weight: bold;
    color: #666666;
    margin: 3px;
}


/** Login and Reg form **/
.reg-f{
    width: 95%;
    margin: auto;
    margin-top: 20px;
}
.reg-f .o-hd{
    background-position: left -60px;
}
.reg-f td{
    padding: 5px 10px;
}
.reg-f .err{
    background: #eeeeee;
}
.reg-f .cap{
    width: 30%;
}
.reg-f .in{
    width: 70%;
}
.login-f{
    width: 80%;
    margin-top: 20px;
}
.login-f .o-hd{
    background-position: left -30px;
}
.login-f td{
    padding: 5px 10px;
}
.login-f .cap{
    width: 30%;
}
.login-f .in{
    width: 70%;
}
.pass-f{
    width: 60%;
    margin: 20px auto;
}
.pass-f .o-hd{
    background-position: left -30px;
}
.pass-f td{
    padding: 5px 10px;
}
.pass-f .cap{
    width: 30%;
}
.pass-f .in{
    width: 70%;
}
.sub-f{
    width: 80%;
    margin: 10px auto;
}
.sub-f td{
    padding: 5px 10px;
}
.sub-f .f{
    width: 100%;
}
.sub-f .cap{
    width: 40%;
}
.sub-f .in{
    width: 60%;
}
.sub-f .o-hd{
    background-position: left -90px;
}
.unsub-f .o-hd{
    background-position: left -120px;
}


/** block general css */
.block{
    margin: 0 0 20px 0;
    border: 1px solid #cccccc;
}
.block .hd{
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 -1px 1px #444;
    text-align: center;
    background: #017ea9 url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -240px;
}
/** block: sign up newsletter **/
.b-news{
    background: transparent url( "/template/crazysales_v02/imgs/bg_hoz.png" ) no-repeat -261px -153px;
}
.b-news .f{
    padding: 100px 0 0;
}
.b-news .f div{
    margin-bottom: 5px;
}
.b-news .e, .b-news .n{
    width: 142px;
    margin: 0 10px;
    height: 18px;
    font-size: 14px;
    padding: 2px 2px 0;
    border: 1px solid #026d6f;
}
.b-news .s{
    margin: 0 10px;
}
/** block: someone just bought */
.b-sold{
}
.b-sold ul, .b-sold li{
    list-style: none;
    list-style-type: none;
    margin: 0;
}
.b-sold li{
    padding: 5px;
}
.b-sold .l{
    float: left;
}
.b-sold .r{
    float: right;
    width: 110px;
    height: 42px;
}
.b-sold .l img{
    width: 40px;
    height: 40px;
}
/** block: daily deals **/
.b-dds{
    border: 0;
}
.b-dds .hd{
    background-color: #049acd;
    background-position: left -300px;
}
.b-dds .ps{
    background: #2caee4;
}
.b-dds .p{
    padding: 10px 0;
}
.b-dds .p1{
    border-bottom: 1px solid #526972;
}
.b-dds .p2{
    border-top: 1px solid #89bfd6;
}
.b-dds .i{
    text-align: center;
}
.b-dds img{
    width: 140px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #30657a;
}
.b-dds .n{
    padding: 5px 10px;
}
.b-dds .n a{
    color: #333333;
    font-weight: bold;
}
.b-dds .p-l{
    float: left;
    padding: 0 0 0 10px;
    color: #333333;
    font-weight: bold;
}
.b-dds .p-r{
    float: right;
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #fffc00;
    font-weight: bold;
}
.b-dds .p-r span{
    color: #ffffff;
    font-size: 12px;
}

/** block: promotions **/
.b-prom{
}
.b-prom a{
    display: block;
    line-height: 24px;
    font-weight: bold;
    padding: 0 10px;
}
.b-prom a:hover{
    background: #dddddd;
}

/** block: sub-category **/
.b-subcat{
}
.b-subcat a{
    display: block;
    line-height: 24px;
    font-weight: bold;
    padding: 0 10px;
}
.b-subcat a:hover{
    background: #dddddd;
}
.b-subcat .now{
    background: #cfffcf;
}

/** block: search category **/
.b-schcat{
}
.b-schcat a{
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px dashed #cccccc;
}
.b-schcat a:hover{
    background: #dddddd;
}
.b-schcat .now{
    background: #cfffcf;
}

/** block: brands **/
.b-brd{
    padding: 5px 0;
}

/** Check out **/
.cko-steps{
    margin: 0 20px;
}
.cko-steps div{
    width: 620px;
    height: 127px;
    margin: auto;
    background: transparent url( "/template/crazysales_v02/imgs/bg_cko_steps.png" ) no-repeat left top;
}
.cko-steps .cart{
    background-position: left top;
}
.cko-steps .address{
    background-position: left -127px;
}
.cko-steps .invoice{
    background-position: left -254px;
}
.cko-steps .finish{
    background-position: left -381px;
}

.cko-ps{
}
.cko-ps .big{
    font-size: 14px;
}
.cko-ps .ctl .bt, .cko-ps .vh .bt{
    padding: 0 20px;
}
.cko-ps .ctn{
}
.cko-ps .ctl a{
    display: block;
}
.cko-ps .ctl{
    float: right;
    margin: 20px 0;
}
.cko-ps .bk{
    float: left;
    margin: 20px 0;
}
.cko-ps a.bt, .cko-ps .bk a{
    display: block;
    height: 24px;
    line-height: 24px;
}
.cko-ps .outer{
}
.cko-ps .o-hd{
}
.cko-ps .inner{
}
.cko-ps .cart .o-hd{
    background-position: left -450px;
}
.cko-ps th, .cko-ps .hd{
}
.cko-ps .vh{
    width: 90%;
    margin: 10px auto;
    padding: 10px 20px;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 #aaa;
    background: #adca7b;
}
.cko-ps .vh span{
    color: #336600;
}
.cko-ps .vh .in{
    border: 1px solid #026d6f;
    width: 170px;
    height: 18px;
    padding: 2px 2px 0;
}
.cko-ps .cart{
    color: #444444;
}
.cko-ps .cart table, .cko-ps table.cart{
    width: 100%;
}
.cko-ps .cart td, .cko-ps .cart th{
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px dashed #adca7b;
    border-collapse: collapse;
}
.cko-ps .cart th{
    text-shadow: 0px 1px 1px #bbb;
    border-bottom: 1px solid #adca7b;
}
.cko-ps .cart .c1{
    width: 10%;
    text-align: center;
}
.cko-ps .cart .c2{
    width: 50%;
}
.cko-ps .cart .c3{
    width: 10%;
    text-align: right;
}
.cko-ps .cart .c4{
    width: 15%;
    text-align: right;
}
.cko-ps .cart .c5{
    width: 15%;
    text-align: right;
}
.cko-ps .cart .rls{
    color: #666;
    font-size: 94%;
}
.cko-ps .cart .total{
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    text-shadow: 0px 1px 1px #bbb;
}
.cko-ps .cart .total td{
    border: 0;
}
.cko-ps .cart .c1 img, .cko-ps .cart .ci1 img{
    width: 43px;
    height: 43px;
    border: 1px solid #336600;
}
.cko-ps .cart .qty{
}
.cko-ps .cart .qty .p, .cko-ps .cart .qty .m{
    float: right;
    width: 24px;
    line-height: 24px;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat 0 0;
}
.cko-ps .cart .qty .p{
    background-position: 0 -720px;
}
.cko-ps .cart .qty .m{
    background-position: 0 -750px;
}
.cko-ps .cart .qty span{
    display: block;
    float: right;
    font-weight: bold;
    line-height: 24px;
    margin: 0 5px;
}

.cko-ps .addr{
    width: 100%;
}
.cko-ps .err{
    border: 1px solid #ff0000;
}
.cko-ps .addr table{
    width: 100%;
}
.cko-ps .addr td{
    padding: 5px;
}
.cko-ps .addr .l{
    width: 60%;
    padding-right: 20px;
}
.cko-ps .addr .r{
    width: 40%;
}
.cko-ps .addr .adf .o-hd{
    background-position: left -660px;
}
.cko-ps .addr .adf{
}
.cko-ps .addr .cap{
    width: 30%;
}
.cko-ps .addr .in{
    width: 70%;
}
.cko-ps .ab .outer{
}
.cko-ps .ab .inner{
}
.cko-ps .ab .o-hd{
}
.cko-ps .ab .c{
    margin-top: 20px;
    background-position: left -450px;
}
.cko-ps .ab .exp{
    padding: 5px;
    color: #666666;
}
.cko-ps .ab a{
    margin-bottom: 2px;
    display: block;
    padding: 10px;
    color: #444444;
    background: #eff5ff;
}
.cko-ps .ab a:hover{
    background: #e0ecff;
}
.cko-ps .cart{
}
.cko-ps .cart ul, .cko-ps .cart li{
    list-style: none;
    list-style-type: none;
    margin: 0;
}
.cko-ps .cart li{
    height: 46px;
    margin: 5px;
}
.cko-ps .cart .i{
    width: 45px;
}
.cko-ps .cart .i img{
    width: 43px;
    height: 43px;
    border: 1px solid #336600;
}
.cko-ps .cart .n{
    width: 220px;
    margin: 0 5px;
}
.cko-ps .cart .p{
    width: 40px;
}
.cko-ps .cart .tt{
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    border-top: 1px dashed #336600;
    text-shadow: 0px 1px 1px #bbb;
}
.cko-ps .cart .t{
    margin-right: 10px;
}
.cko-invc .iad{
    width: 100%;
}
.cko-invc .iad .l{
    width: 45%;
}
.cko-invc .iad .m{
    width: 10%;
}
.cko-invc .iad .r{
    width: 45%;
}
.cko-invc .iad td{
    padding: 10px;
}
.cko-invc .s{
    background-position: left -660px;
}
.cko-invc .v{
    font-size: 14px;
    font-weight: bold;
}
.cko-invc .v span{
    color: #336600;
}
.cko-invc .vo{
    background-position: left -240px;
}
.cko-invc .co{
    background-position: left -450px;
}
.cko-invc .po, .cko-ps .po{
    background-position: left -690px;
}
.cko-invc .pre{
    background-position: left -480px;
}
.cko-invc .sign{
    background: #036588;
    padding: 3px 5px;
    font-weight: bold;
    color: #ffffff;
    float: left;
}
.cko-ps .cart .ci1{
    width: 10%;
    text-align: center;
}
.cko-ps .cart .ci2{
    width: 50%;
}
.cko-ps .cart .ci3{
    width: 10%;
    text-align: right;
}
.cko-ps .cart .ci4{
    width: 10%;
    text-align: center;
}
.cko-ps .cart .ci5{
    width: 10%;
    text-align: right;
}
.cko-ps .cart .ci6{
    width: 10%;
    text-align: right;
}
.cko-ps .cart .off{
    color: #444;
}
.cko-ps .cart .ship{
    font-weight: bold;
    text-align: right;
}
.cko-ps .cart .ship td{
    border: 0;
}
.cko-ps .pmnt{
    width: 100%;
}
.cko-ps .pmnt td{
    padding: 10px 5px;
}
.cko-ps .pmnt td td{
    padding: 5px;
}
.cko-ps .pmnt .cap{
    width: 20%;
}
.cko-ps .pmnt .txt{
    width: 80%;
}
.cko-ps .pmnt .cc{
    width: 700px;
}
.cko-ps .pre-order{
    padding: 10px;
}
.cko-f .inner{
    padding: 10px;
}
.cko-ps .addr-sch, .addr-inp .addr-sch{
    position: absolute;
    background: #ffffff;
    border: 2px solid #0e5685;
    border-top: none;
    z-index: 10;
}
.cko-ps .addr-sch .no, .addr-inp .addr-sch .no{
    width: 315px;
    font-weight: bold;
}
.cko-ps .addr-sch .slc, .addr-inp .addr-sch .slc{
    font-weight: bold;
    color: #555;
}
.cko-ps .addr-sch .rst, .addr-inp .addr-sch .rlt{
    cursor: pointer;
}
.cko-ps .addr-sch div, .addr-inp .addr-sch div{
    padding: 3px 5px;
}
.cko-ps .addr-sch .over, .addr-inp .addr-sch .over{
    background: #0e5685;
    color: #ffffff;
}


/******* Count Down **********/
.ctdn{
    float: right;
    font-size: 40px;
    line-height: 40px;
    color: #cc0099;
}
.ctdn div{
    float: left;
    width: 30px;
    height: 45px;
    line-height: 45px;
    background: transparent url( "/template/crazysales_v02/imgs/bg_numbers.png" ) no-repeat 0 0;
}
.ctdn .d1{
    background-position: 0 -45px;
}
.ctdn .d2{
    background-position: 0 -90px;
}
.ctdn .d3{
    background-position: 0 -135px;
}
.ctdn .d4{
    background-position: 0 -180px;
}
.ctdn .d5{
    background-position: 0 -225px;
}
.ctdn .d6{
    background-position: 0 -270px;
}
.ctdn .d7{
    background-position: 0 -315px;
}
.ctdn .d8{
    background-position: 0 -360px;
}
.ctdn .d9{
    background-position: 0 -405px;
}
.ctdn .dd{
    background-position: 0 -450px;
}


/** daily sales page **/
.dds{
    padding: 150px 0 20px 0;
    background: transparent url( "/template/crazysales_v02/imgs/dds_banner.jpg" ) no-repeat left top;
}
.dds .sec-tt .txt, .mass-cl .sec-tt .txt{
    float: left;
}
.dds .deal-now, .dds .deal-exp, .mass-cl .deal-exp{
    margin-bottom: 20px;
}
.dds .deal-now .sec-tt, .mass-cl .sec-tt{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-position: left -666px;
}
.dds ul, .dds li{
    list-style: none;
    list-style-type: none;
    margin: 0;
}
.dds li{
    float: left;
    width: 304px;
    padding: 5px;
    font-weight: bold;
}
.dds .mg{
    margin-left: 14px;
}
.dds li .i{
    height: 173px;
    overflow: hidden;
    margin: 10px 42px;
    background: #ffffff;
}
.dds li img{
}
.dds li .n{
    height: 60px;
    font-size: 16px;
}
.dds li .d{
    color: #ffffff;
    font-size: 22px;
}
.dds li .p{
    font-size: 36px;
}
.dds li .s{
    color: #660033;
    font-size: 14px;
}
.dds li .btn, .mass-cl .btn, .sbdl .btn{
    height: 35px;
    padding: 5px;
}
.dds li .btn .b, .dds li .btn .s, .mass-cl .btn .b, .mass-cl .btn .s, .sbdl .btn .b, .sbdl .btn .s{
    width: 123px;
    height: 35px;
    display: block;
    float: right;
    line-height: 35px;
    background: transparent url( "/template/crazysales_v02/imgs/bg_hoz.png" ) no-repeat 0 0;
}
.dds li .btn .b:hover, .mass-cl .btn .b:hover, .sbdl .btn .b:hover{
    background-position: left -45px;
}
.dds li .btn .b:active, .mass-cl .btn .b:active, .sbdl .btn .b:active{
    background-position: left -87px;
}
.dds li .btn .p, .mass-cl .btn .p, .sbdl .btn .b{
    width: 123px;
    height: 35px;
    display: block;
    float: right;
    line-height: 35px;
    background: transparent url( "/template/crazysales_v02/imgs/bg_hoz.png" ) no-repeat -550px -135px;
}
.dds li .btn .p:hover, .mass-cl .btn .p:hover, .sbdl .btn .p:hover{
    background-position: -550px -177px;
}
.dds li .btn .p:active, .mass-cl .btn .p:active, .sbdl .btn .p:active{
    background-position: -550px -219px;
}
.dds li .btn .s, .mass-cl li .btn .s, .sbdl .btn .s{
    cursor: default;
    background-position: left -132px;
}
.dds li .e{
    position: absolute;
    width: 142px;
    height: 104px;
    background: transparent url( "/template/crazysales_v02/imgs/bg_hoz.png" ) no-repeat -550px 0;
}
.dds .caps{
    background-position: 0 -724px;
    padding: 0 10px;
    color: #666666;
    text-shadow: 1px 1px 1px #ffffff;
}
.dds .deal-exp .s{
    color: #ffffff;
}

/** Account page **/
.acct-smry{
}
.acct-smry table{
    width: 100%;
}
.acct-smry td{
    padding: 5px;
}
.acct-smry .cap{
    width: 20%;
}


.acct-invc{
    margin-bottom: 20px;
}
.acct-invc .paid{
    background: #eeddee;
}
.acct-invc .unpaid{
    background: #aaffaa;
}
.acct-invc .canceled{
    background: #efefef;
}
.acct-invc table{
    width: 90%;
    margin: auto;
}
.acct-invc td{
    padding: 3px 5px;
}
.acct-invc .c1{
    width: 50%;
}
.acct-invc .c2{
    width: 30%;
}
.acct-invc .c3{
    width: 20%;
}
.acct-invc .c3 a{
    display: block;
}
.acct-invc .c1 .cap{
    width: 30%;
}
.acct-invc .c1 .txt{
    width: 70%;
}
.acct-invc .c2 .cap{
    width: 50%;
}
.acct-invc .c2 .txt{
    width: 50%;
}

.invc-lft{
    width: 500px;
    float: left;
}
.invc-lft .prdts{
    width: 100%;
    border: 1px solid #dddddd;
}
.invc-lft td, .invc-lft th{
    padding: 5px;
}
.invc-lft th{
    background: #dfebf9;
}
.invc-lft .lst td{
    border-bottom: 1px solid #dddddd;
}
.invc-lft .c1{
    width: 65%;
}
.invc-lft .c2{
    width: 10%;
}
.invc-lft .c3{
    width: 10%;
}
.invc-lft .c4{
    width: 15%;
}
.invc-lft .b1{
    font-weight: bold;
    text-align: right;
}
.invc-lft .b2{
    font-size: 120%;
}
.invc-lft .vch{
    background: #dfebf9;
}
.invc-lft .vch span{
    color: #28b302;
    font-size: 14px;
}
.invc-lft .vc{
    border-bottom: 1px solid #dddddd;
}
.invc-lft .trcks{
    width: 100%;
    border: 1px solid #dddddd;
    text-align: center;
}
.invc-lft .trcks .c1{
    width: 34%;
}
.invc-lft .trcks .c2{
    width: 33%;
}
.invc-lft .trcks .c3{
    width: 33%;
}
.invc-rht{
    width: 250px;
    float: right;
}
.invc-rht table{
    width: 100%;
    background: #eeeeee;
    margin-bottom: 20px;
}
.invc-rht td{
    padding: 3px 5px;
}
.invc-rht .cap{
    width: 35%;
}
.invc-rht .txt{
    width: 65%;
}

.acct-pmnts{
    width: 90%;
    margin: 0 auto;
    border: 1px solid #dddddd;
}
.acct-pmnts td, .acct-pmnts th{
    padding: 3px 5px;
    border-bottom: 1px solid #dddddd;
}
.acct-pmnts th{
    background: #dfebf9;
}


.acct-addrs{
    width: 90%;
    margin:auto;
}
.addr-lst{
    width: 30%;
    padding: 15px 0;
}
.addr-inp{
    padding: 5px;
    width: 70%;
    background: #eeeeee;
}
.addr-lst a{
    display: block;
    padding-left: 26px;
    line-height: 24px;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat 0 -300px;
    margin-bottom: 5px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.addr-lst .now{
    background-color: #eeeeee;
}
.addr-lst .new{
    background-position: 0 -780px;
    margin-bottom: 15px;
}
.addr-lst .main{
    background-position: 0 -240px;
}
.addr-inp table{
    width: 100%;
}
.addr-inp td{
    padding: 3px 5px;
}
.addr-inp .cap{
    width: 30%;
}
.addr-inp .in{
    width: 70%;
}
.addr-inp .err{
    border: 1px solid #ff0000;
    padding: 2px 1px;
}
.addr-inp select.err{
    padding: 0;
}


.msg-acts{
}
.msg-acts a{
    display: block;
    float: right;
    line-height: 24px;
    padding: 0 5px 0 26px;
    margin-left: 10px;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat 0 0;
}
.msg-acts a:hover{
    background-color: #d8e7f8;
}
.msg-acts .add{
    background-position: 0 -780px;
}
.msg-acts .reply{
    background-position: 0 -780px;
}
.msg-acts .list{
    background-position: 0 -810px;
}
.msg-acts .ref{
    background-position: 0 -390px;
}
.msg-add{
}
.msg-add table, .msg-view table{
    width: 100%;
    margin: 20px auto;
    border: 1px solid #dddddd;
}
.msg-add .err, .msg-view .err{
    border: 1px solid #ff0000;
}
.msg-add td, .msg-add th, .msg-view td, .msg-view th{
    padding: 5px;
}
.msg-add th, .msg-view th{
    background: #dfebf9;
}
.msg-add .cap, .msg-view .cap{
    width: 15%;
}
.msg-add .inp, .msg-view .inp{
    width: 85%;
}
.msg-lst{
    width: 100%;
    margin: 20px auto;
    border: 1px solid #dddddd;
}
.msg-lst td, .msg-lst th{
    padding: 5px;
}
.msg-lst th{
    background: #dfebf9;
}
.msg-lst .m{
    cursor: pointer;
}
.msg-lst .im, .msg-lst .imn{
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat 0 -120px;
}
.msg-lst .imn{
    background-position: 0 -90px;
}
.msg-lst .over{
    background: #efefef;
}
.msg-lst .no{
    text-align: center;
}
.msg-lst .no a{
    font-weight: bold;
}
.msg-lst .i{
    width: 5%;
}
.msg-lst .c{
    width: 15%;
}
.msg-lst .l{
    width: 15%;
}
.msg-lst .s{
    width: 55%;
}
.msg-lst .f{
    width: 10%;
}
.msg-view .y, .msg-view .a{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 20px 0;
    padding: 10px;
}
.msg-view .y{
    background: #eeeeee;
}
.msg-view .a{
    background: #d8e7f8;
}
.msg-view .s{
    font-weight: bold;
    margin-bottom: 5px;
}

.acct-pwd{
    width: 60%;
    margin: 20px auto;
}
.acct-pwd .f{
    width: 100%;
}
.acct-pwd td{
    padding: 5px;
}
.acct-pwd .cap{
    width: 40%;
}
.acct-pwd .inp{
    width: 60%;
}

.acct-em{
}
.acct-em .n{
    list-style: none;
    list-style-type: none;
}
.acct-em .note{
    color: #0e5685;
    margin-top: 20px;
}
.acct-em .f{
    padding: 10px;
}
.acct-em ul, .acct-em li{
    margin: 0;
    padding: 0;
    margin: 0;
}
.acct-em li{
    margin-left: 20px;
}
.acct-em .ns{
}
.acct-em .ns li{
    margin-bottom: 10px;
}
.acct-em .ns label{
    color: #0e5685;
    font-weight: bold;
}
.acct-em .ns .desc{
    padding-left: 20px;
    color: #666666;
}


/** Payment center ***/
.pm-cc{
    width: 80%;
    margin: auto;
}
.pm-cc td{
    padding: 5px;
}
.pm-cc .cap{
    width: 20%;
}


/** help center page **/
.cust{
}
.cust .caps{
    padding: 0 5px;
}
.cust .txt{
    margin: 0 10px 30px;
}


/** pages general css **/
.page{
    font-size: 14px;
    padding: 0 10px;
}


/** secure payment **/
.scpm{
    color: #ffffff;
    margin-top: 20px;
    border: 1px solid #003366;
    background: #3e95ba url( "/template/crazysales_v02/imgs/bg_bars.png" ) repeat-x left -520px;
}
.scpm .c1{
    margin: -25px 20px 0;
}
.scpm .c2{
    width: 120px;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.scpm .c3{
    margin: -25px 20px 0 50px;
}
.scpm .c4{
    width: 180px;
    margin: 5px 0 0 0;
}
.scpm .s1, .scpm .s3{
    font-size: 14px;
    font-weight: bold;
}
.scpm .c5{
    margin: 15px 0 0 100px;
    font-weight: bold;
    font-size: 20px;
    width: 100px;
}
.scpm .c6{
    width: 115px;
}
.scpm .c6 img{
    margin: 10px 0 0 10px;
}


.notice{
    padding: 5px 20px;
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 14px;
    text-align: justify;
    border: 5px solid #83cae2;
}
.notice span{
    color: #f00;
}
.notice div{
    text-align: center;
}


.mass-cl{
    padding: 150px 0 20px 0;
    background: transparent url( "/template/crazysales_v02/imgs/massive_clearance_today.jpg" ) no-repeat left top;
}
.mass-cl .prdts{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.mass-cl .prdts li{
    list-style: none;
    list-style-type: none;
    float: left;
    width: 232px;
    height: 300px;
    margin: 10px 0 0 14px;
}
.mass-cl .prdts li.p0{
    margin-left: 0;
}
.mass-cl .i{
    margin: 10px;
    height: 90px;
}
.mass-cl .n{
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    height: 66px;
    overflow: hidden;
}
.mass-cl .e{
    font-size: 14px;
    font-weight: bold;
    color: #ffec50;
}
.mass-cl .p{
    font-size: 24px;
    font-weight: bold;
}
.mass-cl .w{
    font-weight: bold;
}
.mass-cl .btn .b, .mass-cl .btn .s{
    margin-right: 50px;
}

.mass-clt{
    padding: 150px 0 20px 0;
    background: transparent url( "/template/crazysales_v02/imgs/massive_clearance_tomorrow.jpg" ) no-repeat left top;
}
.mass-clt .prdts li{
    height: 270px;
}
.mass-logo{
    position: fixed;
    bottom: 0;
    right: 0;
}

.prom{
}
.prom .prom-desc{
    border: 5px solid #eee;
    padding: 5px;
    margin-bottom: 5px;
}
.prom .top-img, .prom .bot-img{
    clear: both;
    margin-bottom: 5px;
}


.suvy{
    font-size: 14px;
}
.suvy .banner{
}
.suvy .tt{
    background: #eeddee;
    padding: 5px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.suvy .f{
    width: 100%;
}
.suvy .l{
    width: 50%;
}
.suvy .r{
    width: 50%;
    border-left: 1px dashed #aaa;
}
.suvy .hd{
    font-weight: bold;
    text-align: center;
}
.suvy .opts{
    width: 100%;
}
.suvy .opts td{
    padding: 3px 5px;
}
.suvy .cap{
    width: 40%;
    font-size: 12px;
    text-align: right;
}
.suvy .o img{
    width: 24px;
    height: 24px;
    background: transparent url( "/template/crazysales_v02/imgs/i_24_misc.png" ) no-repeat 0 0;
}
.suvy .o .full{
    background-position: left -240px;
}
.suvy .o .empty{
    background-position: left -300px;
}
.suvy .r .cap{
    font-size: 14px;
}
.suvy .txt{
    margin: 10px;
    text-align: center;
    font-size: 14px;
}
.suvy .txt textarea{
    height: 150px;
}
.suvy .email{
    margin: 10px;
}
.suvy .email input{
    width: 180px;
}
.suvy .exp{
    margin: 10px;
}
.suvy .err{
    font-weight: bold;
}



.hrdl{
    padding: 365px 0 20px 0;
    background: transparent url( "/template/crazysales_v02/imgs/hrdl_banner.jpg" ) no-repeat left top;

}
.hrdl li{
    margin-bottom: 20px;
}


.sbdl{
}

.sbdl .prdt{
    margin: 10px 0;
    width: 100%;
    border: 2px solid #0198cd;
}
.sbdl .l{
    width: 35%;
}
.sbdl .m{
    vertical-align: top;
    width: 35%;
    border-right: 2px solid #0198cd;
    border-left: 2px solid #0198cd;
    text-align: center;
}
.sbdl .m .t{
    padding: 5px 3px;
    height: 80px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #0198cd;
}
.sbdl .m .p{
    padding: 5px 3px;
    color: #ff7206;
    font-size: 84px;
    font-weight: bold;
}
.sbdl .m .w{
    color: #656565;
    font-weight: bold;
    font-size: 16px;
}
.sbdl .m .s{
    color: #2b8f2f;
    font-weight: bold;
    font-size: 20px;
}
.sbdl .r{
    width: 30%;
}
.sbdl .r .t{
    color: #0198cd;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.sbdl .ctdn{
    float: left;
    margin-left: 20px;
}
.sbdl .r .ct{
    height: 40px;
}
.sbdl .buy a{
    margin-top: 20px;
    margin-left: 110px;
}


.faq{
    min-height: 300px;
}
.faq .h{
    margin: 20px 0 0 0;
    font-size: 20px;
    color: #009933;
    border-bottom: 1px solid #cccccc;
}
.faq .tt{
    margin: 10px 0 10px 0;
    padding: 0 0 0 20px;
    color: #2087ee;
    cursor: pointer;
    background: url( "imgs/i_faq_plus.gif" ) no-repeat 0 1px;
}
.faq .tc{
    background: url( "imgs/i_faq_minus.gif" ) no-repeat 0 1px;
}
.faq .tx{
    display: none;
    color: #444;
    margin: 5px 0 20px 20px;
}