﻿@charset "utf-8";
/* CSS Document */
.leftwrap dl {
	margin:4px 3px 3px 0;
	width:100%;
	line-height:26px;
	border-left:0;
	position:relative;
    font-size:11px;
}
.leftwrap dt {
	float:left;
	color:#333;
	width:48px;
	text-align:center;
	font-weight:bold;
	padding:2px 5px 0;
	margin:0 3px 0 -1px;
	margin-bottom:-1px;
	background:url("../images/tabbg_phone.png") 0 -27px;
	cursor:pointer;
}
.leftwrap dt.active {
	border:0;
	background:url("../images/tabbg_phone.png") 0 2px;
}
.leftwrap dt.active a 
{
    color:#FFF;
}
.leftwrap dd {
	clear:both;
	width:100%;
	border:1px solid #dcdcdc;
	/*border-top:0;*/
	display:none;
	padding:0;
	/*background:url("../images/contentbg.png") repeat-x;*/
}
.leftwrap dd ul{
	padding:5px 0;
	position:relative;	
}
.leftwrap dd .leftlist{
	float:left;	
	width:100%;
}
.leftwrap dd .rightlist{
	float:left;
	width:100%;
}
/*.leftwrap dd ul li{
	position:relative;
}
.leftwrap dd ul span{
	position:absolute;
	top:0;
	right:0;
}*/
table,tbody,tr,td{margin:0px;padding:0px;}
.leftwrap dd table {margin-top:3px;margin-left:3px;}
.leftwrap dd td.text{width:300px;padding-left:10px; line-height:26px; background:url("../images/dot.jpg") no-repeat left center;}
.leftwrap dl .info-more{
	display:none;
}