body {
	background: #000;
}

.mFlashMenu {
	position: relative;
	width: 100%;
	height: 100%;
}

	#flashMenu {
		font-size: 14px;
		line-height: 200px;
		text-align: center;
		color: #fff;
	}
	
	#flashMenu a {
		font-size: 14px;
		text-decoration: underline;
		color: #fff;
	}

	.mTakeawayShopBasket {
		z-index: 10;
		right: 0;
		margin: 109px 20px 0 0;
		border: 2px solid #cdcccc;
	}
	
		.mTakeawayShopBasket .top {
			float: left;
			width: 224px;
			*width: 220px;
			background: #f8f8f8;
		}
		
			.mTakeawayShopBasket h1 a {
				float: right;
				width: 119px;
				_width: 139px;
				height: 10px;
				margin-bottom: 2px;
				_margin-bottom: 0;
				padding: 10px;
				text-indent: -9999em;
				background: url(/images/graphics/sticks-sushi-small.gif) no-repeat 10px 10px;
				outline: 0;
			}
		
			.mTakeawayShopBasket h3 {
				clear: both;
				float: left;
				padding-top: 0;
				padding-bottom: 4px;
			}
			
			.mTakeawayShopBasket .top .action {
				float: right;
				width: auto;
				padding-top: 3px;
			}
			
.mFlashMenu .arrow {
	padding-right: 10px;
	background: url(/images/icons/arrow_whitebg.gif) no-repeat 100% 100%;	
}
			
	.mFlashMenu .arrow span {
		display: none;
	} 
	
#basketAction {
	clear: both;
}