@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color:#2b2b2b;
}
a:visited {
	text-decoration: none;
	color:#2b2b2b;
}
a:active {
	text-decoration: none;
		color:#2b2b2b;
}
a:hover {
	text-decoration: none;
		color:#2b2b2b;
}
body{
	margin:0px;
	background-position:top;
	padding:0px;
	}




.hide 
{
	display:none;
}

.show
{
	display:block;
}


.toprightitem{
	font-weight:bold;
	margin-left:6px;
	float:left;
	font-family:"Segoe UI";
	color:#343434;
	height:8px;
	font-size:11px;
	}

.toprightitem a{
	font-family:"Segoe UI";
	color:#343434;
	text-decoration:none;
	}
	
.toprightitem a:hover{
	font-family:"Segoe UI";
	color:#343434;
	text-decoration:underline;
	}
	
.toprightdivider{
	float:left;
	margin-top:3px;
	margin-left:5px;
	height:8px;
	width:1px;
	}	

.topright{
	float:left;
	margin-left:90px;
	width:416px;
	padding-left:5px;
	height:auto;
	margin-top:0px;
}


.topcart{
	float:left;
	width:240px;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	font-family:"Segoe UI";
	height:18px;
	margin-top:2px;
	margin-left:2px;
	margin-bottom:2px;
}

.emptyCart {
	font-family:"Segoe UI";
	font-size:12px;
	color:#CC0000;
	padding-left:2px;
}

.topcart span{
	font-size:11px;
	font-family:"Segoe UI";
	font-weight:normal;
}


.topcartExpand{
	margin-top:3px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:2px;
	height:11px;
	color:#333333;
	font-size:10px;
	font-family:"Segoe UI";
	font-weight:normal;
	background-color: #CCCCCC;
	font-weight:bold;
}

.topcartCounteracts{
	margin-top:4px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:2px;
	height:11px;
	color:#333333;
	font-size:10px;
	font-family:"Segoe UI";
	font-weight:normal;
	background-color: #CCCCCC;
	font-weight:bold;
}

.productTitle {
color:#95b146;
font-size:20px;
font-family:"Segoe UI";
margin-left:2px;
}


/* ASDA */



div.closed div.container {
	text-align: right;
}

div.opening div.container,
div.open div.container,
div.closing div.container   {
	right: 0;
	position: absolute;
	z-index: 40;
}

div#minicart h2 {
	display: none;
}

#cartline{
	width:800px;
	height:80px;
	float:left;
	clear:both;
	}