﻿/*壁纸特辑页面布局*/
#main {
	margin: 0 auto;
	width: 786px;
	padding-bottom: 40px;
	background: #1A1615;
	overflow: hidden;
	height: 100%;
}
#top {
	height: 178px;
	background: url('top_bg.jpg');
}
#top .title {
	font-size: 12px;
	font-family: 宋体,Arial;
	color: #1A1615;
	margin-top: 140px;
	margin-right: 10px;
	float: right;
	line-height: 120%;
}
#top .title b {
	font-size: 10px;
	font-family: Georgia,Arial;
}
.topic {
	height: 100%;
	overflow: hidden;
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}
.topic .title {
	height: 32px;
	overflow: hidden;
	background: url('line_bg.gif') repeat-x left bottom;
	line-height:32px;
	color:#F9FCD0;
	padding-left:2px;
}
.topic .title h2 {
	font-size: 12px;
	font-family: Arial,宋体, Helvetica, sans-serif;
	float: left;
	font-weight:normal;
}
.topic .title a {
	float: right;
	font-size: 14px;
	font-weight: bold;
	background: url('zoom-in.gif') no-repeat left center;
	padding-left: 20px;
	color:#E1E1E1;
}
.topic .title img{
margin-top:11px;
margin-left:5px;
	
	}
.topic ul {
	height: 100%;
	overflow: hidden;
	width:786px;
	margin-top:15px;
}
.topic ul li {
	float: left;
	width: 120px;
	margin-right: 1px;
	margin-left: 5px;
	display: inline;
}
.topic ul li img {
	width: 100px;
	height: 75px;
	border: 3px #fff solid;
	border-bottom: 6px #fff solid;
}

