.amzncart_priceline {
	margin-top: 8px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: right;
	background-color: #FAFAFA;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #000;
	padding: 2px;
	font-size: 13px;
	padding-right: 10px;
}

.amzncart_priceline_total {
	font-weight: bold;
	color: #444;
}

.amzncart_priceline_totalamount {
	font-weight: bold;
	color: #00AA00;
}

.amzncart_price_disclaimer {
	color: #444;
	font-size: 9px;
	text-align: center;
}


.amzncart_buttons {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.amzncart_buttons a {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0 8px;
}


.amzncart_table {
	color: #000;
	width: 100%;
}

.amzncart_table_toptr td {
	text-align: left;
	background-color: #FAFAFA;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #444;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

.amzncart_table_contenttr td {
	font-weight: normal;
	padding: 4px 8px 0 0;
	color: #000;
}

.amzncart_table_links_top {
	width: 130px;
	color: #000;
}

.amzncart_table_qty_top {
	width: 70px;
	padding-left: 8px;
	color: #000;
}

.amzncart_table_item_top {
	color: #000;
}

.amzncart_table_price_top {
	width: 100px;
	color: #000;
}

.amzncart_table_subtotal_top {
	width: 100px;
	padding-right: 8px;
	color: #000;
}


.amzncart_table_links {
	font-size: 9px;
	color: #000;
}


.amzncart_table_qty {
	padding-left: 8px;
	text-align: left;
	color: #000;
}

.amzncart_table_item {
	color: #000;
}

.amzncart_table_price {
	color: #AA0000 !important;
}

.amzncart_table_subtotal {
	font-weight: bold;
	padding-right: 8px;
	color: #000;
}


.amzncart_table_qty input {
	font-weight: normal;
	width: 30px;
	margin-left: 12px;
	font-size: 10px;
	text-align: center;
	color: #000;
}


#amzncart_widget_viewcart {
	width: 120px;
	margin-top: 4px;
	color: #000;
	margin-bottom: 2px;
}

#amzncart_widget_checkout {
	color: #000;
	width: 120px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* fix z-index */
.ui-front {
	z-index: 9999 !important;
}