﻿body, div, span, p, table, thead, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, input, textarea, select, option {
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
}

body {
	margin: 4px;
	padding: 0px;
}

p {
	/*margin: 0px;*/
}

h1 {
	font-weight: bold;
	font-style: italic;
	color: #D42E12;
	font-size: 13pt;
	margin-top: 0px;
}

h2 {
	font-weight: bold;
	font-style: normal;
	color: #D42E12;
	font-size: 11pt;
	margin-top: 0px;
}

h3 {
	font-weight: bold;
	color: #D42E12;
	margin-top: 0px;
}

a {
	color: Black;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

textarea {
}

input.LayoutButton {
	background-color: #D42E12;
	color: White;
	padding: 2px 16px;
	text-transform: uppercase;
	font-size: 7pt;
}

label {
	font-weight: bold;
}

span.LayoutCheckBox {
	line-height: 18px;
}

span.LayoutCheckBox input {
	margin: 0px 4px 0px 0px;
}

span.LayoutCheckBox label {
	font-weight: normal;
}

/***********************************/
div.Layout {
	width: 800px;
	margin: auto auto;
	border: solid 1px #808080;
	padding: 6px 6px;
}

div.LayoutLogo {
	position: relative;
	color: White;
}

div.LayoutLogo div.LayoutLogoBorder {
	position: absolute;
	border: solid 1px white;
	width: 790px;
	height: 142px;
	margin: 4px;
}

div.LayoutLogo div.LayoutLogoDate {
	position: absolute;
	right: 18px;
	bottom: 10px;
}

div.LayoutLogo div.LayoutLogoWelcome {
	position: absolute;
	right: 100px;
	bottom: 10px;
}

div.LayoutLogo div.LayoutLogoWelcome a {
	color: White;
	text-decoration: none;
}

div.LayoutLogo div.LayoutLogoWelcome a:hover {
	color: White;
	text-decoration: underline;
}

div.LayoutLogo div.LayoutLogoMenu {
	position: absolute;
	right: 18px;
	top: 10px;
}

div.LayoutLogo div.LayoutLogoMenu table {
	border: dotted 1px white;
}

div.LayoutLogo div.LayoutLogoMenu td {
	border-right: dotted 1px white;
	border-left: dotted 1px white;
	padding: 3px 14px;
	cursor: pointer;
}

div.LayoutLogo div.LayoutLogoMenu td.Selected {
	background-color: #BED0DB;
}

div.LayoutLogo div.LayoutLogoMenu td a {
	color: White;
	text-decoration: none;
}

div.LayoutLogo div.LayoutLogoMenu td.Selected a, div.LayoutLogo div.LayoutLogoMenu td a:hover, div.LayoutLogo div.LayoutLogoMenu td:hover a {
	color: #D42E12;
	text-decoration: none;
}

div.LayoutFooter {
	position: relative;
	font-size: 7pt;
	color: #808080;
	text-align: center;
	padding: 3px 10px;
}

div.LayoutFooter a {
	color: #808080;
	text-decoration: none;
}

div.LayoutFooter a:hover {
	color: #808080;
	text-decoration: underline;
}

div.LayoutFooter div.LayoutFooterCorner {
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url(images/layout/corner_blue.png);
	width: 9px;
	height: 9px;
}

/**************************************/
div.LayoutMenu {
	float: left;
	width: 170px;
}

div.LayoutMenu table {
	width: 100%;
	border-collapse: collapse;
}

div.LayoutMenu table td {
	border: dotted 1px #64847F;
}

div.LayoutMenu table td div.Item {
	margin: 4px;
	padding: 2px 6px;
	text-transform: uppercase;
	color: White;
	font-size: 7pt;
	background-color: #82A5B9;
}

div.LayoutMenu table td div.ItemSelected {
	background-color: #D42E12;
}

div.LayoutMenu table td div.Item img {
	margin-bottom: 1px;
	margin-right: 6px;
	visibility: hidden;
}

div.LayoutMenu table td div.ItemSelected img {
	margin-bottom: 1px;
	margin-right: 6px;
	visibility: visible;
}

div.LayoutMenu table td div.Item a {
	color: White;
	text-decoration: none;
}

/**************************************/
div.LayoutMain {
	float: right;
	width: 620px;
}

/**************************************/
div.EcoPanel {
	padding: 4px;
	margin-bottom: 20px;
}

div.EcoPanel div.EcoPanelInner {
	border-style: dotted;
	border-width: 1px;
}

div.EcoPanel div.EcoPanelInner div.EcoPanelTitle {
	padding: 4px 10px;
	margin: 4px 10px 10px 10px;
	font-size: 7pt;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

div.EcoPanel div.EcoPanelInner div.EcoPanelTitle div.EcoPanelTitleCorner {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
}

div.EcoPanel div.EcoPanelInner div.EcoPanelContent {
}

div.EcoPanel div.EcoPanelInner div.EcoPanelSeparator {
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 8px 10px;
}

/**************************************/
div.EcoPanel01 {
	background-color: #B3B3B3;
}

div.EcoPanel01 div.EcoPanelInner {
	border-color: white;
}

div.EcoPanel01 div.EcoPanelInner div.EcoPanelTitle {
	background-color: White;
	color: #D42E12;
}

div.EcoPanel01 div.EcoPanelInner div.EcoPanelTitle div.EcoPanelTitleCorner {
	background-image: url(images/layout/corner_red.png);
}

div.EcoPanel01 div.EcoPanelInner div.EcoPanelContent {
	margin: 8px 10px;
	color: White;
	font-size: 7pt;
	line-height: 13px;
}

div.EcoPanel01 div.EcoPanelInner div.EcoPanelSeparator {
	border-top-color: white;
	padding: 8px 10px;
	color: White;
	text-transform: uppercase;
}

div.EcoPanel01 div.EcoPanelInner div.EcoPanelSeparator a {
	color: White;
	text-decoration: none;
}

div.EcoPanel01 div.EcoPanelInner div.EcoPanelSeparator a:hover {
	color: White;
	text-decoration: underline;
}

div.EcoPanel01 div.EcoPanelInner div.EcoPanelSeparator div.MenuArrow {
	background-image: url(images/layout/brand_arrow.png);
	width: 7px;
	height: 8px;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}

/**************************************/
div.EcoPanel02 {
	background-color: #F3F3F3;
}

div.EcoPanel02 div.EcoPanelInner {
	border-color: #B3B3B3;
}

div.EcoPanel02 div.EcoPanelInner div.EcoPanelTitle {
	background-color: #D42E12;
	color: white;
}

div.EcoPanel02 div.EcoPanelInner div.EcoPanelTitle div.EcoPanelTitleCorner {
	background-image: url(images/layout/corner_white.png);
}

div.EcoPanel02 div.EcoPanelInner div.EcoPanelContent {
	margin: 8px 10px;
	color: #808080;
	font-size: 7pt;
	line-height: 13px;
}

div.EcoPanel02 div.EcoPanelInner div.EcoPanelSeparator {
	border-top-color: #B3B3B3;
	padding: 8px 10px;
	color: #808080;
	text-transform: uppercase;
}

div.EcoPanel02 div.EcoPanelInner div.EcoPanelSeparator a {
	color: #808080;
	text-decoration: none;
}

div.EcoPanel02 div.EcoPanelInner div.EcoPanelSeparator a:hover {
	text-decoration: underline;
}

div.EcoPanel02 div.EcoPanelInner div.EcoPanelSeparator div.MenuArrow {
	background-image: url(images/layout/brand_arrow.png);
	width: 7px;
	height: 8px;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}

/**************************************/
div.EcoPanel03 {
	background-color: white;
	padding: 0px;
}

div.EcoPanel03 div.EcoPanelInner {
	margin: 0px;
	border-style: none;
	border-width: 0px;
}

div.EcoPanel03 div.EcoPanelInner div.EcoPanelTitle {
	margin: 0px;
	background-color: #82A5B9;
	color: white;
	text-transform: none;
}

div.EcoPanel03 div.EcoPanelInner div.EcoPanelTitle div.EcoPanelTitleCorner {
	background-image: none;
	display: none;
}

div.EcoPanel03 div.EcoPanelInner div.EcoPanelContent {
	margin: 4px;
}

div.EcoPanel03 div.EcoPanelInner div.EcoPanelSeparator {
	border-top: dotted 1px #808080;
	padding: 0px;
}

/**************************************/
div.LayoutButtonList input {
	margin-right: 10px;
}

/**************************************/
div.FloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.FloatClear {
	clear: both;
}

/**************************************/
div.LayoutContent {
	line-height: 15px;
}

div.LayoutContent div.LayoutContentEdit {
	display: none;
}

div.LayoutContentManage {
	position: relative;
	border: dashed 1px #D42E12;
	padding: 4px;
}

div.LayoutContentManage div.LayoutContentEdit {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: dashed 1px #D42E12;
	border-bottom: dashed 1px #D42E12;
	padding: 4px;
	background-color: White;
}

/**************************************/
table thead tr th {
	text-align: left;
}

/**************************************/
div.ProductDescription {
	line-height: 15px;
}

div.ProductPanel {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #F3F3F3;
	line-height: 15px;
}


/**************************************/
table.GridFileExplorer {
}

table.GridFileExplorer th {
	text-align: left;
}

table.GridFileExplorer td.CellFile {
	vertical-align: middle;
}

table.GridFileExplorer div.FileIcon, div.FileExplorer div.FileIcon {
	float: left;
	margin: 4px;
}

table.GridFileExplorer div.FileDetail, div.FileExplorer div.FileDetail {
	float: left;
	margin: 8px;
}

table.GridFileExplorer div.FileDate, div.FileExplorer div.FileDate {
}

table.GridFileExplorer a.FileName, div.FileExplorer a.FileName {
	text-decoration: none;
}

table.GridFileExplorer a.FileName:hover, div.FileExplorer a.FileName:hover {
	text-decoration: underline;
}

table.GridFileExplorer span.FileType, table.GridFileExplorer span.FileSize, table.GridFileExplorer span.FileDateInsert, table.GridFileExplorer span.FileDateUpdate, div.FileExplorer span.FileType, div.FileExplorer span.FileSize, div.FileExplorer span.FileDateInsert, div.FileExplorer span.FileDateUpdate {
	color: #8B8B8B;
}

/**************************************/
td.ChooseBrand {
	border: solid 1px #E6E6E6;
	width: 300px;
	height: 88px;
	cursor: pointer;
}

td.ChooseBrandSelected {
	border: solid 1px #E6E6E6;
	width: 300px;
	height: 88px;
	cursor: pointer;
	background-color: #F3F3F3;
}

div.ChooseFamilyUse {
}

div.ProductSearchList {
	margin: auto;
	background-color: #F3F3F3;
	color: #808080;
	padding: 20px;
}

div.ProductSearchList a {
	color: #808080;
	text-decoration: none;
}

div.ProductSearchList a:hover {
	text-decoration: underline;
}

span.SearchResult {
	color: #82A5B9;
	font-size: 9pt;
}

/**********/
div.ProductHighlight {
	padding: 4px;
}

div.ProductHighlight div.ProductHighlightBrand {
	margin-bottom: 6px;
}

div.ProductHighlight div.ProductHighlightImage {
	width: 141px;
	padding: 4px;
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
}

div.ProductHighlight div.ProductHighlightImage img {
	width: 141px;
}

div.ProductHighlight div.ProductHighlightName {
	color: #82A5B9;
	font-weight: bold;
	margin-bottom: 4px;
}

div.ProductHighlight div.ProductHighlightDescription {
	color: #808080;
	font-size: 7pt;
	line-height: 13px;
}

div.ProductHighlight div.ProductHighlightDescription a {
	font-weight: bold;
	white-space: nowrap;
}

/**********/
div.News {
	font-size: 8px;
}

div.News div.NewsTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

div.News div.NewsDate {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
}

div.News div.NewsBody {
	float: left;
	width: 449px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.News div.NewsImageList {
	float: left;
	width: 121px;
	height: 121px;
	margin: 0px 20px;
}

/**********/
