@charset "utf-8";

#location {
    margin-top:13px;
}
#location span {
    font-family:宋体; padding-left:8px; padding-right:8px;
}
#location a {
    color:#0063dc; text-decoration:none;
}
#location a:hover {
    text-decoration:underline;
}
#content .panel, .panel2{
    margin-top:10px;
}
#content .l {
    width:200px;
}
#content .r {
    width:738px;
}
.panel .content {  
    padding:0px;
}
#catalog {
    position:relative;
	top: -7px;
	left: 0px;
}
#catalog .t {
	background-image: url(../images/bg_vline.gif);
	background-repeat: repeat-x;
	background-position: 0px -100px;
	height:19px;
	font-weight:bold;
	font-size:14px;
	padding-left:15px;	
	padding-top:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
#catalog ul {
    margin:10px;
}
#catalog li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E7E7E7;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
}
#catalog li.selected {
	background-color: #F7F7F7;
}
#catalog li.selected a{
	color:#6FA50A;
	font-weight: bold;
}
#catalog li a:hover {   
	color:#ff0000;	
}
.panel2 .content {
    padding:20px; padding-top:16px; line-height:22px;
}
.panel2 .content a {
    color:#0063dc; text-decoration:underline; font-size:12px;
}
.panel2 .content a:hover {
    text-decoration:none;
}


