﻿/****************************************/
/* Styles for AccountNavigation control	*/


.YourAccountTop
{
	width: 155px;
	height: 6px;
	overflow: hidden;
}

.YourAccountBottom
{
	width: 155px;
	height: 32px;
	overflow: hidden;
}

.AccountNavigation
{
	width: 153px;
}

.AccountNavigation h3
{
	height: 18px;
	margin: 0 1px;
	padding-left: 8px;
}

.AccountNavigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.AccountNavigation a, .AccountNavigation .Viewing
{
	display: block;
	min-height:18px;
	height:auto !important;
	height:18px;

	margin: 0 1px;
	padding-left: 15px;
	padding-top: 4px;
}
