@charset "utf-8";
/* CSS Document */


.prodboxCont{
    height: 216px;
    width: 144px;
    margin: 5px 3px 5px 3px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    float: left;
		z-index:1;
    }

.proFewLeft{
    width: 144px;
    height: 147px;
    background-image: url(/images/product_box/lastFew.PNG);
    background-repeat: repeat-y;
    float: left;
    cursor:pointer;
		z-index:10;
    }

.proSoldOut{
    width: 144px;
    height: 147px;
    background-image: url(/images/product_box/soldOut.PNG);
    background-repeat: repeat-y;
    float: left;
    cursor:pointer;
    }

.clear {
    font-size: 1px;
    height: 1px;
    width: 144px;
}

.norm{
    font-weight: normal;
    }

/*Standard product box properties*/

.prodbox_top{
    width: inherit;
    height: 147px;
    background-repeat: repeat-y;
    cursor:pointer;
    }

.prodbox_product{
    width: inherit;
    height: 147px;
    }

.prodbox_brand{
    width: inherit;
    height: 147px;
    }

.prodbox_mid{
    width: inherit 144px;
    height: 26px;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    }
.prodbox_btm{
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    }

.prodbox_btmL{
    float:left;
    width: 28px;
    height: 41px;
    background-repeat: no-repeat;
    cursor:pointer;
    }

.prodbox_btmR{
    float:left;
    width: 34px;
    height: 41px;
    background-repeat: no-repeat;
    cursor:pointer;
    }

.prodbox_btmC{
    float:left;
    width: 82px;
    height: 41px;
    }

/*100plus quid box CSS*/

.prodbox_mid100plus{
    background-color: #ffffff;
    border-left-color: #ECD40A;
    border-right-color: #ECD40A;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-right-style: solid;
    }
.prodbox_btm100plus{
    background-color: #ECD40A;
    height: 41px;
    width: 144px;
    }
.prodbox_btmL100plus{
    background-image: url(/images/product_box/100plus_bl.gif);
    width: 28px;
    height: 41px;
    }
.prodbox_btmR100plus{
    background-image: url(/images/product_box/100plus_br.gif);
    width: 34px;
    height: 41px;
    }
        
/*100 quid box CSS*/

.prodbox_mid100{
    background-color: #ffffff;
    border-left-color: #B0206D;
    border-right-color: #B0206D;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-right-style: solid;
    }
.prodbox_btm100{
    background-color: #B0206D;
    height: 41px;
    width: 144px;
    }
.prodbox_btmL100{
    background-image: url(/images/product_box/100_bl.gif);
    width: 28px;
    height: 41px;
    }
.prodbox_btmR100{
    background-image: url(/images/product_box/100_br.gif);
    width: 34px;
    height: 41px;
    }
/*75 quid box CSS*/

.prodbox_mid75{
    background-color: #ffffff;
    border-left-color: #A895C2;
    border-right-color: #A895C2;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-right-style: solid;
    }
.prodbox_btm75{
    background-color: #A895C2;
    height: 41px;
    width: 144px;
    }
.prodbox_btmL75{
    background-image: url(/images/product_box/75_bl.gif);
    width: 28px;
    height: 41px;
    }
.prodbox_btmR75{
    background-image: url(/images/product_box/75_br.gif);
    width: 34px;
    height: 41px;
    }

/*50 quid box CSS */

.prodbox_mid50{
    background-color: #ffffff;
    border-left-color: #EF9529;
    border-right-color: #EF9529;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-right-style: solid;
    }
.prodbox_btm50{
    background-color: #EF9529;
    height: 41px;
    width: 144px;
    }
.prodbox_btmL50{
    background-image: url(/images/product_box/50_bl.gif);
    width: 28px;
    height: 41px;
    }
.prodbox_btmR50{
    background-image: url(/images/product_box/50_br.gif);
    width: 34px;
    height: 41px;
    }

/*25 quid box CSS */

.prodbox_mid25{
    background-color: #ffffff;
    border-left-color: #24A4DD;
    border-right-color: #24A4DD;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-right-style: solid;
    }
.prodbox_btm25{
    background-color: #24A4DD;
    height: 41px;
    width: 144px;
    }
.prodbox_btmL25{
    background-image: url(/images/product_box/25_bl.gif);
    width: 28px;
    height: 41px;
    }
.prodbox_btmR25{
    background-image: url(/images/product_box/25_br.gif);
    width: 34px;
    height: 41px;
    }

