
#global-mini-basket-container
{
	display: inline;
	float: right;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	z-index:15000;
	clear: both;
}

#global-mini-basket-hover-content
{
	display: none;
	float: left;
	position: absolute;
	min-width: 250px;
	max-width: 410px;
	background: #FFF;
	z-index:15000;
}

#global-mini-basket-hover-content table
{
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #666;
	background: #FFF;
}

#global-mini-basket-hover-content table thead th, #global-mini-basket-hover-content table tfoot td
{
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	background: #666;
}

#global-mini-basket-hover-content table tbody td
{
	padding: 3px 5px;
	line-height: 14px;
}

#global-mini-basket-hover-content table tbody tr.on td
{
	background: #EEE;
}

#global-mini-basket-hover-content table thead th a
{
	color: #FFF;
}

.minibasket_backing
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}


#mini-basket{
	clear: both;
	float: right;
	line-height: 25px;
	list-style: none;
	font-weight: bold;
	border: solid;
	border-color: #fff;
	border-radius: 4px;
	padding: 0px 20px 2px 0px;
	background-color: #fff;
	
}
	#mini-basket li{
		float: left;
		padding: 0 2px;
		margin-left: 0px;
		margin-right: 0;
	}
	#mini-basket a{
		color: red;
		
	}
	#mini-basket .last {
		border-right: none;
		padding-right: 0;
	}
	
#global-mini-basket-hover-basket{
	position:absolute;
}	