div.cart_order_overflow{
	overflow:auto;
}

div.cart_order table{
	width:100%;
	padding:5px;
	background:#eee;
	border:1px solid #ccc;
}
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;
}
.odd{
	background-color:#fff;
} 
.even{
	background-color:#fff;
}
.odd td{
	border-bottom:1px solid #ccc;
} 
.even td{
	border-bottom:1px solid #ccc;
}

.bg_layer{
	width:100%; 
	position:absolute; 
	top:0;   
	left:0;   
	display:none;
	margin:0 auto; 
	background-color:black; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
	opacity: 0.5;
	z-index:999;
	vertical-align: middle;  
}

.cart_layer{
	/*font:11px verdana;*/ 
	display:none; 
	position:absolute; 
	top: 30%;   
	left: 25%;  
	/*width: 60%;*/
	width: 805px;
	background-color: white;
	z-index:450;	
	border:1px solid #ffffff;
	-moz-border-radius: 6px; /* FF1-3.6 */
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
   	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
div.aqua_cart h1 {
	font-family: MyriadProCondensed;
	color: #580000;
	padding-bottom: 25px;
	
	text-transform: uppercase;
}
.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;
}
.box_cart .cart_layer {
	left: 98px !important;
}
.box_cart {
	width: 990px; height: 0px; position: relative;
	z-index: 450;
}

	textarea {
		background-color: #fff !important;
		padding: 2px 5px !important;
	}
	input.aqua_button {
		background: url(/img/shoporder/aqua_button_bg.png);
		color: #fff;
		padding: 5px 10px;
	}
	span.asterix {
		color: #30a1dc;
		font-size: 16px;
	}
	span.comment {
		font-size: 10px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
		color: #484848;
		font-weight: normal;
	}
	table.aqua_order {
		width: 100%;
		border: none;
		margin-right: 10px;
		margin-top: 10px;
	}
	table.aqua_order tr td {
		border: none;
		padding: 10px;
		vertical-align: middle;
	}
	table.aqua_order span.price {
		font-weight: bold;
		color: #580000;
	}
	table.aqua_order span.price_total {
		font-weight: bold;
		color: #580000;
		font-size: 16px;
		margin: 0px 10px;
	}
	table.aqua_order thead tr td {
		background-color: #fdf1e3;
	}
	div.aqua_order_summary {
		padding: 10px 20px;
		background-color: #fdf1e3;
		width: 250px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
	}
	div.aqua_ordar_contact {
		padding: 20px 30px 20px 20px;
		background-color: #f7f8fa;
	}
	div.aqua_ordar_contact table {
		width: 100%;
		border: none;
	}
	div.aqua_ordar_contact table tr td {
		border: none;
		vertical-align: top;
		padding: 0px;
	}
	div.aqua_ordar_contact table tr td.aqua_title {
		padding-right: 10px;
	}
	div.aqua_cart {
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		padding-top: 32px;
		padding-right: 30px;
		padding-left: 30px;
	}
