@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin-ext');

div.checkout-nav {
	background-color: #E1F3C9;
	border-radius: 6px;
	color: #49B54E;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	padding: 18px 0 2px 15px;
	margin: 9px 0;
	text-transform: uppercase;
}
div.checkout-nav div {
	float: left;
	line-height: 2;
}
div.checkout-nav div.active {
	color: #333333;
}
div.checkout-nav div.sep {
	color: #AAAAAA;
	font-size: 24px;
	line-height: 1.2;
	padding: 0 10px;
}

div.cart-total{
	text-align:right;
	color:green;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
div.checkout-top-buttons {
	float:right;
	margin-bottom:10px;
}
ul.invalid-product-list {
	margin-top:6px;
}
ul.invalid-product-list li {
	list-style-type:square;
}
table.no-bordered-checkout-table td {
	background:none;
}
table.no-bordered-checkout-table td.first-cell {
	width:200px;
}
input.checkout-send-button {
	border:0;
	margin:0;
	padding:0;
	background:url(images/checkout_send_button.png);
	width:258px;
	height:34px;
	cursor:pointer;
}
div.loading-delivery, div.loading-invoice {
	width:20px;
	height:20px;
	background:url(../ajax_loading.gif) no-repeat 2px center transparent !important;
	float:right;
	display:none;
}
div.christmas-banner {
	clear:left;
	margin-bottom:10px;
}
#success_checkout_after_info div.chekout_page_share {
	margin-bottom:10px;
}
#bidform div.christmas-banner {
	margin-top:10px;
}

.cart-free-shipping-balloon{
	width:480px; 
	float:right;
	margin: 10px;
}

table.cart-notify-top{
	width: 100%;
	text-align: right;
}

table.cart-notify-top .left{
	width: 90%;
}
table.cart-notify-top .left div{
	text-align: left;
}

table.cart-notify-top .right{
	width: 10%;
}
td.foxpost_open_row, td.webox_open_row {
	text-align:left;
}
td.foxpost_open_row_item, td.webox_open_row_item {
	border:0 !important;
	padding:0 !important;
	padding-right:2px !important;
	font-size:11px !important;
	line-height:normal !important;
	text-align:left !important;
}
td.foxpost_findme_data, td.webox_findme_data {
	vertical-align:middle !important;
}
table.foxpost-cart-table, table.webox-cart-table {
	width:540px!important;
}
td.foxpost-findme-cell, td.webox-findme-cell {
	white-space:normal !important;
	width:518px!important;
}
td.foxpost-radio-container, td.webox-radio-container {
	width:22px !important;
}
span.foxpost-terminal-name, span.webox-terminal-name {
	font-weight: bold;
	font-size: 14px;
}
table.foxpost-cart-table tr td div.foxpost-terminal-label-conatiner,
table.webox-cart-table tr td div.webox-terminal-label-conatiner {
	float: left;
	margin-left: 5px;
	max-width: 88%;
}
th.uam-col-otheraction {
	width:100px;
}
td.webox_description_data {
	border-right: 2px solid #ffffff;
	text-align:left !important;
}
th.webox_description_data_title {
	border-right: 2px solid #ffffff !important;
}
table.webox-cart-table th {
	text-align:center !important;
}
#recalculate_button, #clearmycart, #continueBuying {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	-moz-user-select: none;
	background-image: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	padding: 5px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin: 0 10px;
}
#recalculate_button:hover, #clearmycart:hover, #continueBuying:hover {
	background-color: #e6e6e6;
	border-color:#adadad;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#recalculate_button, #clearmycart, #continueBuying {
		padding: 6px 12px;
	}
}
.simple-hr-margin {
	margin-bottom:10px !important;
}
.checkout-more-product-hint {
	text-align:left;
}
.delivery-skip-info {
	color:#808080;
	font-size:12px;
	font-weight:normal;
}
