﻿#SiteMap {
    background-color: #EEEEEE;
    border-radius: 5px;
    float: right;
    font-weight: bold;
    margin: 0.5%;
    margin-bottom: 0;
    padding: 0.5%;
    position: static;
    width: 78%;
}

#SiteMap.Carrinho{
    width: 98%;
}


    #SiteMap a, #SiteMap a:visited, #SiteMap a:link {
        color: Black;
        font-weight: bold;
        margin: 5px;
        text-decoration: none;
    }

        #SiteMap a:hover {
            color: Red;
        }

#Menu {
    background-color: #EEEEEE;
    border-radius: 5px;
    margin: 0.5%;
    padding: 0.5%;
    position: static;
    float: left;
    width: 18%;
    font-weight: bold;
}

div.titulo {
    background-color: Gray;
    border-radius: 5px;
    color: White;
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2%;
    text-align: center;
    width: 96%;
}

#Content {
    background-color: transparent;
    border-radius: 5px;
    float: right;
    margin: 0.5%;
    padding: 0.5%;
    position: static;
    width: 78%;
    min-height: 400px;
}

#Navegation {
    vertical-align: middle;
    background-color: transparent;
    margin-top: 10px;
    padding: 10px;
    float: right;
}

.ControlHolder {
    background-color: #F5F5F5;
    border-collapse: collapse;
    border-style: none;
    float: left;
    margin: 20px 3% 20px 3%;
    padding: 20px 3% 20px 3%;
    border-radius: 5px;
    text-align: left;
    width: 88%;
}

.SectionTitle {
    color: Purple;
    font-weight: bold;
    font-size: medium;
}

.ProductSellPrice {
    color: Blue;
    font-weight: bold;
    font-size: medium;
}

.ProductSellPriceStriked {
    color: Blue;
    font-size: medium;
    text-decoration: line-through;
}

.ProductPromoPrice {
    color: red;
    font-weight: bold;
    font-size: medium;
}

input.NavButton {
    border-color: #6666FF;
    border-radius: 15px;
    height: 30px;
    padding: 0 15px 0 15px;
    background-color: #0000FF;
    font-weight: bold;
    color: #FFFF00;
    text-align: center;
}
.ContactHolder, .ReplenishHolder, .CatalogHolder{
    background-color: #F5F5F5;
    border-collapse: collapse;
    border-style: none;
    float: left;
    margin: 20px 3% 20px 3%;
    padding: 20px 3% 20px 3%;
    border-radius: 5px;
    text-align: left;
    width: 88%;
}

.ProductDescription, .ProductsDescription, .SectionDescription, .BuyAlso{
    background-color:transparent;
    padding:2%
}