﻿body {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	background: white;
	margin: 0px;
}

div {
		font-size: 12px;
}

a:link, a:visited, a:active, a:hover {
	color: black;
}

table {
	border-collapse: collapse;
	/*border: 1px solid black;*/
}

td {
	/*border: 1px solid black;*/
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	font-size: 12px;
}

a img 
{
	border: none;
}

/******************************************************************************/
/* Headers */
h1 
{
	font-size: 30px;
	color: #DA614E;
	margin-top: 5px;
}

h2
{
	font-size: 17px;
	color: #DA614E;
}

h3
{
	font-size: 14px;
	color: #DA614E;
}

/******************************************************************************/
/* Layout table */
table.layout {
	width:100%;
}

table.layout td.border-left {
	width:100px; 
	background-image:url(/templates/img/border_left.png);
}

table.layout td.border-right {
	width:100px; 
	background-image:url(/templates/img/border_right.png);
}

table.layout td.logo {
	width: 320px; 
	background-color:#F1F2F2;
}

table.layout td.logo img {
	margin-top: 40px;
}

table.layout td.separator-vert {
	width: 15px; 
	background-color:#F1F2F2;
}

table.layout td.separator-vert div 
{
	width: 15px;
}

table.layout td.menu {
	background-color:#F1F2F2;
	vertical-align: bottom;
}

table.layout td.categories {
	background-color:#D4D6D7;
	width: 180px;
}

table.layout td.body {
	background-color:#858789;
}

/******************************************************************************/
/* Category tree */
td.categories 
{
	/*line-height: 14px;*/
	background-color: #616264;
}

td.categories a 
{
	display: block;
	/*padding: 2px 2px 2px 50px;*/
	padding: 1px 1px 1px 50px;
	display: block;
	text-decoration: none;
	color: black;

	text-decoration: none;
	width: 267px;
}

td.categories a:active, td.categories a.active, td.categories a:hover {
	text-decoration: none;
	color: white;
	background-color: #DA614E;	
}

div.category-root 
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	background-image: url(/templates/img/category_bullet.gif);
	background-repeat: no-repeat;
	background-position: 29px 2px;
	padding-left: 50px;
}

div.category-child, div.category-child-sel 
{
	font-size: 12px;
}

div.category-child-sel 
{
	background-color: #DA614E;
}


div.category-child-sel a, div.category-child-sel a:active, div.category-child-sel a:visited {
	color: white;
}


/******************************************************************************/
/* Category table */
table.category-table 
{
	border-collapse:separate;
	width: 100%;
	border-spacing: 10px;
	*border-collapse: expression('separate', cellSpacing = '10px');
}

table.category-table td 
{
	border:1px solid #C7C9CB; 
	width:33%;
}

table.category-table a 
{
	text-decoration: none;
}

table.category-table div.separator {
	border-top: 1px dotted #C7C9CB;
}

table.category-table div.category-image {
	text-align: center;
}

table.category-table div.margins {
	margin:30px;
}


/******************************************************************************/
/* Product list*/
div.product-list-container 
{
	padding: 40px;
}

div.product-list-separator
{
	height: 20px;
}

table.product-list 
{
	border:1px solid #C7C9CB; 
	width: 100%;
}

table.product-list td.image {
	width: 130px;
	border-right:1px dotted #C7C9CB;
}

table.product-list td.info 
{
}

table.product-list td.info div.margins 
{
	padding-left: 20px;
	padding-right: 20px;
}

table.product-list td.info h2 a 
{
	color: #DA614E;
	text-decoration: none;
}

table.product-list td.pdf {
	width: 90px;
	border-left:1px dotted #C7C9CB;
	text-align: center;
	vertical-align:middle;
}

/******************************************************************************/
/* Category info */
div.category-info {
	padding: 40px;
	border-bottom:1px dotted #C7C9CB;
}

/******************************************************************************/
/* Index page layout table */
table.index-layout 
{
	width:100%; 
}

table.index-layout td h2 
{
	color: #97999B;
	margin-top: 0px;
	margin-bottom: 10px;
}

table.index-layout td.intro h2
{
	color: Black;
	font-style: italic;
}

table.index-layout td.puffs {
	border-right: 1px dotted #C7C9CB;
	width: 500px;
	border-top: 1px dotted #C7C9CB;
}

table.index-layout td.puffs table.puff
{
	border: 1px solid #C7C9CB;
	width: 100%;
}

table.index-layout td.puffs table.puff td
{
	border-top: 1px dotted #C7C9CB;
}

table.index-layout td.puffs table.puff td h2
{
	color:#97999B;
}

table.index-layout td.news {
	border-bottom: 1px dotted #C7C9CB;
	border-top: 1px dotted #C7C9CB;
}

/******************************************************************************/
/* Product table*/
table.product-table 
{
	width:100%;
}
table.product-table td 
{
	background-color: white;
}

table.product-table td.print-filler {
	height:50px;
	padding-top: 15px;
	padding-right: 15px;
}

table.product-table td.print {
	width: 100px; 
	border-right:1px dotted #C7C9CB;
}

table.product-table td.body {
	border-bottom:1px dotted #C7C9CB;
	border-top:1px dotted #C7C9CB;
	background-color: white;
}

table.product-table td.body div.body-margins 
{
	padding: 20px;
}

table.product-table td.contact 
{
	height: 50px;
}

table.product-table table.print-table td
{
	vertical-align: middle;
}

div.print-logo 
{
	display: none;
}

/******************************************************************************/
/* Main menu */
div.menu-container 
{
	width: 800px; 
	height: 23px;
	overflow: hidden; 
	padding-top: 5px;
}

.menu-container a:link, .menu-container a:visited,.menu-container a:active, .menu-container a:hover {
	background-color: #D2D4D5;
	color: black;
	font-size: 13px;
	padding: 5px;
	text-decoration: none;
}

.menu-container a.selected:link, .menu-container a.selected:visited,.menu-container a.selected:active, .menu-container a.selected:hover {
	color: white;
	background-color: #DA614E;
}

.menu-container a:hover {
	background-color: white;
}

/******************************************************************************/
/* Search */
.search-text {
	float: left;
	width: 130px;
	height: 20px;
	margin-top: -5px;
}

.search-button {
	float: left;
	width: 50px;
	height: 25px;
	margin-top: -5px;
}

/******************************************************************************/
/* Body elements */
div.body-margins {
	padding: 20px;
	padding-top: 10px;
}

div.breadcrumb {
	color: white;
	height: 24px;
	font-size: 12px;
}

div.breadcrumb a 
{
	color: white;
}

div.breadcrumb .label 
{
	font-weight: bold;
}

div.body-content {
	background-color: white;
}

div.footer {
	font-size: 10px;
	margin-top: 5px;
}


/******************************************************************************/
/* Inquiry table */
table.inquiry-table {
	border-collapse: separate;
}

table.inquiry-table td {
	font-weight: bold;
}

table.inquiry-table .full {
	width: 400px;
}

table.inquiry-table .half {
	width: 200px;
}