﻿body
{
    background: #0079A0;
    color: #00587C;
    font-family: Verdana,Arial,Tahoma;
    margin: 0;
    padding: 0;
    font-size: 11px;
}
img
{
    border: 0;
}

a
{
    text-decoration: none;
    color: #323431;
}
a:hover
{
    text-decoration: underline;
}

.main_page
{
    margin: 0 auto;
    width: 1024px;
    border: solid 1px #fff;
    background-color: #E4EEF2;
}
.banner
{
    background: url("skins/banner.png") no-repeat;
    height: 108px;
}

.language_panel
{
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
    line-height: 25px;
}
.language_panel a
{
    color: #fff;
}

.nav_item
{
    background: url("skins/nav_b.png");
    color: #ffff00;
    height: 30px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.nav_item:hover
{
    color: #fff;
}
.nav_item_space
{
    background: url("skins/nav_space.png");
    width: 3px;
}

.search_panel
{
    width: 33%;
    background: url("skins/search_b.png");
    color: #fff;
    font-weight: bold;
}
.search_icon
{
    background: url("skins/search_icon.png") no-repeat;
    width: 55px;
    height: 30px;
}

.search_txt
{
    width: 160px;
    border: solid 1px #fff;
    padding: 2px;
}

.intro_panel
{
    border-top: solid 3px #005C7A;
    border-bottom: solid 3px #005C7A;
}

.left_panel, .right_panel
{
    width: 220px;
}
.content_panel
{
    padding: 0 5px 0 5px;
    position: relative;
    width: inherit;
}
.left_header, .right_header
{
    background: url("skins/header_b.png") no-repeat;
    height: 27px;
    font-weight: bold;
    padding-left: 20px;
    color: #fff;
}
.right_header
{
    background-position: bottom;
}

.dock_panel
{
    background: #D4E3E9;
    border: solid 1px #4FA6C6;
    border-top-style: none;
    padding: 8px;
}

.combobox_groupitem
{
    font-weight: bold;
    background-color: #D4E3E9;
}

.bestseller_item
{
    border: solid 1px #895005;
    margin: 5px auto;
}


.footer_hr
{
    height: 10px;
    background: #B4D7E3;
}

.footer
{
    height: 70px;
    border-top: solid 5px #fff;
    text-align: center;
    color: #904700;
}



.content_t_m
{
    background: url("skins/content_t_m.png");
    height: 27px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
}

.content_box
{
    border: solid 1px #4FA6C6;
    border-top-style: none;
}
.content_box1
{
    border: solid 1px #4FA6C6;
	padding:5px;
}
.content_box_center
{
    padding: 5px;
    background: #fff;
}




.news_subject
{
    font-weight: bold;
}

.news_image
{
    margin-right: 5px;
    border: solid 1px #895005;
    width: 130px;
}

.news_datetime
{
    color: #999;
    font-size: 11px;
    font-weight: normal;
}
.news_summary
{
    text-align: justify;
    font-weight: bold;
    color: #000000;
    font-size: 11px;
}


.news_content
{
    text-align: justify;
    color: #000000;
}
.news_source
{
    text-align: right;
    padding: 5px;
    font-weight: bold;
    color: #000000;
}

.news_other_txt
{
    padding: 5px;
    font-weight: bold;
}

.news_other
{
    border-top: dotted 1px #D1E5F7;
}


.news_other ul
{
    margin: 0;
    padding: 0 0 0 0px;
    list-style: none;
}

.news_other li
{
    padding: 3px 0 3px 10px;
}


.hr
{
    background-color: #4FA6C6;
    height: 1px;
}

hr
{
    border: 0;
    color: #9E9E9E;
    background-color: #4FA6C6;
    height: 1px;
    width: 100%;
    text-align: left;
}

.products_detail td
{
    font-weight: bold;
}
.products_label
{
    color: #792F00;
}

a.products_label
{
    color: #792F00;
}


.products_container
{
    border: solid 1px #4FA6C6;
    background: #D4E3EA;
    cursor: pointer;
}

.products_image
{
    padding:3px;
    border-bottom-style: none;
}

.products_name
{
    line-height: 20px;    
    
    margin-top: 2px;
    font-weight: bold;
    color:#333333
}

.products_code
{
    font-weight: bold;
    text-align: center;
    height: 22px;
    color: #1C6B8C;
}
.products_size
{
    background: #E9F1F4;
    text-align: center;
    font-weight: bold;
    text-align: center;
    height: 22px;
    color: #1C6B8C;
}


.page_item
{
    width: 22px;
    height: 22px;
    border: solid 1px #66A8E3;
    font-weight: bold;
    cursor: pointer;
}
.page_item:hover
{
    border: solid 1px #f30;
    color: #f30;
}
.page_item_actived
{
    width: 22px;
    height: 22px;
    border: solid 1px #f30;
    font-weight: bold;
    cursor: pointer;
    color: #f30;
}

