@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
:not(td) {
    padding: 0;
    margin: 0
}

body {
    font: 13px/20px 'Roboto', Arial, sans-serif;
    color: #34495e
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:hover,
a:focus {
    color: #000;
    outline: medium none;
    text-decoration: none;
}

h1 {
    font-size: 20px;
    line-height: 32px
}

h2 {
    font-size: 18px;
    line-height: 30px
}

h3 {
    font-size: 16px;
    line-height: 28px
}

h4 {
    font-size: 15px;
    line-height: 28px
}

h5 {
    font-size: 14px;
    line-height: 27px
}

h6 {
    font-size: 13px;
    line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 5px
}

img,
button {
    border: none
}

table {
    margin: 0 auto;
    border-spacing: 0
}

.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFF;
}

.success,
.notice,
.errors {
    padding: .6em 1em 0.6em 3.4em;
    margin-bottom: 1em;
    font-weight: bold
}

.success {
    border: 1px solid #C6D880;
    color: #264409;
    background: #E6EFC2 url(../img/success.png) no-repeat 10px center
}

.notice {
    border: 1px solid #FFD324;
    color: #514721;
    background: #FFF6BF url(../img/note.png) no-repeat 10px center
}

.errors {
    border: 1px solid #FBC2C4;
    color: #8A1F11;
    background: #FBE3E4 url(../img/error.png) no-repeat 10px center
}

.note {
    color: #FF2222;
    font-size: 11px
}

.error {
    color: #FF2222;
    background-color: #FFFFBB
}

.clear {
    clear: both
}

.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;    
}
.panel {
    margin-bottom: 10px;
}

.panel .panel_header {
    height: 33px;
    padding: 0 5px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    border-radius: 4px;
}
.header {
    border-bottom: 1px solid #1f5cb3;
    color: #1f5cb3;
    text-transform: uppercase;
}
.bg-shadow {
    background: #2c7dec;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2c7dec 0%, #1b53a3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c7dec), color-stop(100%, #1b53a3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2c7dec 0%, #1b53a3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2c7dec 0%, #1b53a3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2c7dec 0%, #1b53a3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2c7dec 0%, #1b53a3 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2c7dec', endColorstr='#1b53a3', GradientType=0);
    /* IE6-9 */
    border-bottom: 2px solid #15478e;
    box-shadow: 0 0 3px #969595;
}

.panel .panel_header,
.panel .panel_header * {
    line-height: 33px;
    margin: 0
}

.panel .panel_body {
    overflow: hidden;
    border: 1px solid #67abc9;
}

.panel .panel_content {
    border: 1px solid #67abc9;
    overflow: hidden;
    padding: 10px;
}

.list_product {
    padding: 0 2px;
}

.product_item {
    border-bottom: 1px solid #7BAB2A;
    box-sizing: border-box;
    padding: 8px;
}

.list_product .product_item:last-child {
    border-bottom: none;
}

.product_item .product_image {
    box-sizing: border-box;
    float: left;
    width: 37%;
}

.product_item .product_image img {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    max-width: 100%;
    padding: 2px;
}

.product_item .product_info {
    float: left;
    width: 63%;
    box-sizing: border-box;
}

.product_name {
    font-size: 13px;
    line-height: 22px
}

.product_name > a {
    color: #818A24;
}

.product_name > a:hover {
    color: #605454;
}

.product_price {
    color: #ff0000;
}

.product_item .des {
    color: #8b7171;
    padding: 0 10px;
}

.product_old_price {
    color: #9a9a9a;
    text-decoration: line-through;
    font-size: 8pt
}

.product_name,
.product_price,
.product_old_price {
    padding: 0 10px;
    overflow: hidden
}

.cms_button {
    background: #ccc;
    border: 1px solid;
    display: inline-block;
    height: 25px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 20px
}

.cms_button,
.cms_button * {
    font-size: 13px
}

.cms_button * {
    line-height: 25px
}

.cms_button:hover,
.cms_button:hover * {
    background: #333;
    color: #fff;
    text-decoration: none
}

.padding5 {
    padding: 5px
}

.padding10 {
    padding: 10px
}

.center {
    text-align: center
}

.pagination {
    text-align: right;
    list-style: none;
    margin: 0 10px 10px 0
}

.pagination li {
    display: inline-block
}

.pagination a {
    background: #73a024 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 21px;
    padding: 5px 12px;
}

.pagination a:hover,
.pagination .active a {
    background: #333;
    color: #fff;
    text-decoration: none
}

.pagination .disabled a {
    display: none
}

.news_panel table td {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
    vertical-align: top
}

#header {}

#menu_page {
    height: 35px;
    margin-bottom: 10px;
}

#menu_page ul {
    list-style: none
}

#menu_page > ul > li {
    float: left;
}
#menu_page li{
    position: relative;
}
#menu_page a {
    display: block;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

#menu_page li:hover,
#menu_page>ul>li.current {
    background: #15478e;
}

#menu_page>ul>li>ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

#menu_page>ul>li:hover>ul {
    position: absolute;
    opacity: 1;
    visibility: visible;
}

#content {
    background: #ffffff none repeat scroll 0 0;
    padding: 0 5px;
}

#content_left {
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    width: 77%;
}

#content_right {
    box-sizing: border-box;
    float: right;
    width: 23%;
}

#menu_category {
    list-style: none;
}

#menu_category li {
    line-height: 30px;
}

#menu_category li.lv1 a {
    background: url('../img/menu_icon.png') left center no-repeat;
    background-size: 15px;
}

#menu_category li.lv1 li a {
    background: none;
    margin-left: 25px;
    text-indent: 5px;
}

#menu_category a {
    display: block;
    text-indent: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    margin: 0 5px
}
#menu_category li:last-child a{ 
    border: 0;
}



#support_online .account {
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #ccc
}

#support_online .name {
    font-size: 15px;
    font-weight: bold
}

#support_online .phone {
    color: #a90000;
    font-weight: bold;
    font-size: 14px
}

#adv_left img,
#adv_right img {
    max-width: 100%
}

#html_page_content img {
    max-width: 710px
}

#cart_total_price {
    color: #ff0000
}

#cart_total_price .small_price {
    font-size: 10px
}

#search_panel input[type=text] {
    padding: 3px;
    width: 220px;
    margin-bottom: 10px
}

#footer {
    background: #1f5cb2;
    padding: 10px;
    color: #FFF;
}



#license {
    background-color: #222222;
    font-size: 10px;
    padding: 0 10px 0 0;
    text-align: right;
}

#license,
#license a {
    color: #fff;
}

#list_news {
    list-style: none;
}

#list_news .news_item {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #eee;
}

#list_news .news_item a.img-wrap {
    border: 1px solid #eee;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: 150px;
    overflow: hidden;
    padding: 2px;
}

#list_news .news_item img.thumbnail {
    border: medium none;
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
}

.news_panel ul li > img {
    float: left;
    margin: 0 6px 0 0;
    max-width: 60px;
}

.news_panel ul {
    float: left;
    list-style: none outside none;
    width: 100%;
}
.news_panel ul li .title{
    font-weight: bold;
}
.news_panel ul li {
    clear: both;
    float: left;
    margin: 0 0 5px 3px;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.news_panel .panel_body ul li:last-child {
    border-bottom: none
}

#divAdLeft,
#divAdRight {
    display: block;
    position: absolute;
    z-index: 9999;
}

#divAdLeft img,
#divAdRight img {
    max-width: 100%;
}
