/* CSS Document */

body, p, b, i, strong, em, dt, dd, dl, sl, caption, th, td, tr, u, blink, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	background-image: url(/shared/wf_tile.gif);
	background-repeat: repeat;
}

select, option, form, input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

a:link, a:visited {
	color: #053061;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}


/*--left nav --*/

#leftbar{
	float: left;
	width: 160px;
	height: 200px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
ul.features {
	list-style-type: circle;
	margin-left: 10px;
	padding-left: 10px;
	}

#menu4 {
	width: 170px;
	margin: 0px;	
	}
	
#menu4 li a {
	margin-bottom: 5px;
	height: 22px;
	text-decoration: none;
	border: 1px solid #e2e2e2;
	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #053061;
	display: block;
	background: url(/shared/menu4.gif);
	padding: 8px 0 0 30px;
	}
	
#menu4 li a:hover {
	color: #053061;
	display: block;
	background: url(/shared/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
#menu4 li a:active {
	color: #fff;
	display: block;
	background: url(/shared/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}
	
#menu4 li.here {
	height: 24px;
	color: #fff;
	background: url(/shared/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	margin-bottom: 5px;
	}

/*--end left nav --*/

#breadcrumb{
	height: 15px;
	color: #330000;
	font-size: 10px;
	padding-bottom: 8px;
	padding-top: 3px;
	padding-left: 20px;
	}
#main-padding {
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#content-padding {
	padding-left: 20px;
}

.pagehead-blue {
	font-size: 13px;
	color: #003366;
}

.bold-brown {
	font-weight: bold;
	color: #993300;
}

.prodListPic{
	align: center;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	background-position: center;
	margin: 3;
	}

/*--product page styles--*/
#dimensions {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
	text-align: center;
}
.notavailable {
	color: #CC0000;
	padding: 0px;
	width: 100%;
	margin-bottom: 12px;
}

#dimensions-numbers {
	color: #666666;
	padding: 3px;
	text-align: center;
}

#rt-column {
	padding-left: 10px;
	line-height: 15px;
	padding-top: 20px;
}

.small {
	font-size: 10px;
}

.bold-maroon {
	font-size: 11px;
	font-weight: bold;
	color: #330000;
}
.french-listname {
	color: #666666;
}
.sidebar-callout-english {
	color: #053061;
}
.product-function {
	font-weight: bold; 
	margin-bottom: 4px;
}