/* 
******************************************************************* 
 
Title:			shoppingcart.css 
Browser(s):		Safari, Firefox, IE7 
 
Author:			Andy Davis (adavis@raddsigns.com) 
Version:		v1.0
Last modified:	10.21.2009 
 
******************************************************************* 
*/ 

/*********** CART INFO *************/

#cart_tab {
	width:350px;
	height:25px;
	color:#FFF;
	font: normal 9px Helvetica, Arial, sans-serif;
	float: left;
	padding: 5px 0 0 25px;
	position: absolute;
	top: 3px;
	left: 640px;
	background: url(../images/shopping-cart-icon.png) no-repeat;
	background-position: 0 -2px;
	color: #7a1314;
}

#cart_tab a {
	color: #666;
}

#cart_tab a:hover {
	color: #999;
}


