.dropDownMenuContainer{
	position:relative;
}

.open_cart{
	display: inline-block;
	height: 14px;
	padding: 2px 2px 2px 30px;
	background: transparent url(../images/cart_mini_icon.png) left top no-repeat;
	color: #424242 !important;
	font-size: .8em;
	text-decoration: none;
}

.open_cart:hover{
	text-decoration: underline;	
	color: #424242 !important; /* overidde general link behavior*/
	background-color: transparent;
}

.basketItemsContainer{
	padding: 10px;
}

.dropDownBasketItems{
	list-style-type: none;	
	max-height: 350px;
	overflow: auto;
	padding: 10px;	
}

.dropDownBasketItems li{
	padding: 10px 0;
}

.dropDownBasketItems li:not(:last-child){
	border-bottom: 1px solid #e9e9e9;
}

.basketItemsFooter{
	height: 80px;
	background-color: #e9e9e9;
	padding: 7px 10px;
}

.open_cart_down_arrow{
	font-family: Arial, sans-serif;
	display: inline-block;
	margin-left:5px;
	color: #424242;
	font-size: .8em;
}

.open_cart_down_arrow:hover{
	text-decoration: none;
}

.dd_button{
	display:block;
	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*/
}

.empty_basket_text{
	text-align: center;
	color: grey;
	padding: 10px;
	font-size: .7em;
	font-weight: bold;	
}

.cart_menu_thumb_wrapper{
	display: table-cell;
	vertical-align: middle;
	width: 47px;	
	height: 47px;
	float:left;
	margin-right:10px;
}

.cart_menu_thumb_wrapper img{
	max-height: 44px;
	max-width: 44px;
}

.cart_menu_title{
	display:block;
	font-size: .7em;
	font-weight: bold;
	color: #585858;
	text-decoration: none;		
}

.cart_menu_price{
	font-size: .7em;
	color: #8c8c8c;	
}

.cart_menu_results{
	text-align: center;
	font-size: .7em;
}

.cart_menu_right{
	margin-top: 20px;
	min-width: 0;
	padding: 8px 20px;
	float: right;
}