/*begin BASIC*/
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url("images/bg.png") top center no-repeat;
}

form {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.text {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 80%;
}

.button {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    height: 30px;
}

.btnProduct {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    border: 1px solid #f90;
    border-radius: 4px 4px 4px 4px;
    background: #f90;
    color: #fff;
    padding: 4px 8px;
    float: right;
}
.btnProduct:hover{
    cursor: pointer;
    background: #CC0000;
    border: 1px solid #CC0000;
}

p {
    margin: 0;
    padding: 6px 0;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 0;
    color: #FFF;
    text-shadow:0 2px 1px #000;
    height: 40px;
    line-height: 40px;
}
h2 {
    font-size: 16px;
    margin: 0;
    padding: 6px 0;
}
h3 {
    font-size: 14px;
    margin: 0;
    padding: 6px 0;
}

a {
    color: #066;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.aCCC {
    color: #CCC;
    text-decoration: none;
}

.aCCC:hover {
    text-decoration: underline;
}




#wrapper {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

#top {
    float: left;
    width: 980px;
    height: 100px;
}

#banner {
    float: left;
    width: 980px;
    height: 300px;
}

#body {
    float: left;
    width: 980px;
    height: auto;
    background: #fff;
    margin: 10px 0;
}

#menu_top {
    float: left;
    width: 980px;
    height: auto;
}

#right {
    float: right;
    width: 320px;
    height: auto;
}

#center-slide {
    float: left;
    width: 640px;
    height: auto;
    margin-bottom: 10px;
}

#center {
    float: left;
    width: 640px;
    height: auto;
    background: url("images/center-header.png") no-repeat;
}

#footer {
    float: left;
    width: 100%;
    height: auto;
    color:#FFF; 
    border-top: 3px solid #000;
    background: url("images/bg-footer.png");
}
#footer a{
    color:#CCC; 
}

/*end BASIC*/ 




/*begin block*/
#block {
    float: left;
    width: 320px;
    height: auto;
    border: 1px solid #999;
    border-radius: 6px 6px 6px 6px;
}
#block-header {
    float: left;
    width: 320px;
    height: 40px;
    line-height: 40px;
    background: url("images/block-header.png") no-repeat;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-shadow:0 2px 1px #000;
    text-align: center;
}
#block-content {
    float: left;
    width: 320px;
    height: auto;
    background: url("images/block-bg.png");
}

/*end block*/ 




/*--begin online_support--*/
#online_support {
    float: left;
    width: 160px;
}

#online_support ul {
    float: left;
    margin: 0;
    padding: 0;
}

#online_support li {
    float: left;
    text-align: center;
    list-style: none;
    width: 80px;
    padding: 5px 0px;
}

#online_support li p {
    padding: 2px 0;
    margin: 0;
    font-size: 11px;
}

/*--End online_support--*/ 




/*begin article*/
#article {
    float: left;
    width: 640px;
}

#article_item {
    float: left;
    width: 640px;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #CCC;
}

#article_item_left {
    float: left;
    width: 110px;
}

#article_item_left img {
    float: left;
    width: 100px;
    border: none;
}

#article_item_right {
    float: right;
    width: 530px;
    text-align: justify;
}

#article_item_right h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
}

#article_detail {
    float: left;
    width: 640px;
    text-align: justify;
}

#article_orther {
    float: left;
    width: 640px;
    margin-top: 20px;
}

#article_orther ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#article_orther ul li {
    padding: 4px 0 0 20px;
}

ul.article_new {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.article_new li {
    margin: 10px 0;
}

/*end article*/ 


/*begin product*/
#product {
    float: left;
    width: 640px;
}

#product_item {
    float: left;
    width: 320px;
    margin: 20px 0;
}

#product_item a {
    color: #333;
}

#product_item h3 {
    width: 280px;
    font-size: 14px;
    padding: 0;
    margin: 6px 0 6px 20px;
    text-align: center;
}
#product_item h4 {
    font-family:Georgia,Tahoma;
    font-size: 14px;
    padding: 0;
    margin: 6px 0;
    text-align: right;
}

#product_item img.product {
    float: left;
    width: 280px;
    height: auto;
    margin-left: 20px;
    border: 1px solid #CCC;
    border-radius: 6px 6px 6px 6px;
}

#product_item a:hover img.product {
    border: 1px solid #333;
}

#product_detail {
    float: left;
    width: 640px;
}


#product_imgdetail {
    float: left;
    width: 620px;
    text-align: center;
    border: 10px solid #DDD;
    border-radius: 10px 10px 10px 10px;
}

#product_imgdetail #imgProductDetail{
    width: 300px;
    margin: 10px 0;
    border: 1px solid #DDD;
    border-radius: 6px 6px 6px 6px;
}

#product_imgdetail .listProductDetail{
    width: 60px;
    border: 1px solid #DDD;
    border-radius: 4px 4px 4px 4px;
}

#product_imgdetail a:hover img#imgProductDetail,
#product_imgdetail a:hover img.listProductDetail {
    border: 1px solid #999;
}

.productButton {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    border: 1px solid #CCC;
    padding: 3px 0;
    width: 60px;
    cursor: pointer;
}

.productButton:hover {
    border: 1px solid #333;
}


#product_orther{
    float: left;
    width: 100%;
}
#product_orther ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#product_orther ul li {
    padding: 6px 0;
}
#product_orther ul li a {
    width: 100%;
    text-decoration: none;

}
#product_orther ul li a:hover {
    text-decoration: underline;
}

/*end product*/ 



/*begin product-search*/
#product-search {
    float: right;
    width: auto;
    height: auto;
    margin: 5px 0 0 0;
}
#product-search-keyword {
    float: left;
    width: 180px;
    height: 28px;
    padding: 0 5px;
    background: #FFF;
    border-radius: 6px 0 0 6px;
    border: 1px solid #333;
    border-right: none;
}
#product-search-button {
    float: left;
    height: 30px;
    cursor: pointer;
    padding: 0 14px;
    background: #333;
    border-radius: 0 6px 6px 0;
    border: 1px solid #333;
    border-left: none;
}
#product-search-button:hover {
    background: #444;
}
#product-search-button:active {
    
}
/*end product-search*/


/*begin paging*/
#paging {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#paging ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#paging ul li {
    display: inline;
}

#paging ul .curr {
    line-height: 26px;
    color: #FFF;
    background:#0093DD;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #CCC;
    border-radius: 3px 3px 3px 3px;
    padding: 4px 8px;
}

#paging ul li a {
    line-height: 26px;
    color: #666;
    text-decoration: none;
    border: 1px solid #CCC;
    border-radius: 3px 3px 3px 3px;
    padding: 4px 8px;
}

#paging ul li a:hover {
    border: 1px solid #000;
}
/*end paging*/