#account_module.form .more_options ul {
	width: 30%;
	margin: 10px auto 0 auto;
}

#account_module .list th{
	background: url(../images/rowheader_bg.gif) repeat-x;
	height: 20px;
	text-align: left;
	border: 1px solid #DDDDDD;
	padding: 2px 4px;
}

#account_module .list td{
	height: 20px;
	text-align: left;
	border: 1px solid #DEDEDE;
	padding: 2px 4px;
}

#account_module .list img{
	text-decoration: none;
	border: none;
}

/*------------------------------ Wish List*/
#account_module #wishlist a.edit {
	text-decoration: none;
}

#account_module #wishlist .wishlist_header th {
	padding-bottom: 5px;
}

#account_module #wishlist .wishlist_item td {
	padding: 5px 0 5px 0;
	border-top: 1px solid #dedede;
}

#account_module.form .attributeOptions {
	padding: 0 0 0 5px;
}

#account_module #wishlist .attributeOptions td {
	border: 0;
}

#account_module #wishlist table.wishlist_list {
	border-collapse:collapse;
}

#account_module.form #wishlist .wishlist_list .total {
	font-weight:bold;
}

#account_module.form #wishlist .wishlist_actions {
	padding:5px 0px 0px 20px;
	margin-top:0px;
	list-style:none;
}

#account_module.form .form_buttons {
	text-align: center;
}

#account_module.form .form_container {
	margin-bottom: 15px;
}

#account_module.form .cms_gift_card_list {
	margin-top: 10px;
}
#account_module.form .cms_gift_card_list .cms_gift_card_number {
	width: 55%; 
	padding-right: 10px; 
	text-align: right;
}
#account_module.form .cms_gift_card_list .cms_gift_card_balance_label {
	width: 30%;
	padding-right: 10px;
	text-align: right;
}
#account_module.form .cms_gift_card_list .cms_gift_card_balance {
	width: 25%;
	text-align: right;
}

#account_module.form .subtotal {
	margin-top:15px;
	padding:5px 65px 0px 0px;
	border-top:1px solid #999999;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

#account_module.form .footer {
	padding-top:15px;
}