/* home.css

Created:	2006-11-05
Modified:	-
Author:		Keith Riches &amp; Nick Snell
Version:	0.1
Cascade:	-
Notes:
*/

@import url(screen.css);
@import url(products.css);

/* Class ------------------------------------------------- */
.headerGreyImage, .headerBlack, .headerGold {
	font-size: 14px;
	font-family: "Trebuchet ms", Helvetica, sans-serif;
	font-weight: bold;
}

.headerGreyImage { color: #ccc; }
.headerBlack { color: #000;}
.headerGold { color: #7C6048; font-weight: normal; }

.elementSpacer {
	border-bottom: 1px dotted #999;
	padding-top: 15px;
	clear: both;
}

.elementSpacerBottom {
	height:25px;
}

.leftLink {
	border-top: 1px solid #de9735;
	border-bottom: 1px solid #de9735;
	background-color: #c8beb2;
	height: 20px;
	padding: 2px 0px 0px 10px;
}

.leftLink a:link, .leftLink a:active, .leftLink a:visited {
	font-family: "Trebuchet ms", Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.leftLink a:hover {
	text-decoration: underline;
	padding-top: 3px;
}

.itemDetail {
	width: 200px;
	float: right;
	height: 122px;
}

/* Image Side Links --------------------------------------- */
.imageLinks {
	width: 150px;
	float: right;
}

.bullet {
	margin-right: 6px;
	border: none;
}

.imageSideLink {
	width: 120px;
	border: 1px solid #999;
	padding: 3px 0 3px 5px;
}

.imageSideLinkClear {
	height: 12px;
}

.productText {
	clear:both;
	padding: 10px 0 15px 0;
}