ul.divider {
	padding: 7px 0px; 
	border-top: 1px solid #ccc;
}

/*
*****************************
	TABBED BOX
****************************
*/
.tab_box {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	background-color: #ffffff;
	margin: 0 0 20px 15px;
}
#tab_box_top {
	width: 533px;
	height: 30px;
	margin: 0 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
}
#tab_box_top ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#tab_box_top ul li {
	_position: relative;
	_top: 15px;
    float:left;
	background: url(/resources/images/tabs/checkout_tabs_off.png) no-repeat top left;
	width: 159px;
	height: 31px;
    padding: 0 4px 0 0;
}
#tab_box_top ul li a {
	display:block;
	width: 159px;
	height: 31px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 1em;
	padding: 2px 0 5px 0;
	text-align: center;
	text-decoration: none;
}
#tab_box_top li a:hover, #tab_box_top li a:active {
	padding: 9px 0 5px 0;
	background: url(/resources/images/tabs/checkout_tabs_on.png) no-repeat top left;
	color: #999;
}

#tab_box_top li.selected a {
	padding: 9px 0 5px 0;
	background: url(/resources/images/tabs/checkout_tabs_on.png) no-repeat top left;
	color: #999;
}

#tab_box_top li.selected a:hover, #tab_box_top li.selected a:active {
	padding: 9px 0 5px 0;
	background: url(/resources/images/tabs/checkout_tabs_on.png) no-repeat top left;
	color: #999;
}

.tab_box_content {
	padding: 20px 12px 0 12px;	
}


/***************************************************
 *
 * Gift Card Elements
 *
 ***************************************************/

#giftcard-form li {
	clear: both;
	padding-bottom: 10px;	
}

#giftcard-form label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	font-size: 12px;
	line-height: 15px;
	padding-right: 5px;
}

#giftcard-form #availableBalance {
	text-align: center;
	padding: 10px;
}
span.fieldnote {
	font-size: 10px;
	color: #999;
}

