﻿@charset "utf-8";

/*-----------------------------------------------------*/
/*------------------ RESET STYLES ---------------------*/
/*-----------------------------------------------------*/

:link, :visited {
	text-decoration: none;
	}
ul, ol {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
	}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img { border: none; }
address { font-style: normal; }

.clear:after{ content:""; display:block; clear:both; }



body, html { height:100%; }




body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




/*-----------------------------------------------------*/
/*----------------- DIVS DIAGRAMAÇÃO-------------------*/
/*-----------------------------------------------------*/

#container {
	margin: 0px auto;
	width: 420px;
	clear: both;
}
.colunaprod{
	width: 33%;
	float: left;
	margin-top: 10px;
}



.nomecard{
	float: left;
	font-family: Tahoma, Arial;
	font-size: 9px;
	width: 60px;
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
.nomecard2{
	float: left;
	font-family: Tahoma, Arial;
	font-size: 9px;
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	width: 200px;
}
.botcomprar{
	float: left;
	margin-top: 5px;
	margin-left: 4px;
}

#col_detalhe_img{
	width: 200px;
	float: left;

}
#col_detalhe_txt{
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-style: italic; font-weight: bold; text-align: right;
}
#col_detalhe_options{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-style: italic; font-weight: bold; text-align: right;
}




#content-cart{
	margin: 0;
	text-align: center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cart-titulo{
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.table_cart_one{
	background-color: #333333;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid;
	text-align: left;
}
.table_cart_two{
	color: #333;
	padding: 10px 5px;
	text-align: left;
	border-bottom: #CCC 1px solid;
	vertical-align: top;
}
.table_cart_oneone{
	padding: 10px 5px;
	text-align: left;
	font-weight: bold;
	background-color: #EFEFEF;
	border-bottom: #CCC 1px solid;
}
.table_cart_3{
	color: #FFF;
	font-weight: bold;
	padding: 10px 5px;
	text-align: left;
	background-color: #333333;
}
#botao-finalizarcompra{
	margin: 20px 0 0 10px;
	float: right;
}
#botao-continuarcomprando{
	float: left;
	margin: 20px 0;
}




#navegacao-fechapedido {
	margin: 0;
	text-align: center;
	border-bottom: #CCC solid 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#navegacao-fechapedido h1{
	font-size: 12px;
	color: #999999;
	display: inline;
	padding: 5px 15px;
}
#navegacao-fechapedido h2{
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	padding: 5px 15px;
	background-color: #333333;
}




#inicial-id{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 12px;
	background-color: #FFF;
	border: #CCC 1px solid;
}
#inicial-id h2 {
	font-size: 16px;
	color: #CC3300;
	padding: 0 0 10px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#inicial-id form {
	padding: 0px;
	margin: 0;
}



#cadastro-formulario{
	margin: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
#cadastro-formulario fieldset{
	padding: 5px 10px;
	font-weight: bold;
	color: #999;
	font-size: 11px;
}
#cadastro-formulario fieldset td{ border-bottom: 1px dotted #CCC; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cadastro-formulario legend{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
#cadastro-formulario select{
	border: #999 1px solid;
	height: 26px;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#cadastro-formulario input[type="text"]{
	border: #999 1px solid;
	height: 20px;
	padding: 2px;
	background-color: #EAEAEA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cadastro-formulario input[type="text"]:focus, select[type="text"]:focus{
	background-color: #FFEBCC;
	color: #8C3800;
	border: #999 1px solid;
	height: 22px;
	padding: 2px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#divcc{ display: none; }
#divbo{ display: none; }


#idLoading2{
	display: none;
	position: absolute;
	width: 240px;
	height: 100px;
	left: 50%;
	margin-left: -120px;
	padding-top: -50px;
	top: 20%;
	background-color: #FFFFFF;
	z-index: 0;
	border: 1px solid #FF0000;
	border-bottom: 4px solid #990000;
	border-right: 4px solid #990000;
}
#idLoading2 p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 25px 0 0 0;
}



/*-----------------------------------------------------*/
/*----------------- TEXT FORMATTING --------------------*/
/*-----------------------------------------------------*/

.txt_12px_red{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.txt_12px_red a{
	text-decoration: none;
	font-size: 12px;
	color: #CC0000;
}
.txt_12px_red a:hover{
	text-decoration: underline;
}
.txt_16px_red{
	text-decoration: none;
	font-size: 16px;
	color: #CC0000;
	font-weight:bold;
}
.txt_12px_grey{
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.txt_10px_grey{
	text-decoration: none;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
.txt_9px_grey{
	text-decoration: none;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}
.txt_bold{
	font-weight: bold;
}
.txt_alerta_login {
	font-weight: bold;
	color: #F00;
	font-size: 11px;
}
.txt_11px_grey{
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}

/* CSS formulário de cadastro - validação */

#cadastro-formulario label{
	display: block;
	margin-top: 10px;
}

#cadastro-formulario label.error{
	float: none;
	color: red;
	margin: 0 .5em 0 0;
	vertical-align: top;
	font-size: 10px;
}

#cadastro-formulario p{
	clear: both;
}

#cadastro-formulario .submit{
	margin-top: 1em;
}

#cadastro-formulario .em{
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}



















@charset "utf-8";

/*-----------------------------------------------------*/
/*------------------ RESET STYLES ---------------------*/
/*-----------------------------------------------------*/

:link, :visited {
	text-decoration: none;
	}
ul, ol {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
	}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, 
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img { border: none; }
address { font-style: normal; }

.clear:after{ content:""; display:block; clear:both; }



body, html { height:100%; }




body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




/*-----------------------------------------------------*/
/*----------------- DIVS DIAGRAMAÇÃO-------------------*/
/*-----------------------------------------------------*/

#container {
	margin: 0px auto;
	width: 420px;
	clear: both;
}
.colunaprod{
	width: 33%;
	float: left;
	margin-top: 10px;
}



.nomecard{
	float: left;
	font-family: Tahoma, Arial;
	font-size: 9px;
	width: 60px;
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
.nomecard2{
	float: left;
	font-family: Tahoma, Arial;
	font-size: 9px;
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	width: 200px;
}
.botcomprar{
	float: left;
	margin-top: 5px;
	margin-left: 4px;
}

#col_detalhe_img{
	width: 200px;
	float: left;

}
#col_detalhe_txt{
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-style: italic; font-weight: bold; text-align: right;
}
#col_detalhe_options{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-style: italic; font-weight: bold; text-align: right;
}




#content-cart{
	margin: 0;
	text-align: center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cart-titulo{
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.table_cart_one{
	background-color: #333333;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid;
	text-align: left;
}
.table_cart_two{
	color: #333;
	padding: 10px 5px;
	text-align: left;
	border-bottom: #CCC 1px solid;
}
.table_cart_oneone{
	padding: 10px 5px;
	text-align: left;
	font-weight: bold;
	background-color: #EFEFEF;
	border-bottom: #CCC 1px solid;
}
.table_cart_3{
	color: #FFF;
	font-weight: bold;
	padding: 10px 5px;
	text-align: left;
	background-color: #333333;
}
#botao-finalizarcompra{
	margin: 20px 0 0 10px;
	float: right;
}
#botao-continuarcomprando{
	float: left;
	margin: 20px 0;
}




#navegacao-fechapedido {
	margin: 0;
	text-align: center;
	border-bottom: #CCC solid 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#navegacao-fechapedido h1{
	font-size: 12px;
	color: #999999;
	display: inline;
	padding: 5px 15px;
}
#navegacao-fechapedido h2{
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	padding: 5px 15px;
	background-color: #333333;
}




#inicial-id{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 12px;
	background-color: #FFF;
	border: #CCC 1px solid;
}
#inicial-id h2 {
	font-size: 12px;
	color: #333333;
	padding: 0;
	margin: 0;
}
#inicial-id form {
	padding: 0px;
	margin: 0;
}



#cadastro-formulario{
	margin: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
#cadastro-formulario fieldset{
	padding: 5px 10px;
	font-weight: bold;
	color: #999;
	font-size: 11px;
}
#cadastro-formulario fieldset td{ border-bottom: 1px dotted #CCC; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cadastro-formulario legend{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
#cadastro-formulario select{
	border: #999 1px solid;
	height: 26px;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#cadastro-formulario input[type="text"]{
	border: #999 1px solid;
	height: 20px;
	padding: 2px;
	background-color: #EAEAEA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cadastro-formulario input[type="text"]:focus, select[type="text"]:focus{
	background-color: #FFEBCC;
	color: #8C3800;
	border: #999 1px solid;
	height: 22px;
	padding: 2px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#divcc{ display: none; }
#divbo{ display: none; }


#idLoading2{
	display: none;
	position: absolute;
	width: 240px;
	height: 100px;
	left: 50%;
	margin-left: -120px;
	padding-top: -50px;
	top: 20%;
	background-color: #FFFFFF;
	z-index: 0;
	border: 1px solid #FF0000;
	border-bottom: 4px solid #990000;
	border-right: 4px solid #990000;
}
#idLoading2 p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 25px 0 0 0;
}



/*-----------------------------------------------------*/
/*----------------- TEXT FORMATTING --------------------*/
/*-----------------------------------------------------*/

.txt_12px_red{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.txt_12px_red a{
	text-decoration: none;
	font-size: 12px;
	color: #CC0000;
}
.txt_12px_red a:hover{
	text-decoration: underline;
}
.txt_16px_red{
	text-decoration: none;
	font-size: 16px;
	color: #CC0000;
	font-weight:bold;
}
.txt_12px_grey{
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.txt_10px_grey{
	text-decoration: none;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
.txt_9px_grey{
	text-decoration: none;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}
.txt_bold{
	font-weight: bold;
}
.txt_alerta_login {
	font-weight: bold;
	color: #F00;
	font-size: 11px;
}
.txt_11px_grey{
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}

/* CSS formulário de cadastro - validação */

#cadastro-formulario label{
	display: block;
	margin-top: 10px;
}

#cadastro-formulario label.error{
	float: none;
	color: red;
	margin: 0 .5em 0 0;
	vertical-align: top;
	font-size: 10px;
}

#cadastro-formulario p{
	clear: both;
}

#cadastro-formulario .submit{
	margin-top: 1em;
}

#cadastro-formulario .em{
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}
