@CHARSET "ISO-8859-1";


body > header {
	position:relative;
}

.shopping-cart{
	position:absolute;
	top:20px;
	right:20px;
	width: 12%;
	background: #FFF;
	padding: 10px;
	color:#000;
	font-size: 11px;
	line-height:8px;
}

.shopping-cart h2 {
	background: #e74c3c;
	padding: 8px;
	margin: -10px -10px 5px;
	font: 16px "Trebuchet MS", Arial;
	color:#fff;
}

.shopping-cart .cart-itm h3 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	line-height:8px;
}
.shopping-cart ol{
	padding: 1px 0px 0px 15px;
	margin:0;
}

.shopping-cart li.cart-itm{
	line-height:normal;

}

.shopping-cart .cart-itm, .cart-itm{
	border-bottom: 1px solid #DDD;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.shopping-cart span.p-qty, .shopping-cart span.p-price{
	
	display:block;

}
.shopping-cart .remove-itm, .remove-itm{
	font-size: 13px;
	float: right;
	background: #F2F8F7;
	padding: 3px;
	line-height: 8px;
	border-radius: 3px;
}
.shopping-cart .remove-itm:hover, .remove-itm:hover{
	background: #e74c3c;
}
.shopping-cart .remove-itm a, .remove-itm a{
	color: #C4C4C4;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}

.shopping-cart .cart-total{
	display:block;
	width:100%;
	text-align:right;
	margin-bottom:10px;

}

.shopping-cart .check-out-txt{
	float:right;
}

.shopping-cart .empty-cart{
	float:left;
}

.cart_view table{
	width:100%;
}

.cart_view table thead{
	background:#F6F6F6;
	text-transform:uppercase;
	font-weight:normal;
	padding:10px;
}

.cart_view table thead td{
	
	padding:10px 12px;
	text-align:left;
	
}


.cart_view table tbody td{
	
	padding:10px  12px;
	
}

.cart_view .cart_img{
	margin:auto;
	width:60px;
	height:60px;
	overflow:hidden;
}

.cart_view .cart_img img{
	width:60px;
	height:auto;
}



ul.top_menu{
	list-style:none;
	position:absolute;
	max-width:450px;
	top:5px;
	right:40px;
	/* font-size: 11px; */
	line-height:8px;
}
.top_menu li{
	float:left;
	border-right:1px;
}
ul.top_menu li a span{
	font-weight:bold;
}


table#confirm_tbl{
	width:100%;

}

table#confirm_tbl tr{
	
	border:1px solid #e5e5e5;
	
}

table#confirm_tbl thead{
	font-weight:bold;	
}

table#confirm_tbl thead td{
	padding:6px;
	
}

table#confirm_tbl tbody td{
	
	padding:6px;
	
}


.currency_switcher{
	position:absolute;
	top:25px;
	right:40px;
	

}

.currency_switcher .prefix_text{
	
	display:block;
	float:left;
	

}

.currency_switcher ul{
	float:left;
	list-style:none;
	margin:0 0 0 5px;

}



.currency_switcher li{
	float:left;
	padding-left:6px;
}

.currency_switcher li a{
	display:block;
}

.currency_switcher li a.current{
    color: #019c70;
}
