.address {
	position:		relative;
	float:			left;
	width:			20%;
	margin:			0px 15px 15px 0px;
	padding:		5px;
	border:			1px solid #CCCCCC;
	background:		#DFDFDF;
}

.address .menu_bar {
	position:		relative;
	border-bottom:		1px solid #CCCCCC;
}

.address .menu_bar .standard {
	position:		relative;
	float:			left;
	font-weight:		bold;
}

.address .menu_bar a {
	display:		block;
	float:			right;
	position:		relative;
	width:			16px;
	height:			16px;
	margin:			0px 5px;
	background-repeat:	no-repeat;
	text-decoration:	none;
}

.address .menu_bar a.set_standard {
	background-image:	url(./../images/set_default.png);
}

.address .menu_bar a.delete_address {
	background-image:	url(./../images/delete.png);
}

.address .menu_bar a.edit_address {
	background-image:	url(./../images/edit_icon.png);
}

#content_customer_center_order_table, .content_item_view {
	width: 100%;
}

#content_customer_center_order_table .orderDetails>td,
#content_customer_center_order_table .isActive>td {
	background: #EFEFEF;
	padding: 20px 5px;
}
#content_customer_center_order_table .isActive>td {
	font-weight: bold;
}



/*
.content_item_view th {

}
*/