/* CSS Document */
body {
font-family: "Gill Sans MT";
color: #000033;
}

/*  TD TAGS */
td {
font-size:12px;
}

.flash {
background-color: #6698FF;
}

td.menuBackground2 {
background-image:url(images/menuBackground2.jpg);
background-repeat:repeat-x;
}

td.menuBackground1 {
background-image:url(images/menuBackground1.jpg);
background-repeat:repeat-x;
}

td.bodyText {
background-color: #6698FF;
vertical-align:top;
}

td.rightBodyPanel {
background-color: #6698FF;
vertical-align:top;
}

td.leftBodyPanel {
background-image:url(images/leftBodyPanel.jpg);
background-repeat:repeat-y;
}

td.leftPanel {
vertical-align:top;

}

td.signature {
text-align:right;
font-size:9px;
color: #666666;
padding:5px 5px 5px 0px;
}

table.testList td {
vertical-align:top;
}

td.locationInformation {
vertical-align:top;
width:220px;
}

td.contactForm {
vertical-align:top;
}

td.label {
text-align:right;
}

td.caption {
color: #333333;
padding-left:20px;
font-size:11px;
}

td.itemName {
width:175px;
padding: 4px 4px 4px 10px;
}

td.itemDescription {
width:325px;
padding:4px;
}

td.itemPrice {
width:50px;
padding:4px;
}

table.testList {
border:2px solid white;
}

table.subCategoryListing td {
vertical-align:top;
padding:5px;
width:125px;
}

table.shoppingCart td{
padding:3px 4px 3px 4px;
}

td.lineItem {
text-align:center;
}

/* TH Tags */
table.shoppingCart th{
padding:3px 4px 3px 4px;
background-color:#000033;
color:#FFFFFF;
}

th.itemName {
width:300px;
}

th.quantity {
width:50px;
}

th.price {
width:75px;
}

th.total {
width:100px;
}

/* TR Tags */
tr.oddC {
background-color:#FFFFFF;
}

tr.evenC {
background-color:#CCCCCC;
}

/* Table Tags */
table.shoppingCart {
border-collapse:collapse;
border:2px solid #000033;
}

table.subCategoryListing {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}

/* P TAGS */
p {
padding: 5px 0px 0px 2px;
font-size:12px;
}

p.categoryHead {
text-align:center;
font-weight:bold;
font-size:19px;
}

p.contactThank {
padding:4px;
font-weight:bold;
font-size:16px;
}

/* List TAGS */
li {
font-size:12px;
}

/* H TAGS */
h2 {
font-size:18px;
font-style:italic;
font-weight:bold;
}

h3 {
font-size:18px;
font-weight:bold;
font-variant:small-caps;
}

h4 {
font-size:14px;
font-weight:bold;
padding-left:15px;
padding-top:10px;
}

/* A TAGS */
a:link, a:visited, a:hover {
color:#000033;
font-weight:bold;
text-decoration:none;
}

a.categoryList:link, a.categoryList:visited, a.categoryList:hover {
color:#000033;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding:4px 0px 4px 0px;
}

/* Input TAGS */
input.textC {
width:30px;
border:1px dotted #000033;
text-align:center;
font-size:12px;
font-family: "Gill Sans MT";
}

input.submitC {
border:2px solid #000033;
background-color:#CCCCCC;
text-align:center;
font-size:11px;
padding:0px;
font-family: "Gill Sans MT";
}