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

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


a{
	color:#012c83;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin: 0px;
}

/*=首页布局 
=============================================================================================*/
#AllWrap{
	width:1000px; 
	margin:0 auto;
	overflow:hidden;
}
#Top{
	height:60px;
	position:relative;
}
#Logo{
    float:left;
	width:180px;
}
.Col{
	float:left;
	*displau:inline;
}
#Menu{
    right:0px;
	bottom:0px;
	position:absolute;
	width:820px;
	height:22px;
	background:url(t_top_bg.gif) 0 -22px;
}
#Menu .right{
    float:right;
	width:8px;
	height:22px;
	background:url(t_top_bg.gif) no-repeat 0 -44px;
}
#Menu .left{
    float:left;
	width:8px;
	height:22px;
	background:url(t_top_bg.gif) no-repeat;
}
#Menu .mainmenu{
    float:left;
	height:22px;
}
#Menu li{
	line-height:22px;
	display:inline;
	margin:0 10px;
}
#Menu li a{
	color:#3e6b70;
}
#TopMenu{
	position:absolute;
	top:5px;
	left:250px;
}


#SearchBar{
	background:#216eb4 url(s_top_t_bg.gif) no-repeat;
	height:58px;
	padding:3px 0 0 180px;
}
#SearchWrap{
	float:left;
	padding-bottom:2px;
	margin-bottom:2px;
	_margin:0;
}
#SubMenu{
	clear:both;
	background:url(submenu_bg.gif) repeat-x;
	height:20px;
	*height:15px;
	margin-right:5px;
	*padding-top:5px;
	padding-left:20px;
}
#SubMenu li{
	display:inline;
	margin:0 5px;
	background:none;
}
#SubMenu li a{
	color:#005991;
}
#SubMenu .rt{
	background:url(submenu_bg.gif) no-repeat right -25px;
	display:block;
}

#LeftColumn{
	width:180px;
	float:left;
	*overflow:hidden;
	margin-top:-57px;
}
#Main{
   float:left;
   width:540px;
   padding:10px 30px;
   text-align:center;
}
#RightColumn{
	padding-top:15px;
	width:220px;
	float:left;
	overflow:hidden;
	text-align:left;
}
#InnerRightColumn{
	float:left;
	padding-top:15px;
	*display:inline;
	width:810px;
	margin-left:10px;
	overflow:hidden;
}


/*=显示底部区域
=============================================================================================*/
#Foot{
	clear:both;
	border:1px solid #a2c6e0;
	margin-top:20px;
	*width:99%;
}
#Foot .title{
	border-bottom:1px solid #e4e4e4;
	color:#000000;
	font-size:12px;
	padding:4px 10px;
	text-align:center;
}
#Foot .title .TreeList div{
	display:inline;
	padding:0 10px;
	border-right:1px solid #CCCCCC;
}
#Foot .foot{
	padding:5px 200px;
	background:#ebf3fe;
}
#Copyright{
	text-align:left;
}

/*=搜索栏
=============================================================================================*/
#Search{
    float:left;
    width:600px;
	height:38px;
	background:#226EB4;
}

#Search .searchLink{
    float:left;
	width:58px;
	height:38px;
	background:url(navSearch.gif) no-repeat;
  
}
#Search .searchright{
	height:38px;
	width:32px;
	float:right;
	background:url(navGoButtonStates.gif) no-repeat;
}

 /*=Cart区域 | 
=============================================================================================*/
#CartBar{
    float:right;
	width:210px;
	margin-right:3px;
}
#CartBar .Cartlist{
    float:right;
	width:100px;
	height:38px;
	background:url(navListButton.gif) no-repeat;
}
#CartBar .Cartnav{
    float:right;
	width:107px;
	height:38px;
	background:url(navCartButton.gif) no-repeat;
	margin-right:3px;
}