﻿#navTop {

    width: 100%;
    /*height: 30px;*/
    background: #fff;
    box-shadow: #000 1px -1px 2px 0;
    -moz-box-shadow: #000 1px -1px 2px 0;
    -webkit-box-shadow: #000 1px -1px 2px 0;
    border-bottom: #e8e8e8 1px solid;
}

    #navTop ul {
        width: 1000px;
        margin: 0 auto;
        text-align: right;
    }

        #navTop ul li {
            display: inline-block;
            padding: 0 10px;
            line-height: 30px;
        }

            #navTop ul li a {
                font-size: 12px;
                color: #555555;
            }

                #navTop ul li a:hover {
                    color: #488e1a;
                    text-decoration: underline;
                }

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 106px;
    position: relative;
    margin-bottom: 15px;
    z-index: 1000;
}

h1#logo a {
    width: 210px;
    height: 96px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../images/logo.png) no-repeat left top;
    text-indent: -9999px;
}

#header .cart {
    width: 80px;
    height: 45px;
    position: absolute;
    left: 280px;
    top: 15px;
    background: url(../images/icon-cart.png) no-repeat 5px 5px;
    padding-left: 60px;
}

    #header .cart:hover {
        background: #fff url(../images/icon-cart.png) no-repeat 5px 5px;
    }

.bnt {
    text-shadow: #fff 1px 1px 0;
    color: #555;
}

    .bnt h4 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .bnt h6 {
        font-size: 11px;
        font-weight: normal;
    }

    .bnt:hover {
        cursor: pointer;
        background: #fff;
        border: #cfcfcf 1px solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

#header .cart h4 span {
    color: #e27e07;
    font-size: 20px;
    margin-left: 5px;
}

#header .login {
    width: 110px;
    height: 45px;
    position: absolute;
    left: 450px;
    top: 15px;
    background: url(../images/icon-user.png) no-repeat 5px 5px;
    padding-left: 40px;
}

    #header .login:hover {
        background: #fff url(../images/icon-user.png) no-repeat 5px 5px;
    }

    #header .login h4 {
        padding: 10px 0 3px 0;
    }


#header .search {
    width: 386px;
    height: 44px;
    background: url(../images/bg-search.png) no-repeat left top;
    position: absolute;
    right: 0;
    top: 15px;
}

    #header .search input {
        background: none;
    }

        #header .search input.key {
            width: 279px;
            padding: 14px 30px;
            font-size: 12px;
            vertical-align: top;
        }

        #header .search input.submit {
            float: right;
            width: 42px;
            height: 40px;
            cursor: pointer;
        }

#header #navBar {
    width: 770px;
    height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/bg-nav.jpg) repeat-x center bottom;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: #000 0 3px 5px -4px;
    -moz-box-shadow: #000 0 3px 5px -4px;
    -webkit-box-shadow: #000 0 3px 5px -4px;
}

#navBar ul {
    height: 36px;
}

    #navBar ul li {
        display: block;
        float: left;
        line-height: 36px;
        position: relative;
    }

        #navBar ul li a {
            color: #fff;
            font-family: tahoma;
            padding: 0 15px;
            text-shadow: #437214 1px 1px 0;
            text-transform: uppercase;
            display: block;
            float: left;
        }

            #navBar ul li a:hover {
                color: #f7ff7c;
                text-decoration: underline;
            }

#navBar p.hotline {
    color: #ffe538;
    font-size: 20px;
    text-shadow: #518121 1px 1px 0;
    position: absolute;
    right: 15px;
    bottom: 5px;
}
/* subNav */
#navBar ul ul {
    width: 200px;
    position: absolute;
    left: -1px;
    top: 35px;
    padding: 5px 10px;
    background: #fff;
    border: #C2C2C2 1px solid;
    border-top: none;
    display: none;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    overflow: hidden;
    height: auto;
}

    #navBar ul ul li {
        line-height: 18px;
        width: 100%;
        background: #fff url(../images/icon-01.png) no-repeat left 11px;
        border-bottom: #A8A8A8 1px dotted;
        padding: 0;
        display: block;
        float: left;
    }

        #navBar ul ul li a {
            color: #303030;
            font-weight: normal;
            text-transform: none;
            display: block;
            background: none;
            padding: 3px 0 3px 8px;
            line-height: 18px;
            text-shadow: none;
        }

        #navBar ul ul li:hover {
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
            background: #ffffff url(../images/icon-01.png) no-repeat left 11px;
        }

#navBar ul li:hover li:last-child {
    border: none;
}

#navBar ul ul li:hover a {
    color: #488e1a;
    text-decoration: underline;
}

#navBar ul li:hover ul {
    display: block;
}



#mainContent {
    width: 100%;
    display: table;
}

.rows {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#featured {
}

#category {
    width: 210px;
    height: 37px;
    position: relative;
    float: left;
    margin-right: 20px;
    z-index: 1000;
    background: url(../images/bg-category.png) no-repeat left top;
}

    #category:hover, #featured .active {
        background: url(../images/bg-category.png) no-repeat left bottom;
    }

    #category h1 {
        width: 190px;
        height: 37px;
        line-height: 36px;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        text-shadow: #6e791b 1px 1px 0;
        padding-left: 20px;
    }

        #category h1:hover, #category h1.active {
            cursor: pointer;
        }

    #category ul.listcat {
        position: absolute;
        box-shadow: #000 0 3px 5px -4px;
        -moz-box-shadow: #000 0 3px 5px -4px;
        -webkit-box-shadow: #000 0 3px 5px -4px;
    }

    #category ul {
        width: 210px;
        background: url(../images/bg-subcat.png) no-repeat left bottom;
        padding-bottom: 15px;
        box-shadow: #000 0 3px 5px -4px;
        -moz-box-shadow: #000 0 3px 5px -4px;
        -webkit-box-shadow: #000 0 3px 5px -4px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

        #category ul li {
            height: 34px;
            display: block;
            background: #fff;
            background: linear-gradient(top, #fff, #f1f1f1);
            background: -moz-linear-gradient(top, #fff, #f1f1f1);
            background: -webkit-linear-gradient(top, #fff, #f1f1f1);
            border-bottom: #e4e4e4 1px solid;
        }

            #category ul li:hover {
                background: #74ad34;
            }

                #category ul li:hover .subcat {
                    display: block; visibility: visible; /* shows sub-menu */
      opacity: 1;
                     transform: translateX(0%);
              transition-delay: 0s;
                }

            #category ul li a.pmenu {
                color: #508d13;
                text-shadow: #fff 1px 1px 0;
                display: block;
                font-size: 14px;
                font-weight: bold;
                height: 27px;
                padding: 5px 10px 5px;
                line-height: 27px;
                text-decoration: none;
            }

            #category ul li:hover a.pmenu {
                color: #fff;
                text-shadow: #4c7b17 1px 1px 0;
            }

            #category ul li a span {
                width: 25px;
                height: 25px;
                vertical-align: middle;
                margin-right: 10px;
                display: block;
                float: left;
                background: url(../images/icon-cat.png);
            }

                #category ul li a span.icon-cat01 {
                    background-position: 0 0;
                }

                #category ul li a span.icon-cat02 {
                    background-position: 0 -25px;
                }

                #category ul li a span.icon-cat03 {
                    background-position: 0 -50px;
                }

                #category ul li a span.icon-cat04 {
                    background-position: 0 -75px;
                }

                #category ul li a span.icon-cat05 {
                    background-position: 0 -100px;
                }

                #category ul li a span.icon-cat06 {
                    background-position: 0 -125px;
                }

                #category ul li a span.icon-cat07 {
                    background-position: 0 -150px;
                }

                #category ul li a span.icon-cat08 {
                    background-position: 0 -175px;
                }

            #category ul li:hover span.icon-cat01 {
                background-position: 25px 0;
            }

            #category ul li:hover span.icon-cat02 {
                background-position: 25px -25px;
            }

            #category ul li:hover span.icon-cat03 {
                background-position: 25px -50px;
            }

            #category ul li:hover span.icon-cat04 {
                background-position: 25px -75px;
            }

            #category ul li:hover span.icon-cat05 {
                background-position: 25px -100px;
            }

            #category ul li:hover span.icon-cat06 {
                background-position: 25px -125px;
            }

            #category ul li:hover span.icon-cat07 {
                background-position: 25px -150px;
            }

            #category ul li:hover span.icon-cat08 {
                background-position: 25px -175px;
            }

.bx-wrapper .bx-controls-direction a{
    z-index:1 !important;
}
    /* subcat */
    #category .subcat {
        width: 560px;
        min-height: 280px;
        background: #fff;
        border: #74ad34 2px solid;
        border-left-width: 10px;
        padding: 10px;
        position: absolute;
        left: 210px;
        top: 0px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        z-index: 1000;
        overflow: hidden;
         visibility: hidden; /* hides sub-menu */
      opacity: 0;
        transform: translateZ(0);
      transform: translateY(10%);
      transition: all 0.5s ease 0s, visibility 0s linear 0.5s; 
        z-index:99999;

    }

        #category .subcat .col {
            width: 170px;
            float: left;
            margin-right: 15px;
            background: #fff;
            opacity: 0.8;
        }
            /*change by duyet h2->a, a->h3
#category .subcat .col h2{
	border-bottom: #74ad34 1px solid;
}
#category .subcat .col h2 a{
	color: #74ad34;
	padding: 0;
	text-shadow: none;
}
#category .subcat .col h2 a:hover{
	background: none;
	color: #4d8516;
	text-shadow: none;
}
*/
            /*adding by duyetnv*/
            #category .subcat .col a h3 {
                border-bottom: 1px solid #E1E1E1;
                font-size: 12px;
                font-weight: bold;
                margin-bottom: 5px;
                padding: 0 0 3px 5px;
            }

            #category .subcat .col a {
                color: #267AB7;
                text-decoration: none;
            }
            /*end adding*/
            #category .subcat .col ul {
                width: 170px;
                background: none;
                padding-bottom: 10px;
                box-shadow: #fff 0 3px 5px -4px;
                -moz-box-shadow: #fff 0 3px 5px -4px;
                -webkit-box-shadow: #fff 0 3px 5px -4px;
            }

                #category .subcat .col ul li {
                    height: 26px;
                    background: none;
                    border: none;
                    padding: 0;
                }

                    #category .subcat .col ul li a {
                        color: #267AB7;
                        text-decoration: none;
                    }

                        #category .subcat .col ul li a:hover {
                            background: none;
                            color: #74ad34;
                            text-shadow: none;
                        }

ul.listcat {
    display: none;
}

#category:hover ul.listcat {
    display: block;
}

#commitment {
    width: 120px;
    float: right;
}

    #commitment p {
        color: #555;
        font-size: 13px;
        text-shadow: #fff 1px 1px 0;
        background: url(../images/bg-commitment.png) no-repeat center bottom;
    }

        #commitment p span {
            padding-top: 10px;
        }

        #commitment p.cmm01 span {
            height: 100px;
            display: block;
            background: url(../images/icon-ck01.png) no-repeat center bottom;
        }

        #commitment p.cmm02 span {
            height: 105px;
            display: block;
            background: url(../images/icon-ck02.png) no-repeat center bottom;
        }

        #commitment p.cmm03 span {
            height: 95px;
            display: block;
            background: url(../images/icon-ck03.png) no-repeat center bottom;
        }

#highlight {
}

.box-content {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.hot-pro {
    width: 735px;
    float: left;
}

.tabshot {
    position: absolute;
    left: 15px;
    top: -6px;
}

    .tabshot li {
        height: 27px;
        display: block;
        float: left;
    }

        .tabshot li a {
            color: #777;
            font-size: 14px;
            height: 27px;
            line-height: 26px;
            padding-left: 20px;
            display: block;
            float: left;
            background: url(../images/bg-sec.png) no-repeat left bottom;
            text-shadow: #fff 1px 1px 0;
        }

        .tabshot li span {
            height: 27px;
            padding-right: 20px;
            display: block;
            float: left;
            background: url(../images/bg-sec.png) no-repeat right bottom;
        }

        .tabshot li.active a {
            color: #fff;
            text-shadow: #4f8313 1px 1px 0;
            background: url(../images/bg-sec.png) no-repeat left top;
        }

        .tabshot li:hover span, .tabshot li.active span {
            background: url(../images/bg-sec.png) no-repeat right top;
        }
/*
.content-tabshot{
	padding: 35px 0 15px 15px;
	display: table;
}*/
.item-hightlight {
    width: 163px;
    height: 247px;
}

span.iconhot {
    width: 46px;
    height: 62px;
    position: absolute;
    left: -4px;
    top: -4px;
    text-indent: -9999px;
    background: url(../images/icon-hot.png) no-repeat left top;
    display: block;
}

.item-hightlight img {
    max-width: 158px!important;
    max-height: 160px!important;
}

.itemproduct {
    float: left;
    margin-right: 14px;
    border: #e4e4e4 1px solid;
    text-align: center;
    position: relative;
    margin-bottom:4px;
    padding: 5px 0;
}

    .itemproduct:hover {
        border: #80b53c 1px solid;
        box-shadow: inset #c9d5b9 0px 0px 7px;
        -moz-box-shadow: inset #c9d5b9 0px 0px 7px;
        -webkit-box-shadow: inset #c9d5b9 0px 0px 7px;
    }



    .itemproduct h3 {
        font-size: 13px;
        font-weight: normal;
        padding: 3px 0 5px;
    }

        .itemproduct h3 a {
            color: #67a02a;
        }

    .itemproduct p.newprice {
        color: #f96200;
        font-weight: bold;
        font-size: 14px;
    }

    .itemproduct p.old {
        color: #999;
        font-weight: normal;
        text-decoration: line-through;
        font-size: 12px;
    }
/*adding by duyetnv
.itemproduct:hover .itemproductdetail
{
    display: block;
}
.itemproductdetail
{
   	width: 300px; min-height: 250px;
	background: #fff;
	border: #74ad34 2px solid;
	padding: 5px;
	position: relative; left: 20px; top: -50px;
	z-index: 1000;
	overflow: hidden;
	display: none; 
	text-align:left;
 }
 .itemproductdetail ul
 {
     list-style:square none inside;
     }
 */
.news {
    width: 250px;
    float: right;
}

.tabsnews {
    height: 30px;
}

    .tabsnews li {
        height: 30px;
        float: left;
        display: block;
    }

        .tabsnews li a {
            color: #959697;
            text-shadow: #fff 1px 1px 0;
            height: 30px;
            line-height: 30px;
            border-radius: 10px 10px 0 0;
            -moz-border-radius: 10px 10px 0 0;
            -webkit-border-radius: 10px 10px 0 0;
            padding: 0 10px;
            margin-right: 1px;
            background: #e3e3e3;
            background: linear-gradient(top, #f3f3f3, #e3e3e3);
            background: -moz-linear-gradient(top, #f3f3f3, #e3e3e3);
            background: -webkit-linear-gradient(top, #f3f3f3, #e3e3e3);
            display: block;
        }

            .tabsnews li a:hover, .tabsnews li a.active {
                color: #656565;
                background: #fff;
            }

.content-tabsnews {
    background: #fff;
    padding: 10px;
    position: relative;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    webkit-border-radius: 0 10px 10px 10px;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

    .content-tabsnews ul li {
        padding: 5px 0;
        border-bottom: #d4d4d4 1px dotted;
    }

        .content-tabsnews ul li:last-child {
            border: none;
        }

        .content-tabsnews ul li a {
            color: #555;
            padding-left: 10px;
            display: table;
            background: url(../images/icon01.gif) no-repeat left 4px;
        }

            .content-tabsnews ul li a:hover {
                color: #76ad36;
                text-decoration: underline;
            }

.section {
    position: absolute;
    left: 15px;
    top: -6px;
}

    .section h3 {
        font-size: 16px;
        margin-right: 10px;
        font-weight: normal;
        float: left;
    }

        .section h3 a {
            color: #fff;
            height: 27px;
            line-height: 26px;
            padding-left: 20px;
            background: url(../images/bg-sec.png) no-repeat left top;
            text-shadow: #4f8313 1px 1px 0;
            float: left;
        }

    .section span {
        height: 27px;
        padding-right: 20px;
        background: url(../images/bg-sec.png) no-repeat right top;
        display: block;
        float: left;
    }

    .section ul {
        margin-top: 5px;
        float: left;
    }

        .section ul li {
            display: inline-block;
        }

            .section ul li a {
                color: #555;
                font-size: 14px;
                text-shadow: #fff 1px 1px 0;
                /*padding: 4px 20px;*/
				padding: 4px 10px;
                border: #d4d4d4 1px solid;
                background: #e4e4e4;
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                background: linear-gradient(top, #fff, #e4e4e4);
                background: -moz-linear-gradient(top, #fff, #e4e4e4);
                background: -webkit-linear-gradient(top, #fff, #e4e4e4);
            }

                .section ul li a.active {
                    color: #fff;
                    text-shadow: #438532 1px 1px 0;
                    border: #4b9039 1px solid;
                    background: #869823;
                    background: linear-gradient(top, #81be71, #5ca549);
                    background: -moz-linear-gradient(top, #81be71, #5ca549);
                    background: -webkit-linear-gradient(top, #81be71, #5ca549);
                }

.pro-focus {
    display: table;
    padding: 25px 0 15px 15px;
    height: 240px;
}

.item-focus {
    width: 180px;
    margin-top: 10px;
}

.itemproduct {
    height: 230px;
}

    .itemproduct img {
        max-width: 170px;
        max-height: 160px;
    }

span.iconnew {
    width: 53px;
    height: 24px;
    position: absolute;
    left: -4px;
    top: 10px;
    text-indent: -9999px;
    background: url(../images/icon-new.png) no-repeat left top;
    display: block;
}

span.iconkhuyenmai {
    width: 53px;
    height: 40px;
    position: absolute;
    left: -4px;
    top: 10px;
    text-indent: -9999px;
    background: url(../images/icon-khuyenmai.png) no-repeat left top;
    display: block;
}

#footer {
    clear: both;
    background: #fff;
    border-top: #dddddd 1px solid;
    display: block;
    padding: 20px 0;
}

.content-footer {
    width: 1000px;
    margin: 0 auto;
    display: table;
}

.box-footer {
    width: 235px;
    margin-right: 15px;
    float: left;
}

    .box-footer h1 {
        color: #6ba32d;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        border-bottom: #6ba32d 2px solid;
        margin-bottom: 8px;
    }

    .box-footer ul li {
        padding: 3px 0;
    }

        .box-footer ul li a {
            color: #555;
            background: url(../images/icon01.gif) no-repeat left 4px;
            padding-left: 10px;
            display: table;
        }

            .box-footer ul li a:hover {
                color: #6ba32d;
                text-decoration: underline;
            }

.info-company h2 {
    color: #6ba32d;
    font-size: 16px;
    padding: 5px 0;
}

.info-company p {
    display: table;
}

.info-company input[type="text"] {
    width: 150px;
    padding: 5px 10px;
    border: #c8c8c8 1px solid;
    margin-right: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    background: linear-gradient(top, #fff, #eaeaea);
    background: -moz-linear-gradient(top, #fff, #eaeaea);
    background: -webkit-linear-gradient(top, #fff, #eaeaea);
    float: left;
}

.info-company input[type="submit"] {
    width: 60px;
    height: 26px;
    border: none;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #548b1d;
    background: linear-gradient(top, #83b73f, #548b1d);
    background: -moz-linear-gradient(top, #83b73f, #548b1d);
    background: -webkit-linear-gradient(top, #83b73f, #548b1d);
    float: left;
    cursor: pointer;
}

.info-company .share {
    margin-top: 10px;
}

.contact .phones {
    padding-left: 36px;
    margin-top: 15px;
    background: url(../images/icon-phone.png) no-repeat left top;
}

    .contact .phones h2 {
        color: #ff0000;
        font-size: 16px;
    }

    .contact .phones h3 {
        color: #555;
        font-size: 14px;
        padding-top: 15px;
    }

.contact .mail {
    padding-left: 36px;
    background: url(../images/icon-mail.png) no-repeat left top;
    line-height: 30px;
}

.commitment {
    margin: 0;
}

    .commitment p {
        padding: 0 0 20px 60px;
    }

        .commitment p.cmm01 {
            background: url(../images/icon-ck01s.png) no-repeat left top;
        }

        .commitment p.cmm02 {
            background: url(../images/icon-ck02s.png) no-repeat left top;
        }

        .commitment p.cmm03 {
            background: url(../images/icon-ck03s.png) no-repeat left top;
        }

.copyright {
    width: 100%;
    float: left;
    text-align: center;
    border-top: #6ba32d 1px solid;
    padding-top: 10px;
}

/* CATEGORY */
#sideBar {
    width: 210px;
    float: left;
}

.box-sidebar {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: #000 0 3px 5px -4px;
    -moz-box-shadow: #000 0 3px 5px -4px;
    -webkit-box-shadow: #000 0 3px 5px -4px;
    margin: 10px 0;
    float: left;
}

.box-filter {
    padding: 10px;
}

    .box-filter h2 {
        color: #6ba32d;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: #6ba32d 1px solid;
        margin-bottom: 5px;
    }

    .box-filter ul li {
        padding-left: 20px;
        line-height: 22px;
        background: url(../images/icon-filter01.gif) no-repeat left 5px;
    }

        .box-filter ul li:hover, .box-filter ul li.active {
            padding-left: 20px;
            line-height: 22px;
            background: url(../images/icon-filter02.gif) no-repeat left 5px;
        }

        .box-filter ul li a {
            color: #555555;
            display: block;
        }

            .box-filter ul li a:hover {
                color: #6ba32d;
            }

#contact h2 {
    color: #555;
    font-weight: normal;
    margin: 10px;
    border-bottom: #dfdfdf 1px solid;
}

#contact ul {
    padding: 0 15px;
    display: table;
}

    #contact ul li {
        padding: 5px 0 10px 0;
    }

        #contact ul li a {
            display: block;
        }

        #contact ul li.yahoo {
            background: url(../images/icon-ym.png) no-repeat left 6px;
            padding-left: 30px;
        }

.phone p {
    background: url(../images/icon-phone02.png) no-repeat left 2px;
    padding-left: 30px;
    color: #f23300;
    font-weight: bold;
    font-size: 18px;
}

.email p {
    background: url(../images/icon-mail02.png) no-repeat left 2px;
    padding-left: 30px;
    color: #333;
    padding-bottom: 12px;
}

#contact ul li.yahoo, .contact ul li.yahoo a {
    float: left;
    display: block;
    width: 85%;
}

    #contact ul li.yahoo a {
        color: #609B25;
        line-height: 20px;
        text-decoration: underline;
    }

        #contact ul li.yahoo a:hover {
            color: #333;
        }

.map {
    padding: 5px 15px 15px 15px;
}

    .map h4 {
        border-bottom: #dfdfdf 1px solid;
        margin-bottom: 5px;
    }

.adv {
    padding: 10px;
    float: left;
}

    .adv a {
        margin-bottom: 2px;
    }

        .adv a:last-child {
            margin-bottom: 0;
        }

.brescums {
    width: 770px;
    height: 37px;
    text-shadow: #fff 1px 1px 0;
    line-height: 36px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #f3f3f3;
    background: linear-gradient(top, #fff, #f3f3f3);
    background: -moz-linear-gradient(top, #fff, #f3f3f3);
    background: -webkit-linear-gradient(top, #fff, #f3f3f3);
    box-shadow: #000 0 3px 5px -4px;
    -moz-box-shadow: #000 0 3px 5px -4px;
    -webkit-box-shadow: #000 0 3px 5px -4px;
    float: right;
    margin-bottom: 20px;
}

    .brescums p {
        padding-left: 20px;
    }

    .brescums a {
        color: #555;
    }

        .brescums a:hover {
            color: #629525;
            text-decoration: underline;
        }

#content {
    width: 770px;
    float: right;
    margin-bottom: 20px;
    padding-top: 30px;
}

.content-news {
    padding-top: 20px !important;
}

.newnews {
    float: left;
    margin-bottom: 20px;
    padding: 0 20px;
    clear: both;
	width:95%;
}

    .newnews img {
        width: 300px;
        height: 200px;
        float: left;
        margin-right: 20px;
        border: #d8d8d8 1px solid;
        padding: 1px;
    }

    .newnews h4 {
        font-size: 24px;
        padding: 20px 0 10px 0;
    }

        .newnews h4 a {
            color: #4c7c18;
        }

            .newnews h4 a:hover {
                color: #ee7130;
                text-decoration: underline;
            }

    .newnews p {
        color: #616161;
    }


.focus-news {
    width: 750px;
    padding: 0 0 20px 20px;
    margin-bottom: 20px;
    float: left;
}

.item-focus-news {
    width: 150px;
    float: left;
    margin-right: 14px;
    /*border: #d8d8d8 1px solid;*/
    padding: 10px;
    text-align: center;
}

    .item-focus-news img {
        max-width: 150px;
        height: 100px;
    }

    .item-focus-news a {
        color: #636363;
    }

        .item-focus-news a:hover {
            color: #518519;
            text-decoration: underline;
        }

.boxcat-news {
    padding: 0 20px;
    float: left;
    margin-bottom: 20px;
}

    .boxcat-news h2 {
        color: #518519;
        width: 730px;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: #518519 2px solid;
        margin-bottom: 10px;
    }

.main-news {
    width: 480px;
    float: left;
}

    .main-news img {
        width: 240px;
        max-height: 200px;
        float: left;
        border: #d8d8d8 1px solid;
        padding: 1px;
        margin-right: 15px;
    }

    .main-news h4 {
        padding: 20px 0 10px 0;
    }

        .main-news h4 a {
            color: #4c7c18;
            font-size: 16px;
        }

            .main-news h4 a:hover {
                color: #ee7130;
                text-decoration: underline;
            }

.other-news {
    width: 230px;
    float: right;
}

    .other-news li {
        padding: 5px 0;
        border-bottom: #000 1px dotted;
        background: url(../images/icon01.gif) no-repeat left 10px;
        padding-left: 10px;
    }

        .other-news li:last-child {
            border: none;
        }

        .other-news li a {
            color: #757575;
        }

            .other-news li a:hover {
                color: #56881f;
                text-decoration: underline;
            }

.list-news {
    float: left;
    margin: 0 20px;
    padding: 10px 0;
    border-top: #d3d3d3 1px solid;
    width: 730px;
}
    /*change by duyetnv*/
    .list-news img {
        width: 157px;
        height: 144px;
        float: left;
        margin-right: 20px;
        border: #d8d8d8 1px solid;
        padding: 1px;
    }

    .list-news h4 {
        font-size: 18px;
        padding: 5px 0;
    }

        .list-news h4 a {
            color: #407d14;
        }

            .list-news h4 a:hover {
                color: #ee7130;
                text-decoration: underline;
            }

    .list-news em {
        color: #888;
    }

    .list-news p {
        color: #616161;
    }



.title-cat {
    position: absolute;
    left: 20px;
    top: -6px;
    color: #fff;
    font-size: 14px;
    float: left;
}

    .title-cat h3 {
        height: 27px;
        font-weight: normal;
        line-height: 26px;
        padding-left: 20px;
        text-shadow: #427211 1px 1px 0;
        background: url(../images/bg-sec.png) no-repeat left top;
        display: block;
        float: left;
    }

    .title-cat span {
        height: 27px;
        padding-left: 20px;
        background: url(../images/bg-sec.png) no-repeat right top;
        display: block;
        float: left;
    }

.rowsbox {
    padding: 0 0 10px 10px;
    float: left;
}

.list-product {
    width: 173px;
}
/*
.list-product{
	width: 173px;
	height:247px;
	float:left;
	margin-right:10px;
	border: #e4e4e4 1px solid;
	text-align: center;
	position: relative;
	padding:5px 0;
}

.list-product img{
	width: 140px;
	height:144px;
}
.list-product h3{
	font-size: 12px;
}
.list-product span.note{
	width: 53px; height: 24px;
	position: absolute; left: -4px; top: 10px;
	text-indent: -9999px;
	background:url(../images/icon-new.png) no-repeat left top;
	display: block;
}
*/
/*
.page-navi{
	width:100%;
	text-align:center;
	padding:10px 0;
}
.page-navi ul{
	padding:5px 0px;
}
.page-navi ul li{
	display:inline;
}
.page-navi ul li a{
	color:#fff;
	background:#c6c763;
	padding:2px 10px;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
	clear:both;
	display:inline;
}
.page-navi ul li a:hover, .page-navi ul li a.active{
	background:#a2b23a;
	color:#fff;
}
*/
.detail-news {
    padding: 15px;
}

    .detail-news h1 {
        color: #407d14;
        font-size: 24px;
        font-weight: normal;
        padding-bottom: 10px;
    }

    .detail-news p {
        padding-bottom: 10px;
    }


.related-post {
    border-top: #c9c9c9 1px solid;
    padding-top: 10px;
    margin-top: 10px;
}

    .related-post h3.title-other {
        color: #3F3F3F;
        font-size: 12px;
        text-transform: uppercase;
    }

    .related-post ul li {
        background: url(../images/icon01.gif) no-repeat left 9px;
        padding: 5px 0 5px 10px;
    }

        .related-post ul li a {
            color: #567840;
        }

            .related-post ul li a:hover {
                color: #438e11;
                text-decoration: underline;
            }

        .related-post ul li em {
            padding-left: 5px;
            color: #a1a1a1;
        }

/* CONTAINER */
#container {
    float: left;
    margin-bottom: 20px;
    color: #333;
}

.featured-detail {
    width: 960px;
    margin-bottom: 20px;
    padding: 20px;
    display: table;
}

.picture-view {
    width: 400px;
    float: left;
}

.view {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.picture-view ul, .picture-view ul li, .picture-view ul li a, .picture-view ul li a img {
    float: left;
}

    .picture-view ul li {
        margin-right: 4px;
        border: #e7e7e7 1px solid;
    }

.sampo-product {
    width: 520px;
    float: right;
}

    .sampo-product h2 {
        font-size: 24px;
        font-weight: normal;
    }

    .sampo-product .price {
        height: 70px;
        position: relative;
        border-bottom: #e0e0e0 1px dotted;
    }

        .sampo-product .price h1 {
            color: #bb1c48;
            font-size: 30px;
            padding: 5px 0;
        }

        .sampo-product .price h2 {
            color: #48740d;
            font-size: 14px;
            position: absolute;
            right: 0;
            top: 45px;
        }

        .sampo-product .price a {
            position: absolute;
            right: 0;
            top: 7px;
            color: #fff;
            font-size: 18px;
            text-transform: uppercase;
            padding: 5px 20px;
            text-shadow: #b76900 1px 1px 0;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            box-shadow: #000 0 3px 5px -4px;
            -moz-box-shadow: #000 0 3px 5px -4px;
            -webkit-box-shadow: #000 0 3px 5px -4px;
            background: linear-gradient(top, #f0c000, #e57a12);
            background: -moz-linear-gradient(top, #f0c000, #e57a12);
            background: -webkit-linear-gradient(top, #f0c000, #e57a12);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c000', endColorstr='#e57a12',GradientType=0 ); /* IE6-9 */
        }

ul.thongso li {
    background: url(../images/icon02.gif) no-repeat left 5px;
    padding: 1px 10px 1px 20px;
}

    ul.thongso li a {
        color: #FF0000;
        text-decoration: underline;
        font-weight: bold;
        font-size: initial;
    }

        ul.thongso li a:hover {
            color: #ffa800;
        }

.promotion {
    width: 318px;
    float: left;
    position: relative;
    border: #bfbfbf 1px solid;
    background: #fff8dd;
    padding: 30px 20px;
    margin-top: 30px;
}

    .promotion ul li {
        background: url(../images/icon03.gif) no-repeat left 7px;
        padding: 1px 10px 1px 15px;
    }

.contactfast {
    width: 150px;
    border: #71a831 1px solid;
    background: #f5ffec;
    float: right;
    margin: 30px 0 0 6px;
}

    .contactfast h2 {
        color: #fff;
        font-size: 16px;
        text-shadow: #497318 1px 1px 0;
        background: #71a831;
        padding: 5px 0;
        text-align: center;
    }

.usercontact {
    display: table;
    padding: 10px;
}

    .usercontact p {
        width: 100%;
        float: left;
        border-bottom: #c1c1c1 1px solid;
        margin-bottom: 5px;
    }

    .usercontact span {
        width: 48%;
        float: left;
    }

.tabs-detail {
    height: 40px;
    position: relative;
    padding: 0 20px;
}

    .tabs-detail ul li {
        display: block;
        float: left;
        margin-right: 1px;
    }

        .tabs-detail ul li a {
            color: #333;
            font-size: 14px;
            text-shadow: #fff 1px 1px 0;
            height: 26px;
            line-height: 26px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            padding: 0 15px;
            background: linear-gradient(top, #efefef, #d9d9d9);
            background: -moz-linear-gradient(top, #efefef, #d9d9d9);
            background: -webkit-linear-gradient(top, #efefef, #d9d9d9);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
            display: block;
            float: left;
        }

            .tabs-detail ul li a:hover, .tabs-detail ul li a.active {
                color: #fff;
                text-shadow: #70781e 1px 1px 0;
                background: linear-gradient(top, #b3b840, #899a24);
                background: -moz-linear-gradient(top, #b3b840, #899a24);
                background: -webkit-linear-gradient(top, #b3b840, #899a24);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b840', endColorstr='#899a24',GradientType=0 ); /* IE6-9 */
            }

    .tabs-detail .likes {
        height: 20px;
        position: absolute;
        right: 20px;
        top: 0;
        border: #4ba2db 2px solid;
        border-radius: 10px;
        padding: 2px 6px;
        display: block;
        float: left;
    }

    .tabs-detail h3 a {
        width: 26px;
        height: 26px;
        position: absolute;
        right: 20px;
        top: 0;
        background: url(../images/icon-nxfb.gif) no-repeat left top;
        text-indent: -9999px;
    }

    .tabs-detail .likes h3 {
        color: #9a9a9a;
        font-size: 16px;
        margin-right: 10px;
        float: left;
    }

    .tabs-detail .likes a {
        margin-right: 3px;
        float: left;
    }

.review {
    padding: 10px 20px;
    display: block;
    overflow: hidden;
}

.box-review {
    width: 300px;
    margin-right: 20px;
    float: left;
}

    .box-review h2 {
        color: #739e2e;
        font-size: 18px;
        border-bottom: #739e2e 1px solid;
        margin-bottom: 10px;
    }

    .box-review ul li {
        background: url(../images/icon03.gif) no-repeat left 7px;
        padding: 1px 10px 1px 15px;
    }

.picture-video {
    padding: 10px;
    overflow: hidden;
}

    .picture-video .box-picture {
        width: 620px;
        float: left;
    }

    .picture-video .box-video {
        width: 350px;
        float: right;
    }

.box-detail h2.title {
    font-size: 18px;
    border-bottom: #aaaaaa 2px solid;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.post {
    padding: 20px;
    overflow: hidden;
}

    .post p {
        /*padding-bottom:10px;*/
        /*width:100%;*/
        text-align: left;
    }

    .post h1, .post h2, .post h3, .post h4 {
        line-height: 200%;
    }

.accessories {
    margin: 20px;
    padding: 20px;
    border: #d2d2d2 1px solid;
    display: block;
    overflow: hidden;
}

    .accessories h1 {
        color: #9e9e9e;
        font-size: 20px;
        font-weight: normal;
    }

    .accessories a.more {
        width: 100%;
        color: #619213;
        text-decoration: underline;
        padding-bottom: 20px;
        display: block;
    }

.access {
    overflow: hidden;
}

    .access .accessimg {
        width: 140px;
        text-align: center;
        float: left;
    }

        .access .accessimg img {
            width: 130px;
        }

    .access .accessmath {
        padding: 40px 20px;
        font-size: 40px;
        color: #666;
        float: left;
    }

    .access .accessproduct {
        width: 130px;
        text-align: center;
        float: left;
        display: block;
    }

        .access .accessproduct a {
            color: #619213;
            display: block;
            font-size: 12px;
        }

            .access .accessproduct a:hover {
                text-decoration: underline;
            }

        .access .accessproduct img {
            max-width: 100px;
            text-align: center;
            margin: 0 auto;
        }

    .access .accessprice {
        float: left;
        color: #e24a00;
        margin-top: 3px;
        line-height: 24px;
    }

        .access .accessprice input {
            width: 20px;
            height: 20px;
            margin: 2px 5px 0 20px;
            float: left;
        }

.accessright {
    float: right;
}

.accessorybox {
    float: left;
}

    .accessorybox p {
        margin-bottom: 15px;
    }

    .accessorybox span {
        font-size: 14px;
        font-weight: bold;
        color: #619213;
    }

    .accessorybox a {
        color: #fff;
        background: #ec9805;
        padding: 5px 10px;
    }

.writecom {
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}

    .writecom img {
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 10px;
    }

.writepost {
    border: 1px solid #CCCCCC;
    display: block;
    height: 46px;
    outline: medium none;
    padding: 6px 5px;
    width: 836px;
}

    .writepost:focus {
        border: 1px solid #00A1E6;
    }

.writepostreply {
    border: 1px solid #CCCCCC;
    display: block;
    height: 46px;
    outline: medium none;
    padding: 6px 5px;
    width: 800px;
}

    .writepostreply:focus {
        border: 1px solid #00A1E6;
    }

.combtn {
    float: right;
    margin-top: 10px;
}

    .combtn a {
        background: none repeat scroll 0 0 #00A1E6;
        color: #FFFFFF;
        font: 14px Arial;
        outline: medium none;
        padding: 6px 15px;
        text-decoration: none;
    }

        .combtn a:hover {
            color: #FFFF00;
        }

.sortcomm {
    float: left;
    margin-top: 10px;
    width: 220px;
}

    .sortcomm span {
        color: #666666;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
    }

.choosecomm {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float: left;
    line-height: 20px;
    outline: medium none;
    padding: 4px 8px;
    width: 120px;
}

    .choosecomm:focus {
        border: 1px solid #00A1E6;
    }

.wrap-querep {
    display: block;
    overflow: hidden;
}

.question {
    display: block;
    margin-top: 15px;
    overflow: hidden;
}

    .question img {
        border-radius: 3px 3px 3px 3px;
        float: left;
        height: 60px;
        margin-right: 10px;
        width: 60px;
    }

.questiontext {
    display: block;
    float: left;
    font-size: 12px;
    padding: 2px 5px;
    width: 838px;
}

    .questiontext span {
        display: block;
        font-weight: bold;
        line-height: 18px;
    }

    .questiontext ul {
        margin: 0;
        padding: 0;
    }

    .questiontext li {
        color: #777777;
        float: left;
        font-size: 12px;
        list-style: disc inside none;
        padding: 0 6px;
    }

        .questiontext li a {
            color: #00A1E6;
            font-size: 12px;
            text-decoration: none;
        }

            .questiontext li a:hover {
                text-decoration: underline;
            }

.totalreply {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 2px solid #FFFFFF;
    display: block;
    height: 25px;
    margin-left: 70px;
    position: relative;
}

    .totalreply a {
        color: #00A1E6;
        line-height: 26px;
        margin-left: 40px;
        padding: 4px;
        text-decoration: none;
    }

        .totalreply a:hover {
            text-decoration: underline;
        }

.arrowcomm {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F5F5F5;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    left: 32px;
    position: absolute;
    top: -12px;
    width: 0;
}

.reply {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    margin-left: 70px;
    overflow: hidden;
}

    .reply img {
        border-radius: 3px 3px 3px 3px;
        float: left;
        height: 50px;
        margin-left: 5px;
        margin-right: 10px;
        margin-top: 5px;
        width: 50px;
    }

.replytext {
    display: block;
    float: left;
    font-size: 12px;
    padding: 2px 5px;
    width: 773px;
}

    .replytext span {
        display: block;
        font-weight: bold;
        line-height: 18px;
    }

    .replytext ul {
        margin: 0;
        padding: 0;
    }

    .replytext li {
        color: #777777;
        float: left;
        font-size: 12px;
        list-style: disc inside none;
        padding: 0 6px;
    }

        .replytext li a {
            color: #00A1E6;
            font-size: 12px;
            text-decoration: none;
        }

            .replytext li a:hover {
                text-decoration: underline;
            }

.like {
    background: url("../images/icon-like.png") no-repeat left 2px;
    padding-left: 13px;
}


.viewed {
    padding: 20px;
    overflow: hidden;
}

.item-viewed {
       padding-top: 15px;
    width: 175px;
    height: 217px;
}

    .item-viewed img {
        width: 140px;
        height: 144px;
    }

    .item-viewed .note {
        width: 53px;
        height: 24px;
        position: absolute;
        left: -4px;
        top: 10px;
        text-indent: -9999px;
        background: url(../images/icon-new.png) no-repeat left top;
        display: block;
        display: none;
    }

.login_1 h1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #0B55C4;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 8px;
}
/* Pager */
.pager {
    float: left;
    padding: 3px;
    line-height: 25px;
}

    .pager .disabled {
        border: 1px solid #ddd;
        color: #999;
        margin-top: 4px;
        padding: 3px;
        text-align: center;
    }

    .pager .current {
        background-color: #06c;
        border: 1px solid #009;
        color: #fff;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }

    .pager span, .pager a {
        margin: 4px 3px;
    }

    .pager a {
        border: 1px solid #c0c0c0;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none;
    }

#blogui {
    background-color: rgba(0, 0, 0, 0.8);
    border: medium none;
    cursor: wait;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.6;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}

​
/*thong so ky thuat*/
.martable {
    margin-top: 40px;
    color: #333333;
    text-align: left;
}

.generaltd {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #F0F0F0;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    width: 180px;
    font-family: "arial","sans-serif";
    font-size: 13px;
}

.generaltd-2 {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #F0F0F0;
}

    .generaltd-2 table tbody tr td {
        font-family: "arial","sans-serif";
        font-size: 13px;
    }

.t_huongdan {
    background: url("../images/t_huongdan.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 267px;
    position: fixed;
    right: 0;
    top: 296px;
    width: 61px;
    z-index: 9999;
}

    .t_huongdan:hover {
        background: url("../images/t_huongdan_active.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    }

.sales_slide div {
    overflow: hidden;
}

.sales_slide .jcarousel-prev,
.sales_slide .jcarousel-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    /*-webkit-border-radius: 30px;*/
    /*-moz-border-radius: 30px;*/
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.sales_slide .jcarousel-prev {
    background: transparent url(/Content/images/arrow.png) no-repeat 0 0;
    background-size: cover;
    left: 15px;
}

.sales_slide .jcarousel-next {
    background: transparent url(/Content/images/arrow.png) no-repeat -30px 0;
    background-size: cover;
    right: 15px;
}

/*Dialog support online*/

.dialog_support_title {
    position: relative;
    padding: 5px;
}

    .dialog_support_title span {
        display: none;
    }

#dialog_support .widget {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff;
    border: 1px solid #cdcdcd;
    clear: both;
}

#dialog_support .sTable {
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff;
    border: 1px solid #cdcdcd;
    border-collapse: collapse;
    border-spacing: 0;
    font: 13px Arial;
}

    #dialog_support .sTable thead td {
        text-align: center;
        border-bottom: 1px solid #cbcbcb;
        border-left: 1px solid #cbcbcb;
        background: #efefef url(/Images/backgrounds/titleBg.png) repeat-x;
        font-size: 12px;
        color: #878787;
        font-weight: 400;
        padding: 6px 8px 4px;
    }

        #dialog_support .sTable thead td a {
            color: #878787;
        }

        #dialog_support .sTable thead td:first-child {
            border-left: 0;
        }

    #dialog_support .sTable .checker {
        margin: 0 auto;
        float: none;
    }

    #dialog_support .sTable tbody tr {
        border-top: 1px solid #e4e4e4;
    }

        #dialog_support .sTable tbody tr:nth-child(even) {
            background-color: #f6f6f6;
        }

    #dialog_support .sTable tbody td {
        border-left: 1px solid #e4e4e4;
        padding: 8px 12px;
        vertical-align: middle;
        font-weight: normal;
    }

        #dialog_support .sTable tbody td:first-child {
            border-left: 0;
        }

    #dialog_support .sTable tbody tr:first-child {
        border-top: 0;
    }
#boxSlider{
    width: 647px;
    margin-left: 227px;
    position: absolute;
}
#OrderDialog{
    background:#fff;

}
#OrderDialog table td, #OrderDialog input{
    border:1px solid #000;
    padding:8px;
}
#OrderDialog table{
    width:100%;
    border-collapse:collapse;
    border:1px solid #000;
}
#OrderDialog .form-item{
    clear:left;
    display:block;
    overflow:hidden;
    padding-bottom:10px;
}
#OrderDialog  h4{
    font-size:20px;
    display:block;
    clear:left;
    margin-bottom:15px;
}
#OrderDialog .form-item input{
    padding:3px;
    width:540px;
}
#OrderDialog .form-item label{
    display:block;
    float:left;
    padding-top:2px;
    width:200px;
    text-align:right;
    margin-right:20px;
}
#OrderDialog .error{
    color:red;
    clear:left;
    display:none;
    margin:8px  0  0 ;
}
#OrderDialog .form-input{
    float:left;
    overflow:hidden;
}
.OrderBtn{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 20px;
    text-shadow: #b76900 1px 1px 0;
    background:-webkit-linear-gradient(top, #f0c000, #e57a12);
}