﻿body
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}


html
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.header
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #00ffff;
}

.login
{
    background-color: #3870A9;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
}



.content
{
    border-right: #d3d3d3 1px solid;
    width: 777px;
   padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.RigthColumn
{
    float: right;
    width: 160px;
    height: 600px;
    clear: right;
    text-align: center;
}

.LeftColumn
{
    width: 162px;
    height: 600px;
    float: left;
    clear: right;
    text-align: center;
}


.CenterColumn
{
    float: left;
    width: 435px;
    clear: right;
   border-right: #d3d3d3 1px solid;
   border-left: #d3d3d3 1px solid;
    padding-left: 10px;
    padding-right: 10px;
}

.footer
{
    text-align: center;
    font-size: 12px;
    background-color: #ffffff;
    height: 30px;
    clear: both;
}





.menuesq
{
    float: left;
    width: 162px;
    
}

.menudir
{
    
    width: 615px;
    text-align: center;
    font-size: 12px;
    background-color: #ffffff;    
    float: right;
}





/* Menu */

.Menu
{
    width: 162px;
    background-color: #00ff00;
}
.Menu ul {
	list-style: none;
	margin: 0;
	padding: 0;		
}
.Menu li
{
    border-bottom: 1px solid;
    border-color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}

.Menu li a
{
    display: block;
    background-color: #f7e3e4;
    color: #555555;
    text-decoration: none;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #3870A9;
}
.Menu li a:hover
{
    background-color: #faaeb1;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    border-left: 12px solid #F74608;
}



/* Menu Rodapé */

.Link
{
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    line-height: 15px;
    color: #000000;
}

.tabs
{
    position:relative;
    top:1px;
    left:10px;
}
.tab
{
    border:solid 1px black;
    background-color:#eeeeee;
    padding:2px 10px;
}
.selectedTab
{
    background-color:white;
    border-bottom:solid 1px white;
}
.tabContents
{
    border:solid 1px black;
    padding:10px;
    background-color:white;
}

.paddedList li
{
    padding:10px;
}


.tabs
{
    position:relative;
    top:1px;
    left:10px;
}
.tab
{
    border:solid 1px black;
    background-color:#eeeeee;
    padding:2px 10px;
}
.selectedTab
{
    background-color:white;
    border-bottom:solid 1px white;
}
.tabContents
{
    border:solid 1px black;
    padding:10px;
    background-color:white;
}

.grid th, .grid td
{
    padding:4px;
    border-bottom:solid 1px black;
}



.floatPanel
{
    display:none;
    position:absolute;
    top:100px;
    left:100px;
    padding:10px;
    border:solid 4px black;
    background-color:white;
}


.webWindow
{
    width:400px;
    border:Outset;
    background-color:white;
}
.webWindowBody
{
    padding:10px;
}
.webWindowTitleBar
{
    font:14px Verdana,Sans-Serif;
    padding-left:10px;
    background-color:Blue;
    color:white;
    cursor:move;
}
.webWindowTitleText
{
    float:left;
}
.webWindowClose
{
    background-color:Maroon;
    font-weight:bold;
    cursor:pointer;
}

/* FORMAT PRODUCT CATEGORIES */

.categoryList
{
    width:100%;
}

.categoryList td
{
    width:50%;
    padding:20px;
    vertical-align:top;
}

.categoryName
{
    font-size:16px;
    border-bottom:solid 1px black;
}

/* FORMAT PRODUCTS */


.productList
{
    width:100%;
}

.productList td
{
    width:50%;
    padding:20px;
    vertical-align:top;
}

.productName
{
    font-size:16px;
    border-bottom:solid 1px black;
}

.productImage
{
    width:100px;
    padding:5px;
    float:left;
}


.fullProductName
{
    font-size:18px;
    font-weight:bold;
}

/* FORMAT FORMS */
label
{
    font-weight:bold;
}

.instructions
{
    padding:3px;
    font-size:10px;
}

/* SHOPPING CART */
.cart
{
    width:100%;
    font-size:10px;
    border:solid 1px black;
}

.cartAlternating
{
    background-color:silver;
}

.cartFooter
{
    text-align:center;
    white-space:nowrap;
}
.cart th
{
    text-align:left;
    padding:5px;
}

.cart caption
{
    font-weight:bold;
}

.cartBig
{
    width:100%;
}

.cartBig td
{
    padding:5px;
}

.cartBig th
{
    text-align:left;
    padding:5px;
}

.cartTotalFooter
{
    border-top:solid 2px black;
}

/* FORM LAYOUT */

.leftForm
{
    float:left;
    width:140px;
    text-align:right;
    margin-right:20px;
    line-height:150%
}

.rightForm
{
    float:left;
    width:175px;
    line-height:150%   
}

.colForm
{
    float:left;
    width:45%;
}



legend
{
    color:Navy;
}

.paddedList li
{
    padding:10px;
}

.scrollBox
{
    width:380px;
    overflow:auto;
}

