.textocart {
	  color: #0C95D4;
	  font-size: medium;
}

.texto-opcao-dominio {
	  color: #0C95D4;
	  font-size: medium;
	  cursor:pointer;
}

.textodominioselecionado {
	  color: #DA9951;
	  font-size: medium;
	  cursor:pointer;
}

.textodescricao {
		font-size: small;
}

.escondetextogatewaypgto {
		font-size: small;
		display: none; /* desativada a exibição */
}

.desativado { display: none; }

.cartProduct { font-size: medium; display: block; float: left; margin-top: 20px; padding: 15px; background: #F8F8F8; }
.cartProduct1 { width: 25%; }
.cartProduct2 { width: 68%; border-left: 3px solid #fff; }
.clear { clear: both; }

/* importado do style.css do orderform "web20cart", para layout do pagamento múltiplo de faturas - início */
table.data{margin:10px 0;padding:0;}
table.data tr td{background-color:#FFF;border-bottom:1px solid #EBEBEB;color:#666;padding:10px;text-align:center;}
table.data tr:hover td{background-color:#EFF5FF;}
tr.carttablesummary td{background-color:#F5F5F5 !important;color:#333;font-size:12px;font-weight:700;height:20px;}
tr.carttablepromotion td{background-color:#FFFFDA !important;color:#333;font-size:12px;font-weight:700;height:20px;}
tr.carttabledue td{background-color:#E7FFDA !important;color:#333;font-size:12px;font-weight:700;height:20px;}
tr.carttablerecurring td{background-color:#FFE1E1 !important;color:#333;font-size:12px;font-weight:700;height:20px;}
/* importado do style.css do orderform "web20cart" - para layout do pagamento múltiplo de faturas - fim */

/* adicionados daqui para cima e personalizados abaixo */

div.seperatorbar {
	margin:20px 0 10px;
  	padding:8px;
    background: #FDF4CE;
    color: #E67768;
    font-weight: bold;
    font-size: 14px;
    border-top: 3px solid #F3C67D;
}

.ordersummary {
    font-size: 16px;
    text-align: center;
    color: #E67768;
}