﻿@charset "utf-8";
.dr{
	color:#AD3957;
}
.dr a{
	color:#AD3957;
}
.dr a:hover{
	color:#000;
}
.tm10{
	margin-top:10px;
}
.epk{
	border:1px solid #AD3957;
	padding:2px;
}
.drl{
	border-bottom:1px dotted #E1B9C3;
}
.drlr{
	border-right:1px dotted #E1B9C3;
}
.drbg{
	background-color: #FDF9FA;
}
.pkdr{
	border:1px solid #E1B9C3;
	padding:3px;
	background-color:#F6E8EC;
}
a:hover .pkdr{ 
	border:1px solid #AD3957;
	padding:3px;
	background-color:#E1B9C3;
} 
.ion{
	color:#AD3957;
	font-size: 14px;
	font-weight: bold;
	background: url(ion.gif) no-repeat center;
	width: 160px;
	text-align: center;
	padding-top:10px;
	cursor: pointer;
}
.iout{
	color:#AD3957;
	font-size: 12px;
	background: url(iout.gif) no-repeat center;
	width: 160px;
	text-align: center;
	padding-top:10px;
	cursor: pointer;
}
.mon{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	background: url(mon.gif) no-repeat center;
	text-align: center;
	cursor: pointer;
}
.mout{
	color:#AD3957;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

/*导航栏*/
#tabs {
    float:left;
    width:100%;
    height:27px;
}
#tabs ul {
    margin:0;
    padding:0 5px;
    list-style:none;
    height:27px;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
    height:27px;
}
#tabs a {
    float:left;
    background:url("tableft.gif") no-repeat left bottom;
    margin-left:1px;
    padding-left:10px;
    text-decoration:none;
	color:#AD3957;
}
#tabs a span {
    float:left;
    display:block;
    background:url("tabright.gif") no-repeat right bottom;
    margin-right:1px;
    padding:5px 10px 2px 0;
	color:#AD3957;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover{
    background-position:0% top;
    color:#fff;
}
#tabs a:hover span{
    background-position:100% top;
    color:#fff;
}
.tabr{
    float:right;
}
#tabson a{
    background-position:0% top;
    color:#fff;
}
#tabson a span{
    background-position:100% top;
    color:#fff;
	font-weight:bold;
}
.wt,.wt a{color:#fff}
.wt a:hover{color:#FF0;}
.nobr {white-space:nowrap}