﻿/*---定义右侧栏目定义开始---*/
#list
{
	width: 610px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: left;
	background-color: White;

	background-repeat: no-repeat;
	position: relative;
}

#list_header
{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}

#list_header *
{
    margin:0px;
}
#list_header_text
{
	margin-left: 25px;
	margin-top: 5px;
}

.smpheader
{
	position: absolute;
	margin-top: 0;
}


#list_content h4
{
	height: 56px;
	line-height: 56px;
	margin-left: 78px;
	display: none;
}

#listcil
{
	width: 580px;
	height: 400px;
	background-image: url(images/g40.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
}

#listcil li
{
	margin-left: 12px;
	padding-left: 20px;
	width: 570px;
	text-align: left;
	list-style-type: none;
	display: inline-block;	
	background-image: url(images/list1.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}

#listcil li a
{
	width: 450px;
}

#list_footer
{
	position: absolute;
	bottom: 15px;
	right: 40px;
}
