﻿body
{
	background-color: #fff;
	color: #444444;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 10px;
}

h1
{
	font-size: 15px;
	letter-spacing: 1px;
}

h2
{
	font-size: 13px;
}

a
{
	text-decoration: none;
	color: #5C80B1;
}

a:hover
{
	text-decoration: underline;
}

a#subscribe
{
	position: absolute;
	top: 151px;
	right: 27px;
	padding-right: 18px;
	background: url(../../images/rssbutton.gif) no-repeat right;
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

#wrap
{
	max-width: 960px;
	width: 960px;
	text-align: left;
	background: #fff;
}

#content
{
	float: right;
	margin-top:20px;
	width: 720px;
}


/* 页脚 */
#footer
{
	clear: both;
	background-color: #E2801B;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	color: #fff;
}

#box_footnav
{
	background: #E2801B;
	list-style: none;
}

#box_footnav li
{
	padding-right: 6px;
	display: inline;
	padding-left: 6px;
	padding-bottom: 0px;
	border-left: #fff 1px solid;
	padding-top: 0px;
}

#box_footnav li a
{
	color: #fff;
}

#box_footnav li.first
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
.copyright
{
	clear: both;
	font-family: "黑体";
	font-size: 10px;
}


.hilite
{
	background-color: #ff0;
}

/*----------------------------
					 Header
----------------------------*/

#header
{
	text-align: right;

	width: auto;
	float: right;
}

#header h1
{
	font-family: Arial;
	font-size: 80px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 8px;
}

#header h2
{
	font-weight: normal;
	letter-spacing: 4px;
	color: silver;
	margin: 0px;
}

#header a
{
	text-decoration: none;
	color: white;
}

/*----------------------------
					Side Panel
----------------------------*/

#sidepanel
{
	float: left;
	width: 200px;
}

#sidepanel .box
{
	background-color: white;
	border: 1px solid silver;
	padding: 3px 15px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #666666;
}

#sidepanel .box h1
{
	margin: 5px 0 7px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	color: #999999;
}

#sidepanel .box ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#sidepanel .box ul li
{
	margin-bottom: 3px;
}

#sidepanel img.rssButton
{
	margin-right: 3px;
}

/*
 Account Navigator
 Warning: useless?
*/
#accountNavigator
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 26px;
	background: #d8650c;
	text-transform: capitalize;
}

#accountNavigator li
{
	padding-right: 6px;
	display: inline;
	padding-left: 6px;
	padding-bottom: 0px;
	border-left: #fff 1px solid;
	padding-top: 0px;
}

#accountNavigator li.first
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

/*----------------------------
					 Item List
----------------------------*/
.itemListContainer
{
	background: #919191;
}

.itemList
{
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}

.itemList th, .itemList td
{
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	white-space: nowrap;
}
.itemList th
{
	color: #999;
}

.itemList .name
{
	text-align: left;
}

.itemList tr
{
	background: #e6e6e6;
}
.itemList tr.alt
{
	background: #f1f1f1;
}

.itemList td a
{
	font-weight: bold;
}

/*----------------------------
			Comment Audit List
----------------------------*/
.commentAuditListContainer
{
	background: #919191;
}

.commentAuditList
{
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}

.commentAuditList th, .commentAuditList td
{
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
}
.commentAuditList th
{
	color: #999;
}

.commentAuditList .name
{
	text-align: left;
}

.commentAuditList tr
{
	background: #e6e6e6;
}
.commentAuditList tr.alt
{
	background: #f1f1f1;
}

.commentAuditList td a
{
	font-weight: bold;
}

.title1
{
	margin: 5px 0 17px 0;
	padding-bottom: 5px;
	font-weight: bold;
	color: #E2801B;
	font-size: 20px;
	border-bottom: 1px solid #E2801B;
}


/*
	Faq Category
*/
.faqCategory
{
}

.faqAnswer
{
}

.faqAnswer img
{
	border:1px solid #000;
}

.required
{
	color: Red;
	font-size: 8px;
}