/****** css combine: 1 total files ******/

/****** css file css/ai_min.css last modified 1654102605 ******/





/*** MODALS & ICON BUTTONS ***/
#modal_visor
{
	background: #000;
	color: #fff;
	display: block;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#modal_visor_main
{
	display: block;
	float: left;
	padding: 1em;
}
#modal_visor_close
{
	display: block;
	float: right;
	padding: 1em;
}
#modal_visor a
{
	color: #ddd;
}

#modal_toaster
{
	background: #000;
	color: #fff;
	display: block;
	left: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
#modal_toaster_main
{
	display: block;
	float: left;
	padding: 1em;
}
#modal_toaster_close
{
	display: block;
	float: right;
	padding: 1em;
}
#modal_toaster a
{
	color: #ddd;
}

#modal_notification_container
{
	position: fixed;
	right: 8px;
	top: 45px;
	z-index: 300;
}
.modal_notification_box
{
	display: none;
	margin: 0 0 8px;
}

.modal_notification_content
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #ccc;
	border-radius: 5px;
	background-color: #eee;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.0, #eee));
	color: #333;
	overflow: hidden;
	padding: 1px;
	width: 250px;
}
.modal_notification_box .success
{
	background-image: -moz-linear-gradient(top, #69e, #46e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #69e), color-stop(1.0, #46e));
	background-color: #46e;
	border-color: #46e;
	color: #fff;
}
.modal_notification_box .warning
{
	background-image: -moz-linear-gradient(top, #ee4, #cc0);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ee4), color-stop(1.0, #cc0));
	background-color: #860;
	border-color: #860;
	color: #800;
}
.modal_notification_box .error
{
	background-image: -moz-linear-gradient(top, #e46, #d13);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e46), color-stop(1.0, #d13));
	background-color: #d13;
	border-color: #d13;
	color: #fff;
}
.modal_notification_box .info
{
	background-image: -moz-linear-gradient(top, #cce, #99c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #cce), color-stop(1.0, #99c));
	background-color: #35a;
	border-color: #35a;
	color: #fff;
}
.modal_notification_title
{
	font-size: 12px;
	font-weight: 700;
	float: left;
	margin: 8px 8px 0;
	width: 200px;
}
.modal_notification_box .info .modal_notification_title
{
	color: #0054a6;
}
.modal_notification_close
{
	float: right;
	width: 20px;
}
.modal_notification_close a
{
	background: transparent url("images/inline-close.png") scroll no-repeat 0 0;
	display: block;
	height: 16px;
	width: 16px;
}
.modal_notification_close a:hover
{
	background-position: 0 -20px;
}
.modal_notification_close a span
{
	display: none;
	visibility: hidden;
}

.modal_notification_message
{
	float: left;
	font-size: 11px;
	margin: 8px;
	width: 200px;
}

.icon_button
{
	color: #555;
	cursor: pointer;
	display: block;
	font-family: "Ubuntu Condensed", "Ubuntu", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 25px;
	margin: 0 3px 14px 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
.icon_button:hover
{
	background-image: -moz-linear-gradient(top, #ffc, #eeb);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffc), color-stop(1.0, #eeb));
	background-color: #ffc;
	color: #555;
	text-decoration: none;
}
.icon_button img
{
	border: 0;
	float: left;
	height: 32px;
	vertical-align: middle;
	width: 32px;
}
.icon_button img.right_icon
{
	float: right;
}
.icon_button span
{
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0 10px;
	vertical-align: middle;
}
sup.badge
{
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	background: #d13;
	border: 2px solid #fff;
	background-image: -moz-linear-gradient(top, #f88, #d13);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f88), color-stop(1.0, #d13));
	background-color: #d13;
	border-radius: 1000px;
	box-shadow: 2px 2px 5px #000;
	color: #fff;
	display: block;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin: -5px 0 0 -5px;
	line-height: 11px;
	padding: 5px 3px;
	position: absolute;
	z-index: 1000;
}
.icon_button_disabled, .icon_button_disabled:hover
{
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	background-image: -moz-linear-gradient(top, #eee, #eee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eee), color-stop(1.0, #eee));
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px #ccc;
	color: #888;
	cursor: default;
}

/*** eCOMMERCE ***/
span.payment-icon {
	display: block;
	background-repeat: no-repeat;
	float: left;
	margin: 0 7px;
	height: 32px;
	width: 65px;
}
span.payment-icon span {
	display: none;
	visibility: hidden;
}
img.payment-icon {
	background-repeat: no-repeat;
	border: 0;
	height: 32px;
	width: 65px;
}
#cardTypeDisplay img.amex, #cardTypeDisplay img.american-express, #cardTypeDisplay img.americanexpress, #cardTypeDisplay img.amx {
	background-image: url('images/payment/american-express-curved-32px.png');
}
#cardTypeDisplay img.discover, #cardTypeDisplay img.disc {
	background-image: url('images/payment/discover-curved-32px.png');
}
#cardTypeDisplay img.mastercard, #cardTypeDisplay img.master-card, #cardTypeDisplay img.mast {
	background-image: url('images/payment/mastercard-curved-32px.png');
}
#cardTypeDisplay img.visa {
	background-image: url('images/payment/visa-curved-32px.png');
}
#cardTypeDisplay img.stripe {
	background-image: url('images/payment/stripe.png');
	background-size: contain;
}
#cardTypeDisplay img.offsite_cash {
	background-image: url('images/payment/cash-curved-32px.png');
}
#cardTypeDisplay img.offsite_ach {
	background-image: url('images/payment/offsitebank-curved-32px.png');
}
#cardTypeDisplay img.bank {
	background-image: url('images/payment/bank-curved-32px.png');
}
#cardTypeDisplay img.wallet {
	background-image: url('images/payment/wallet-curved-32px.png');
}
#cardTypeDisplay img.ebay {
	background-image: url('images/payment/ebay-curved-32px.png');
}
#cardTypeDisplay img.google-checkout, #cardTypeDisplay img.googlecheckout {
	background-image: url('images/payment/google-checkout-curved-32px.png');
}
#cardTypeDisplay img.paypal, #cardTypeDisplay img.paypal_ipn {
	background-image: url('images/payment/paypal-curved-32px.png');
}
#cardTypeDisplay img.ecash {
	background-image: url('images/payment/ecash-curved-32px.png');
}
#cardTypeDisplay img.mybanknow {
	background-image: url('images/payment/mybanknow-curved-32px.png');
}
#cardTypeDisplay img.cash {
	background-image: url('images/payment/cod-curved-32px.gif');
}
#cardTypeDisplay img.jcb {
	background-image: url('images/payment/jcb-curved-32px.png');
}

#cardTypeDisplay img.stp {
	background-image: url('https://solidtrustpay.com/assets/stp_logo.gif');
	background-size: cover;
}


/****** end css file css/ai_min.css ******/
