/*--------------------------------------------------
base style sheet (for version 8 browsers)

version:   1.0
author:    milo liu
email:     milo.q.liu@newegg.com
--------------------------------------------------*/ 
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font: 0.625em Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background: url(../images/bgbody.gif) repeat-x #FFF;
}
img {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #7F7F7F;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
/* wrapper
--------------------------------------------------*/ 
#wrapper {
	margin: 0 auto;
	width: 804px;
	text-align: left;
}
/* header
--------------------------------------------------*/
#header {
	background: #FFFDE8;
}
.logo {
	float: left;
	margin: 21px 0 9px 26px;
	display: inline; /* for ie6 below */
}
#tip {
	float: right;
	margin: 32px 46px 0 0;
	width: 205px;
	height: 41px;
	background: url(../images/tip.gif) no-repeat;
	display: inline;/* for ie6 below */
}
#topNav {
	position: relative;
	padding-left: 6px;
	height: 41px;
	font-size: 1.6em;
	letter-spacing: -1px;
	background: url(../images/bgTopNav.gif) repeat-x;
	clear: both;
}
#topNav li {
	float: left;
	height: 41px;
	line-height: 41px;
}
#topNav li.leftCorner {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 41px;
	background: url(../images/leftCorner.gif) no-repeat;
}
#topNav li.rightCorner {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 41px;
	background: url(../images/rightCorner.gif) no-repeat;
}
#topNav li a {
	padding: 0 24px;
	color: #000;
	font-weight: bold;
	background: url(../images/boderNav.gif) no-repeat;
	display: block;
}
#topNav li a:hover, #topNav li a.current {
	color: #FFF;
	text-decoration: none;
}
#search {
	position: relative;
	height: 34px;
	background: url(../images/bgSearch.gif) no-repeat;
	clear: both;
}
#search li.slogan {
	position: absolute;
	top: 7px;
	right: 50px;
	font-size: 1.3em;
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 10px;
	font-weight: bold;
}
/* main
--------------------------------------------------*/
#main {
	float: left;
	width: 100%;
	background: url(../images/bgSidebar.gif) repeat-y 8px top #FFF;
}
/* sidebar */
#sidebar {
	float: left;
	width: 138px;
	margin-left: 18px;
	display: inline;/* for ie6 below*/
}
#sidebar h2 {
	margin: 11px 0;
	font-size: 1.4em;
	color: #34383D;
}
#sidebar ul {
	font-size: 1.1em;
	color: #333;
}
#sidebar li {
	padding-left: 1px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #FFDF7F;
}
#sidebar li.last {
	border-bottom: 0;
}
#sidebar li a {
	color: #333;
	text-decoration: none;
}
/* content */
#content {
	float: right;
	margin: 4px 9px 0 0;
	width: 628px;
	display: inline;/* for ie6 below*/
}
#mainBanner {
	margin-bottom: 17px;
	border: 1px solid #D9D9D9;
}
#mainBanner img {
	display: block;
}
.container {
	position: relative;
	width: 628px;
	background: url(../images/bgContainer.gif) repeat-y;
}
.innerContainer {
	background: url(../images/bgInner.gif) no-repeat bottom;
}
.container h1 {
	padding-left: 12px;
	font-size: 1.6em;
	height: 36px;
	line-height: 36px;
	background: url(../images/bgTitle.gif) repeat-x;
}
.container h1 span {
	background: url(../images/bgTitle02.gif) no-repeat right;
	display: block;
}
.container h2 {
	margin: 17px 12px 10px 12px;
	font-size: 1.4em;
	letter-spacing: -1px;
}
.container ul.answerNav {
	height: 25px;
	margin: 0 12px 10px 12px;
}
.container ul.answerNav li {
	float: left;
	width: 190px;
	margin-right: 5px;
}
.container ul.answerNav a {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 7px;
	background: url(../images/answerNav.gif) no-repeat right bottom;
	display: block;
}
.container ul.answerNav a:hover, .container ul.answerNav span {
	color: #FA0;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 7px;
	text-decoration: none;
	background: url(../images/answerNav.gif) no-repeat left bottom;
	display: block;
}
.container ul.list {
	position: relative;
	font-size: 1.3em;
	margin: 0 12px 19px 12px;
}
.container ul.list li {
	margin: 0 0 8px 15px;
	padding-left: 10px;
	background: url(../images/arrow02.gif) no-repeat left 5px;
}
.container p {
	margin: 17px 12px 19px 12px;
	font-size: 1.3em;
	line-height: 18px;
}
.container p.important {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 24px;
}
.container p.confirm {
	text-align: center;
}
.container div.button {
	position: relative;
	font-size: 1.2em;
	padding: 14px 12px;
	border-top: 1px solid #DCDCDC;
}
.container div.button img {
	position: absolute;
	margin: -2px 0 0 13px;
}
.container div.buttonCenter {
	clear: both;
	text-align: center;
	font-size: 1.2em;
	padding: 14px 12px;
	border-top: 1px solid #DCDCDC;
}
.container div.buttonCenter img {
	margin: 0 5px;
}
.container li.ltCorner, .container li.rtCorner {
	position: absolute;
	width: 7px;
	height: 36px;
	overflow: hidden;
}
.container li.ltCorner {
	left: 0;
	top: 0;
	background: url(../images/ltCorner.gif) no-repeat;
}
.container li.rtCorner {
	right: 0;
	top: 0;
	background: url(../images/rtCorner.gif) no-repeat;
}
.container div.form {
	position: relative;
	float: left;
	margin: 0 0 10px 10px;
	width: 610px;
	display: inline;/*for ie6 below*/
}
.container div.form ul {
	font-size: 1.1em;
}
.container div.form li {
	float: left;
	width: 100%;
	clear: left;
	padding: 0;
	background: #FFF;
	padding: 5px 0;
}
.container div.form li input.txt {
	padding-left: 3px;
	height: 17px;
	border: 1px solid #C6D5D7;
	line-height: 17px;
	vertical-align: middle;
	font: 1em Tahoma, Helvetica, sans-serif;
	width: 238px; /*for ie5.x*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 235px; /*except ie5.x*/
}
.container div.form li input.txt {
	/*for ie5*/
}
.container div.form li input.txtMiddle {
	margin-left: 5px;
	padding-left: 3px;
	height: 17px;
	border: 1px solid #C6D5D7;
	line-height: 17px;
	vertical-align: middle;
	font: 1em Tahoma, Helvetica, sans-serif;
	width: 78px; /*for ie5.x*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 75px; /*except ie5.x*/
}
.container div.form li input.txtMiddle {
	/*for ie5*/
}
.container div.form li input.txtShort {
	margin-left: 5px;
	padding-left: 3px;
	height: 17px;
	border: 1px solid #C6D5D7;
	line-height: 17px;
	vertical-align: middle;
	font: 1em Tahoma, Helvetica, sans-serif;
}
.container div.form li textarea {
	height: 60px;
	border: 1px solid #C6D5D7;
	font: 1em Tahoma, Helvetica, sans-serif;
	width: 238px; /*for ie5.x*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 235px; /*except ie5.x*/
}
.container div.form li textarea {
	/*for ie5*/
}
.container div.form li textarea.txtOther {
	width: auto;
	height: auto;
	border: 1px solid #C6D5D7;
	font: 1em Tahoma, Helvetica, sans-serif;
}
.container div.form li select {
	width: 240px;
	padding-left: 3px;
	border: 1px solid #C6D5D7;
	vertical-align: middle;
	font: 1em Tahoma, Helvetica, sans-serif;
}
.container div.form label.reg {
	position: relative;
	padding: 3px 10px 0 0;
	float: left;
	margin-right: 6px;
	text-align: right;
	width: 182px; /*for ie5.x*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 172px; /*except ie5.x*/
}
.container div.form label.reg {
	/*for ie5*/
}
.container div.form label.answerItem {
	position: relative;
	padding: 3px 10px 0 0;
	float: left;
	margin-right: 6px;
	text-align: left;
	width: 182px; /*for ie5.x*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 172px; /*except ie5.x*/
}
.container div.form label.answerItem {
	/*for ie5*/
}
.container div.form label.answerItem strong {
	float: left;
}
.container div.form label.answerItem span.question {
	float: left;
	width: 150px;
	font-size: 1em;
	color: #333;
	padding-left: 1px;
}
.container div.form td label {
	cursor: pointer;
	margin-left: 5px;
} 
.container div.form span {
	color: #F00;
	font-size: 1.18em;
	margin-left: 5px;
}
.container h2 span.remark {
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 11px;
}
.container h2 span.remark span {
	color: #F00;
}
.container div.form table td {
	height: 25px;
	font-size: 0.6875em; /*for ie5.x*/
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 1em; /*except ie5.x*/
}
.container div.form table td {
	/*for ie5*/
}
.container div.form table.selection td{
	width: 200px;
}
/* footer
--------------------------------------------------*/
#footer {
	padding: 15px 0 25px 0;
	color: #000;
	font-size: 1.1em;
	text-align: center;
	background: #FFF;
	clear: both;
}





/* addtional style create by henson
*/
#topNav .current {
	padding: 0 24px;
	color: #FFF;
	font-weight: bold;
	background: url(../images/boderNav.gif) no-repeat;
	display: block;
}
#sidebar .current {
	color: #7F7F7F;
}
.errDisplay {
	display: inline;
}
.errHidden {
	display: none;
}
.gridview {
	margin-left: 3px;
	margin-bottom: 4px;
	width: 621px;
}
.gridview span {
	color: Red;
	text-decoration: underline;
}
.resetBtn {
	background: url(../images/btnReset.gif) no-repeat;
	margin: 0 5px 4px 5px;
	 margin: 0 5px 3px 5px; /*for ie*/
	border: 0px;
	width: 67px;
	cursor: pointer;
}

.BtnCalander01 {
	background: url(../images/btnDate.gif) no-repeat;
	border: 0;
	margin: 2px;
}
#center {
	text-align: center;
}
#listCenter {
	border: 1px solid #CCC;
	text-align: left;
	margin: 0 auto;
	width: 440px;
	padding: 10px 10px 0 10px;
}

#listCenter ul {
	margin-bottom: 11px;
}
.twoLevelRadio {
	margin-left: 40px;
}
#small 
{
	font-size: 1.1em;
}
.container div.form li input.inputLine {
	padding-left: 3px;
	height: 17px;
	border: 1px solid #C6D5D7;
	line-height: 17px;
	vertical-align: middle;
	font: 1em Tahoma, Helvetica, sans-serif;
	width: 163px; /*for ie5.x*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px; /*except ie5.x*/
}
.container div.form li input.inputReadOnly
{
	background-color: #EEE;
	margin-left: 5px;
	padding-left: 3px;
	height: 17px;
	border: 1px solid #C6D5D7;
	line-height: 17px;
	vertical-align: middle;
	font: 1em Tahoma, Helvetica, sans-serif;
	width: 78px; /*for ie5.x*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 75px; /*except ie5.x*/
}
.container p.remark span {
	color: #F00;
}
#specialMark {
	display: inline;
}
.container div.form li textarea.txtOtherReadOnly
{
	background-color: #EEE;
	width: auto;
	height: auto;
	border: 1px solid #C6D5D7;
	font: 1em Tahoma, Helvetica, sans-serif;
}
.container div.form span.note
{
	font: bold 0.875em Tahoma, Helvetica, sans-serif;
	display: inline;
	color: #333;
}