/* internas.css */

.barra-azul{
	width: 710px;
	height: 36px;
	background: url(../images/commons/barra-azul.png) no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 13px;
}

.barra-rosa{
	width: 710px;
	height: 36px;
	background: url(../images/commons/barra-rosa.png) no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 13px;
}

.produto{
	float: left;
	display: inline;
	width: 230px;
	height: 274px;
	text-align: center;
	font-size: 11px;
	margin-right: 20px;
	margin-bottom: 100px;
}

.produto .foto{
	width: 230px;
	height: 150px;
	text-align: center;
	margin-bottom: 10px;
}

.produto .titulo{
	font-weight: bold;
	color: #1b65b0;
	font-size: 13px;
	margin-bottom: 3px;
    height: 30px;
}

.produto .titulo a{
	color: #1b65b0;
}

.produto .preco{
	width: 228px;
	height: 40px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin-top: 19px;
	padding-top: 5px;
	-moz-border-radius: 8px;
}

.produto .preco .por{
	color: #e03973;
	font-size: 16px;
	margin-bottom: 4px;
}


.paginacao{
	width: 508px;
	min-height: 32px;
	margin-top: 33px;
	padding-left: 222px;
}

.paginacao li{
	float: left;
	display: inline;
	width: 33px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
}

.paginacao li a{
	display: block;
	height: 24px;
}

.paginacao .nav{
	width: 60px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -8px;
}

.paginacao .on{
	background: url(../images/commons/paginacao.png) no-repeat;
	color: #fff;
}

.paginacao .on a,
.paginacao .on a:hover{
	color: #fff;
	text-decoration: none;
}

.paginacao .off{
	background: url(../images/commons/paginacao.png) no-repeat 0 100%;
	color: #fff;
}

.paginacao .off a:hover{
	text-decoration: none;
}

.continuar{
	float: left;
	display: inline;
	margin-top: 28px;
}

.total{
	float: left;
	display: inline;
	width: 286px;
	min-height: 23px;
	margin-left: 81px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
	color: #999999;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 15px;
	-moz-border-radius: 5px;
}
.total .vista {
	text-align: right;
	margin-right: 24px;
	font-size: 12px;
	font-weight: normal;
}
.total .preco{
	color: #e34582;
}

.finalizar{
	float: left;
	display: inline;
	margin-left: 89px;
	margin-top: 28px;
}

#central-opcoes{
	width: 730px;
	height: 47px;
	margin-top: 22px;
}

#central-opcoes #carrinho-compras,
#central-opcoes #historico,
#central-opcoes #favoritos,
#central-opcoes #dados,
#central-opcoes #realizados{
	float: left;
	display: inline;
	height: 47px;
	margin-left: 10px;	
}

#central-opcoes #carrinho-compras{
	width: 143px;
	background: url(../images/central/ico-carrinho.gif) no-repeat;
	margin-left: 0px;
}

#central-opcoes #carrinho-compras:hover{
	background: url(../images/central/ico-carrinho.gif) no-repeat 0 100%;
}

#central-opcoes #carrinho-compras a{
	display: block;
	width: 143px;
	height: 47px;
}

#central-opcoes #historico{
	width: 167px;
	background: url(../images/central/ico-historico.gif) no-repeat;
}

#central-opcoes #historico:hover{
	background: url(../images/central/ico-historico.gif) no-repeat 0 100%;
}

#central-opcoes #historico a{
	display: block;
	width: 167px;
	height: 47px;
}

#central-opcoes #favoritos{
	width: 121px;
	background: url(../images/central/ico-favoritos.png) no-repeat;
}

#central-opcoes #favoritos:hover{
	background: url(../images/central/ico-favoritos.png) no-repeat 0 100%;
}

#central-opcoes #favoritos a{
	display: block;
	width: 121px;
	height: 47px;
}

#central-opcoes #dados{
	width: 127px;
	background: url(../images/central/ico-dados.gif) no-repeat;
}

#central-opcoes #dados:hover{
	background: url(../images/central/ico-dados.gif) no-repeat 0 100%;
}

#central-opcoes #dados a{
	display: block;
	width: 127px;
	height: 47px;
}

#central-opcoes #realizados{
	width: 131px;
	background: url(../images/central/ico-realizados.gif) no-repeat;
}

#central-opcoes #realizados:hover{
	background: url(../images/central/ico-realizados.gif) no-repeat 0 100%;
}

#central-opcoes #realizados a{
	display: block;
	width: 131px;
	height: 47px;
}
.ajaxSubmit{
    background: none !important;
    border: none !important;
    text-align: center;
}

.input-default{
	display: inline;
	width: 200px;
    color: #7F7F7F;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    font-size: 13px;
    float: left;
}

.label-default{
    float: left;
    color: #7F7F7F;
    font-size: 13px;
    width: 60px;
}

.bt{
	display: inline;
	width: 74px;
	height: 27px;
	background: url(../images/commons/bt.png) no-repeat;
	border: none;
	color: #fff;
    margin: 20px 0 5px 150px
}

.msg-default{
    color: #7F7F7F;
    font-size: 13px;
}

rodape{
	background: url(../images/carrinho/rodape-tab.png) no-repeat;
}

.tab-rodape td{
	b
