@font-face{
    font-family:'UVNTinTuc';
    src: url('../fonts/uvntintuchepthem_b-swiss.ttf');
}
body{
    font:13px/20px Arial,Tahoma,sans-serif;
    color:#000
}
a{
    text-decoration: none;
    color:#000;
}
a:hover{
    color:#e30010;
}
.container{
    width:1000px;
    margin:0px auto;
}
#wrapper{
}

#cart-icon{
    position: fixed;
    right:0px;
    top:280px;
}

.share{
	margin:10px;
}
.share{
	margin:10px;
}
/* ----------- Header ----------- */
#menu-page{
    background:#df463e url(../img/menu_page.jpg) repeat-x top left;
    height:35px;
    margin-bottom:10px;
    position: relative;
    border-radius:5px 5px 0px 0px;
}
#menu-page ul{list-style: none;}
#menu-page li{
    float:left;
    background:url(../img/menu_page_li.jpg) no-repeat right center;
    padding-right:2px;
}
#menu-page a{
    display: block;
    line-height:35px;
    padding:0px 15px;
    font-weight: bold;
    color:#fff;
    
    text-transform: uppercase;
}
#menu-page a:hover,#menu-page li.current a{
    color:#ff6600;
}
/* -- search-box -- */
#search-box{
    position: absolute;
    right:10px;
    top:5px;
    border:1px solid #eee;
    border-radius:5px;
}
.txt-search{
    width:150px;
    padding:3px 30px 3px 5px;
    border-radius:3px;
}
.but-search{
    width:20px;
    height:16px;
    float:right;
    background:url(../img/search_icon.png) no-repeat center;
    margin-left:3px;
    position: absolute;
    right:5px;
    top:3px;
    cursor: pointer;
}


/* ----------- Main ----------- */
#left-sidebar{
    float:left;
    width:200px;
    margin-left:0px;
    
}
#main-content{
    float:left;
    width:590px;
    margin:0px 5px;
}
#right-sidebar{
    width:200px;
    float:left;
    margin-right:0px;
}

/* ----------- Sidebar ----------- */
.module{
    margin-bottom:10px;
}
.module .top{
    background:#273871 url(../img/module_top.png) repeat-x top left;
    height:30px;
    border-radius:5px 5px 0px 0px;
}
.module .top .title{
    line-height:34px;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 25px;
    color:#fff;
}
.module .middle{
    background:#f8fcff;
    border:1px solid #eee;
}
/* -- category -- */
.category ul{list-style: none;}
.category .middle{padding:5px;}
#category .middle{
    padding:5px;
}
#category ul{
    list-style: none;
}
.lv1 > li > a{
    display: block;
    padding:7px 10px;
    background:url(../img/cate_li.gif) no-repeat left center;
    background-position: 5px;
    padding-left:25px;
    font-weight: bold;
    border-bottom:1px dashed #dedddd;
}
.lv2 > li > a{
    display: block;
    padding:6px 10px;
    background:url(../img/category_li.png) no-repeat left center;
    background-position: 10px;
    margin-left:15px;
    margin-right:5px;
    padding-left:25px;
    border-bottom:1px dashed #ccc;  
}
/* -- last news -- */
#last-news .middle{
    overflow: hidden;
}
#last-news .item,#news-hot .item{
    border-bottom:1px dashed #e6e5e5;
    padding:5px;
}
#last-news .item .thumb,#news-hot .item .thumb{
    float:left;
    width:55px;
    margin-right:5px;
}
#last-news .item .thumb img,#news-hot .item .thumb img{
    width:50px;
    height:50px;
    padding:1px;
    border:1px solid #ccc;
}
#last-news .item .title a,#news-hot .item .title a{
    font-size: 12px;
    line-height:17px;
    display: block;
    font-weight: normal;
    color:#3B5998;
    font-weight: bold;
}
#last-news .item .title a:hover,#news-hot .item .title a:hover{
    text-decoration: underline;
}
/* -- cart -- */
#cart .middle{
    padding:10px;
}
#cart p{
    font-weight: bold;
}
#cart p span{
    color:#ff0000;
}
/* -- product hot -- */
#product-hot .middle{
    overflow: hidden;
}
#product-hot .item{
    text-align: center;
    border-bottom:1px dashed #ccc;
    padding:5px;
}
#product-hot .item .thumb img{
    padding:1px;
    border:1px solid #ccc;
}
#product-hot .item h2 a{
    font-size:13px;
    line-height:18px;
}
/* -- support -- */
#support .middle{
    padding:10px;
    background:#fff;
}
.support-item{
    text-align: center;
    border-bottom:1px dotted #ccc;
}
.support-item .name{
    font-weight: bold;
    color:#000080;
    margin-bottom:5px;
    font-size:14px;
}
.support-item .nick{
    margin-bottom:0px;
}
.support-item .phone{
    font-weight: bold;
    color:#ff0000;
}
/* -- adv -- */
#adv .middle{
    text-align: center;
    padding-left:4.5px;
    overflow: hidden;
}
#adv img{
    margin:5px 0px;
    max-width:190px;
}
/* -- stat -- */
#stat .middle{
    text-align: center;
    padding:10px;
}


/* ----------- Home ----------- */
.field{
    margin-bottom:10px;
}
.field .top{
    background:#273871 url(../img/module_top.png) repeat-x top left;
    height:30px;
    border-radius:5px 5px 0px 0px;
}
.field .top .title{
    line-height:34px;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 25px;
    font-size:13px;
    color:#fff;
}
.field .middle{
    background:#f8fcff;
    border:1px solid #eee;
    padding:5px;
}
/* -- last product -- */
.product-item{
    float:left;
    width:176px;
    padding:5px;
    text-align: center;
    margin-bottom:10px;
    transition: 0.4s;
    margin-right:10px;
}
.product-item .thumb{position: relative;}
.product-item .thumb img{
    padding:1px;
    border:1px solid #ccc;
	width: 150px;
    height: 150px;
}
.product-item .cover{
    z-index:100;
    position: absolute;
    width:150px;
    height:150px;
    background:rgba(0,0,0,0.7) url(../img/zoom_icon.png) no-repeat center;
    top:2px;
    left:13px;
    opacity:0;
    transition: 0.4s;
    cursor: pointer;
}
.product-item .thumb:hover .cover{
    opacity:1;
}
.product-item h2.name a{
    font-size:13px;
    font-weight: bold;
    line-height:18px;
    margin-bottom:0px;
    display: block;
}
.product-item .price{
    line-height:14px;
    font-size:12px;
    margin-bottom:2px;
    color:#ff0000;
}
.product-item .old-price{
    line-height:14px;
    text-decoration: line-through;
    line-height:18px;
    font-size:12px;
    color:#ff0000;
    margin-bottom:2px;
}
.product-item a.order{
    display: block;
    padding:3px 8px;
    background:#eb9200 url(../img/order_icon.png) no-repeat left;
    background-position: 10px;
    padding-left:25px;
    width:70px;
    text-align: center;
    color:#fff;
    font-size:11px;
    margin:auto;
    font-weight: bold;
    border-radius: 3px;
}
.product-item a.order:hover{
    background-color:#ffa615;
}

/* ----------- product.php ----------- */
#product .thumb{
    float:left;
    width:260px;
    text-align: center;
}
#product .thumb img{
    max-width:250px;
}
#product .info{
    float:left;
    width:300px;
}

#tb-product-info th{
    width:100px;
    text-align: right;
    padding:3px 5px;
    border:1px solid #eee;
}
#tb-product-info td{
    padding:3px 5px;
    border:1px solid #eee;
}
#product .content{
    border-top:1px solid #eee;
    margin-top:15px;
    padding-top:15px;
}

/* ----------- News ----------- */
.news-item{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #ccc;
}
.news-item h2.title{
    font-size:14px;
    line-height:22px;
}
.news-item .thumb{
    float:left;
    width:150px;
    margin-right:10px;
    margin-bottom:10px;
}
.news-item .thumb img{
    width:150px;
    height:100px;
    padding:1px;
    border:1px solid #ccc;
}
/* -- news detail -- */
#news-detail{margin-bottom:20px;}
#news-detail .description{
    margin-bottom:10px;
    font-size:14px;
    color:#6a6a6a;
}
/* -- news other -- */
#news-other{
    background:url(../img/field_top.png) no-repeat top center;
    padding-top:30px;
}
#news-other .title{
    font-weight: bold;
    font-size:14px;
    text-transform: uppercase;
    line-height:30px;
    color:#3b78cd;
}
#news-other ul{
    list-style: none;
}
#news-other ul li h2{
    background:url(../img/news_item_li.gif) no-repeat left center;
    padding-left:20px;
    font-size:13px;
    line-height:20px;
    font-weight: normal;
}

/* ----------- Pagination ----------- */
.pagination{
    list-style: none;
    float:right;
}
.pagination li{
    float:left;
}
.pagination li.disabled{
    display: none;
}
.pagination li a{
    display: block;
    padding:4px 10px;
    border:1px solid #ccc;
    margin-left:5px;
    font-weight: bold;
    border-radius: 3px;
}
.pagination li.active a{
    border:1px solid #3d5c9c;
    background:#3d5c9c;
    color:#fff;
}
.pagination li a:hover{
    border:1px solid #ff9c00 ;
    background: #ff9c00;
    color:#fff;
}

/* ----------- Form ----------- */
.txt,.txta{
    padding:4px 5px;
    border:1px solid #ccc;
}
.txt:hover,.txta:focus,.txt:hover,.txta:hover{
    border:1px solid #ffa10d;
    box-shadow:0px 0px 3px #ccc;
}
span.guide{
    color:#00813b;
    font-weight: bold;
}
span.note{
    color:#ff0000;
}
b.error{
    font-weight: bold;
    color:#ff0000;
}
.but{
    padding:4px 10px;
    background:#3d5c9c;
    color:#fff;
    font-size:12px;
    font-weight: bold;
    cursor:pointer;
    border-radius:3px;
}
.but:hover{
    background:#ffb910;
}
/* -- note -- */
.success{
    background:#e6efc2 url(../img/icon/success_icon.png) no-repeat left center;
    background-position: 5px;
    padding:7px 10px;
    padding-left:27px;
    border:1px solid #c6d880;
    color:#264409;
    margin-bottom:20px;
    font-weight:bold;
}
.notify{
    background:#fff6bf url(../img/icon/notify_icon.png) no-repeat left center;
    background-position: 5px;
    padding:7px 10px;
    padding-left:27px;
    border:1px solid #ffd324;
    color:#514721;
    margin-bottom:20px;
    font-weight:bold;
}
div.errors{
    background:#ff0d0d url(../img/icon/error_icon.png) no-repeat left center;
    background-position: 5px;
    padding:7px 10px;
    padding-left:27px;
    border:1px solid #c50202;
    color:#fff;
    margin-bottom:20px;
    font-weight:bold;
}


/* ----------- Contact ----------- */
#tb-contact{
    width:570px;
}
#tb-contact th{
    width:130px;
    text-align: right;
}
#tb-contact th,#tb-contact td{
    padding:3px 5px;
}


/* ----------- Cart ----------- */
#tb-cart{
    border:1px solid #eee;
    
}
#tb-cart th{
    background:#d2d2d2;
    font-weight: bold;
    padding:7px 12px;
}
#tb-cart td{
    padding:7px 12px;
}
/* -- order -- */
#tb-order{
    width:570px;
}
#tb-order th{
    width:130px;
    text-align: right;
}
#tb-order th,#tb-order td{
    padding:3px 5px;
}

/* ----------- footer ----------- */
#footer{
    border-top:4px solid #3b5998;
    padding:5px;
    background:#fbfbfb;
}
#license,#license a{
    color:#ccc;
    text-align: center;
    font-size:11px;
    background:#fbfbfb;
}