﻿/****************************
CSS Document
WeiSite : http://www.113589.com 福州展晟灯饰网
Useing : Public Style(公共样式)
Author : 雪松
Power By: http://www.bw91.com
Passed : XHtml 1.0, CSS 2.0, IE6.0+, IE7.0+, FF2.0+, Opera9.26+
Update : 2010-9-24
****************************/
#tabs {
	padding:20px 0 0 0;
	line-height:60px;
	height:60px;
	background:#333;
}
#tabs a{
	padding:5px;
	color:#fff;
	font-weight:bold;
}
#tabs a:hover,#tabs .TabsOn{
	color:#bbb;
	cursor:pointer;
	background:#666;
	text-decoration:none;
}
.caseList {
	width:200px;
	height:620px;
	padding:10px 0;
	background:url(caseListBg.jpg) no-repeat;
}
.caseList li{
	height:30px;
	color:#fff;
	line-height:30px;
	margin:0 15px;
	background:url(caseListLiBg.gif) 0 100% repeat-x;
}
.caseList li a{
	color:#fff;
}
.caseList .more{
	float:right;
	font-size:11px;
	background:none;
}
/*===== IndexNewsList 首页新闻列表 =====*/
.indexNewsList{
	float:left;
	}
.indexNewsList li{
	height:26px;
	line-height:26px;
	}
.indexNewsList li a{
	padding-left:15px;
	background:url(indexNewsIco.gif) 0 50% no-repeat;
	}
.indexNewsList li span{
	float:right;
	color:#999;
	font-size:11px;
	}
/*===== IndexNewsList 工程案例列表 ====*/
.indexCases{
	height:320px;
	}
.indexCases ul li{
	padding:5px 8px;
	font-size:12px;
	float:left;
	}
.indexCases ul li span{
	height:25px;
	line-height:30px;
	}
.indexCases ul li a{
	text-align:center;
	}
.indexCases ul li span a{
	display:block;
	}