
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*	                       STORE	                 	  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* cores

fundo   #f5dd72
verde escuro: #004f1e;
Olive - dark yellow: #c0b400;
*/

/*BODY { background: #222 url('../img/store/bg_page.jpg') top center no-repeat; }*/
/*.logo_network A { background: url('../img/store/banner_logo.png') no-repeat; }*/
	
	
	/* DETALHE #1 */
	.postproduto {
		width: 100%; float: left;
	}
		.produto_gal1 {
			width: 40%; float: left; clear: both;
			padding: 10px 0 20px;
		}
		.postproduto H5 {
			margin-bottom: 4px;
			font-size: 18px;
			/*color: #bf0a0a;*/
		}
			.postproduto H5.complete, .postproduto H5.complete {
				color: #2ebf0b;
			}
			.postproduto H5.incomplete {
				color: #FF0000;
			}
			
			.produto_gal1left {
				/*width: 380px; height: 30px; float: left;*/
				/*background: green;*/
			}
			.produto_gal1right {
				width: 90%; float: left; margin-bottom: 10px;
                text-align: center;
				/*background: blue;*/
			}
			.produto_gal1 IMG.thumbs {
				text-align: center;
				/*margin: 4px;  float: left;*/
				cursor:pointer;
				/*border: 1px solid #333;*/
			}
				
	/* DETALHE #2 */
		.produto_box1 {
			width: 60%; float: left;
		}
			
			.produto_box1 P {
				color: #333; margin-bottom: 4px;
			}
			
				.produto_box1 P.destak {
					margin: 0 0 20px;
                    font-weight: bold;
					color: #2ebf0b;
				}
				
			.produto_box1 H6 {
				color: #004f1e;
				margin: 10px 0 8px 0;
			}
	
	


	/* CARRINHO */
		TABLE.tcart {
			width: 100%; float: left;
			padding: 20px 0;
		}
			TABLE.tcart CAPTION {
				font-size: 15px;
				color: #e67817;
				margin-top: 8px;
			}
			TABLE.tcart TH {
				padding: 8px;
			}
			TABLE.tcart TD {
				padding: 6px;
			}
				TABLE.tcart TD.item {
					border-bottom: solid 1px #BBB;
				}
			FORM.fcart INPUT.ecom_refresh {
				width: 100px; height: 100px;
				float: left;
				margin-right: 20px;
				background: url(../img/store/refresh.png) no-repeat;
				border: none;
				cursor:pointer;
			}
			FORM.fcart IMG {
				float: left;
			}
			FORM.fcart .ecom_quant{
				border: 1px solid #333;
				text-align: center;	
			}
	
	/* CARRINHO END */
		.checkout_table TABLE {
			/*width: 630px;*/
			width: 100%;
			padding: 20px 0;
			margin: 0px auto;
			border-bottom: solid 1px #BBB;
		}
			.checkout_table TABLE CAPTION {
				font-size: 15px;
				color: #df2317;
				margin-top: 8px;
			}
			.checkout_table TABLE TH {
				padding: 8px;
			}
			.checkout_table TABLE TD {
				padding: 6px;
			}
				.checkout_table TABLE TD.item {
					border-bottom: solid 1px #2ebf0b;
				}

		.cart-items {
			background: #DDD;
		}
			/*.cart-items TD {
				border-bottom: solid 1px #BBB;
			}*/
	
		/* confirm btns */
			.ecom_confirmBtn {
				width: 180px; height: 150px;
				float: right;
				margin: 10px 0 10px 15px;
				padding: 5px 5px 0 5px;
				text-align: center;
				/*border: 1px solid #BBB;
				background: #CCC;*/
			}
				.ecom_confirmBtn a {
					/*color: #2ebf0b;*/
				}
		/* result msgs */
			.ecom_results {
				width: 100%;
				float: left;
				margin: 8px 0;
				/*padding: 10px 8px 10px 8px;*/
				/*background: #1D1D1D;
				background: url("../img/main_isquad/boxes_fundo.png") repeat-x;*/
			}
				.ecom_results h4 {
					/*color: #2ebf0b;*/
					font-size: 18px;
					font-weight: bold;
				}
				.ecom_results h6 {
					font-size: 16px;
					margin-bottom: 5px;
				}
				.ecom_results UL { margin: 5px 0 5px 15px; padding: 0; }
					.ecom_results UL LI {
						font-size: 12px;
						list-style-type: square;
						padding: 5px 0px;
						line-height: 16px;
					}


P.price { color: #2ebf0b; font-size: 12px; font-weight: bold; text-align: center; }


FORM.store_addform { float: left; width: 100%;}
FORM.store_addform LABEL { width: auto; margin-right: 10px; color: #000; }
FORM.store_addform INPUT.buy {
    width:80%; float: left; margin: 30px 0 0 0;
    padding: 8px 0;
    text-transform: uppercase;
    color: #FFFFFF; font-weight: bold; letter-spacing: 2px;
    background: #004f1e;
    cursor: pointer;
}
    FORM.store_addform INPUT.buy:hover { color: #1f9fba; background: #FFFFFF; }