﻿/*Bottom Toolbar*/
#bottombar_m
{
    height: 20px;
    background-image: url(images/left_bg.png), url(images/right_bg.png), url(images/main_bg.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left top;
    background-image: url(images/main_bg.png)\9;
    margin-left: 980px;
    text-align:center;
    width: 50px;
    opacity: 0.95;
    bottom: -1px;
    position: fixed;
    z-index: 9999999;
    *right: 132px;
    cursor: pointer;
}

#bottombar_m img
{
    padding-top:5px;
}

#bottombar
{
    height: 40px;
    background-image: url(images/left_bg.png), url(images/right_bg.png), url(images/main_bg.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left top;
    background-image: url(images/main_bg.png)\9;
    font-size: 10pt;
    font-weight:900;
    text-align: center;
    width: 960px;
    opacity: 0.95;
    bottom: -1px;
    position: fixed;
    z-index: 9999999;
    *right:192px;
}

*html #bottombar
{
    background: url(images/main_bg.png);
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

#bottombar .recentproduct
{
    color: #fff;
    height: 100%;
    width:175px;
    float:left;
}

#bottombar .recentproduct:hover
{
    background-image: url(images/bg_hover.png);
    cursor: pointer;
}

#bottombar .recentproduct .text
{
    margin-left: 5px;
    padding: 10px 5px;
}

#bottombar .compareproduct
{
    color: #fff;
    height: 100%;
    width: 105px;
}
#bottombar .compareproduct:hover, active
{
    background-image: url(images/bg_hover.png);
    cursor: pointer;
}

#bottombar .compareproduct .text
{
    margin-left: 5px;
    margin-top: 1px;
    cursor: pointer;
    padding-top:10px;
    padding-right: 5px;
    height: 100%;
}

#bottombar .compareproduct .muanhanh
{
    padding-top:6px;
    display: none;
}
#bottombar  .popuprecent
{
    opacity: 1;
}
#bottombar  .popuprecent .popupbody
{
    position: absolute;
    width: 958px;
    height:150px;
    border: solid 1px #000;
    bottom: 40px;
    background-color: #fff;
    left:0px;
}
#bottombar  .popuprecent .popupbody .name
{
    height: 32px;
    font-weight: 550;
}
#bottombar  .popuprecent .popupbody .image
{
    border: 2px solid #CCC;
    margin: 5px;
    height: 90px;
    width: 90px;
}
#bottombar  .popuprecent .popupbody .image:hover
{
    border: 2px solid #ffbd00;
}
#bottombar  .popuprecent .popupbody .image img
{
    padding: 5px;
}
#bottombar  .popuprecent .popupbody .product
{
    padding-top:5px;
}
#bottombar  .popuprecent .popupheader
{
    position: absolute;
    width: 300px;
    height:41px;
    bottom: 190px;
    background-color: #000;
    background-image: -webkit-linear-gradient(top, #292828, #000);
    background-image: -o-linear-gradient(top, #292828, #000);
    background-image: -moz-linear-gradient(top, #292828, #000);
    background-image: linear-gradient(top, #292828, #000);
    -webkit-border-top-left-radius: 9px;
    -moz-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
    left: 0px;
}
#bottombar  .popuprecent .popupheader .text
{
    color:#fff;
    padding-top: 12px;
    padding-left: 8px;
}
#bottombar  .popuprecent .popupheader .text2
{
    color:#666666;
    padding-top: 12px;
    padding-right: 8px;
    font-weight:normal;
    cursor: pointer;
}
#bottombar  .popuprecent .popupheader .text2:hover
{
    color: #fff;
}
#bottombar .no-cart
{
    position: absolute;
    width: 290px;
    height:22px;
    border: solid 1px #000;
    bottom: 40px;
    background-color: #fff;
    font-weight: normal;
    padding-top: 5px;
    *margin-left:668px;
    right: 0px;
}
#bottombar .no-product
{
    position: absolute;
    width: 190px;
    height:22px;
    border: solid 1px #000;
    bottom: 40px;
    background-color: #fff;
    font-weight: normal;
    padding-top: 5px;
    left:0px;
}

#bottombar  .popoutcompare .popupbody
{
    position: absolute;
    width: 290px;
    height:300px;
    border: solid 1px #000;
    bottom: 40px;
    background-color: #fff;
    *margin-left: 1575px;
    right: 0px;
}

#bottombar .popoutcompare .product
{
    margin-left:5px;
    margin-top: 5px;
}
#bottombar .popoutcompare .img-cart
{
    border: 1px solid #e8e8e8;
    margin-right: 5px;
    width: 90px;
}
#bottombar .popoutcompare .img-cart img
{
    height: 70px;
    padding: 5px;
}
#bottombar .popoutcompare .name-cart
{
    text-align: left;
    color: #08C;
}

#bottombar .popoutcompare .quantity-cart
{
    text-align: left;
    color: #666;
    margin-top: 5px;
}
#bottombar .popoutcompare .quantity-cart input
{
    width:20px;
    height:10px;
    margin-left: 5px;
    border: 1px solid #666;
    text-align: center;
}
#bottombar .popoutcompare .quantity-cart a
{
    color: #666;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: underline;
}
#bottombar .popoutcompare .quantity-cart a:hover
{
    color: #666;
    text-decoration: none;
}

#bottombar .popoutcompare .status-cart
{
    color: #4ac201;
    font-weight: normal;
    padding-right: 10px;
}

#bottombar .popoutcompare .price-cart
{
    color: #bf0007;
    padding-right: 10px;
    margin-top: 12px;
}
#bottombar .popoutcompare .clear-cart
{
    clear: both;
    width: 96%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    padding: 10px 5px;
}
#bottombar .popoutcompare .clear-cart hr
{
    margin:0;
}

#bottombar .popoutcompare .total-cart
{
    color: #666;
    width: 280px;
    height: 23px;
    background-color: whiteSmoke;
    font-size: 12pt;
    font-weight: normal;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
    margin-top: 10px;
}
#bottombar .popoutcompare .total-cart span
{
    color: #bf0007;
    font-weight: bold;
}

#bottombar  .popoutcompare .popupheader
{
    position: absolute;
    width: 292px;
    height:41px;
    bottom:340px;
    background-color: #000;
    background-image: -webkit-linear-gradient(top, #292828, #000);
    background-image: -o-linear-gradient(top, #292828, #000);
    background-image: -moz-linear-gradient(top, #292828, #000);
    background-image: linear-gradient(top, #292828, #000);
    -webkit-border-top-left-radius: 9px;
    -moz-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
    *margin-left: 1575px;
    right: 0px;
}
#bottombar  .popoutcompare .popupheader .text
{
    color:#fff;
    padding-top: 12px;
    padding-left: 8px;
}
#bottombar  .popoutcompare .popupheader .text2
{
    color:#666666;
    padding-top: 12px;
    padding-right: 8px;
    font-weight:normal;
    cursor: pointer;
}
#bottombar .popoutcompare ul
{
    border: sold 1px #2d2d2d;
    margin: 0;
    padding: 0;
}

#bottombar .popoutcompare ul li
{
    padding: 5px 10px;
    border-bottom: dotted 1px #ededed;
    height: 60px;
    width: 89%;
}

#bottombar .popoutcompare ul li .image
{
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    text-align: center;
    float: left;
}

#bottombar .popoutcompare ul li a
{
    color: #0072bc;
    outline: medium none;
    text-decoration: none;
}

#bottombar .popoutcompare ul li img
{
    margin: 0 10px 0 0;
    border: 1px solid #f5f5f5;
    height: 55px;
    max-width: 60px;
}

#bottombar .number
{
    background-image: url(images/notification_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -23px;
    width:24px;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    padding-top: 2px;
}

#bottombar .controlbutton
{
    height:100%;
    width:50px;
}
#bottombar .line
{
    background-image: url(images/line_bt.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 2px;
    margin-top: 2px;
}
#bottombar .arrow
{
    height: 100%;
    width: 100%;
    text-align:center;
    padding-top:14px;
    cursor: pointer;
}

#ShopCartBottom
{
    height:100%;
    float: right;
    width:400px;
}

.pop-label
{
    color:#999999;
}
.pop-price
{
    color:#c31118;
    font-weight: bold;
}
.pop-btn
{
    width: 150px;
    text-align:right;
    padding-left: 80px;
    padding-top: 10px;
}
.pop-text
{
    color:#333;
    padding-bottom: 5px;
    text-align: center;
}
/*Override bootstrap css */
.popover-title {
    background-color: white;
    border-bottom: 1px solid white;
    color: #333;
    font-size: 10pt;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}
.popover-content 
{
    padding: 0px 5px 5px 5px;
}

.popupnewsbtmbar
{
    background-color: #FEFEFE;
    position: absolute;
    bottom: 40px;
    left: 1px;
    width: 600px;
    border: 1px solid #666;
}
.popupnewsbtmbar .cl1,.popupnewsbtmbar .cl2
{
    float:left;
    width: 280px;
    text-align: left;
}
.popupnewsbtmbar .cl1
{
    border-right: 1px dotted #DDD;
    width:279px;
    padding-right: 15px;
}
.popupnewsbtmbar .cl2
{
    padding-left: 15px;
}
.popupnewsbtmbar .tt
{
    margin: 0 3px 0 5px;
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
}
.popupnewsbtmbar .tt a
{
    float: right;
    text-transform: capitalize;
}
.popupnewsbtmbar ul.ct
{
    margin: 0;
    padding: 5px;
    list-style-type:none;
}
.popupnewsbtmbar ul.ct li
{
    height: 64px;
    margin:2px 0;
    padding:0;
    list-style-type:none;
    display:block;
    overflow:hidden;
}
.popupnewsbtmbar ul.ct li:hover
{
    background: #eeeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
    background: linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
}
.popupnewsbtmbar ul.ct li img
{
    height: 60px;
    width: 80px;
    float: left;
    margin-right: 5px;
}
.popupnewsbtmbar ul.ct li a
{
    display: block;
    height: 60px;
    padding:2px;
}
.popupnewsbtmbar ul.ct li a:hover
{
    text-decoration:none;
}
.popupnewsbtmbar ul.ct li span
{
    color:#999;
}