.hidden{
	display: none !important;
}
.clear { clear: both; }

ul{
	
}


#wrapper { margin: 10px auto; width: 1000px; }
#wrapper a { text-decoration: none; }


#header div#navigation { border-bottom: 1px solid #ccc; margin-bottom: 10px; }
#header ul.navigation { list-style: none; text-align: right; margin: 0;}
#header .navigation li { display: inline-block; padding: 10px 15px; border-left: 1px solid #ccc; }

#body{
	min-height: 400px;
}


table.customer_account_information{
	width: 100%;
}
table.customer_account_information td{
	
	padding: 35px;
}


table.full_width{
	width: 100%;
}

.center{
	text-align: center;
}


.left {
	float: left;
}
.right {
	float: right;
}

 .half_width{
	width: 50%;
 }
 
 div.grey_bar{
	
	min-height: 30px;
	background-color: lightgrey;
 }

#footer { border-top: 1px solid #ccc; clear: both; text-align: center; padding: 10px; color: #aaa; }

p.flash_warning{
	color: orange !important;
}