#global-mini-basket-link {
	text-decoration:none;
	color:#3B5998;
}
#global-mini-basket-link:hover {
	text-decoration:underline;	
}
#global-mini-basket-container
{
	line-height: 14px;
	padding: 4px 3px 0px 0px;
	position: relative;
	z-index:999;
	font-family: Arial,Verdana,sans-serif !important;
	font-size: 11px !important;
}

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

#global-mini-basket-hover-content .close-basket {
	color:#000 !important;
	font-weight:normal !important;
	margin-left:10px;
}

#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: #000;
	padding: 5px;
	font-weight: bold;	
	background: #EEC96E;
	font-size: 12px !important;
}

#global-mini-basket-hover-content table thead th a {
	text-decoration:none;
}

#global-mini-basket-hover-content table tbody td
{
	padding: 3px 5px;
	line-height: 14px;
	font-family: Arial,Verdana,sans-serif !important;
	font-size: 11px !important;
}

#global-mini-basket-hover-content table tbody td a {
	color:#3B5998;
	text-decoration:none;
}

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

#global-mini-basket-hover-content table thead th a
{
	color: #000;
	font-weight:bold;
}

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