.erro {
	color:#F00;	
}
form {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

input,textarea,select {
	font-family: 'droid sans', 'sans serif';
	color: #000000;
	font-size:1em;
	vertical-align:middle;
	padding:2px;
}
/* MAIN FORM */
.rounded input, .rounded select, .rounded textarea {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(border-radius.htc);*/
	zoom:1;	
}
.butonize, a.butonize {
	background-color:#4661ba;
	border:0;
	color:#ffffff !important;
	padding:.3em 3em;
	font-size:1.5em;
	font-family: 'droid serif';
	-webkit-appearance: none;
	white-space:nowrap;
}

.butonize.print {
	margin:20px 0px 0px 150px;	
    font-size: 1.4em;
    padding: 0.8em;
	height:auto;
	border:0px;
	-webkit-appearance: none;
	
}
.buttonIcon {
	border:0;
	background-color:transparent;
	padding:0;
	margin:0;
	cursor:pointer;
}
.butonize.print {
	float:right;	
}
form a {
	cursor:pointer;
}

form fieldset {
  font-size: 100%;
  border:0px;
  padding: 0px;
  margin: 0px;
}
form .checkboxes {
	margin-left:160px;	
}
form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

form div {
  clear: left;
  display: block;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form.secForm div.submit, fieldset.secForm div.submit {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 3px;
}

form div.languages {
	clear: left;
	display: block;
	width: 100%;
	zoom: 1;
	margin: 5px 0 20px 0;
	padding: 1px 3px;
}
form div.languages img.on {
	border:1px solid #006;
	padding:1px;
}
form div div{
  clear: none;
  display:inherit;
  width: auto;
  margin: 0px;
  padding: 0px;
}

form div label {
  display: block;
  float: left;
  width: 115px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: left;
}

form div small {
  display: block;
  margin: 0 0 5px 158px;
  padding: 1px 3px;
  font-size: 10px;
  zoom: 1;
  color:#F00;
}


form div iframe {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 158px;
  padding: 0 5px 5px 5px;
  width: 500px;
  height:162px;
  overflow:hidden;
  padding:0px;
  text-align:left;
  border:0px;
}
/* FIX FOR CKEDITOR IN FIREFOX */
.cke_contents iframe {
	overflow:auto;	
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

.formCart {
	border-spacing:0;
	border-collapse:collapse;
}
.formCart .button {
	font-size:1em;	
	background-color:#999;
	cursor:pointer;
}

.formCart .underline {
	border-bottom:3px solid #999;	
}
.formCart .cart_line {
	border-bottom:1px solid #CCC;
	padding:.7em 0;
}
.formCart .cart_line:hover {
	background-color:#f8fafb;
}
.cartNames {
	font-size:1em;	
}
.checkout .cartNames {
	font-size:1.2em;	
}
.checkout .cartPrices .partial {
	float:right;
	margin-right:.5em;
	margin-top:-.8em;
}
.cartPrices small {
	margin-left:.5em;
	font-size:.6em;
	color:#333;
	display:inline-block;
}
.cartPrices {
	font-size:1.2em;
	margin:1em 0 0 0;
	display:block;
}
.cartNames .code{
	font-size:.7em;
	margin-left:1em;
}
.cartPrices .code {
	margin-left:1em;
	color:#999;
}
.formCart .image {
	width:17%;
	display:inline-block;
	vertical-align: middle;
	padding-bottom:17%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.cart .formCart .image {
	width:10%;
	padding-bottom:10%;
}
.cart .formCart .description {
	width:85%;
}
.formCart .image .mask{
	display:block;
	width:100%;
	padding-bottom:100%;
	background-image:url("../images/prod_mask.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:absolute;
}


.formCart  .description {
	display:inline-block;
	vertical-align:middle;
	margin-left:2%;
	font-size:1.3em;
	width:73%;
}
.formCart  .remove {
	width:2%;
	display:inline-block;
	vertical-align:middle;
	font-size:2em;
}
.formCart .quant {
	border:1px solid #CCC;
	width:50px;
	text-align:center;
	margin:0 .5em 0 2em;
}
.formCart div.quant {
	display:inline-block;
	padding:0 1em;
	white-space:nowrap;
	border:0;
}
.formCart .cartPrices .sep {
	display:none;	
}
.cart_options {
	text-align:right;
	margin-top:2em;
}
.cart_options .filter, .cart_options .totals {
	width:60%;	
	display:inline-block;
	vertical-align:top;
}
.cart_options .filter {
	padding-left:10px;
	float:left;
	text-align:left;
	font-size:1.7em;
}
.cart_options .totals {
	text-align:right;
	width:275px;
	font-size:1.5em;
	white-space:nowrap;
}
.overlay .cart_options .totals {
	width:50%;
}
.cart_options .functions {
	text-align:right;
}
.cart_options .functions .button {
	color:#fff;
	display:inline-block;
	box-sizing:border-box;
	margin:0 1%;
	text-align:center;
	height:auto;
	padding-top:.4em;
	padding-bottom:.4em;
}
.cart_options .totals dl {
	display:block;
	white-space:normal;
}
.cart_options .totals dt, .cart_options .totals dd {
	display:inline-block;
	width:50%;
	margin:.5em 0;
}
.cart_options .totals dd {
	text-align:right;
	margin:0;
}
.cart_options .totals dt {
	text-align:left;
	margin:0;
	white-space:nowrap;
}
.cart_options .totals .t_tot {
	font-weight:bold;
}
.overlay .cart_options .totals .t_tot {
	font-weight:normal;
}
.cart_options .totals small {
	display:inline-block;
	color:#333;
	margin:0 0 0 .5em;
	padding:0;
	font-size:1em;
	vertical-align:top;
}
.cart_options .totals dl {
	text-align:left;
	margin-top:0;
}
.cart_options, .cartNav .butonize{
	margin-right:3em;
}

.formCart  .update {
	white-space:nowrap;	
}
form.cartNav {
	padding-right:3em;
}
.cartNav .button {
	font-size:1.4em;
	padding:.8em;
}
.cartNav .rightCell {
	text-align:right;
	width:275px;
}
.cartNav .previous {
	background-color:#999;	
}
.cartNav .next {
	background-color:#a7d143;
	color:#FFF;
}
.cartNav .butonize {
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	padding:.3em 1em;
}

.formBuy {
	margin:1em 0 0 0;
}
.formBuy fieldset{
	display:inline;
	
}
.formBuy input {
	font-size:1.5em;
	padding:.3em;
}
.formBuy fieldset input {
	width:3em;
	text-align:right;
}
.formBuy .submit{
	margin-left:2em;
	padding: .3em 1em;
	
}
.formBuyError {
	display:block;
	color:#ff0000;
}
.filter .formBuyError {
	font-size:.7em;
}
.formBuyError label {
	float:none;
	width:auto;
}
.button {
	height:1.5em;
	background-color:#8ca4b8;
	color:#FFF;
	white-space:nowrap;
	padding:.2em 1em;
	font-size:0.8em;
	line-height:0.8em;
	cursor:pointer;
}

.button span {
	width:1em;
	height:1em;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0.4em;
	background-position:center;
	background-repeat:no-repeat;
	margin-right:.5em;
}



.steps2 {
	font-size:2.2em;
	text-align:left;
	padding:0;
	background:#ccc;
	white-space:nowrap;
	box-sizing:border-box;
	
}
.steps2 li {
	position: relative;
	background: #CCC;
	border-right: 4px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	height:60px;
	padding:.7em .5em .7em 1.5em;
	
	box-sizing:border-box;
}
.steps2 li:first-child {
	padding-left:.5em;
}
.steps2 li:after, .steps2 li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index:1;
}

.steps2 li:after {
	border-color: rgba(215, 240, 176, 0);
	border-left-color: #ccc;
	border-width: 30px;
	margin-top: -30px;
	margin-left:-1px;
}
.steps2 li:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 36px;
	margin-top: -36px;
}
.steps2 li:last-child:before, .steps2 li:last-child:after {
	display:none;
}
.steps2 li:last-child {
	border-right:0;
}
.steps2 li.selected:last-child:after{
	display:none;
}
.steps2 li.selected:last-child {
	border:0;
	width:10.4em;
}

.steps2 li.selected {
	color:#ffffff;
	font-weight:400;
	background:#344FA6;
}
.steps2 li.selected:after {
	border-left-color:#344FA6;
}

form .section label{
	color:#333;
	font-weight:normal;
	padding-left:0;
	width:auto;
}
.checkout .info .mainform, .checkout .info .purchase, .panel .info .mainform{
	margin-left:6em;	
}
.checkout .info .purchase div.normal input, .checkout .info .purchase  div.normal textarea,  .panel .info div.normal textarea,  .panel .info div.normal input  {
	width:450px;
}
.checkout .info .purchase div.normal #b_postal_code_1, .checkout .info .purchase div.normal #d_postal_code_1 {
	width:75px;
}
.checkout .info .purchase div.normal #b_city, .checkout .info .purchase div.normal #d_city {
	width:290px;
}
.checkout .info .purchase  div.normal .checkbox {
	width:auto;
	height:auto;
}
.checkout .cart {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5px;
}

.checkout .info .submit {
	text-align:right;
	margin-top:2em;
}
.checkout .info .submit .back{
	float:left;
	background-color:#999;
	margin-left:0;
}
form div label.sameline {
	display:inline;
	width:auto;
	margin:0 .2em 0 0.7em;
	float:none;
	padding:5px;
}
form div label, form div label.normal {
  display: block;
  float:left;
  width: 150px;
  padding: 5px 5px;
  margin: 0 0 5px 0;
  text-align: left;
  color:#344FA6;
  font-weight:bold;
}
form div.normal div.static {
	width:300px !important;
	display:inline-block;
}
.info form div.normal div.static {
	width:350px !important;
	display:inline-block;
	white-space:normal
}
form div.inverted {
	color:#0a91a3;	
}
form div label.error {
	clear:both;
	zoom: 1;
	width:auto;
	color:#F00;
	float:none;
	margin:0px 0px 0px 157px;
	padding:0px 3px;
	font-weight:normal;
}
.recover form div label.error {
	margin:0;
}
.product .detail form div.formBuyError {
	padding:0;
}
.product .detail form div label.error  {
	margin-left:0;
	padding:0;
}

.payment_method,
.purchase_method{
	display:inline-block;
	width:150px;
	text-align:center;
	margin:0 1em 0 0;
	border:1px solid #c0c0c0;
	padding:1em;
	box-sizing:border-box;
	vertical-align:top;
	border-radius:.5em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	color:rgba(52,79,166,1);
}
.purchase_method {
	height:8em;
}
.payment_method.selected,
.purchase_method.selected{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#344fa6+0,357ea5+100 */
	background: rgb(52,79,166); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(52,79,166,1) 0%, rgba(53,126,165,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,79,166,1)), color-stop(100%,rgba(53,126,165,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(52,79,166,1) 0%,rgba(53,126,165,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(52,79,166,1) 0%,rgba(53,126,165,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(52,79,166,1) 0%,rgba(53,126,165,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(52,79,166,1) 0%,rgba(53,126,165,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344fa6', endColorstr='#357ea5',GradientType=0 ); /* IE6-9 */
	
	color:#FFF;
}
.payment_method .spacer,
.purchase_method .spacer{
	height:4em;
	display:inline-block;
	vertical-align:middle;
}
.payment_method.x3 i{
	font-size:2em;
}
.payment_method i {
	font-size:4em;
	vertical-align:middle;
}
.payment_method span,
.purchase_method span{
	display:block;
	height:2em;
	font-size:1.2em;
	margin-top:1em;
}


form.contact div.normal input, form.contact textArea {
	width:480px;
}
form.contact #recaptcha_widget{
	display:inline-block;
	width:480px;
}
form.contact #recaptcha_widget label.error {
	margin-left:0;
}
form.contact .submit {
	text-align:right;
	margin-top:2em;

}
form.newsletter {
	width:400px;
}
form.newsletter .normal input {
	width:100%;
	box-sizing:border-box;
}
form.newsletter .submit {
	margin:2em 0 1em 0;
	text-align:right;
}

form.newsletter label.error {
	color:#F00;
	font-size:.9em;
	margin: .5em 0;
}

.b2bsearch input {
	width:100%;
	display:block;
	padding:.5em .5em .5em 1.3em;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #d0d0d0;
	border-left:0;
	border-right:0;
	background-image:url('/images/lupa.png');
	background-position:left center;
	background-repeat:no-repeat;
}
.panel .info .b2bsearch form {
	width:100%;
}

form input.checkbox {
	width:auto !important;	
	margin:2px;
}

.comform input, .comform textarea, .comform select, .comform .normal label {
	font-size:15px;
}
.comform div.normal input, .comform div.normal textarea, .comform div.normal select {
	padding:.3em .2em;
	box-sizing:border-box;
}


.btn {
	margin:0;
	padding:.3em .5em;
	display:inline-block;
	border:0;
	border-radius:.2em;
	text-align:center;
	background-color:transparent;
	font-size:1.5em;
}
.btn.warning {
	background-color:#9b0000;
	color:white;
}

.btn.info {
	background-color:#a7d143;
	color:white !important;
}
a.btn.info {
	color:white;
}
#registerForm a {
	color:blue;
}
.purchase a,
.purchase a:visited,
.purchase a:link{
	text-decoration:underline;
}

.purchase .inlinecb {
	display:inline-block;
	vertical-align:top;
	max-width:460px;
	
}