/* *************************************************************************** */
/* These are the styles for */
#topright {
}

#topright #cart_summary {
	padding:20px 5px 10px 10px;
	margin-bottom:5px;
}

#topright .cart_title{
	height:17px;
	text-align:right;
	font-size:14px;
	line-height:17px;
	color:#c2b8ae;	
}
#topright .cart_title span{
	background:url(../images/cart_icon.gif) bottom left no-repeat;
	height:17px;
	width:82px;
	display:inline-block;
}
#topright .cart_content {
	font-family:"Trebuchet MS", Arial; /** Default Font **/
	font-size:10px; /** Default Font Size **/
	color:#ffffff; /** Default Font Color **/
}

#topright .cart_item_count{
	margin-top:10px;
	text-align:right;
	color:#c2b8ae;
}

#topright .cart_item_sub{
	font-size:9px;
	color:#817f79;
}
#topright .cart_item_total{
	font-size:11px;
	color:#FFFFFF;
}

#topright .cart_table .cart_total_divider{
	font-size:2px;
	line-height:2px;
	border-bottom:1px solid #FFFFFF;
}
#topright .cart_table .cart_input{
	font-size:9px;
	color:#32312e;
	padding:0px;
	border:none;
}
#topright .cart_table .cart_button{
	font-size:10px;
	color:#32312e;
	background-color:#c2b8ae;
	border:1px solid #d4ccc3;
}

#topright #cart_summary a:link,
#topright #cart_summary a:visited,
#topright #cart_summary a:hover,
#topright #cart_summary a:active {
	color:#999999;  /** Link Font Color **/
}
