/* COME AND GETCHA BREADCRUMBS */

div.bc-mid p {
	padding: 0 0 0 0;
	margin: 0 5px 0 5px;
	font-size: 14px;
	line-height: 16px;
	color: #505050;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
div.bc-mid a { text-decoration: none; }
div.bc-mid a:hover { }

div.download-promo {
	position: absolute;
	width: 130px;
	height: 66px;
	top: 78px;
	left: 563px;
	z-index: 90;
}

div.breadcrumb-container {
	width:692px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(/_images/catalogue/bc-strip-bkgrnd.gif);
	background-repeat: no-repeat;
	min-height: 36px;
	z-index: 99;
}
div.bc-item {
	height: 25px;
	float: left;
	margin: 0;
	padding: 9px 7px 0 7px;
}
div.bc-item a {
	color: #8d0d00;
	font-size: 12px;
}
div.bc-item p {
	color: #666666;
	font-size: 12px;
}
div.bc-item a:hover {	text-decoration: underline;}
div.bc-arrow {
	height: 33px;
	width: 10px;
	float: left;
	margin: 1px 0 0 0;
	padding: 0;
	background-image: url(../_images/catalogue/cat-bc-joiner-new.gif);
	background-repeat: no-repeat;
}
div.bc-active {
	float: left;
}

/* GENERAL */
div.catalogue-content { }

p.cat-level3 { width: 540px; margin-bottom: 15px;}

div.cat-list { width: 700px; float: left; margin-top: 10px;}

div.cat-hero {
	z-index: 1;
	position: absolute;
	top: 220px;
	left: 443px; 
}


/* PANELS */
div.cat-nav-panel {
	float: left;
	margin: 0px;
	padding: 4px 10px 0 0;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-image: url(/_images/catalogue/cat-panel-top-new.gif);
	background-repeat: no-repeat;
	background-position: -5px 0px;
	background-color: #FFFFFF;
	max-width: 250px;
	clear: left;
	opacity: 0.9;
}
div.cat-nav-panel ul {
	list-style: none;
	padding: 9px 0 9px 0;
}
div.cat-nav-panel li {
	padding: 4px 10px 4px 8px;
	margin: 0;
	background-image: url(../_images/catalogue/arrow.gif);
	background-position: -90px 90px;
	background-repeat: no-repeat;	
	font-size: 12px;
	line-height: 14px;
}
div.cat-nav-panel a {color: #696969;}
div.cat-nav-panel a:hover {	color: #8d0d00; text-decoration: none;}
div.cat-nav-panel li:hover {background-position: 0px 5px;}
div.cat-nav-panel li.active {background-position: 0px 5px;}
div.cat-nav-panel li.active a {color: #8d0d00;}

/* Cat LIST */
div.cat-list-item {
	width: 225px;
	height: 120px;
	background-color: white;
	border: 1px solid #e6e6e6;
	float: left;
	padding: 0;
	margin: 0 6px 6px 0;
}
img.cat-thumb-120 {
	float: left;
	margin-right: 5px;
}
p.cat-list-text {
	color: #333333;
	font-weight: bold;
	padding: 10px 3px 5px 5px;
	font-size: 11px;
	line-height: 12px;
	display: block;
	height: 45px;
}
p.cat-list-text a {
	color: #333333;
	text-decoration: none;
}
div.white-button-cat {
	height: 20px;
	padding: 0;
	margin: 0 2px 0 1px;
	z-index: 90;
	float: left;
}
div.white-button-cat-left {
	padding: 0;
	margin: 0;
	background-image: url(/_images/common/white-button-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 80px;
	text-align: center;
	z-index: 91;
	float: left;
}

/* PRODUCT DETAIL */
div.cat-hero-thumb {
	/*background-image: url(/_images/catalogue/cat-hero-thumb.jpg);*/
	background-repeat: no-repeat;
	margin-right: 40px;
	margin-bottom: 50px;
	margin-top: 23px;
	width: 304px;
	height: 374px;
	float: left;
}
img.cat-hero {
	margin: 1px 0 0 2px;
}
div.thumb-strip {
	height: 70px;
	text-align: center;
	margin: 0;
	padding: 0;
}
div.thumb-surround {
	width: 60px;
	height: 70px;
	margin: 0;
	padding: 0;
}
img.thumb, img.thumb-active {
	margin: 10px 0 0 5px;
	padding: 0;
}
img.thumb-active { border: 1px solid #b81618; }

div.cat-detail-text {
	position: absolute;
	top: 225px;
	left: 360px;
	width:320px;
}
p.cat-detail-p {
	clear: none;
	background-image: url(/_images/catalogue/cat-detail-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 0 8px 0;
	margin: 0;	
}
.cat-detail-label
{
	display: block;
	color: #999999;
	float: left;
	width: 80px;
}
.cat-detail-span
{
	display: block;
	padding-left: 80px;
}
