/*
//
// User profile styles
//
*/

ul.user-options-list
{
	list-style:						none; 
	margin:							0;	
}

ul.user-options-list li
{
	margin:							0 0 2px 0;
}

ul.user-options-list li a
{
	background:						#f6f6f6;
	display:						block;
	width:							153px;
	color:							#000;
	font-weight:					bold;
	font-size:						8pt;
	text-decoration:				none;
	padding:						6px;
	border-left:					10px solid #e7e7e7;
}

ul.user-options-list li a:hover
{
	background:						#e7e7e7;
	border-left:					10px solid #cc0000;
}

ul.user-options-list li a.prodsubcat-selected
{
	background:						#e7e7e7;
}

.form-content-profile
{
	width:                          95%;	
	text-align:						right;
}

#container-address-edit
{
	text-align:						right;
	width:							95%;
}

#shipmentDetail h2, #billingDetail h2
{
	font-size:				8pt;
	font-weight:			bold;
	text-align:             center;
	background:             none;
	padding:				0;
	text-align:				left;
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:					#606060;
	margin:					10px 0;
	border:					0;
}

.orderContainer
{
	border:					1px solid #000;	
}