/* Ring Builder nav bar */
.rb_nav_area {
	float: left;
	margin: 10px 0px 5px 0px;
}

.rb_nav_container {
	width: 588px;
	float: left;
}

.rb_title_container {
	text-align: center;
	width: 130px;
	margin-left: 8px;
}

#rb_title_container_0, #rb_title_container_1 {
	margin-left: 0px;
}

.rb_empty {
	height: 6px;
	text-align: center;
	padding-top: 0px;
	font-size: 6px;
	line-height: 6px;
}

.rb_nav{
	float: left;
	width: 140px;
	height: 22px;
	background-image: url(../images/checkout_nav.gif);
	padding: 2px 0px 1px 4px;
}

.rb_nav_on {
	background-position: -148px -25px;
	color: #000000;
	padding-left: 0px;
	width: 148px;
}

.rb_nav_off {
	background-position: -148px 25px;
	padding-left: 0px;
	width: 148px;
}

.rb_nav_active {
	background-position: -148px 0px;
	padding-left: 0px;
	width: 148px;
}

.rb_nav_left_on {
	background-position: 0px -25px;
	color: #000000;
}

.rb_nav_left_off {
	background-position: 0px 25px;
}

.rb_nav_left_active {
	background-position: 0px 0px;
}

.rb_nav_right_on {
	background-position: 142px -25px;
	color: #000000;
	padding-left: 0px;
	width: 148px;
}

.rb_nav_right_off {
	background-position: 142px 25px;
	padding-left: 0px;
	width: 142px;
}

.rb_nav_right_active {
	background-position: 142px 0px;
	padding-left: 0px;
	width: 142px;
}

.rb_nav_left_on a:link, .rb_nav_left_on a:active, .rb_nav_left_on a:visited, .rb_nav_on a:link, .rb_nav_on a:active, .rb_nav_on a:visited, .rb_nav_right_on a:link, .rb_nav_right_on a:active, .rb_nav_right_on a:visited  {
	color: #000000;
}

.rb_nav_left_active a:link, .rb_nav_left_active a:active, .rb_nav_left_active a:visited, .rb_nav_active a:link, .rb_nav_active a:active, .rb_nav_active a:visited, .rb_nav_right_active a:link, .rb_nav_right_active a:active, .rb_nav_right_active a:visited {
	color: #ffffff;
}

.rb_desc {
	width: 90px;
	float: right;
}
.rb_name {
	display: block;
}

.rb_item img {
	display: block;
	float: left;
}

.rb_title{
	font-weight: bold; 
	color: #015DAA;
}

.rb_start_over {
	text-align: center;
	margin: 0px 0px 5px 0px;
}