.thankyoupage {

}

.es_cart_title {
   font-size: 32px;
   background: url(../images/site/cart.png) no-repeat left center;
   height: 64px;
   padding-left: 74px;
   padding-top: 32px;
}

.es_cart_empty {
   font-size: 24px;
}


.es_cart_bottom {
   float: right;
   width: 200px;
}

.es_checkout {
   margin-right: 10px;
}

.es_addtocart {
}

.es_continueshopping{
 	width: auto;
	height: 36px;
}



.es_btn{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) ) !important;
	background: -moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% ) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf') !important;
	background-color: #63b8ee !important;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #3866a3 !important;
	display: inline-block;
	color: #ffffff !important;
	font-family: Arial !important;
	font-size: 15px !important;
	font-weight: bold !important;
	font-style: normal;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 150px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #7cacde;
}
.es_btn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) ) !important; 
	background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% ) !important; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee') !important; 
	background-color: #63b8ee !important;
	text-indent: 0;
	border: 1px solid #3866a3;
	display: inline-block;
	color: #ffffff !important;
	font-family: Arial !important;
	font-size: 15px !important;
	font-weight: bold !important;
	font-style: normal;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 150px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #7cacde;	
}

.es_btn_cart {
    background: url(../images/site/es_btn_cart.png) no-repeat 5px center; 
	padding-left: 35px;
}

.es_table {
	margin-bottom: 18px;
}


.es_table th,
.es_table td {
	padding: 8px;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.es_table th {
	font-weight: bold;
}

.es_cart_fixed {
    clear: both;
    background: #468ccf;
    height: 20px;
	font-size: 12px;
	color: #fff;
    right: 2px;
    bottom: 2px;
    position: fixed;
    z-index: 100;
	padding: 5px;
    border: solid #63b8ee 1px;
}

.es_cart_fixed_icon {
	background: url(../images/site/es_btn_cart_small.png) no-repeat 5px center; 
	padding-left: 30px;
}
#es_cart_items_count {
    font-weight: bold;
	color: #fff;
}