www.gusucode.com > ShopEx481 & PHPWind 整合版码程序 > themes/scfb/images/css.css

    @import url("border.css");/* 包括布局的样式*/
@import url("widget.css");/* 包括所有挂件的样式*/
/*@import url("mod_center.css"); 居中*/

body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color:#666666;
	margin:0;
	padding:0;
	background:url(bgchrist.gif);
}
.Col{
	*display:inline;
	float:left;
}
#AllWrap{
	width:1000px;
}
#Top{
	position:relative;
	width:1000px;
	background:url(Topbg.jpg) no-repeat;;
}
		#Top #Logo{
			width:208px;
			height:65px;
			float:left;
		}
#LeftColumn{
	width:168px;
	float:left;
}
#RightColumn{
	position:absolute;
	left:790px;
	top:60px;
	background:url(r_head.gif) no-repeat;
	text-align:center;
	width:210px;
	padding:45px 0 0 0;
}
#RightColumn .body{
	padding:10px;
	background:#fff;
}
#Main{
	width:780px;
	background:#fff;
	border-top:1px #c00 solid;
	float:left;
}
#InnerMain{
	width:1000px;
	background:#fff;
	border-top:1px #c00 solid;
}

.ListsWrap{
	margin:5px 0;
}
.ListsWrap .top{
	background:#005dc3 url(lists_t_bg.gif) no-repeat right;
	height:25px;
}
.ListsWrap .body{
	width:758px;
	background:url(lists_bg.gif) repeat-y;
	border:1px solid #005dc3;
	border-top:none;
	position:relative;
}
.ListsWrap .b1{
	float:left;
	*display:inline;
	width:193px;
	margin-left:-1px;
}
.ListsWrap .b1 img{
	margin:0 5px;
}
.ListsWrap .b2{
	float:left;
	*display:inline;
	width:188px;
	margin-left:-1px;
}
#IndexMainBody{
	overflow:hidden;
	width:760px;
	margin:5px 10px;
}
/*=显示底部区域
=============================================================================================*/
#Foot{
	clear:both;
	margin-top:10px;
}
#FootArticle .top{
	background:#A4A4A4;
	height:25px;
}
#FootArticle .body{
	background:url(lists_bg.gif) repeat-y;
	border:1px solid #A4A4A4;
	border-top:none;
	width:758px;
	position:relative;
}
#FootArticle .b1{
	margin-left:-1px;
	float:left;
	width:193px;
}
#FootArticle .b2{
	margin-left:-1px;
	float:left;
	width:188px;
}
#FootArticle .ArticleList a{
	color:#666666;
}
#FootArticle .ArticleList li,
#FootArticle .ArticleList td{
	margin:10px;
	background:url(arrs.gif) no-repeat 5px -60px;
}
#FootArticle .TreeList div{
	margin:10px;
	background:url(arrs.gif) no-repeat 0 -65px;
}
#InnerMain #Foot{
	width:760px;
	margin:20px auto 0;
}	
/*=主菜单上部的菜单
=============================================================================================*/
#TopMenu{
	margin-top:1px;
	display:inline;
	float:right;
	line-height:25px;
	}
		#TopMenu .leftbg{
		float:left;
		background:url(t_menu_left.gif) no-repeat;
		height:27px;
		width:6px;
		}
		#TopMenu .bg{
		padding:0 15px;
		float:left;
		height:25px;
		border:1px solid #3554A5;
		border-left: none;
		background:#fff;
		}
		#TopMenu .rightWrap{
		color:#CCCCCC;
		float:left;
		background:#3554A5;
		height:27px;
		padding:0 15px;
		}
		#TopMenu .rightWrap a{
			color:#FFFFFF;
		}
/*=
=============================================================================================*/	
#InfoWrap{
	padding:5px 0;
	background:url(m_bg.gif) repeat-x;
}
#InfoWrap .ArticleList ul{
	margin-left:-1px;
}
#InfoWrap .ArticleList li{
	background:none;
	border-left:1px solid #CC0000;
	padding:0 10px;
	display:inline;
}
#InfoWrap .ArticleList a{
	color:#CC0000;
	font-weight:bold;
}
#MainBanWrap .lt{
	float:left;
	width:180px;
	margin-right:10px;
}
#MainBanWrap .ct{
	float:left;
	width:390px;
	overflow:hidden;
}
#MainBanWrap .rt{
	float:right;
	width:160px;
}
#RecommendWrap{
	background:url(rec_bg.gif) no-repeat;
	border:1px solid #f4c7b1;
	padding:0 0 0 30px;
	margin:5px 0;
}
/*=搜索
=============================================================================================*/	
#Search{
    float:left;
	line-height:35px;
	padding-left:15px;
	color:#c00;
}				
.SearchBar{
	width:550px;
	margin-top:5px;
}
.btn_search,.btn_advsearch{
	display:block;
	border:none;
	background:url(btn_search.gif) no-repeat;
	height:18px;
	text-indent:-9999px;
}
.btn_search{
	width:35px;
	background-position:0 -18px;
}
.btn_advsearch{
	width:58px;
}														
/*=主菜单
=============================================================================================*/
#Menu{
	position:absolute;
	top:42px;
	left:200px;
}
#Menu ul{
}
		#Menu li{
			display:block;
			float:left;
			background:url(menu_bg.gif) no-repeat;
			height:24px;
			color:#fff;
			font-weight:700;
			line-height:24px;
		}
				#Menu li a{
					display:block !important;
					display:inline;
					zoom:1;
					padding:0 10px 0 5px;
					background:url(menu_bg.gif) no-repeat right;
					margin-left:10px;
					height:24px;
					color:#FFFFFF;
				}
				#Menu li a:hover{
					text-decoration:underline;
				}