div.cart_order_overflow{
	max-height:500px;
	overflow:auto;
}

div.cart_order table{
	width:100%;
	border:3px solid #ccc;
	padding:5px;
}
div.cart_order table thead tr td{
	background:#1286EF;
	padding:3px;
	color:#fff;
}
div.cart_order table tbody tr td{
	padding:3px;
}
div.cart_order h1{
	font-size:18px;
	text-align:left;
	background:#1286EF;
	padding:5px;
	padding-left:30px;
	color:#fff;
	width:90%;
	border:1px solid #ccc;
}
.title{
	background:#1286EF;
	color:#fff;
} 
.odd{
	background-color:#fff;
} 
.even{
	background-color:#fff;
}
.odd td{
	border-bottom:1px solid #ccc;
} 
.even td{
	border-bottom:1px solid #ccc;
}

.bg_layer{
	height:150%; 
	width:100%; 
	position:absolute; 
	top:0; 
	left:0; 
	display:none;
	background-color:black; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
	opacity: 0.5;
	z-index:10;
}

.cart_layer{
	font:11px verdana; 
	border: 1px solid #5b7f93; 
	display:none; 
	position:absolute; 
	top: 100px; 
	left: 35%;
	width:70%; 
	margin-left: -300px;
	background-color: white;
	z-index:50;
} 
.currency_switcher_on{
	background-color:#ccc;
	padding:2px 10px 2px 10px;
	color:#fff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.currency_switcher_on a{
	text-decoration:none;
	color:#fff;
}
.currency_switcher_off{
	padding:2px 10px 2px 10px;
}