body#minibasket-body,
div#minibasket-body /*make same styling work whether or not basket is inside an iframe*/
{
	margin:0px;
	padding:0px;
	font-family: Arial,Verdana,sans-serif;
	overflow:hidden;
	cursor:pointer;
}

#global-mini-basket-link,
#account-utils .account-util #global-mini-basket-link /* .. .. */
{
	color: #ffffff;
    font-weight: bold;
	font-size:11px;
	float:right;
	padding: 0 11px 0 0;
	line-height:15px;
	text-decoration:none;
	background: url(graphics/bg_minicart_arrow.png) no-repeat right 5px;
}

#global-mini-basket-link:hover,
#account-utils .account-util #global-mini-basket-link:hover
{
	color:#e5e5e5;
}

#global-mini-basket-cart-symbol,
#account-utils .account-util #global-mini-basket-cart-symbol
{
	position:relative;
	float:left;
	top:14px;
}

#global-mini-basket-close-symbol,
#account-utils .account-util #global-mini-basket-close-symbol
{
	position:relative;
	float:right;
	cursor:pointer;	
	top:8px;
}

#global-mini-basket-container,
#account-utils .account-util #global-mini-basket-container
{
	display: block;
	line-height: 22px;
}

#global-mini-basket-hover-content,
#account-utils .account-util #global-mini-basket-hover-content
{
	display: none;
	float: left;
	position: absolute;
	z-index:1000;
	/*width: 100%;*/
	min-width: 422px;
	max-width: 450px;
	/*background: #FFF;*/
	
	color:#fff;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 9px 10px #444;
	box-shadow: 2px 9px 10px #444;
	padding:0 8px 2px;
	background-color: #898989;
	top:22px;
	right:12px;	
	
}

#global-mini-basket-view-cart,
#account-utils .account-util #global-mini-basket-view-cart
{
	padding: 0 0 10px;
    text-align: center;
}

#global-mini-basket-view-cart a,
#account-utils .account-util #global-mini-basket-view-cart a
{
	border: 1px solid #006E2E;
	text-shadow: -1px 1px 1px #6E6E6E;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 10px;
	margin: 0 14px;
	text-decoration:none;
    text-align: center;
    width: 200px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  1px 2px 5px 0 #999999;
	box-shadow: 1px 2px 5px 0 #999999;
}

#global-mini-basket-view-cart a#checkout-now-btn,
#account-utils .account-util #global-mini-basket-view-cart a#checkout-now-btn
{
	background: #7fdb7f; /* Old browsers */
	background: -moz-linear-gradient(top,  #7fdb7f 0%, #008a00 43%, #008a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fdb7f), color-stop(43%,#008a00), color-stop(100%,#008a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7fdb7f 0%,#008a00 43%,#008a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7fdb7f 0%,#008a00 43%,#008a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7fdb7f 0%,#008a00 43%,#008a00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7fdb7f 0%,#008a00 43%,#008a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fdb7f', endColorstr='#008a00',GradientType=0 ); /* IE6-9 */
}


#global-mini-basket-view-cart a#checkout-now-btn:hover,
#account-utils .account-util #global-mini-basket-view-cart a#checkout-now-btn:hover 
{
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 0%, #008a00 0%, #005700 57%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(0%,#83c783), color-stop(0%,#008a00), color-stop(57%,#005700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 0%,#008a00 0%,#005700 57%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4ddb4 0%,#83c783 0%,#008a00 0%,#005700 57%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4ddb4 0%,#83c783 0%,#008a00 0%,#005700 57%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 0%,#008a00 0%,#005700 57%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
}

#global-mini-basket-view-cart a#view-cart-btn,
#account-utils .account-util #global-mini-basket-view-cart a#view-cart-btn
{
	background: rgb(208,228,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 28%, rgba(10,119,213,1) 100%, rgba(135,188,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(28%,rgba(115,177,231,1)), color-stop(100%,rgba(10,119,213,1)), color-stop(100%,rgba(135,188,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 28%,rgba(10,119,213,1) 100%,rgba(135,188,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 28%,rgba(10,119,213,1) 100%,rgba(135,188,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 28%,rgba(10,119,213,1) 100%,rgba(135,188,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 28%,rgba(10,119,213,1) 100%,rgba(135,188,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}


#global-mini-basket-view-cart a#view-cart-btn:hover,
#account-utils .account-util #global-mini-basket-view-cart a#view-cart-btn:hover 
{
	background: rgb(171,209,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(171,209,244,1) 0%, rgba(115,177,231,1) 28%, rgba(9,74,186,1) 100%, rgba(135,188,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,209,244,1)), color-stop(28%,rgba(115,177,231,1)), color-stop(100%,rgba(9,74,186,1)), color-stop(100%,rgba(135,188,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(171,209,244,1) 0%,rgba(115,177,231,1) 28%,rgba(9,74,186,1) 100%,rgba(135,188,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(171,209,244,1) 0%,rgba(115,177,231,1) 28%,rgba(9,74,186,1) 100%,rgba(135,188,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(171,209,244,1) 0%,rgba(115,177,231,1) 28%,rgba(9,74,186,1) 100%,rgba(135,188,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(171,209,244,1) 0%,rgba(115,177,231,1) 28%,rgba(9,74,186,1) 100%,rgba(135,188,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd1f4', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}

#global-mini-basket-cart-empty,
#account-utils .account-util #global-mini-basket-cart-empty
{
	cursor:pointer;
}

#global-mini-basket-cart-empty p,
#account-utils .account-util #global-mini-basket-cart-empty p 
{
	float: left;
    font-size: 18px;
    margin: 0;
    padding: 15px 0 15px 17px;
	color:#fff;
}

  
#global-mini-basket-cart-contents,
#account-utils .account-util #global-mini-basket-cart-contents
{
	float: left;
    font-size: 22px;
    padding: 15px 0 14px 12px;
	font-weight:bold;
	color:#fff
}


#global-mini-basket-hover-content table,
#account-utils .account-util #global-mini-basket-hover-content table
{
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #000;
	background: #FFF;
	margin: 16px 0 16px 2px;
}

/*restrict height of cart contents, so 'checkout' buttons are visible
  even with alot of items in cart*/
#global-mini-basket-hover-content table tbody,
#account-utils .account-util #global-mini-basket-hover-content table tbody
{
    display: block;
    max-height: 300px;
    overflow-y: scroll;
}

#global-mini-basket-hover-content table thead th, 
#global-mini-basket-hover-content table tfoot td,
#account-utils .account-util #global-mini-basket-hover-content table thead th, 
#account-utils .account-util #global-mini-basket-hover-content table tfoot td
{
	padding: 6px 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	background: #333;
}

#global-mini-basket-hover-content table tbody td,
#account-utils .account-util #global-mini-basket-hover-content table tbody td
{
	padding: 8px 5px;
	line-height: 25px;
	font-size:14px;
	font-weight:normal;
	color:#000
}

#global-mini-basket-hover-content table tbody td a,
#account-utils .account-util #global-mini-basket-hover-content table tbody td a
{
	font-size:16px;
	text-decoration:underline;
	color: #195275;
}

#global-mini-basket-hover-content table tbody td strong,
#account-utils .account-util #global-mini-basket-hover-content table tbody td strong {
	font-size:16px;
}


#global-mini-basket-hover-content table tbody td a:hover,
#account-utils .account-util #global-mini-basket-hover-content table tbody td a:hover
{
	color:red;
}

#global-mini-basket-hover-content table tbody td strong,
#account-utils .account-util #global-mini-basket-hover-content table tbody td strong {
	font-size:16px;
}



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

#global-mini-basket-hover-content table thead th a,
#account-utils .account-util #global-mini-basket-hover-content table thead th a
{
	color: #FFFF00;
}


.minibasket_backing,
#account-utils .account-util .minibasket_backing
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
	