/* CSS Document */

#minicart {
	position: absolute;
	right: 0;
	top: 55px;
	width: 250px;
	height: 30px;
	overflow: hidden;
	}
	
/** IE6 Select Render Fix **/
#minicart iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 1000px;
	z-index: -1;
	border: none;
	filter:mask();
	}

#minicart_header {
	background: #eee url(mini_cart_header.gif);
	height: 30px;
	z-index: 100;
	position: relative;
	color: #6e6e6e;
	line-height: 30px;
	padding-left: 35px;
	text-transform: lowercase;
	font-size: 10px;
	cursor: default;
	}
	
#minicart_header strong {
	color: #333;
	margin-left: 10px;
	}
	
#minicart_tray {
	border: 1px solid #a9a9ab;
	border-top: none;
	width: 248px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(minicart_tray.png) repeat-y;
	/*background: #fff;*/
	z-index: 50;
	}
	
* html #minicart_tray {
	background: #fff;
	overflow: hidden;
	}

#minicart_detail {
	padding: 15px;
	}
	
#minicart_data {
	border: none;
	width: 220px;
	font-size: 10px;
	color: #3d4242;
	border-collapse: separate;
	}
	
#minicart_data td {
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 5px;
	vertical-align: top;
	line-height: 12px;
	cursor: default;
	}
	
#minicart_data th {
	border: none;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 5px;
	vertical-align: top;
	text-align: left;
	line-height: 12px;
	cursor: default;
	font-weight: normal;
	margin-top: 2px;
	}	
	
#minicart_data .description {
	width: 130px;
	color: #9ea0a0;
	}
	
#minicart_data .description	strong {
	display: block;
	color: #3d4242;
	font-weight: normal;
	}
	
#minicart_data .quantity {
	width: 20px;
	}
	
#minicart_data .price {
	width: 70px;
	text-align: right;
	}
	
#minicart_data .subtotal {
	font-weight: bold;
	text-align: right;
	}

#minicart_view_cart {
  width: 130px;
  height: 40px;
  background: url(view_cart.png);
  display: block;
  margin: 5px 0 0 -5px;
}

#minicart_view_cart:hover {
  background-position: 0 -40px
}

* html #minicart_view_cart {
  background-image: url(view_cart.gif);
}

#minicart_view_cart * {
  display: none;
}