@charset "utf-8";
/*----------------------------------------
NiHaoPiao CSS Base Core
Reset Settings
Author: Torin Maxhere (oyidoo#gmail.com)
Ver:0.2b (2009-10)
----------------------------------------*/
@import url("font.css");
@import url("mod.css");
/*Reset Reloaded*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {padding: 0;
margin: 0;font-family:"Arial","Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文黑体";font-size:12px;}
fieldset, img {border: 0;}
table {border-collapse:collapse;border-spacing:0;}
ol, ul {list-style: none;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;}
/*Type*/
.wapper {
	margin:0 auto;
	padding-top:10px;
	width:990px;
	overflow:hidden;
}
.clearfix {
	display:block;
}
/*Hide or Show 隐藏、显示*/
.hide {display:none;}
.show {display:block;}

/*Floats 浮动部分*/
.fl {float:left;}
.fr {float:right;}
.cf {clear:both;}
.clear-both {clear:both;height:1px;line-height:1px;font-size:1px; overflow:hidden;}
.display-block {display:block;}
.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-15 {margin-bottom:15px;}
/*Main*/

/*footer*/
.footer {margin-top:40px;font-size:12px;color:#aaa;width:100%;float:left;margin-bottom:40px;}
/*sprite*/
.right {float:right;width:200px}

/* Left */
.left {float:left; width:780px;}

/*View*/
#view {width:780px; overflow:hidden; position:relative; padding:8px 0 0 0;}
#view_content {float:right; width:500px; padding:0 10px;}
#view_content h1 {font-size:22px; color:#0068B7; padding:0; margin:0 0 8px 0; font-weight:700;}
#view_content h1 em a {font-size:12px; font-weight:300; margin-right:5px; color:#CC6600;}
#view_content ul li {line-height:26px; color:#7D7D7D;}
#view_img {float:left;overflow:hidden;width:260px;}

/*Intro*/
#intro {margin:30px 0 0 0; border:1px solid #E5E5E5;line-height:32px; font-size:14px; padding:10px; color:#1B1B1B;}
#intro p{margin:15px 0;font-size:14px;}
#intro img {border:1px #CCC solid;}
#intro h2 {background:#0068B7; font-family:"Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文黑体"; font-size:16px; color:#FFF; padding:2px; margin:0; list-style:none; width:75px; text-align:center;}

/*Buy Zone*/
#buyzone {margin:10px auto; clear:both;}

/*AD*/
.timeshow {margin:20px 0 0 0; line-height:18px; letter-spacing:0.5px}
.swimg {margin-bottom:8px;}
.swimg img {border:1px solid #CCC; width:198px;}
.swnm a{text-decoration:none;}
.swnm a:hover{color:#F30; text-decoration:underline;}
.swdd {color:#7D7D7D}
.swaq {border-bottom:solid 1px #EEE;padding: 0 0 8px 0; color:#434343;}

/*Alert*/
.alert {background:#FFF799; color:#E60012; padding:6px 4px; line-height:2em;}
.alert a{text-decoration:none;}
.alert a:hover{text-decoration:underline;}