﻿.frame
{
	display : block;
	width : 680px;
	float : left;
}

.frame.fh
{
	
	height : 10px;
	line-height : 1px;
	font-size : 1px;
	background : url('/images/pds/frame_head.gif');
	background-repeat : no-repeat;
}

.frame.fm
{
	background : url('/images/pds/frame_middle.gif');
	background-repeat :repeat-y;
	height : auto;
	overflow : visible;
	line-height : 1px;
	font-size : 1px;
	
	width : 620px;
	padding : 24px 30px 0px 30px;
}

.frame.fm .list
{
	display: block;
	width : 620px;
	
	margin : 0px 0px 30px 0px;
	padding : 0px 0px 0px 0px;
}

.frame.fm .list .head
{
	display: block;
	width : 620px;
	
	margin : 0px 0px 20px 0px;
	padding : 0px 0px 0px 0px;
}

.frame.fm .list .sub
{
	width : 600px;
	overflow : hidden;
	
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 20px;
}

.frame.fb
{
	
	height : 11px;
	background : url('/images/pds/frame_bottom.gif');
	background-repeat : no-repeat;
}

