.printlogo {
	display:none;
}
body
{
	font-size: 11px;
	font-weight: normal;
	color: #363A83;
	line-height: 16px;
	margin:0;
	padding:0;
	text-align:left;
}
body, p, td, th, li, dt, dd, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

strong
{
	color: #555;
} 
#middle a:hover 
{
	text-decoration: underline;
}
#middle #tab a:hover 
{
	text-decoration: none;
}
a:hover img, a img
{
	text-decoration:none;
	border:none;
}

h1
{
	color: #363A83;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1px;
}

h2
{
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 1px;
	text-transform: uppercase;
}

h3
{
	color: #363A83;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 1px;
}

#middle h3 {
	padding-bottom: 3px;
	margin-bottom:4px;
}
h4, .productTbl caption {
	color: #363A83;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 1px;
	text-transform: uppercase;
	text-align:left;
	padding: 5px 0 5px 0;
}

form {
	margin: 0;
	padding: 0;
}


p {
	margin-top: 0px;
}
#productlist td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
}
#middle tr.paging 
{
	border:none;
	text-align: right;
}
body #middle tr.paging td {
	text-align: right;
	border-bottom: none;
	padding-top:15px;
	padding-bottom: 15px;

}
#middle tr.paging span { /* this is the selected page */
	padding: 2px 6px 2px 6px;
	color: #fff;
	background-color:#ccc;
	border: 1px solid #ccc;
	}


#middle tr.paging a {
	padding: 2px 6px 2px 6px;
	color: #363A83;
	text-decoration: none;
	border: 1px solid #ccc;
}
#middle tr.paging a:hover {
color: #fff;
background-color:#ccc;
}

a {
	color: #363A83;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


table {
	empty-cells: show 
}


/****************/
/* Lay out divs */
/****************/

#header
{
	width: 100%;
	height: 115px;
	background-color: #363A83;
	background-image: url(c/header.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display:block;
}

#navigation
{
	position: absolute;
	left: 19px;
	top: 98px;
	z-index: 100;
}

#left {
	position: absolute;
	left:7px;
	top:144px;
	width:200px !important;
	overflow:hidden;
}
#middle 
{
	margin-left: 215px;
	margin-right:170px;
	color: #777775;
	
}
#middle td 
{
	 color: #777775;
}
#right {
	position: absolute;
	right:7px;
	top:165px;
	width:160px;
}

/* applying the Holly-hack decribed here: http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 */

* html #middle {height: 1%;} /* for IE/Win */

/* Hides from IE5-mac \*/
* html #middle {height: 1%;}
/* End hide from IE5-mac */

/* end holly hack */


/* 3 column lay-out */

#middle-3c-1, #middle-3c-2, #middle-3c-3, #middle-2c-1 {
	float:left;
	width:33.3%;
	overflow:hidden;
}
#middle-3c-1 {
clear:both;
}

#middle-3c-1 div, #middle-3c-2 div, #middle-3c-3 div {
	width: 98%;
}
#middle-2c-2 { /* used for 2 column lay-out in product-series*/
	width:60%;
	float:left;
	margin-left: 3%;
}
#middle-1c {
	float:left;
	width:99%;
	overflow:hidden;
	clear:both;
}

/* top navigation */
#nav {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	z-index: 999;
}
#nav li {
	float: left;
	position: relative;
	background-image: url(c/nav_spacer.gif); 
	background-repeat: repeat-y; 
	background-position: top right;
	margin-right: 7px;
	padding-right: 7px;
	padding-bottom:1px;
}

#nav li:last-child {
	background: none;
}

#nav li.selected a {
	color: #D0D0D0;
}

#nav li a {
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;	
	text-transform: uppercase;
}

#nav li a:hover {
	color: #D0D0D0 !important;
}

	/* sub navigation */
	#nav li ul {
		position: absolute;
		top: 17px;
		left: -4px;
		border-top: solid 1px #fff;
		border-bottom: solid 2px #363a83;
		background-color: #363a83;
		z-index: 9999;		
		margin: 0;
		padding: 0;
		display: none;
	}
	
	
	#nav li ul li {
		display: list-item;
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: none;
		background: none;
		white-space: nowrap;
		padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 3px;
		width: 100px;
	}
	#nav li ul li a {
		float: none;
		font-size: 10px;
		line-height: 13px;
		text-transform: none;
		font-weight: normal;
		color: #fff !important;
		white-space: nowrap;
	}
	#nav li li.selected a {
		color: #D0D0D0 !important;
	}
	
	#nav iframe {
		position:absolute; 
		filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
		border:none; 
		width:100px;
		height:20px;
		left:0;
		z-index:-999;
	}
	
	/* end sub navigation */


#middle li {
list-style:none;
}

#middle ul {
	padding:0;
	margin:0;
	padding-left:4px;
}
#breadCrumbs
{
	color: #B4B4B2;
	font-size: 9px;
	padding: 7px 0 7px 7px;
}

.hide 
{
	display:none;
}
#user {
	position:absolute;
	left: 19px;
	top: 7px;
	color:#eee;
	padding: 2px 0 2px 0;
}

#user #logout a{
	 border: 1px solid #006699;
	 background-color: #363A83 ;
	 color:#fff;
	 width:50px;
	 text-decoration:none;
	 padding: 2px 5px 2px 5px;
	 text-align:center;
	 margin-left: 20px;
}

#user #logout a:hover {
	background-color: #3F4398;
	border: 1px solid #ccc;
}

#leftNavigationBox
{
	overflow: hidden;
	margin-bottom: 15px;
	background-image: url(c/left_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 183px bottom;
	background-color: #D5D8D7;
	width: 200px;
}
#leftNavigation
{
	padding: 10px;
}

#leftNavigation ul 
{
	margin-left:25px;
	padding:0;
	margin-top:0;
}
#leftNavigation li 
{
	list-style-type:none;
	font-size:10px;
	font-weight:bold;
	padding-bottom: 7px;
}

#middleNavigationBox
{
	overflow: hidden;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 183px bottom;
	background-color: White;
	width: 800px;
}
#middleNavigation
{
	padding: 10px;
}

#middleNavigation ul 
{
	margin-left:25px;
	padding:0;
	margin-top:0;
}
#middleNavigation li 
{
	list-style-type:none;
	font-size:10px;
	font-weight:bold;
	padding-bottom: 7px;
}

#rightNavigationBox
{
	overflow: hidden;
	margin-bottom: 15px;
	background-image: url(c/left_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 183px bottom;
	background-color: #D5D8D7;
	width: 200px;
}
#rightNavigation
{
	padding: 10px;
}

#rightNavigation ul 
{
	margin-left:25px;
	padding:0;
	margin-top:0;
}
#rightNavigation li 
{
	list-style-type:none;
	font-size:10px;
	font-weight:bold;
	padding-bottom: 7px;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	border:1px solid #69c;
	border-bottom:none;
}
#sidebar div {
	padding: 0 5px 0 5px;
}
#sidebar div input {
margin-bottom: 7px;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	text-align: center;
}
#sidebar label {
	font-size: 0.8em;
}
#sidebar h3 {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color: #003366;
}
#sidebar p {
	color: #363A83;
	font-size:10px;
	margin:2px 0 0px 3px;
	padding:0;
}
#searchbottom {
	background-image: url(c/search-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:19px;
	border-left: 1px solid #69c;
	border-right:none;
	margin: 0px;
	padding: 0px;
}

#right #options {
	background-color:#363A83;
	background-image: url(c/options-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	color:#fff;
}
#right #options div {
	padding:7px;
	padding-bottom:17px;
}

#right ul {
	margin: 0px;
	padding: 0px;
}

.style2 {
	font-size: 11px;
}
#right a:hover {
	text-decoration:underline;
}
#right p.refinesearch {
padding-top: 15px;
padding-left: 5px;
font-size:11px;
}
#right #options li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top:0;
}
#right #options li a {
	text-decoration: none;
	font-size: 11px;
	color:#fff;
	display: block;
	padding: 2px;
	border: 1px solid #363A83;
	margin:0;
}

#right #options li a:hover {
	background-color: #3F4398;
	border: 1px solid #CCCCCC;
}


/* left navigation */
#leftNav li
{
	list-style: none;
}


/* level 1 */
#leftNav
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #363A83;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#leftNav a
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #363A83;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

/* level 2 */
#leftNav li ul
{
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #363A83;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

#leftNav li ul li ul a
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

/* level 3 */
#leftNav li ul li ul
{
	padding: 0px;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #363A83;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

#leftNav li ul li ul a
{
	font-weight: normal;
}

#treeView
{
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #363A83;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	width: 200px;
	overflow: hidden;
}
#treeView table {
width:200px !important;
}

.TreeView
{
	padding-top: 2px;
	cursor: hand;
}

#treeView td
{
	font-size: 9px;
	font-weight: bold; 
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

#treeView .HoverTreeNode td 
{
	font-size: 9px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: #648bcb;
	text-decoration: underline;
	cursor: pointer;
}

.SelectedTreeNode
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}

.dgHeader, #middle .dgHeader td, .dgHeader th, #dgMouldList th
{
	color: #363A83;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
	border:none;
}
body #middle tr.dgHeader td 
{
	border-top:none;
}

.crumb, a.crumb:link, a.crumb:visited, a.crumb:active
{
	color: #B4B4B2;
	font-size: 9px;
	text-decoration: none;
}

a.crumb:hover
{
	color: #B4B4B2;
	font-size: 9px;
	text-decoration: underline;
}

.readmore
{
	display: block;
	margin-bottom: 14px;
	text-align:right;
}

.hr 
{
	width: 70%; 
	position: relative;
	height: 1px; 
	border-top: 1px dotted #C7C7C7; 
	margin-top: 17px;
	left: 24px;
	margin-bottom: 0;
}


/* Product table */

.productTbl

{
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	table-layout: fixed;
}

#middle td.prodFactsHead, #middle .productTbl th
{
	background-color: #C7C7C7;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	
}

td.prodFacts, #middle table.productTbl td

{
	border-bottom: 1px solid #C7C7C7;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
}

td.prodFactsSpacer

{
	height: 10px;
}


td.prodImageSmall

{
	width: 80px;
	text-align: left;
	vertical-align: middle;
}

td.prodCat

{
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
}

#productList table.productTbl td 

{
	border-bottom: solid 1px #ccc;
	padding: 3px 0 3px 0;
}



td.prodCatSpacer

{
	width: 3px;
}

td.prodImageSpacer

{
	height: 20px;
	border-bottom: 1px dotted #C7C7C7;
}

td.prodTblItem

{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	color: #363A83;
	font-size: 11px;
}

td.prodTblItemLeft

{
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
}
/* Mould table */
table.tblMould {
	border: 1px solid #ccc;
	border-collapse:collapse;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 12px;
	table-layout: fixed;
}
#middle table.tblMould td {
	background-color: #eee;
	border-bottom:1px solid #ccc;
	padding-left: 3px;
}
table.tblMould th {
	background-color:#ccc;
	padding-left: 3px;
	text-align:left;
	color:#000;
}





#middle h3.noborder {
	border:none;
}

#tab {
	display:block;
	width: 90%;
	margin: 15px 0px;
	padding: 0px;
	background-image: url(c/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 23px;
}
#tab ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#tab li {
	float: left;
	background-color: #363A83;
	color: #FFFFFF;
	margin-right: 4px;
}
#tab li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	float: left;
}
/* #tab li a:hover {
background-color: #3F4398;
}*/

#tab li.selected a, #tab li.selected a:hover{
background-color:#fff;
border: 1px solid #363A83;
border-bottom: 2px solid #fff;
color:#363A83;
padding-top: 3px;
padding-bottom: 2px;
margin-bottom:-1px;
}
#tab li.mouldedit {
	float:right;
}

.assistance a {
	background-image: url(c/icon-msg-unread.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	margin-left: 7px;
}
#middle table {
	width: 100%;
}
#middle table td {
	padding-bottom: 4px;
	vertical-align: top;
}
#middle td.prodCat {
	text-align: left;
	vertical-align: middle;
}

/* Nicetitle javascript */

div.nicetitle {
    position: absolute;
    padding: 2px;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    width: 100px;
	
    font-weight: bold;
    background-color: #363A83;
    border: 1px solid #ccc;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    display:none;
}


.specialproductcat 
{
	float:left;
	width: 196px;
	height: 70px;
	border-bottom: solid 1px #ccc;
	margin-right: 3px;
	margin-bottom: 3px;
}
.specialcatimg 
{
	float: left;
	clear: both;
	display: inline;
	padding-right: 0px;
	padding-bottom: 0px;
}
.specialcattext 
{
	float: left;
	padding-top: 23px;
	padding-left: 5px;
	width: 110px;
}

/* 3 column lay-out */

#middle-3c-1, #middle-3c-2, #middle-3c-3, #middle-2c-1 {
	float:left;
	width:33.3%;
	overflow:hidden;
}
#middle-3c-1 {
clear:both;
}

#middle-3c-1 div, #middle-3c-2 div, #middle-3c-3 div {
	padding-right:4px;
}
#middle-2c-2 { /* used for 2 column lay-out in product-series*/
	width:60%;
	float:left;
	margin-left: 3%;
}
#middle-1c {
	float:left;
	width:99%;
	overflow:hidden;
	clear:both;
}

#middle table.productlist td.mouldnr {
	font-weight: bold;
	background-color: #eee;
	padding-left: 3px;
}
td.mouldnr 
{
	width: 35%
}
#middle table.productlist 
{
	margin-bottom: 15px;
}

#middle table.productlist td.mouldprod {
	text-align:right;
	background-color: #eeeeee;
	padding-right: 3px;
}
#middle table td {
	padding: 3px 3px 3px 0px;
}
#middle table.productlist td, #middle table.productlist th {
padding-right:5px;
}
#middle table.productlist td.center {
	text-align:center;
}

.searchForm
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777775;
	line-height: 16px;
}

td.searchForm
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	width: 192px;
	text-align: left;
	vertical-align: top;
	border: none;
	height: auto;
}

td.searchFormHead
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	padding-top: 10px;
}

td.tdSearchRadiobutton
{
	width: 75px;
}

#middle table.productlist td {
	border-top: solid 1px #ccc;
	text-align: left;
	vertical-align:middle;
	padding: 2px
}
#middle #dgMouldList td {
	border-bottom: none
}

#middle table.productlist td.productimg {
text-align:right;
}

#middle table.productlist td.mouldnr {
	font-weight: bold;
	background-color: #eee;
	padding-left: 3px;
}
#middle table.productlist td.mouldprod {
	text-align:right;
	background-color: #eeeeee;
	padding-right: 3px;
}
#middle table.productlist td.center {
	text-align:center;
}
#middle table.related td {
	vertical-align: middle;
}
#middle table.searchformtbl td {
	padding-bottom: 15px;
}
#middle table.searchformtbl .wdc td { /* used for date chooser */
	padding-bottom: 0;
	padding-top:0;
	padding-right:0;
}
#middle table.searchformtbl table.wdc { /* used for date chooser */
	border: solid 1px #ccc;
}

#middle table.searchformtbl td.heading {
	padding-bottom: 0;
}
#middle table.searchformtbl td.heading h3{
	padding-bottom: 0;
	margin-bottom:0;
}
h3.tbl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
h3.mouldhistory 
{
	margin-top: 15px;
}
#middle table.limwidth 
{
	width: 95%;
	table-layout:fixed;
}
.dg_selecteditem {
	background-color:#ccc;
}
.margin-top {
	margin-top: 15px;
}
