
body, html {
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    font-size: 10pt;
}

h1
{
    padding: 3px;
    color: white;
    font-weight: bold;
    font-size: small;
}     
        
h2
{
    color: #027063;
    font-weight: normal;
    font-size: medium;
    padding: 2px;
    background-repeat: repeat-x;
    background-color: #ecedee;
    border-bottom: 1px solid #c1c0c0;
}        
        
h2 a:link, h2 a:visited
{
    color: #027063;
    font-weight: bold;
    text-decoration: none;
}     
        
h2 a:hover, h2 a:active
{
    color: #333333;
    text-decoration: underline;
}

a:link {
    color: #7db747;
}

a:visited {
	color: #7db747;
}

a:active {
	color: #7db747;
}

a:hover {
	color: #0c213c;
}

.error {
	color: #990000;
	font-weight: bold;
}

.subHeader {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #0c213c;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.subSubHeader {
	background-color: #adadad;
	height: 25px;
	color: #FFFFFF;
	font-family: Arial;
	border-right: 1px solid #595959;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	border-bottom: 1px solid #595959;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.subSubSubHeader {
	background: #EBEADB;
	border: 1px solid #CBC7B8;
	font-weight: bold;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.clear {
    clear: both;
}

.spacer {
    height: .25em;
}

.search-bg {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e0e0e0)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* Chrome10+,S afari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* W3C */
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}

.search-go {
    width: 15%;
    float: left;
}

.search-cell {
    width: 85%;
    float: left;
}

.search-input {
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eee 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eee 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #eee 0%,#ffffff 100%); /* W3C */
	border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #0a2341;
    margin: 0px;
    padding: 0px;
    text-indent: 10px;
}

a.link-button {
    background: #95cd59;
    background: -moz-linear-gradient(top, #95cd59 0%, #6d973f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95cd59), color-stop(100%,#6d973f));
    background: -webkit-linear-gradient(top, #95cd59 0%,#6d973f 100%);
    background: -o-linear-gradient(top, #95cd59 0%,#6d973f 100%);
    background: -ms-linear-gradient(top, #95cd59 0%,#6d973f 100%);
    background: linear-gradient(top, #95cd59 0%,#6d973f 100%);
    padding: 10px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    display: block;
    width: 100%;
    margin: 0px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #cfebb2;
    font-size: 1.1em;
    font-weight: bold;
    line-height: .8em;
    color: #1b1b1b;
    border-top: solid 1px #6d973f;
    border-bottom: solid 1px #3e5423;

}

a.link-button:hover {
    background: #5c8034; /* Old browsers */
    background: -moz-linear-gradient(top, #5c8034 0%, #405e1e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c8034), color-stop(100%,#405e1e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5c8034 0%,#405e1e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5c8034 0%,#405e1e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5c8034 0%,#405e1e 100%); /* IE10+ */
    background: linear-gradient(top, #5c8034 0%,#405e1e 100%); /* W3C */
    text-shadow: 0px 1px 1px #8ec454;
}

.product-cat-list {
    border-top: solid 1px #bbb;
}

.product-cat-list>a {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e0e0e0)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* Chrome10+,S afari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%); /* W3C */
    border-bottom: solid 1px #bbb;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #1b1b1b;
}

.product-cat-list>a:hover {
    background: #95cd59; /* Old browsers */
    background: -moz-linear-gradient(top, #95cd59 0%, #6d973f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95cd59), color-stop(100%,#6d973f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #95cd59 0%,#6d973f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #95cd59 0%,#6d973f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #95cd59 0%,#6d973f 100%); /* IE10+ */
    background: linear-gradient(top, #95cd59 0%,#6d973f 100%); /* W3C */
    text-shadow: 0px 1px 1px #70b6f1;
}

.product-cat-list>a>span {
    float: right;
}

.product-cat-list:hover {
    text-decoration: none;
    text-shadow: 0px 1px 1px #70b6f1;
    color: #1b1b1b;
    text-decoration: none;
}

.product-cat-list>a>span:hover {
    text-decoration: none;
    text-shadow: 0px 1px 1px #70b6f1;
    color: #1b1b1b;
    border-bottom: solid 1px #bbb;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #1b1b1b;
}

.footer-links {
    text-align: center;
}

.view-in, .footer-links {
    padding: .5em;
    font-size: 8pt;
    color: #1b1b1b;
}

.view-in>a, .footer-links>a  {
    color: #6d973f;
    text-decoration: none;
}

.footer-links>a {
    padding: 0px .5em;
}

.view-in>a:hover, .footer-links>a:hover {
    color: #0a2341;
}

.number {
    font-size: 8pt;
    text-align: center;
    padding: 0px .5em;
}

#topCategories
{
    padding: 0;
    margin: 0;
    float: left;
}

#topCategories li
{
    display: inline;
    padding: 4px;
}
        
#topCategories a:link, #topCategories a:visited
{
    color: red;
    font-size: small;
    text-decoration: none;
}       
        
#topCategories a:hover, #topCategories a:active
{
    color: #8ad3ca;
    font-size: small;
    text-decoration: underline;
}
        
ul .linkList
{
    border-bottom: 1px solid #c1c0c0;
    list-style: none;
}
.linkList li
{
    padding: 2px;
    padding-left: 19px;
    margin: 2px;
}

.listTxt
{
    background-color: Green;
}
        
.targetCategories
{
    border-bottom: 1px solid #c1c0c0;
    list-style: none;
}

.content-wrapper {
    padding: .5em;
}

#rotate
{
    width: 100%;
    height: 180px;
    z-index: 1;
    position: relative;
}

#rotate>img, #rotate>a
{
    position: absolute;
    top: 0px;
    display: none;
}
