.clearBoth {
	clear: both;
	}
	
/*misc*/
.back {
	float: left;
	}
.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-size: 100%;
	font-weight: bold;
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	font-size: 100%;
	font-weight: bold;
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	font-size: 100%;
	}

/* C_Rcolunm cart */
.cart_box {
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.cart_head {
	width: 150px;
	height: 26px;
	vertical-align: bottom;
	padding: 0;
}

.cart_text {
	width: 142px;
	border-left: 1px solid #98D47E;
	border-right: 1px solid #98D47E;
	padding: 10px 3px;
	font-size: 100%;
	font-weight: bold;
}
.cart_taxt p {
	padding: 10px 0 0 0;
	margin: 0;
}

.cart_foot {
	width: 150px;
	height: 10px;
	vertical-align: top;
	padding: 0;
}

.content_menu {
	width: 100%;
	margin: 0px 0 8px 0;
	padding: 10px 0;
	text-align: right;
	list-style-type: none;
}
.content_menu li {
	/*height: 21px;*/
	background: url(images/icon_gray.gif) no-repeat top left;
	display: inline;
	padding: 2px 8px 8px 23px;
	margin: 0;
}