#content {
	width: 500px;
	float: left;
}

#suppliers #content {
	width: 530px;
}

#right_column {
	float: right;
}

#profile #right_column, #suppliers #right_column {
	width:auto;	
}

#profile #content, #suppliers #content {
	width:600px;
}

#right_column {
	width:280px;
}

#right_column .image {
	margin-bottom: 20px;
}

#profile_rc { }

	#profile_rc {		
		width: 260px;
		font-size:13px;
	}

	#profile_rc h3 {
		font-size: 18px;
		
		margin-bottom: 20px;
	}

	#profile_rc h4 {
		font-size: 15px;
		font-weight: normal;
		color: grey;
		padding-left: 20px;
		background-position: left middle;
		background-repeat: no-repeat;
	}
	
	#profile_rc .item {
		margin-bottom:18px;
	}
	
	#profile_rc h4.home 				{ background-image:url('../img/profile_home.gif') }
	
	#profile_rc h4.invoice_history, 
	#profile_rc h4.order_history		{ background-image:url('../img/profile_invoice_history.gif') }
	
	#profile_rc h4.orders				{ background-image:url('../img/profile_orders.gif') }
	
	#profile_rc h4.edit_profile,
	#profile_rc h4.edit					{ background-image:url('../img/profile_preferences.gif') }
	
	#profile_rc h4.orders				{ background-image:url('../img/profile_orders.gif') }
	
	#profile_rc h4.add_pie,
	#profile_rc h4.birthday_calendar		{ background-image:url('../img/cake.png') }
	#profile_rc h4.customer_bound_products	{ background-image:url('../img/cake.png') }
	#profile_rc h4.proposals			{ background-image:url('../img/page.png') }
		
	#profile_rc h4.password				{ background-image:url('../img/key.png') }
	
	#profile_rc h4.software_downloads	{ background-image:url('../img/icons/floppies.png') }
	

#right_column .image .desc {
	margin-top: 10px;
	margin-left: 5px;
	font-size: 70%;
	font-style: italic;
}