@charset "utf-8";
.steps {
	background: url(images/10A_stepsBG.gif) repeat-x left top;
	height: 60px;
	width: 810px;
	margin-top:30px;
	margin-bottom: 25px;
}
.steps .sideTTL {
	float: right;
	height: 22px;
	width: 98px;
	border: 1px solid #6B8FB3;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	background: #FFFFFF;
	margin-left: 115px;
	text-align: center;
}


/* CSS Document */

.steps ul li {
	float: right;
	height: 60px;
	width: 110px;
	position: relative;
	text-align: center;
}
.steps li a {
	cursor: pointer;
}

.steps li .number {
	background: #FFFFFF url(images/10A_stepOff.gif) no-repeat center top;
	height: 42px;
	width: 42px;
	display: block;
	margin: 0px auto;
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
	color: #FFFFFF;
}
.steps    .selected    .number, .steps   a .number:hover {
	background: url(images/10A_stepOn.gif);
}
.steps li.selected a {
	cursor: text;
}


.steps li .stepTTL {
	display: block;
	height: 15px;
	width: 110px;
	font-size: 14px;
	color: #b59331;
	font-weight: bold;
	margin-top: 2px;
}
.shopList {
	text-align: center;
	float: right;
}
.shopList  th {
	vertical-align: middle;
	height: 21px;
	background: #DAE7EE;
}
.shopList td {
	vertical-align: middle;
	height: 35px;
}
.shopList td input {
	height: 14px;
	width: 38px;
	font-size: 11px;
}
.shopList .listFoot td {
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #6B8FB3;
	padding-top: 7px;
}
.btnTpl {
	height: 21px;
	float: none;
	padding: 10px 180px 70px 0;
	width: auto;
}

.signForm {
	background: #DAE7EE;
	float: left;
	height: auto;
	width: 440px;
	margin-bottom: 70px;
}
.signForm h2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}
.signForm ul {
	height: auto;
	width: 330px;
	margin-right: 48px;
	float: right;
	display: block;
}
.signForm li {
	position: relative;
	height: 19px;
	width: 330px;
	float: right;
	clear: both;
	padding-bottom: 10px;
}
.signForm li.sep {
	border-bottom: 1px solid #6B8FB3;
	margin-bottom: 8px;
}


.signForm  li  .label {
	width: 120px;
	float: right;
	line-height: 19px;
	font-weight: bold;
	height: 19px;
	display: block;
	clear: none;
}
.signForm  li  .inpText {
	float: left;
	height: 19px;
	width: 198px;
	border: 1px solid #96B9DC;
	clear: none;
}
.signForm   li   .inpSelect {
	float: left;
	height: 21px;
	width: 105px;
	border: 1px solid #96B9DC;
	clear: none;
	font-size: 12px;
}
.signForm .inpChek {
	float: right;
}

.signForm li .required {
	background: url(images/10B_required.gif) no-repeat left top;
	height: 9px;
	width: 9px;
	position: absolute;
	left: -15px;
	top: 6px;
}
.signForm  li.btnTpl  {
	height: 50px;
	padding: 0;
	float: right;
	clear: both;
}
.signForm  li.btnTpl a {
	background: url(images/btnTpl_body.gif) no-repeat right top;
	padding: 0px 9px;
	line-height: 21px;
	display: block;
	float: left;
	position: relative;
	color: #3c6997;
	font-weight: bold;
	width: auto;
	margin-right: 10px;
	white-space: no-wrap;
	text-decoration: none;
}


.signIn {
	float: right;
	height: 550px;
	width: 250px;
	margin-right: 60px;
	text-align: center;
	padding-top: 15px;
}
.signIn .loginForm {
	height: auto;
	width: 250px;
	margin-top: 5px;
	border-top: 1px solid #6B8FB3;
	border-bottom: 1px solid #6B8FB3;
	padding: 10px 0 10px;
}
.signIn .loginForm .inpText {
	height: 19px;
	width: 210px;
	margin-top: 2px;
	text-align: left;
	background: #EAF1F5;
	border: 1px solid #95B9DC;
}
.signIn .loginForm strong {
	clear: both;
	display: block;
}
.signIn .btnTpl {
	height: 21px;
	float: none;
	padding: 7px 43px 0 0;
	width: auto;
}
.signIn p {
	width: 220px;
	margin: 20px auto auto;
}
.signIn  p a {
	color: #177ee5;
	text-decoration: underline;
}
.cardDetail {
	height: 190px;
	width: 490px;
	margin: 0 auto;
	padding: 20px 160px 0;
	border-bottom: 1px solid #6B8FB3;
}
.cardDetail .cards {
	float: left;
}
.cardDetail .blue18N {
	text-align: center;
	display: block;
	padding-bottom: 15px;
}

.cardDetail ul {
	height: auto;
	width: 300px;
	float: right;
	display: block;
}
.cardDetail li {
	position: relative;
	height: 19px;
	width: 330px;
	float: right;
	clear: both;
	padding-bottom: 10px;
}

.cardDetail  li  .label {
	width: 120px;
	float: right;
	line-height: 19px;
	font-weight: bold;
	height: 19px;
	display: block;
	clear: none;
}
.cardDetail  li  .inpText {
	float: left;
	height: 19px;
	width: 198px;
	border: 1px solid #95B9DC;
	clear: none;
	background: #EAF1F5;
}
.cardDetail   li   .inpSelect {
	float: left;
	height: 21px;
	width: 105px;
	border: 1px solid #96B9DC;
	clear: none;
	font-size: 12px;
	background: #EAF1F5;
}
.cardDetail li a {
	background: url(images/10D_icoHelp.gif) no-repeat;
	float: left;
	height: 17px;
	width: 17px;
	margin: 3px;
}

.cardDetail   li   .mid {
	width: auto;
	float: left;
	line-height: 19px;
	font-weight: bold;
	height: 19px;
	display: block;
	clear: none;
	padding: 0 3px;
}
.cardDetail    li    .inpSelect60 {
	float: left;
	height: 21px;
	width: 60px;
	border: 1px solid #96B9DC;
	clear: none;
	font-size: 12px;
	background: #EAF1F5;
}
.btnTplCN {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: 21px;
	text-align: center;
	position: relative;
	margin-top: 10px;
	margin-bottom: 80px;
	clear: both;
}

a.btnTpl  {
	background: url(images/btnTpl_body.gif) no-repeat right top;
	padding: 0px 20px;
	line-height: 21px;
	display: inline-block;
	float: none;
	position: relative;
	color: #b32d00;
	font-weight: bold;
	width: auto;
	margin-right: 10px;
	white-space: no-wrap;
}
a.btnTplRed  {
	background: url(images/btnTpl_body.gif) no-repeat right top;
	padding: 0px 20px;
	line-height: 21px;
	display: inline-block;
	float: none;
	position: relative;
	color: #b32d00;
	font-weight: bold;
	width: auto;
	margin-right: 10px;
	white-space: no-wrap;
}
a.btnTplRed    span {
	background: url(images/btnTpl_close.gif);
	height: 21px;
	width: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
a.btnTplBlue  {
	background: url(images/btnTpl_body.gif) no-repeat right top;
	padding: 0px 20px;
	line-height: 21px;
	display: inline-block;
	float: none;
	position: relative;
	color: #3c6997;
	font-weight: bold;
	width: auto;
	margin-right: 10px;
	white-space: no-wrap;
}
a.btnTplBlue    span {
	background: url(images/btnTpl_close.gif);
	height: 21px;
	width: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

a.btnTpl  {
	background: url(images/btnTpl_body.gif) no-repeat right top;
	padding: 0px 20px;
	line-height: 21px;
	display: inline-block;
	float: none;
	position: relative;
	color: #b32d00;
	font-weight: bold;
	width: auto;
	margin-right: 10px;
	white-space: no-wrap;
}
a.btnTpl   span {
	background: url(images/btnTpl_close.gif);
	height: 21px;
	width: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

.shipForm {
	background: #DAE7EE;
	float: left;
	height: auto;
	width: 390px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 35px;
}
.shipForm h2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
}
.shipForm p {
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 35px;
	width: 390px;
	text-align: center;
}

.shipForm ul {
	height: auto;
	width: 290px;
	margin-right: 48px;
	float: right;
	display: block;
}
.shipForm li {
	position: relative;
	height: 19px;
	width: 290px;
	float: right;
	clear: both;
	padding-bottom: 10px;
}
.shipForm li.sep {
	border-bottom: 1px solid #6B8FB3;
	margin-bottom: 8px;
}


.shipForm  li  .label {
	width: 85px;
	float: right;
	line-height: 19px;
	font-weight: bold;
	height: 19px;
	display: block;
	clear: none;
}
.shipForm  li  .inpText {
	float: left;
	height: 19px;
	width: 198px;
	border: 1px solid #96B9DC;
	clear: none;
}

.shipForm li .required {
	background: url(images/10B_required.gif) no-repeat left top;
	height: 9px;
	width: 9px;
	position: absolute;
	left: -15px;
	top: 6px;
}
.shipForm  li.btnTpl  {
	height: 50px;
	padding: 0;
	float: right;
	clear: both;
}
.shipForm .reqINF {
	color: #b32d00;
	position: absolute;
	height: 17px;
	width: 100px;
	right: 48px;
	bottom: 15px;
	font-weight: bold;
}
.thanks {
	text-align: center;
	padding: 15px 0px 70px;
	height: auto;
	width: 810px;
}
.thanks h2 {
	font-size: 18px;
	font-weight: normal;
}
.thanks p {
	font-size: 16px;
	height: auto;
	width: 430px;
	margin: 10px auto 0px;
}

