.content .left-panel {
	width: 800px;
	min-height: 300px; 
	position: relative;
	float: left;
}

.content .left-panel .text-wrapper {
	width: 757px;
	min-height: 300px; 
	margin: 16px 0px 16px 0px;
	padding: 12px 18px 12px 18px;
	background: url('img/text-bg.png') repeat-y;
	position: relative;
}
.content .left-panel .text-wrapper .top {
	position: absolute;
	top: -6px;
	left: 0px;
	right: 0px;
	height: 6px;
	background: url('img/text-bg-top.png') no-repeat;
}
.content .left-panel .text-wrapper .bottom {
	position: absolute;
	bottom: -6px;
	left: 0px;
	right: 0px;
	height: 6px;
	background: url('img/text-bg-bottom.png') no-repeat;
}

.content .right-panel {
	float: left;
	width: 198px;
	min-height: 300px; 
	padding-top: 8px; 
}
.content .right-panel h2 {
	font-size: 17px;
	color: #585858;
	margin: 5px 0px 2px 5px;
	font-weight: normal;
}

/*
 * GOOGLE MAP
 */
.google-map {
	width: 495px;
	height: 350px;
	margin: 0px 7px 0px 0px;
	float: right;
	border: 1px solid #999999;
}

/*
 * PANEL WRAPPER
 */
.panel-wrapper {
	background: url('img/panel-wrapper-bg.png') repeat-y;
	width: 179px;
	min-height: 50px;
	margin: 9px 0px 18px 0px;
	padding: 3px 15px;
	position: relative;
}
.panel-wrapper .top {
	position: absolute;
	background: url('img/panel-wrapper-top.png') no-repeat;
	top: -9px; left: 0px; right: 0px;
	height: 9px;
}
.panel-wrapper .bottom {
	position: absolute;
	background: url('img/panel-wrapper-bottom.png') no-repeat;
	bottom: -8px; left: 0px; right: 0px;
	height: 8px;
}

/*
 * TOP PRODUCT
 */
.top-product {
	display: block;
	text-align: center;
}
.top-product .image {
	width: 179px;
	padding: 5px 0px;
}
.top-product .image img {
	max-width: 160px;
	max-height: 160px;
}
.top-product span {
	display: block;
}


/*
 * TECHNOLOGY ITEMS
 */
.technology-wrapper {
	white-space: nowrap;
	
}
.technology-wrapper .technology-list {
	height: 81px;
	overflow: hidden;
	white-space: nowrap;
}
.technology-list a {
	position: relative;
	text-decoration: none;
	width: 431px;
	overflow: hidden;
}
.technology-list a .image {
	background: url('../products/img/category-img-wrapper.png') no-repeat;
	width: 82px;
	height: 81px;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
.technology-list a .image img {
	max-width: 70px;
	max-height: 70px;
	border-left: 2px solid transparent;
}
.technology-list a .image .corner {
	position: absolute;
	width: 21px;
	height: 16px;
	top: 0px;
	right: 0px;
	background: url('../products/img/category-img-corner.png') no-repeat;
}
.technology-list a .image .hover {
	background: url('../products/img/category-img-wrapper-hover.png') no-repeat;
	position: absolute;
	top: 0px; left: 0px; bottom: 0px; right: 0px;
}
.technology-list a:hover .image .hover,
.technology-list a.show-image .image .hover {
	background: none;
}
.technology-list a .content {
	display: block;
	float: left;
	width: 352px;
	height: 81px;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}
.technology-list a .content h1 {
	padding: 0px 3px;
}

/*
 * PRODUCT SEARCH
 */
.search-title {
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 4px;
	color: #333333;
}
.search-value {
	margin-bottom: 10px;
}

.product-search-results {
	
}
.product-search-results a {
	position: relative;
	text-decoration: none;
	display: block;
	margin: 15px 0px;
	height: 81px;
}
.product-search-results a .image {
	background: url('../products/img/category-img-wrapper.png') no-repeat;
	width: 82px;
	height: 81px;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
.product-search-results a .image img {
	max-width: 70px;
	max-height: 70px;
	border-left: 2px solid transparent;
}
.product-search-results a .image .corner {
	position: absolute;
	width: 21px;
	height: 16px;
	top: 0px;
	right: 0px;
	background: url('../products/img/category-img-corner.png') no-repeat;
}
.product-search-results a .image .hover {
	background: url('../products/img/category-img-wrapper-hover.png') no-repeat;
	position: absolute;
	top: 0px; left: 0px; bottom: 0px; right: 0px;
}
.product-search-results a:hover .image .hover {
	background: none;
}
.product-search-results a .content {
	display: block;
	float: left;
	width: 650px;
	height: 66px;
	padding-left: 10px;
	padding-top: 15px;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}
.product-search-results a .content h2 {
	padding: 0px 3px;
	font-weight: normal;
	font-size: 17px;
}
.product-search-results a:hover .content h2 {
	font-weight: bold;
}
.product-search-results a .content .category {
	padding: 0px 3px;
	color: #989898;
}

/*
 * DATA PAGES
 */
.data_pages {
	text-align: center;
}
.data_pages a,
.data_pages span {
	text-decoration: none;
	display: inline-block;
	min-width: 15px;
}
.data_pages a:hover {
	font-weight: bold;
}
