body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Tahoma", "Verdana", "宋体";
    color: #333333;
}

a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: orange;
    text-decoration: none;
}

form {
    display: inline;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 3px;
}

#header {
    width: 1002px;
    height: 148px;
    background: white;
    margin: auto;
}

#logo_banner {
    width: 100%;
    height: 108px;
}

#nav {
    width: 100%;
    height: 40px;
    text-align: center;
    background: url('/images/top_bg.gif') repeat-x;
}

#nav ul{
    margin:0px;
    margin-top:5px;
    float:left;
}

#nav ul li {
    margin:0px;
    float:left;
    list-style:none;
    background: url(/images/top_sp.gif) no-repeat;
    width:100px;
    height:25px;
    font-size:14px;
    font-weight:bold;
    text-align: center;
    padding-top:5px;
    padding-right:5px;
}

#nav a{ color : #FFFFFF; text-decoration:none;font-size: 14px;}

#nav a:hover { color: yellow; text-decoration:none}



#main {
    width: 1002px;
    height: 100%;
    overflow: hidden;
    background: white;
    margin: auto;
}

#left_content {
    width: 206px;
    height: 100%;
    overflow: hidden;
    background: white;
    float: left;
}

#middle_content {
    width: 530px;
    height: 100%;
    overflow: hidden;
    margin-left: 7px;
    background: white;
    float: left;
}

#right_content {
    width: 246px;
    height: 100%;
    overflow: hidden;
    margin-left: 8px;
    background: white;
    float: left;
}

#recommed_ads {
    width: 784px;
    height: 100%;
    overflow: hidden;
    margin-left: 8px;
    background: white;
    float: left;
}

#main_content {
    width: 716px;
    height: 100%;
    overflow: hidden;
    margin-left: 7px;
    background: white;
    float: left;
}

#friend_link {
    width: 1002px;
    height: 80px;
    background: white;
    margin: auto;
}

#footer {
    width: 1002px;
    height: 80px;
    background: white;
    color: #333333;
    padding-top: 20px;
    text-align: center;
    margin: auto;
}

#focus {
    margin-top: 10px;
    width: 578px;
    height: 192px;
    border: 1px solid #CCCCCC;
}

#aggrement {
    width: 760px;
    height: 300px;
    border: 1px solid #CCCCFF;
    overflow: scroll;
}

#referer {
    width: auto;
    height: 100%;
    overflow: hidden;
    padding: 5px;
    border: 1px solid orange;
    background: #FEE89E;
}

.widget {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
}

.widget_title {
    width: 100%;
    height: 22px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: bold;
    background: url('/images/title_bg.jpg') repeat-x;
}

.widget_content {
    width: 100%;
}

.wiget_inner_content {
    margin: 10px;
    width: auto;
    height: 100%;
    overflow: hidden;
}
.Operations {
    margin: 1px;
    width: auto;
    height: 100%;
    overflow: hidden;
}

.input_text {
    height: 16px;
    font-size: 12px;
    border: 1px solid #CCCCFF;
}

.product_list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product_item {
    width: 140px;
    height: 140px;
    border: 1px solid #CCCCFF;
    padding: 8px;
    display: block;
    float: left;
    margin-left: 5px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.product_item img {
    margin-bottom: 5px;
}
