/***************************************
**	Breadcrumbs
****************************************/
#breadcrumb {
	height: 25px;
}
#breadcrumb ul {
	margin: 0px;
}
#breadcrumb ul li {
	float: left;
	list-style-type: none;
	padding-left: 15px;
	margin-left: 5px;
	background: url(images/icons/breadcrumb-list-style.png) no-repeat center left;
}
#breadcrumb ul li.first {
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}
#breadcrumb ul li a {
	color: #8b8b8b;
}
#breadcrumb ul li.last a {
	color: #3e9f8e;
}

/***************************************
**	Product Images
****************************************/
#product-images {
	float: right;
	width: 289px;
	margin-left: 11px;
}
#main-product-images {
	position: relative;
	width: 289px;
	height: 291px;
}
#main-product-images img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#product-thumbnails img {
	border: 1px solid #d2d2d2;
	margin: 0 4px;
}

/***************************************
**	Category Styles
****************************************/
.category-product, .hitzer-product {
	width: 200px;
	float: left;
	margin: 0 4px 20px;
}
.category-product h4, .hitzer-product h4 {
	text-align: center;
	color: #3e9f83;
}
.category-product h4 a, .hitzer-product h4 a {
	color: #3e9f83;
}
.part-listing {
	margin-bottom: 35px;
}
.part-listing td {
	padding: 2px 10px;
}

/***************************************
**	jQuery Tabs
****************************************/
.ui-widget-header {
	background: none !important;
	border: none !important;
}
.ui-widget-content {
	border: none !important;
}
.ui-tabs-panel {
	border-top: 1px solid #aaaaaa !important;
}

/***************************************
**	Specification Tables
****************************************/
#Specifications table {
	width: 100%;
}
#Specifications table strong {
	display: block;
	background: #f0f0f0;
	text-align: left !important;
}
#Specifications table td {
	text-align: left !important;
}

/***************************************
**	Other Styles
****************************************/
.horizontal-spacing {
	height: 15px;
}