#product-finder-filters {
	border:solid 1px #aaa;
	background-color:#fff;
	width:600px; /* #filter-software-type total width + #filter-business-size total width */
	padding: 10px 0;
}
#filter-software-type, #product-finder-tabs-1, #filter-business-need {
	float:left;
	width:390px;
	margin:0;
	margin-left:10px; /* margin-left + width = total width */
	padding:0px;
	padding-bottom:10px;
	border:none;
}
#filter-business-size {
	float:left;
	width:190px;
	margin-left:10px; /* margin-left + width = total width */
	padding-bottom:10px;
}
#filter-vendor {
	border-top:solid 1px #ccc;
	padding:5px 10px 0 10px;
	font-weight:bold;
}
.filter-options-default {
	margin-top:5px;
}
.show_more_category_link {
	margin-top:10px;
	font-size:11px;
}
.show_more_category_link a:link{
	font-size:11px;
	font-weight:bold;
}
#software-type-change, #show_more_or_link {
	display:none;
}
.product-finder-lightbox {
	display:none;
}
.subsegment-list {
	display:none;
}
.vendor-lightbox-segment {
	display:none;
}

#product-finder-results {
	position:relative;
	margin-top: 30px;
}
.updating {
	opacity:0.4;
	filter:alpha(opacity=40);
}
#results-message{
	position:absolute;
	width:100%;
	z-index:10;
	color:#000;	
}
#results-message-inner {
	background-color:#eee;
	margin: 15px auto;
	width:300px;
	text-align:center;
	padding:25px 0;
	border:solid 3px #ccc;
}
#no-results {
	border: solid 5px #ccc;
	padding:20px;
}
#results-product-count {
	font-size:20px;
	color:#003e7e;
}
#product-list {
	border: solid 1px #ccc;
}
.product-header {
	color:#fff;
	background-color:#366392;
	padding: 0 0;
	width:100%;
	font-weight:bold;
	height:35px;
	line-height:35px;
}
.product-row {
	padding:5px 0;
	line-height:16px;
}
.product-name, .product-vendor, .product-software-type, .product-summary {
	float:left;
	padding:0 15px;
}
.product-name {
	border-right:solid 1px #fff;
	width:150px;
}
.product-vendor, .product-software-type {
	width:150px;
	border-right:solid 1px #fff;
}
.product-summary {
	width:320px;
}
.product-row .product-name {
	font-size: 14px;
	font-weight:bold;
}
#product-list .product-row, .product-ad-row {
	border-top:solid 1px #ccc;
}
#product-finder-ad-space {
	margin-left:10px;
	width:280px;
	float:left;
	background-color:#fff;
}
.show_more_header {
	padding: 4px 0;
	margin-bottom:5px;
}
.show_more_title {
	font-size:14px;
	font-weight:bold;
}
.show_more_item {
	line-height:18px;
	float:left;
	width:100%;
}
.show_more_item input {
	float:left;
	margin-top:2px;
}
.show_more_item label {
	float:left;
	width:165px;
	display:block;
	padding:0px 0 0px 5px;
	cursor:pointer;
	line-height:20px;
}

.show_more_item a, #TB_window #software-type-lightbox-container a {
	color:#057AD4;
}
.show_more_column ul {
	margin:0 !important;
}
.show_more_column ul.software_parent {
	padding-bottom:10px;
}
.show_more_column ul.software_parent li a {
	font-weight:bold;
	line-height:12px;
}
.show_more_column ul.software_child li a {
	font-weight:normal;
}
.show_more_column ul, .show_more_column ul li {
	list-style:none;
}
.show_more_column li.term_child {
	margin-left:10px;
}
.show_more_column li.term_parent a {
	font-weight:bold;
}
.show_more_submit {
	margin-top:10px;
}
.software_type_column {
	float:left;margin-right:15px;
	width:220px;
}
#TB_window .show_more_submit a {
	font-size:14px;
	padding:5px 20px;
	line-height:20px;
	border:solid 1px #ccc;
	background-color:#eee;
	margin-right:10px;
	color:#333;
	border-radius:5px;
}
#TB_window .show_more_submit a:hover {
	text-decoration:none;
	background-color:#fff;
	
	color:#057AD4;
}
.vendor-lightbox-segment {
	padding: 10px 0;
}
.product-finder-hidden-page {
	display:none;
}
#product-paging {
	margin-top: 10px;
}
#product-paging a {
	display:block;
	padding: 0 3px;
	float:left;
	margin-right:5px;
	text-decoration:none;
	line-height:18px;
	height:18px;
}
#TB_window .show_more_header a {
	margin-left:10px;
	border:solid 1px #ccc;
	font-size:11px;
	padding:2px 10px;
	color:#057AD4;
	border-radius:5px;
}
#TB_window .show_more_header a:hover {
	background-color:#eee;
	text-decoration:none;
}

.closed-page {
	border:solid 1px #366392;
}
.current-page {
	border:solid 1px #fff;
}
.closed-page:hover {
	background-color:#366392;
	color:#fff;
}
#vendor-lightbox-message {
	display:none;
	color:#ff0000;
}
.product-finder-active-sort {
	font-weight:bold;
}