

cartbody {
	background: url("cart/right-sidebar-back.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#container {
    height: 100%;
	/* background-image:url(cart/cartbar_bg.png); */
	background-repeat:repeat-x;
	background-color:#none;
}
div#body {
    overflow: hidden;
    height: 100%;
}

/* IE6 Fix */
* html div#body {
    overflow: visible;
}

div#content {
	padding-top: 40px;
}

div#left-sidebar_th {
	width: 383px;
	float: left;
	background-image: url(cart/cartbar_status_th_new.png);
	height: 100px;
}
div#left-sidebar_en {
	width: 383px;
	float: left;
	background-image: url(cart/cartbar_status_en.png);
	height: 100px;
}

div#right-sidebar {
	width: 163px;
	float: right;
	height: 100px;
}
.textr {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10px;
}
.textcost {
	font-family: Tahoma;
	color: #333333;
	font-size: 8pt;
	font:bold;
}
.textcost a {
	font-family: Tahoma;
	color: #333333;
	font-size: 8pt;
	font:bold;
	color:#C00;
}
.textcost_status {
	font-family: Tahoma;
	color: #333333;
	font-size: 10pt;
	font:bold;
	color:#C00;
	/* line-height:110px; */
	padding-top:35px;
}