@charset "utf-8";
/* Base Theme - EC Cart Third Party CSS Document */
.ec_cart_third_party_holder{
	width:100%; float:left; text-align:center; font-family:[content_font]; color:[text_color];
}
.ec_cart_third_party_holder img{
	margin: 0 auto;
}
.ec_cart_third_party_holder input[type="submit"]{
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	text-indent: 0;
	text-decoration: none!important;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-family: [content_font]!important;
	font-size:11px;
	font-weight:bold;
	outline: 0;
	background-color:[main_color];
	border:solid 1px #cccccc !important;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	border:none;
	margin-top:10px;
	padding: 8px 14px;
}
.ec_cart_third_party_holder input[type="submit"]:hover {
	cursor: pointer;
	color:[main_color];
	background-color: #f7f7f7;
}

/* END EC CART PAYPAL SUBMIT STYLE*/