﻿/* ChiliSoftware Global Style Sheet */

body { font-family: Verdana, Sans-Serif; font-size: 69%; color: Black; font-weight: normal; margin-top: 10px; background: white; }
h1 { font-size: 10pt; font-weight: bold; color: #666685; margin: 0em 0em 0.5em 0em; }
h3 { font-size: 11px; font-family: Verdana, Tahoma; font-weight: bold; margin-bottom: 5px; color: #90020b; }
h4 { font-size: 7.5pt; color: Gray; font-family: Verdana, Sans-Serif; font-weight: bold; text-transform: uppercase; margin: 1.2em 0em 1.2em 0em; }
span { font-size: 7.5pt; font-family: Verdana, Sans-Serif; color: Black; }
div { font-size: 7.5pt; font-family: Verdana, Sans-Serif; color: Black; }
p { font-size: 8pt; line-height: 1.2em; margin: 1.2em 5em 1.2em 0em; }
p a { font-size: 8pt; }
ul { font-size: 8pt; }
ol { font-size: 8pt; }
a { color: #4485b0; text-decoration: underline; }
code { font-family: Courier New; font-size: 8pt; color: #2b91af; font-weight: bold; }

.MainTable { background: #f5f5f5; width: 600px; }
.MainTitle { font-size: 18pt; }
.MainSlogan { font-size: 10pt; color: SeaGreen; }
.Product { margin-top: 15px; margin-bottom: 20px; font-size: 10px; border: 1px solid #f5f5f5; cursor: pointer; }
.Products { margin-top: 15px; margin-bottom: 20px; font-size: 10px; border: 1px solid #f5f5f5; }
.Footer { font-size: 7.5pt; color: Gray; padding-top: 10px; }
.Footer a { text-decoration: underline; color: Gray; }

.TopNavigationList { list-style: none; margin: 0; padding: 0; font-size: 7.5pt; }
.TopNavigationList li { padding: 0 1em 0 1.2em; display: inline; border-right: 1px solid SeaGreen; }
.TopNavigationList li a { color: SeaGreen; font-weight: bold; text-decoration: none; }
.TopNavigationList li a:hover { color: Gray; }
.TopNavigationList li.last-child { border-right: 0px; }
