.menu1 {
    font: normal 10px 'Verdana';
}

.loja {
    position: relative;
}

.loja * {
    font-size: 10px;
    font-family: "Verdana";
}

.loja p {
    padding: 10px 0;
}
.loja label {
    display: block;
}

.loja .produto {
    border-bottom: 1px dashed #000;
    height: 220px;
    padding: 20px 0;
    position: relative;
}

.loja .separador {
    border-bottom: 1px dashed #000;
}

.loja .actions a {
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
}

.loja .actions a:hover {
    background-color: #ccc;
    border: 1px solid #000;
    padding: 5px;
    font-weight: bold;
}

.loja .indisponivel {
    background-color: #fee;
}

#carrinho {
    width: 100%;
    border: 1px dashed #000;
}

#carrinho td {
    height: 50px;
    padding: 10px;
    margin: 2px;
}

#carrinho tr {
    background-color: #f9f9f9;
}

#carrinho tr:hover {
    background-color: #eee;
}

#banner_pagseguro_pgto {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px;
}

.loja #personal_bar {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #eee;
}

.loja #personal_bar a {
    font-weight: bold;
    color: #000;
    font-size: 10px;
}

.loja #personal_bar a:hover {
    text-decoration: underline;
}

.loja #resumopedido {
    width: 100%;
    border: 1px solid black;
    margin-top: 30px;
    background-color: #f9f9f9;
}

.loja #resumopedido td {
    height: 30px;
}

.loja #resumopedido .thead {
    font-weight: bold;
    font-size: 14px;
}

.loja #resumopedido h1 {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.loja .camisetaDados {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.loja .camisetaDados td {
    height: 20px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    margin: 0;
    padding: 10px;
}

.loja .camisetaDados td.thead {
    font-weight: bold;
    background-color: #f9f9f9;
}

.loja .zoomlink {
    cursor: pointer;
}

.loja .bigzoom {
    padding: 30px;
    border: 1px solid #000;
    background-color: #fff;
}

.loja .bigzoom span {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.loja .bigzoom span:hover {
    text-decoration: underline;
}

#divResultado{
	float:center;
	padding:0px;
	z-index:999999;
	position:absolute;
	left:28%;
	top:28%;
	margin-left:-150px;
	margin-top:-150px;
}

.loja .cd img {
    border: 1px solid #000;
}

.loja .cd .zoomlink img {
    border: 0;
}

.loja .produto .destaque {
    color: #b20a08;
}

.loja .warning {
    color: #fff;
    background-color: #c00;
    padding: 10px;
    font-size: 12px;
}

.loja .warning a {
    color: #fff;
    font-size: 12px;
}

.bordatd2 {
	text-align: left;
}

#contentimg2 td {
	text-align: left;
}
