@charset "utf-8";
/* CSS Document */
#container {
	width: 881px;
	height: auto;
	float: left;
	padding:0px 20px 0px 20px;
	min-height: 300px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #666666;
	font-family:Verdana;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	
}

#container A:link {
	color: #444;
	TEXT-DECORATION: none;
}
#container A:visited {
	color: #444;
	TEXT-DECORATION: none;
}
#container A:hover {
	color: red;
	TEXT-DECORATION: underline;
}
/**********************************************/

.photostyle {
	padding:5px;
	background-color:#FFF;
	border:1px #CCCCCC solid;

}
.list_pic {
	max-width: 75px;
	max-height: 75px;
}
#list {
	width: 676px;
	height: auto;
	margin: 0 auto;
}
#left_frame {
	width: 230px;
	height: 500px;
	float: left;
}
#list .frame_a {
	width: 756px;
	height: auto;
	float: left;
}
#list .frame_a_bg {
	width: 756px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	background-image: url(../services/td3.html);
}
#list .frame_a_photo {
	width: 430px;
	height: auto;
	float: left;
	padding: 10px 0px 0px 5px;
}
#list .frame_a_content {
	width: 775px;
	height: auto;
	float: left;
}
#list .frame_a_time {
	width: 93px;
	height: auto;
	padding: 0px 30px 0px 10px;
	float: left;
}
#list .frame_a_photo_s {
	display: inline-block;
	width: 40px;
	height: 30px;
	border: 1px #ccc solid;
	background-color: #FFF;
	padding: 2px 2px;
	margin: 0px 5px;
}
#list .frame_a_photo_s .choose_box {
	width: 40px;
	height: 30px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
#list .frame_a_photo_s .choose_box img {
	max-width: 40px;
	max-height: 30px;
}

#list .pages {
	width: 100%;
	height: auto;
	padding: 10px 0px 10px 0px;
	float: left;
}
#list .pages a.p_num{
	display: inline-block;
	min-width: 31px;
	height: 32px;
	background: url(../common/num_bg.png) left top no-repeat;
	color: #000;
	font-size: 12px;
	line-height: 31px;
	text-align: center;
	vertical-align: middle;
}
#list .pages img{
	vertical-align: middle;
}
