/*TopNavBar*/
#nav_bar {
	background: #9ba0b8 url(../images/onboarding/nav-bar-left.gif) no-repeat left top;
	height: 21px;
	line-height: 21px;
	color: #707485;
}
#nav_bar #linx {
	background: url(../images/onboarding/nav-bar-right.gif) no-repeat right top;
	margin: 0 0 0 30px;
}
#nav_bar a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav_bar a:hover, #nav_bar .current_nav_link {
	color: #33353d;
}
#nav_bar span {
	padding: 0 8px 0 8px;
}
/*EbayPay*/
.ebay_pay {
	
}
.ebay_pay .separator {
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	background: #9ba0b8;
	padding: 0;
	margin: 15px 0 15px 0;
	width:auto;
}
/*.ebay_pay .steps_title {
	height: 22px;
	line-height: 20px;
	font-weight: bold;
	clear: both;
	background: url(../images/onboarding/steps.gif) no-repeat left top;
}
.ebay_pay .steps_title span {
	color: #fff;
	font-size: 13px;
	margin: 0 12px 0 5px;
}*/
.ebay_pay .steps_title {
   height: 22px;
   line-height: 20px;
   font-weight: bold;
   clear: both;
   background: url(../images/onboarding/steps.gif) no-repeat left 0;
}
.ebay_pay .active {
   background: url(../images/onboarding/steps.gif) no-repeat left -22px;
}
.ebay_pay .done {
   background: url(../images/onboarding/steps.gif) no-repeat left -44px;
}
.ebay_pay .steps_title span {
   color: #fff;
   font-size: 13px;
   margin: 0 20px 0 6px;
} 
.ebay_pay .expand_collapse {
	height: 22px;
	line-height: 20px;
	font-weight: bold;
	clear: both;
}
.ebay_pay .expand_collapse a, .ebay_pay .expand_collapse a.collapse  {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	width: 19px;
	height: 19px;
	margin: 0 4px 0 0;
	padding: 0 0 0 4px;
	display: block;
	float: left;
	background: url(../images/onboarding/expand-collapse.gif) no-repeat left 2px;
}
.ebay_pay .expand_collapse a.collapse {
	padding: 0 0 0 5px;
	font-size: 16px;
	margin: 0 2px 0 0;
}

/*DynamicBox*/

#chk_boxes {
	margin: 1em 0 1em 0;
}
#chk_boxes dl {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 6px;
}
#chk_boxes dl dd  {
	float: left;
	overflow: hidden;
	height: 6px;
	width: 6px;
	list-style-type: none;
	list-style-image: none;
}
#chk_boxes .TopLeft {
	background: url(../images/onboarding/chk-boxes-top-left.gif) repeat-x left top;
}
#chk_boxes .TopRight {
	background: url(../images/onboarding/chk-boxes-top-right.gif) no-repeat right top;
	float: right;
	margin:0px;
	padding:0px;
}
#chk_boxes .BottomLeft {
	background: url(../images/onboarding/chk-boxes-bottom-left.gif) repeat-x left top;
}
#chk_boxes .BottomRight {
	background: url(../images/onboarding/chk-boxes-bottom-right.gif) no-repeat right top;
	float: right;
	margin:0px;
	padding:0px;
}
#chk_boxes .MiddleContent {
	background: #f4f6f9;
	padding: 0px 8px;
	border-right: 1px solid #c5c9d3;
	border-left: 1px solid #c5c9d3;
}
#chk_boxes .MiddleContent p {
	margin: 0px;
	padding-bottom: 6px;
}
#chk_boxes  .MiddleContent a {
	font-weight: bold;
	color: #f98a08;
	text-decoration: none;
}
#chk_boxes .MiddleContent a:hover {
	color: #f85f02;
	text-decoration: underline;
}
#chk_boxes .headigns {
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	padding: 0 !important;
	margin: 0 0 12px 0 !important;
	background: url(../images/onboarding/chk-box.gif) no-repeat right 0px;
}

#chk_boxes .ok {	
	background: url(../images/onboarding/chk-box.gif) no-repeat right -15px;
}

#chk_boxes .nok {	
	background: url(../images/onboarding/chk-box.gif) no-repeat right -30px;
}

#chk_boxes .scn {
	font-weight: bold;
}

