@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	background: #003366;
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
h3 {
	margin: 0;
	padding: 0;
}
h3.h3_title1 {
	color: blue;
}
hr {
	background: #ddd;
	color: #ddd;
	width: 100%;
	height: 0.083em;
	margin: 0 0 1.583em;
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: orange;
}
table {
	background: #FFFFFF;
	text-align: center;
	/* margin-top: 20px; */
}
table td {
	font-family: "Arial";
}
#wrapper {
	width: 830px;
	background: #FFF;
	text-align: left;
	margin: 0 auto;
	border: #036 solid 2px;
	padding-bottom: 30px;
}
#header {
	background: #738287 url(images/pf_header.png) no-repeat center;
	height: 200px;
	border-bottom: #999 solid 1px;
}
#cc {
	color: #FFF;
	/* padding-top: 200px;*/
	padding-left: 100px;
	display: none;
}
.title {
	background: #E7E7E7;
	padding: 8px 0;
}
.subtitle td {
	width: 10%;
	background: #CCCCFF;
}
.prompt {
	color: white;
	background: #3366FF;
}
.selled {
	color: #999999;
	text-decoration: line-through;
}
.pager {
	margin-right: 30px;
	color: #666;
}
.group {
	margin-right: 20px;
	/* background: url(images/bar_bg.png) repeat-x; */
}

/* 导航条按钮组开始 */
.group span a {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	margin: 0 2px;
	background: url(images/dark_fade_g.png) repeat-x;
	padding: 10px;
	line-height: 22px;
}
.group span a:hover {
	color: #FFF;
	background: url(images/d_title.jpg) repeat-x;
}
.group span a.selected {
	color: #FFF;
	background: url(images/d_title.jpg) repeat-x;
}
.group span a.order_btn {
	color: #FFF;
	background: url(images/d_title3.jpg) repeat-x;
	margin-right: 10px;
}
/* 导航条按钮组结束 */
