html {
    height: 100%;
    min-height: 100%; 
}

body {
    background-color: #EEEEEE;
    height: 100%;
    min-height: 100%; 
}

td, input {
	font-family: Verdana, Arial, Helvetica, lucida, sans-serif;
	font-size: 8pt;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, lucida, sans-serif;
	font-size: 11pt;
	color: #CC0000;
	margin-bottom: 10px;
}

h2 {
    font-size: 17pt;
    margin: 3px;
}

h3 {
    font-size: 9pt;
    margin-bottom: 7px;
    margin-top: 5px;
}

ul {
    list-style-type: square;
}

.HerlitzTemplate {
    background-color: #FFFFFF;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
}

table.Menu {
    height: 45px;
    margin-right: 25px;
}

table.PageContent {
	background-image: url('/images/page_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

table.SearchPanel {
	background-color: #CC0000;
	background-image: url('/images/red_corner_top_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 29px;
	border-bottom: 1px solid #660000;
	margin-top: 10px;
}

table.NewsTab {
	border-top: 1px solid #CCCCCC;
}

table.NewsTab td {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
}

table.NewsTab img {
    border: 1px solid #999999;
    width: 120px;
    height: 120px;
}

td.SidebarCorner {
    border-top: 1px solid #FFFFFF;
    background-color: #DDDDDD;
	background-image: url('/images/sidebar_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 15px;
}

td.PageContent {
	background-image: url('/images/sidebar_top.gif'); 
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 100%;
}

td.PageTop {
    height: 77px;
    background-image: url('/images/top_high_background.gif');
}

td.PageMiddle {
    height: 77px;
    background-image: url('/images/top_low_background.gif');
}

td.PageBottom {
	background-color: #494949;
	height: 40px;
	background-image: url('/images/bottom_background.gif');
}

td.BottomContent {
    color: #FFFFFF;
    padding-left: 10px;
}

td.PageHeader {
   color: #666666;
   font-size: 14pt;
   text-align: right;
   padding-right: 15px;
   font-weight:bold;
}

td.MenuActiveLeft {
    background-color: #565656;
    background-image: url('/images/menu_active_left.gif');   
    width: 9px;
   	cursor: hand;
	cursor: pointer;
	behavior: url('/styles/active.htc');
}

td.MenuActiveRight {
    background-color: #565656;
    background-image: url('/images/menu_active_right.gif');   
    width: 9px;
   	cursor: hand;
	cursor: pointer;
	behavior: url('/styles/active.htc');
}

td.MenuActive {
    background-color: #565656;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
    padding-top: 18px;
   	cursor: hand;
	cursor: pointer;
	behavior: url('/styles/active.htc');
}

td.MenuInactiveLeft {
    background-color: #990000;
    background-image: url('/images/menu_inactive_left.gif');   
    width: 9px;
   	cursor: hand;
	cursor: pointer;
	behavior: url('/styles/inactive.htc');
}

td.MenuInactiveRight {
    background-color: #990000;
    background-image: url('/images/menu_inactive_right.gif');   
    width: 9px;
   	cursor: hand;
	cursor: pointer;
	behavior: url('/styles/inactive.htc');
}

td.MenuInactive {
    background-color: #990000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
    padding-top: 18px;
   	cursor: hand;
	cursor: pointer;
	behavior: url('/styles/inactive.htc');
}

td.MenuSeparator {
   width: 2px;
}

td.PageSideBar {
	width: 200px;
}

td.PageContentText {
    padding: 10px;
    padding-top: 7px;
}

td.ProductGroup {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #DDDDDD;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #999999;
	height: 22px;
}

td.ProductGroup a {
    color: #000000;
    text-decoration: none;
}

td.ProductGroup a:hover {
    color: #000000;
    text-decoration: underline;
}

td.ProductCategory {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}

td.ProductCategory ul {
    margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	list-style-type: square;
	text-align: left;
	padding:0;
}

li.CategoryActive {
    color: #990000;
}

li.CategoryActive a {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}

li.CategoryActive a:hover {
    color: #990000;
    text-decoration: underline;
}

li.CategoryInactive a {
    color: #000000;
    text-decoration: none;
}

li.CategoryInactive a:hover {
    color: #990000;
    text-decoration: underline;
}

table.ProductItem {
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	background-color: #EEEEEE;
}

.ProductItem td {
    border: 1px solid #999999;
    vertical-align: top;
    padding: 3px;
}

td.ProductItemImg {
    text-align: center;
    padding-left:0px;
    padding-right:0px;
    background-color: #FFFFFF;
}

td.ProductItemImg img {
    border: 0px;
    width: 120px;
    height: 120px;
}

a {
    color: #990000;
    text-decoration: none;
}

a:hover {
    color: #990000;
    text-decoration: underline;
}

.LinkLike {
    color: #990000;
}

a.SearchLink {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

a.SearchLink:hover {
    color: #990000;
    font-weight: bold;
    text-decoration: underline;
}

a.WhiteBold {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a.WhiteBold:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

.InlineImage {
    float: right;
    text-align: center;
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 10px;
    padding: 5px;
    border: 1px solid #990000;
    background-color: #FFAAAA;
}

.InlineImage img {
    border: 1px solid #333333;
    margin-bottom: 2px;
}

input.SearchButton {
    cursor: hand;
	cursor: pointer;
	width: 19px;
	height: 19px;
}

input.SearchText {
    border: 0px;
    background-color: #FFFFFF;
    border: 1px solid #660000;
    width: 100%;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

table.CalendarTable {
    margin-top: 28px;
    background-color: #CC0000;
    width: 150px;
}

td.CalendarContent {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
}

img.Bordered {
    border: 1px solid #999999;
    width: 120px;
    height: 120px;
}

table.OneTip {
	background-image: url('/images/onetip.jpg');
	height: 165px;
	margin-top: 2px;
	margin-bottom: 5px;
}

table.OneTip td {
	padding: 10px 217px 10px 10px;
	text-align: justify;
	color: white;
	font-size: 10px;
}
