#product_catalog {
	background-color: #000;
	padding: 5px 0px 20px 5px;
	overflow: auto;
	height: 100%;
	width: auto;
}

#product_catalog h1 {
	position: relative;
	width: 332px;
	height: 24px;
	margin-bottom: 29px;	
	font-size: 1.6em;
}

#product_catalog h1 span {
	position: absolute;
	top: 0; left: 0;
	background: url(../images/dse_product_range.jpg) no-repeat;
	width: 100%;
	height: 100%;
}

#product_catalog_image_bar {
	background: url(../images/dse_product_image_bar.jpg) no-repeat;
	width: 733px;
	height: 112px;
	margin-left: 2px;
}

#product_catalog .header {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0 3px 5px;
	line-height: 1.1em;
}

#product_search_box .header {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 5px 3px 0px;
	line-height: 1.1em;
	font-size: 11px;
	background-color: #00ff00 !important;
}

#product_search_box {
	position: relative;
	margin-left: -5px;
	top: 1px;
	overflow: hidden;
	height: 100%;
	color: #000;
	width: 590px;
	background: #d1f0c2;
}

#product_search_box ul {
	list-style: none;
}

#product_search {
	position: relative;
	left: -5px;
	top: -2px;
}

.items {
	list-style: none !important;
	overflow: visible;
	background: #d1f0c2;
}

.items li {
	float: left;
	width: 150px;
	font-size: 0.9em;
	line-height: 1.1;
	overflow: visible;
	text-transform: uppercase;
}

.items a {
	text-decoration: none;
	color: #000;
	overflow: visible;
}

.items a:hover {
	text-decoration: underline;
}

#catalog_results {
	width: 155px;
	float: left;
	position: relative;
	margin-top: 10px;
	left: -5px;
	color: #fff;
	line-height: 1.1;
	font-weight: bold;
}

#catalog_results_full .result dl {
	overflow: hidden;
	width: 100%;
}

#catalog_results .product {
	text-transform: uppercase;
	color: #fff !important;
}

#catalog_results .header {
	color: #fff;
	background: #a6a6a6;
}

#quick_results {
	padding-left: 5px;
}

#quick_results dt {
	margin-top:5px;
}

#catalog_results_full {
	float: left;
	position: relative;
	left: -5px;
	margin-top: 10px;
	color: #fff;
	width: 435px;
}

#catalog_results_full .header {
	background: #7c7c7c;
}

#catalog_results_full .range, #catalog_results_full .product, #catalog_results_full .short_desc, #view_product .short_desc {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1;
}

#catalog_results_full .range, #catalog_results_full .image {
	float: left;
	width: 145px;
}

#catalog_results_full .result {
	border: 1px solid #7c7c7c;
	overflow: hidden;
	width: auto;
	padding: 5px;
	border-top: none;
}

#catalog_results_full .description, #catalog_results_full .more_info, #catalog_results_full .short_desc {
	line-height: 1.0;
	float: right;
	width: 278px;
}

#catalog_results_full .product {
	float: left;
	width: 100%;
}

#catalog_results_full .more_info {
	margin-top: 10px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}
