.dropDownMenuContainer{
	position:relative;
}

.open_account{
	display: inline-block;
	height: 14px;
	padding: 2px 2px 2px 30px;
	background: transparent url(../images/user_mini_icon.png) left top no-repeat;
	color: #424242 !important;
	font-size: .8em;
	text-decoration: none;
}

.open_account:hover{
	text-decoration: underline;
	color: #424242 !important; /* overidde general link behavior*/
	background-color: transparent;
}

.account_menu_user{
	padding: 10px;
	font-size: .7em;
	font-weight: bold;
	color: grey;
	cursor: default;
	border-bottom: 1px solid silver;	
	text-align: center;
}

.dropDownMenuOptions{
	list-style-type: none;	
}

.dropDownMenuOptions li a{
	display:block;
	font-size: .7em;
	font-weight: bold;
	color: #585858;
	padding: 8px 5px 8px 15px;
	text-decoration: none;	
}

.dropDownMenuOptions li a:hover{
	color: white;
	background-color: #585858;	
}

.open_account_down_arrow{
	font-family: Arial, sans-serif;
	display: inline-block;
	margin-left:5px;
	color: #424242;
	font-size: .8em;
}

.open_account_down_arrow:hover{
	text-decoration: none;
}

.dd_button{
	display: table;
	min-width: 70%;
	text-align:center;
	margin: 10px;
	color:white !important;
	text-decoration: none;
	padding: 5px 20px;
	font-size: .7em;
	font-weight: bold;
}

.dd_button:hover{
	color:white !important; /* overidde general link behavior*/
}

.basketItemsFooter .dd_button{
	min-width: 90px;
}