/* 常用基本css */
body
{
	font-size: 12px;
	color: #6f6f6f;
	background-color: #ffffff;
	margin: 0px;
}
img
{
	border: 0px;
}
a:link
{
	color: #6f6f6f;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #6f6f6f;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
	color: #6f6f6f;
}
li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 自定义字体Css */
.font6f
{
	color: #6f6f6f;
}
.fontred
{
	color: #dc0110;
}
.fontorange
{
	color: #ff5400;
}
.fontbold
{
	font-weight: bold;
}
.turnR
{
	filter: FlipH;
}
.f_bdr
{
	filter: glow(color=#fff,2);
}
.align_c
{
	text-align: center;
}
/* 自定义定位Css */
.center
{
	float: left;
	width: 980px;
	margin: 0 auto;
}
.floatL
{
	float: left;
}
.floatR
{
	float: right;
}
#line_red_l
{
	border-left: 1px #dc5e4f solid;
}
#line_red_r
{
	border-right: 1px #dc5e4f solid;
}
.height750
{
	height: 750px;
}

.button14
{
	height: 14px;
	color: #6f6f6f;
}

/* 分页Css */
#page
{
	text-align: center;
	border-top: 1px solid #dc0110;
	margin-top: 20px;
	padding: 10px 0 3px 0;
	height: 32px;
	width: 100%;
	clear: both;
}
#page a
{
	/*padding: 3px 5px; 	margin-left: 5px; 	border: 1px #ccc solid;*/
}
#page a:hover, #pagechecked
{
	background-color: #dc0110;
	color: #fff; /*border: none;*/
}
.asbbutton
{
	border-right: Blue 1px solid;
	padding-right: 2px;
	border-top: Blue 1px solid;
	padding-left: 2px;
	font-size: 13px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#D7E7FA);
	border-left: #2c59aa 1px solid;
	cursor: hand;
	color: Black;
	padding-top: 2px;
	border-bottom: #2c59aa 1px solid;
}

.none
{
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
}

.cursor
{
	cursor: pointer;
}
.center_text
{
	width: 980px;
	margin: 0 auto;
}
.reDian
{
	margin-left: 8px;
}
.reDian span
{
	 color: #666666;
	font-size: 10pt !important;
}

.reDian span font
{
	color: Red !important;
	font-size:9pt;
}
 #rightbox
    {
        float: left;
        width: 265px;
        margin-top: 0px;
        display: inline;
    }
    .boxbox .title
    {
        background: url(/Images/arr.gif) no-repeat 0px 2px;
        margin-bottom: 5px;
        border-bottom: 1px dashed #ccc;
        padding-left: 20px;
        color: #333;
        font-size: 14px;
        font-weight: bold;
    }
    .boxbox .title a.right
    {
        float: right;
        font-size: 12px;
    }
    .boxbox
    {
        width: 265px;
    }
    .boxbox .boxbox_top
    {
        height: 10px;
        overflow: hidden;
        background: url(/Images/Decoration/index-side-panel_300x30.gif) no-repeat scroll 0 0;
    }
    .boxbox .boxbox_main
    {
        border-left: solid 1px #afccdf;
        border-right: solid 1px #afccdf;
        padding: 0px 10px;
    }
    .boxbox .boxbox_bot
    {
        height: 10px;
        line-height: 0;
        font-size: 0;
        background: url(/Images/Decoration/index-side-panel_300x30.gif) no-repeat scroll 0 -20px;
    }
    .ico img
    {
        border: 1px solid #dfdfdf;
        padding: 2px;
        background: #fff;
    }
    .ico img:hover
    {
        border: 2px solid #d30202;
        padding: 1px;
    }