﻿#lojaTopo
{
    background-color: #E3E4E5;
    height: 34px;
}

#lojaTopo img
{
    float: left;
}

#lojaTopo a
{
    float: right;
    padding-left: 37px;
    margin-top:1px;
    padding-top: 10px;
    margin-right: 10px;
    color: #980000;
    text-decoration: none;
    font-weight:bold;
    font-size:12px;
    background: transparent url('/imagens/icone_carrinho.png') no-repeat;
    height: 34px;
}

#lojaTopo a:hover
{
    text-decoration: underline;
}

#loja
{
	margin: 10px;
}

#loja h2.categoria, #loja h1.categoria
{
	font-size: 20px;
	border-bottom: solid 1px;
	width: auto;
	color: #980000;
}

#loja h2.categoria a { color: #980000; }

.produto
{
	text-align: center;
	width: 200px;
	min-height: 120px;
	float: left;
	margin: 5px;
}

.produto a
{
	color: #666666;
	text-decoration: none;
}

.produto a:hover span
{
	text-decoration: underline;
}

.produto span
{
	display: block;
	font-size: 12px;
}

.produto .preco
{
	color: #980000;
	font-weight: bold;
}

.produto .parcelas
{
	font-size: 11px;
	color: #980000;
}

.logo img
{
    margin-top: 10px;
}

#detalheproduto
{
    margin: 10px;
}
#detalheproduto img
{
    padding: 3px;
    border: solid 1px black;
}
#detalheproduto h1
{
    font-size: 18px;
    color: #666666;
}
#detalheproduto .detalhe
{
    float: left;
    width: 400px;
}
#detalheproduto .descricao
{
    font-size: 12px;
    color: #666666;
    text-align: justify;
}
#detalheproduto .preco
{
    margin-top: 15px;
    height: 50px;
    background-color: #eeeeee;
    padding: 15px;
}
#detalheproduto .preco .valor
{
    font-size: 14px;
    color: #980000;
    font-weight: bold;
}
#detalheproduto .preco .valor span
{
    display: block;
    font-size: 11px;
    color: #980000;
    font-weight: normal;
}
#detalheproduto .preco img
{
    float: right;
    border: none;
    margin: 0;
}

#carrinho h1
{
    padding: 7px 5px 7px 40px;
    background: #FFF url('/imagens/icone_carrinho.png') no-repeat;
    font-weight: normal;
    background-position: 2px 2px;
    color: #980000;
    width: 573px;
    margin: 10px 10px 0px 10px;
    font-size: 18px;
    border: solid 1px #980000;
    border-bottom-width:0;
}

#carrinho .conteudo
{
    width: 618px;
    border: solid 1px #980000;
    margin-left: 10px;
    background-color: #efefef;
}

#carrinho table
{
    border:none;
    width:610px;
    margin: 5px 0 0 5px;
    font-size: 12px;
}

#carrinho table tr td
{
    text-align:center;
}

#carrinho .col1
{
    width: 40px;
}

#carrinho .col2
{
    text-align: left;
}

#carrinho .col4, #carrinho .col5
{
    text-align: right;
    width: 85px;
}

#carrinho .col6, #carrinho .col3
{
    width: 35px;
}

#carrinho table tr td img
{
    margin: 4px;
}

#carrinho table tr.normal
{
    background-color:#FFF;
}

#carrinho table tr td input
{
    width:25px;
    text-align:right;
}

#carrinho .col2 a
{
    color: #333;
    text-decoration: none;
}

#carrinho .col2 a:hover
{
    color: #333;
    text-decoration: underline;
}

#carrinho .col6 a
{
    display:block;
    width:22px;
    height:22px;
    text-decoration:none;
    background: transparent url('/imagens/remover.gif') no-repeat;
    text-indent:-999em;
    margin: auto;
    overflow:hidden;
}

#carrinho .continue
{
    float: left;
    margin: 10px 0 10px 10px;
    background-color: #940000;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    display: block;
    overflow:hidden;
}

#carrinho .checkout
{
    background-image: url('http://pagseguro.uol.com.br/Security/Imagens/btnfinalizaBR.jpg');
    width:78px;
    height:29px;
    display:block;
    float:right;
    text-indent:-999em;
    margin: 10px 25px 10px 0;
    overflow:hidden;
}

#loja .maisprod { text-align:right;font-size: 11px;margin-bottom:15px; }
#loja .maisprod a { color:#666; }
