﻿*
{
    margin:0px auto;
    padding:0px;
}
body
{
    width:1240px;
    text-align:center;
    font-family:Arial;
}
.body_box
{
    width:1240px;
    text-align:center;
    font-family:Arial;
    margin:0;
    padding:0;
}
.head
{
    width:1240px;
    height:40px;
    text-align:left;
    line-height:40px;
    margin:0px;
    padding:0px;
    border-top:solid 5px RGB(255,0,0);
    border-bottom:solid 5px RGB(255,0,0);
    margin-bottom:5px;
}
.h2Title
{
    position:absolute;
    text-align:center;
    font-size:15px;
    font-weight:bolder;
    font-family:Arial;
    text-align:left;
    padding-left:50px;
}
.content
{
    width:1240px;
}
.cssButton
{
    width:102px;
    height:30px;
    border:0px;
    margin-right:1px;
    background-image:url(../Image/inp_bg.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    font-family:Arial;
    cursor:pointer;
}
.cssBt_Choose
{
    width:102px;
    height:30px;
    border:0px;
    margin-right:5px;
    background-image:url(../Image/inp_bg.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    font-family:Arial;
    color:Blue;
    cursor:pointer;
}
.listBtn
{
    width:1240px;
    margin-top:10px;
    text-align:right;
    position:absolute;
}
.profile
{
    font-family:Arial;
    font-size:12px;
    text-align:left;
    margin-top:10px;
    padding:10px 5px;
    line-height:25px;
    border:solid 1px RGB(28,173,223);
}
dl 
{
    padding:0px;
    margin-bottom:-9px;
    margin-right:-4px;
    display:inline-block;
    text-align:center;
    width:102px;
    height:30px;
    line-height:28px;
    background: url(../Image/inp_bg.jpg) no-repeat;
    font-family:Arial;
    font-size:13px;
    position:absolute;
    right:107px;
}
dt
{ 
    cursor:pointer;
    margin-top:2px;
}
dd{
	display:none;
    cursor:pointer;
    background:#eee;
}
dl:hover dd,a:hover dd{
	display:block;
}
a
{
	color:Black;
	text-decoration:none;
}
a:hover{
	border:0;
}