#expandible_cart {
	background: url('images/back_0.gif') no-repeat scroll right bottom #FFFFFF; 
	width: 100%;
	font-family: helvetica, arial;
}

#expandible_cart a {
	text-decoration: none;
	border: none !important;
	background: transparent;
}

#expandible_cart a:hover {
	text-decoration: none;
	border: none !important;
	background: transparent;
}

#back_1 {
	background: url('images/back_1.gif') no-repeat scroll left bottom transparent;
	width: 100%;
}

#back_2 {
	background: url('images/back_2.gif') no-repeat scroll right top transparent;
	width: 100%;
}

#back_3 {
	background: url('images/back_3.gif') no-repeat scroll left top transparent;
	padding: 0px 5px 10px;
}

div.cart_products {
	font-size: 10px;
	margin-bottom: 5px;
}

#title_cart {
	border-bottom: 1px solid #CCCCCC;
	text-transform: none;
	padding:10px 4px 6px;
	margin-bottom: 10px;
}

#title_cart a {
	color: #333333;
	font-size: 20px;
	font-family: arial, helvetica;
}

div.final_links {
	bor/der: 1px solid #DEDEDE;
	float: right;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	width: 50%;
}

div.final_links a {
	color: #000000;
}

table.cart_results {
	width: 100%;
}

table.cart_results td {
	padding: 1px;
}

div.subtotal {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
	border-top:1px solid #717171;
}

div.subtotal div {
	float: left;
	width: 50%;
}

div.expand_sign {
	text-align: right;
	width: 100px;
	font-size: 11px;
	float:right;
}

#title_cart div.expand_sign a{
	font-size: 11px;
}