/*
-----------------------------------------------
SiteSuite Australasia Pty Ltd
Author:   Jarrod Strachan
Version:  08 March 2005
Product:  Custom Catalogue
----------------------------------------------- */


/* Custom Catalogue
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#srchResults {
	float: left;
	width: 701px;
	}
	
#productID {
	color: #FFF;
	font-size: 18pt;
	font-weight: bold;
	}
	
	
/* Standard */
h3.title {
	display: block;
	z-index: 10;
	background: #B7B7B7 url("/persistent/siteImgs/ttlBullet.gif") no-repeat 0% 0%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 22px;
	padding-top: 2px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 20px;
	width: 701px; /* bmh */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 679px;
	}
html>h3.title {
	width: 679px;
	} 
	
h3.title2 {
	display: block;
	z-index: 10;
	background: #B7B7B7 url("/persistent/siteImgs/ttlBullet.gif") no-repeat 0% 0%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 22px;
	padding-top: 2px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 20px;
	width: 329px;
	}

* html h3.title2 {
	width: 100%;
	}
	
	
/* Bread Crumbs
-------------------------------------- */

#crumbs {
	text-transform: uppercase;
	font-size: 9px;
	padding: 0px 9px 4px 22px;
	margin: 0;
	clear: both;
	width: 700px;
	text-align: left;
	line-height: 2em;
	}
	

/* Detailed Product Layout
-------------------------------------- */

#detailWrapper {
	width: 701px;
	margin-bottom: 15px;
	}
	
.key {
	color: #8D8D8D;
	font-weight: bold;
	padding-left: 10px;
	}
	
span.topLevel {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	}
	
span.secondLevel {
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
	}
	
span.thirdLevel {
	font-size: 10px;
	line-height: 1.4em;
	}
	
.graphValue {
	font-size: 10px;
	font-weight: bold;
	color: #8D8D8D;
	}

