#minicart {
	width: 195;
	border: 1px dashed #d4e5ec;
	border-bottom: 1px dashed #006599;
	overflow: hidden;
	margin-bottom: 15px;
}

#minicart a:link {
	text-decoration: none;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #2a4787;
}
#minicart a:visited {
	text-decoration: none; 
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #2a4787;
}
#minicart a:hover {
	text-decoration: underline; 
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #2a4787;
}
#minicart a:active {
	text-decoration: none; 
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #2a4787;
}


#minicart_header {
	padding-left: 10px;
	width: 183px;
	min-height: 30px;
	line-height: 30px;
	color: #3a709e;
	font-family: "Arial Narrow", Verdana;
	font-size: 16px;
	background-image: url(../img/shop_cart_icon.jpg);
	background-repeat: no-repeat;
	background-position: 155px 7px;
}

#minicart_row_blue {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 2px;
	width: 195px;
	color: #2a4787;
	background-color: #bdd7e6;
	font-family: Arial, Verdana;
	font-size: 10px;
	border-top: 1px dashed #d4e5ec;
	overflow: hidden;
}

#minicart_row_white {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 2px;
	width: 195px;
	color: #2a4787;
	background-color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 10px;
	border-top: 1px dashed #d4e5ec;
	overflow: hidden;
}

#minicart_footer {
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 195px;
	color: #2a4787;
	background-color: #e6ecf0;
	font-family: Arial, Verdana;
	font-size: 10px;
	border-top: 1px dashed #006599;
	overflow: hidden;
}

#minicart_col1 {
	float: left;
	width: 128px;
	color: #2a4787;
}
#minicart_col2 {
	padding-left: 5px;
	float: left;
	width: 50px;
	color: #2a4787;
}
