#tabela_carrinho {
	width: 600px;
	border-radius: 10px;
	border: none;
}
#tabela_carrinho thead tr {
	border: none;
    border-bottom: 2px dashed #55423D;
    color: #55423D;
    font-family: Gabriela;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
}

tr.subtotal {
	border: none;
    border-top: 2px dashed #55423D;
    color: #55423D;
    font-family: Gabriela;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

#tabela_carrinho tr th {
	font-weight: normal;
	padding: 3px;
	padding-bottom: 12px;
}
#tabela_carrinho tr th.col1 { 
	width: 40px;
	text-align: left;
}
#tabela_carrinho tr th.col2 { 
	width: auto;
}
#tabela_carrinho tr th.col3 { 
	width: 70px;
}
#tabela_carrinho tr th.col4 { 
	width: 100px;
}
#tabela_carrinho tr th.col5 { 
	width: 100px;
}
#tabela_carrinho tr th.col6 { 
	width: 30px;
}
#tabela_carrinho tr td { 
	padding: 4px;
	border: none;
	border-bottom: 1px dotted #333;
	vertical-align: middle;
	font-family: Gabriela;
    font-size: 14px;
}
#tabela_carrinho tr td.col1 { 
	text-align: left;
}
#tabela_carrinho tr td.col2 { 
	text-align: left;
}
#tabela_carrinho tr td.col3 { 
	text-align: center;
}
#tabela_carrinho tr td.col4 { 
	text-align: center;
}
#tabela_carrinho tr td.col5 { 
	text-align: center;
}
#tabela_carrinho tr td.col6 { 
	text-align: center;
}
input.quantidade:hover {
	background: #C39F6F;
}
input.quantidade {
	padding: 3px;
	border: 0px;;
	background: none;
	margin-left: 0px !important;
	width: 30px !important;
	background: #C39F6F !important;
	border-radius: 5px;
	text-align: center;
}





#prod {

}
#prod #miniaturas {

}
#prod #miniaturas #all{
	overflow: hidden;
	height: 360px;
}
#prod #fotogrande {
	position: relative;
}
#prod #fotogrande  .foto {
	border-radius: 15px;
	height: 300px;
	left: 21px;
	position: absolute;
	top: 21px;
	width: 420px;

}
#prod #fotogrande  .moldura {

}
#prod #detalhes {

}
#prod #detalhes .nome {
	background: url('../../img/layout/faixa-maior.png') no-repeat;
	color: #FFF;
	width: 308px;
	height: 44px;
	color: #e8d9c5;
	font-family: 'Gabriela', serif !important;
	font-size: 13px;
	margin-left: -20px;
	margin-top: 25px;
	padding-top: 11px;
	text-indent: -10px;
	text-align: center;
}
#prod #detalhes .nome .sombra {
	box-shadow: 0 3px 5px #444444;
    height: 1px;
    position: relative;
    top: 11px;
}
#prod #detalhes .codigo {

}
#prod #detalhes .preco-peso {
	background: url('../../img/layout/faixa-e-circulo.png') no-repeat;
	color: #FFF;
	width: 308px;
	height: 61px;
	color: #e8d9c5;
	font-family: 'Gabriela', serif !important;
	margin-left: -20px;
	margin-top: 25px;
}
#prod #detalhes .preco-peso .preco {
	display: inline-block;
    font-size: 16px;
    padding-top: 19px;
    text-align: center;
    width: 155px;
}
#prod #detalhes .preco-peso .sombra {
	box-shadow: 0 3px 5px #444444;
    height: 1px;
    position: relative;
    top: 7px;
    width: 162px;
}
#prod #detalhes .preco-peso .peso {
	color: #333333;
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
    text-align: center;
    width: 54px;
}
#prod .abas {
	background: url('../../img/layout/fundo-descricao.png') repeat;
	border-radius: 0px 0px 15px 15px;
	border-radius: 15px;
    padding: 25px;
	box-shadow: 5px 5px 5px #777777;
	/* margin-top: 27px; */
}

hr {
	border-bottom: none !important;
    border-left: none !important;
    border-top: 2px dotted #999999 !important;
    height: 1px !important;
    margin: 20px 0 ;
}

table {
	max-width: inherit;
	font-size: 10px;
	border: 1px solid #333;
}
table tr td {
	padding: 2px;
	margin: 2px;
	line-height: 10px;
	border: 1px dotted #333;
}
table tr {
	padding: 2px;
	margin: 2px;
}

.merror {
	color: #DD0000;
    display: block;
    font-family: Gabriela;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.botaoAdornado {
	background: url("../../img/btn-faixa.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	font-family: Gabriela;
	height: 45px;
	line-height: 48px;
	position: relative;
	text-align: center;
	width: 229px;
	color: #e8d9c5;
}


.btn-ver-todos {
	font-weight: bold;
	left: 5px;
	
	color:#5E4B45!important;
}