/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 16, 2014, 12:45:19 AM
    Author     : DungBQ
*/
#menu-main{
    list-style: none;
}
#menu-main li{
    float: left;
    padding: 8px 15px;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-top: 3px solid #9ebd2f;
    border-bottom: 1px solid #9ebd2f;
}

#sup_all {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
#ct_sup {
    width: 998px;
    margin: auto;
    height: 37px;
    background:#efefef;
    border-top:1px solid #ccc;
    height: 37px;
    position: relative;
}
#hotline_f {
    font-style: italic;
    background: url(../../images/phone.png) no-repeat;
    background-position: 0px 0px;
    padding: 4px 0px 0px 30px;
    position: absolute;
    top: 9px;
    left: 16px;
    font-size: 17px;
    color: #f86201;
    font-weight: bold;
}
#email_f {
    font-style: italic;
    background: url(../../images/email.png) no-repeat;
    background-position: 0px 0px;
    padding: 4px 0px 0px 30px;
    position: absolute;
    top: 9px;
    left: 360px;
    font-size: 17px;
    color: #f86201;
    font-weight: bold;
}
.item_cate2{
    margin: 10px 0px;
}
.price{
    font-size: 13px;
    /*font-weight: bold;*/
    color: #F6470A;
}
.item_cate2 p{
    margin-top: 5px;
}
.product-content{
    margin: 10px 20px;
}



/* pagination
-------------------------------------------------------------------*/

#pagination {
    float: right;
}

#pagination li {
    float: left;
    margin-right: 5px;
}

#pagination li a {
    padding: 4px 10px;
    color: #a6a6a6;
    border: 1px solid #a6a6a6;
    font-size: 11px;
    font-weight: bold;
    display: block;
}

#pagination li a:hover {
    color: #f96302;
}
#pagination .active{
    background: #ccc;
}
#pagination li .active a{
    color: #bf0000 !important;
}

#pagination li.first a, #pagination li.last a {
    border: none;
}

#pagination li.selected a {
    color: #fff;
    background: #e69517;
    border: none;
    padding: 3px 6px;
}
.pager{
    list-style: none;
}

.new-img{
    float: left;
    width: 180px;
    height: 160px;
}
.content-img{
    float: right;
    max-width: 160px;
}
.clear-both{
    clear: both;
}

.nivo-controlNav{
    padding: 0px !important;
}
.support-online{
    text-align: center;
}

.support-first{
    margin-top: -10px;

}
.col-footer{
    width: 33%;
    float: left;
    padding: 0px 10px;
}
col-footer-final{
    float: left;
    padding: 0px 10px;
}
.col-footer h3, .col-footer-final h3{
    margin-bottom: 10px;
}
#info p{
    padding: 0px;
    font-weight: normal;
}
.col-footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.col-footer ul li {
    display: inline-block;
    line-height: 15px;
    margin-bottom: 3px;
    font-weight: bold;
}

.col-footer ul li span {
    background-image: url(../../images/icons_contact.png);
    background-repeat: no-repeat;
    text-indent: -9999em;
    display: inline-block;
    overflow: hidden;
    height: 14px;
    width: 20px;
    margin-right: 5px;
}
.col-footer ul li.phone span {
    background-position: center 1px;
}
.col-footer ul li.email span {
    background-position: center -54px;
}

.social{
    margin-top: 5px;
}

.social a {
    background-image: url(../../images/icon-social.png);
    background-repeat: no-repeat;
    text-indent: -9999em;
    display: inline-block;
    overflow: hidden;
    width: 33px;
    height: 33px;
    margin-right: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all 1.4s ease 0s;
    -webkit-transition: all 1.4s ease 0s;
    -o-transition: all 1.4s ease 0s;
    -ms-transition: all 1.4s ease 0s;
    -moz-transition: all 1.4s ease 0s;
}

.social a.facbook {
    background-position: left top;
}

.social a.twitter {
    background-position: -40px top;
}
.social a.google {
    background-position: -80px top;
}
.social a.skype {
    background-position: -120px top;
}
.social a.vimeo {
    background-position: -160px top;
}
.social a.yahoo {
    background-position: -200px top;
}