@charset "utf-8";
/* Global */
body{
	margin:0;
	font:12px Verdana, simsun;
}
h1, h2, h3{
	margin:0;
	padding:0;
	font-size:20px;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
	font-weight:normal;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
form{
	display:inline;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	width:740px;
	margin:0 auto;
}
.clear{
	clear:both;
}
.bg{
	background:url(images/bg.gif) repeat-x;
}
.yellow{
	color:#fff7b3;
}
.blue{
	color:#333;
}
.green{
	color:#5c6f0e;
}
.smallText{
	font-size:11px;
}
.keyword{
	color:red;
}
.bold{
	font-weight:bold;
}


/* Header */
#header{
	background-position:left 76px;
	height:136px;
}
#headerLeft{
	float:left;
	line-height:50px;
	margin-top:15px;
	height:50px;
}
#keywords{
	margin:4px 5px 0 5px;
}
#buyLink{
	margin-top:4px;
}
#logo{
	display:block;
	background:url(images/logo.gif) no-repeat;
	padding-left:55px;
	color:blue;
}
#saleImage{
	width:231px;
	height:53px;
	margin-top:23px;
}

/* Content */
#image{
	width:252px;
	height:269px;
	margin-left:16px;
}
.box{
	float:left;
	background:url(images/bg.gif) repeat-x;
	height:269px;
	width:236px;
}
.box a{
	display:block;
	padding:0 12px;
	height:31px;
	text-decoration:none;
	line-height:34px;
	overflow:hidden;
	font-weight:bold;
	font-size:13px;
}
.boxTitle{
	padding:8px 0 0 12px;
	height:22px;
}
.boxTitle a{
	height:auto;
	display:inline;
	padding:0;
	font-weight:normal;
}
.greenBox{
	background-position:left -60px;
}
.greenBox li{
	border-bottom:1px solid #d65853;
}
.greenBox a{
	color:#ffc8c8;
}
.greenBox a:hover{
	background:#d65853;
	color:#fff;
}
.blueBox{
	background-position:left -329px;
	color:#deecfb;
}
.blueBox a:hover{
	background:#969696;
	color:#fff;
}
.blueBox li{
	border-bottom:1px solid #969696;
}
.blueBox a{
	color:#deecfb;
}
.grayBox{
	background-position:left -648px;
	margin:19px 16px 0 0;
	width:362px;
}
.grayBox a{
	text-decoration:underline;
	font-size:12px;
	color:#435d77;
	height:auto;
	line-height:22px;
	font-weight:normal;
}
.grayBox li{
	padding-left:12px;
}
.grayBox .boxTitle a{
	color:red;
}
#lastBox{
	margin-right:0;
}
#xjSearch{
	padding:8px 0 0 12px;
	height:118px;
}
#xjKeyword{
	border:1px solid #687d90;
	background:#fff;
	width:209px;
	padding:1px;
	height:16px;
	margin:3px 0 5px 0;
}
.searchButton{
	background-position:left -598px;
	height:25px;
	width:46px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	background-position:left -598px;
	border:none;
	font-size:12px;
	line-height:25px;
	letter-spacing:2px;
	cursor:pointer;
}
#xjSearch .searchButton{
	letter-spacing:0px;
	width:80px;
}
#sponsorsTitle{
	margin-top:20px;
}

/* Footer */
#footer{
	background-position:left -623px;
	height:25px;
}
