﻿html
{
    min-height: 100%;
    margin-bottom: 1px;
}

img, div
{
    border-style: none;
}

form
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
    background-repeat: repeat-x;
    background-image: url(images/background.png);
    margin-top: 0px;
    background-color: #717271;
    font-family: Calibri, Segoe UI, Arial, Helvetica, sans-serif;
}

a
{
    color: #003300;
    text-decoration: none;
}

#site
{
    position: relative;
    width: 1109px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#top
{
    background-repeat: no-repeat;
    background-image: url(images/content_top.png);
    width: 1109px;
    height: 75px;
    margin-top: 90px;
    position: relative;
}

#mainContent
{
    background-image: url(images/content_bg.png);
    background-repeat: repeat-y;
    padding: 0px 0px 0px 13px;
    width: 1109px;
}

#mainContentDetail
{
    width: 1038px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 80px;
    letter-spacing: 1px;
    color: #5B5A5A;
    font-size: 14px;
}

#bottom
{
    background-image: url(images/content_bottom.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 1109px;
}

#copyright
{
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
    color: #999999;
}

#logo
{
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    width: 124px;
    height: 144px;
    margin-top: -80px;
    margin-left: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#menu
{
    margin-left: 140px;
    position: absolute;
    line-height: 36px;
    font-size: 16px;
    font-weight:500;
    width: 970px;
}

#loginBox
{
    right: 21px;
    position: absolute;
    vertical-align: middle;
    line-height: 36px;
    top:-36px;
    z-index:10;
    width: 600px;
    height: 30px;
    text-align:right;
}

#menu a
{
    height: 36px;
    color: White;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    margin-right: 25px;
    cursor: pointer;
    cursor: hand;
}

#menu a:hover
{
    background-image: url(images/menu_hover.png);
    background-repeat: repeat-x;
    text-decoration: none;
}

.shoppingCartImage
{
    margin-top: 7px;
}

#menuBuy
{
    right: 4px;
    position: absolute;
    vertical-align: middle;
    line-height: 36px;
}

.pagetitle
{
    font-size: 28px;
    margin-bottom: 10px;
    color: #003300;
    width: 1038px;
    position: relative;
}

.subTitle
{
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin:1em;
    margin-left: 0px;
    margin-right: 0px;
    font-weight:normal;
    border-style: none;
    color: #003300;
    font-size: 24px;
}

.submenu
{
    width: 201px;
    background-image: url(images/submenu_middle.png);
    margin: 0px; border: 0px; padding: 0px;
}

.submenu_top
{
    height: 11px;
    background-image: url(images/submenu_top.png);
}

.submenu_middle
{
    background-image: url(images/submenu_middle.png);
}

.submenu_bottom
{
    height: 11px;
    background-image: url(images/submenu_bottom.png);
}

.submenuContent
{
    margin-left: 15px;
}

.submenuitem a
{
    color: #003300;
    text-decoration: none;
}

.submenuitem_split
{
    background-image: url(images/submenu_split.png);
    background-repeat: no-repeat;
    height: 3px;
    margin-top: 9px;
    margin-bottom: 8px;
}

.cap
{
    color: #008A00;
    font-weight: bold;
}

.title
{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.section
{
    background-color: #f4f4f4;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: -10px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #003300;
}

.backToTop
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.backToTop a
{
    text-decoration: none;
    font-size: 11px;
    color: #07702d;
}

ul li
{
    list-style-type: square;
}

h1
{
    
    background-color: #f4f4f4;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: -10px;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top:0px;
    font-weight: bold;
    color: #003300;
}
h2
{
    margin-top:0.67em;
    font-size: large;
    color: #0a4d22;}
/*
h2
{
    background-color: #f4f4f4;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: -10px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #003300;
}*/

h3
{
    font-size: large;
    color: #0a4d22;
}

.priceInfoTable
{
    background-color:White;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    caption-side: top;
}

.priceInfoTd
{
    border-collapse: collapse;
}

.priceInfoTr
{
    border-collapse: collapse;
}

.field
{
    width: 200px;
}

.key
{
    width: 150px;
    color: Gray;
}

.value
{
    font-weight: bold;
}

.grid
{
    line-height: 16px;
    border-collapse: collapse;
    border-style: hidden;
}

.grid td
{
    text-align: center;
    border: solid 1px #D0D0D0;
    padding: 5px;
}

.grid th
{
    text-align: center;
    border: solid 1px #D0D0D0;
    padding: 5px;
}

.pagination
{
    margin-top: 15px;
}

.field-validation-error
{
    color: Red;
    font-weight: bold;
}

a.info
{
    position:relative; 
    z-index:24; 
    color: #003300;
    text-decoration:none
}

a.info:hover
{
    z-index:25;     
}

a.info span
{
    display: none    
}

a.info:hover span
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; 
    left:2em; 
    width:22em;
    border:1px solid #000;
    color:#000;
    text-align: left;
    font-family: Calibri, Segoe UI, Arial, Helvetica, sans-serif;
    color: #5B5A5A;
    font-size: 14px;
}