#fast-search
{
	float: right;
	color: #0033CC;
	padding-right: 5px;
}
#search-browse
{
	padding: 0;
}

#search-table
{
	width: 100%;
}
	#search-table td
	{
		border: 1px solid #ebedee;
		background: url('../images/bg_box.gif');
		width: 33%;
		padding: 10px;
	}
.catphoto{
	margin-right:15px;
}
	#search-table div
	{
		float: left;
		width: 50%;
		margin-bottom:20px;
	}
#main-filters
{
}
	#main-filters table
	{
		border-collapse: collapse;
		width: 75%;
	}
		#main-filters table td
		{
			width: 20%;
			padding: 5px;
			border-left: 1px solid #ebedee;
		}
			#special-filters h3
			{
				color: #ff9900 !important;
				border-color: #ff9900 !important;
			}
	#main-filters h3
	{
		color: #0033CC;
		border-bottom: 2px solid #0033CC;
		margin-bottom: 3px;
		letter-spacing: 1px;
		font-size: 10pt;
	}
	#main-filters ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
		#main-filters ul li
		{
			list-style-image: none;
			padding: 3px;
		}
			#main-filters ul li input
			{
				border: none;
				background: none;
				margin: 0;
				padding: 0;
				overflow:hidden;
				width:14px;
				height: 14px;
			}
			#main-filters ul li span
			{
				color: #c0c0c0;
				font-size: 7pt;
			}
#go-button
{
	float: right;
	width: 20%;
	text-align: center;
}
#preview-results
{
	font-size: 13pt;
	border-top: 1px solid #ebedee;
	border-bottom: 1px solid #ebedee;
}
	#preview-results strong
	{
		color: #ff9900;
	}

.module-params
{
	padding: 3px;
}
	.module-params h3
	{
		background: #ebedee;
		margin: 0;
		text-align: right;
	}
		.module-params h3, .module-params h3 a
		{
			color: #888888;
			font-size: 8pt;
		}
	.module-params li
	{
		border-bottom: 1px solid #ebedee;
	}
	.module-params li span
	{
		float: right;
		color: #888888;
	}
	.module-params .main-menu-all
	{
		background: #FAFAFA;
	}
	.module-params .paramNotSelected
	{
		color: #888888;
	}
	
div.viewmode
{
	height: 30px;
}
	div.viewmode div
	{
		float: left;
		width: 50%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	div.viewmode img
	{
		display: block;
		margin: 0 auto;
	}
	div.viewmode label
	{
		display: block;
		text-align: center;
		background: none;
		padding: 0;
		color: #839AC0;
		cursor: hand; cursor: pointer;
	}
		div.viewmode label.paramSelected
		{
			color: #0033CC;
		}
		#label_viewmode_default
		{
			background: url('../icons/viewmode_default_no.gif') no-repeat top;
			padding-top: 22px;
		}
		#label_viewmode_default.paramSelected { background-image: url('../icons/viewmode_default.gif'); }
		#label_viewmode_thumb
		{
			background: url('../icons/viewmode_thumb_no.gif') no-repeat top;
			padding-top: 22px;
		}
		#label_viewmode_thumb.paramSelected { background-image: url('../icons/viewmode_thumb.gif'); }
#types
{
	padding: 0;
}
.main-menu
{
	list-style: none;
	list-style-image: none;
	margin: 0 0 10px 0;
	padding-left: 0px;
}
	a.main-menu
	{
		display: block;
		margin: 0;
		padding: 3px;
		font-size: 8pt;
		border-top: 1px solid #D5D9DB;
	}
	.main-menu a
	{
		color: #000;
		background: url('../images/bullet.gif') no-repeat left;
		padding-left: 10px;
		margin-left: 5px;
	}
	.main-menu label
	{
		cursor: hand;
		cursor: pointer;
	}
	.main-menu ul
	{
		list-style: none;
		margin: 0 0 5px 0;
		padding-left: 10px;
	}
	.main-menu ul li
	{
		list-style-image: none;
		padding: 0;
		margin: 0;
	}
	.main-menu span
	{
		color: #9B9B9B;
		font-size: 7pt;
		letter-spacing: -1px;
	}
	.sub-menu
	{
		font-size: 7pt;
	}
	label.paramSelected
	{
		background: url('../images/label-checked.gif') no-repeat left;
		padding-left: 15px;
		color: #0033CC;
	}
		a.paramSelected
		{
			background-image: url('../images/label-checked.gif');
			margin-left: 0;
			padding-left: 15px;
			color: #0033CC;
		}
	label.paramNotSelected
	{
		background: url('../images/label-unchecked.gif') no-repeat left;
		padding-left: 15px;
	}
.main-menu-all
{
	font-size: 9pt;
	font-weight: bold;
}
#browse-help, #browse_panel
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	background: #ebedee;
	border-top: 1px solid #D5D9DB;
	border-bottom: 2px solid #D5D9DB;
	color: #888888;
}
#browse_panel .browse-other-filters{
	border-left: 1px solid #D5D9DB;
  width:125px;
}
	#browse_panel, #browse-main-filter{
		background:#F4F5F5;
	}
	#browse-help h3, #browse_panel h3
	{
		margin: 0;
		color: #666666;
		font-size: 1.2em;
	}
	
	#browse_panel h3{
		margin-bottom:6px;
		text-align:left;
	}
	
	#browse_panel td td{
		text-align:left;
		margin-left:5px;
	}
	
	#browse_panel a{
		display:block;
		margin-bottom:4px;
	}
	
	#browse-help a, #browse_panel a
	{
		color: #4B4B4B;
	}
#browse-thumb
{
	width: 100%;
}
	td.browse-thumb
	{
		width: 33%;
		border-top: 1px solid #ff9900;
		background: #F6F6F6 /*url('../images/thumb-right-bottom.gif') bottom right no-repeat*/;
	}
		.browse-thumb-image
		{
			float: left;
			background: #fff;
			/*border: 1px solid #a0a0a0;*/
			margin-right: 4px;
			text-align: center;
			width: 100px;
		}
		.browse-thumb .prefix-title
		{
			display: none;
		}
		.browse-thumb-comparison
		{
			font-size: 7pt;
			/*background-color: #F6F6F6;*/
			color: #0033CC;
			padding-top: 2px;
			padding-bottom: 2px;
		}
	.browse-thumb-contents
	{
		margin-left: 102px;
	}
	.browse-thumb-title
	{
		height: 100px;
		overflow: hidden;
		padding-top: 3px;
		padding-bottom: 8px;
	}
		.browse-thumb-title a
		{
			color: #727272;
			font-size: 7pt;
		}
			.browse-thumb-title .highlight-title
			{
				color: #0033CC;
				font-size: 8pt;
			}
	.browse-thumb-price
	{
		text-align: right;
		font-size: 9pt;
		padding-top: 5px;
		padding-right: 10px;
		font-weight: bold;
		color: #0033CC;
	}
	.browse-thumb-price s
	{
		color: #75848A;
		font-size: 9pt;
		font-weight: normal;
		display: block;
	}
	.browse-thumb-price b
	{
		color: #fff;
		background-color: #0033CC;
		padding-left: 3px;
		padding-right: 3px;
	}

#browse
{
	width: 100%;
	clear: both;
	border-collapse: collapse;
}
	#browse td
	{
		vertical-align: top;
	}
	.browse-border td
	{
		border-top: 1px solid #ff9900;
		padding-top:7px;
		padding-bottom:7px;
	}
	.browse-image
	{
		vertical-align: middle !important;
		text-align: center;
		background-color: #ffffff;
		width: 100px;
	}
		.browse-image-manufacturer
		{
			text-align: center;
      vertical-align: middle !important;
			padding-right: 10px;
		}
	.browse-description
	{
		padding-right: 5px;
	}
		.browse-description a
		{
			font-weight: bold;
			display: block;
			margin-bottom: 5px;
			letter-spacing: .2;
		}
	td.browse-price
	{
		width: 33%;
		text-align: right;
		vertical-align: middle !important;
		background: #F6F6F6;
		/*border-left: 1px solid #c6c6c6;*/
		font-size: 11px;
		font-weight: bold;
		color: #0033CC;
	}
	span.browse-price-iva
	{
		background: #F6F6F6;
		/*border-left: 1px solid #c6c6c6;*/
		color: #888888;
		font-size: 7pt !important;
		font-weight: normal !important;
		text-align: right;
	}
		table.browse-price
		{
			width: 100%;
			border-collapse: collapse;
		}
			table.browse-price th, table.browse-price td
			{
				padding: 1px;
				/*width: 50%;*/
			}
			table.browse-price th
			{
				font-size: 8pt;
				text-align: left;
			}
			table.browse-price td
			{
				text-align: right;
			}
			.browse-price-explain
			{
				font-size: 7pt;
				font-weight: normal;
				color: #000000;
			}
				.browse-price-explain-promo
				{
					font-weight: normal;
					font-size: 7pt;
					color: #0033CC;
				}
				.browse-price-explain-welcome
				{
					border: 1px solid #ff9900;
					border-bottom: none;
					font-weight: normal;
				}
		.browse-price-old
		{
			font-size: 11px;
			font-weight: bold;
			color: #6F6F6F;
		}
		.browse-price-old td .old_prod
		{
			text-decoration: line-through;
			color:#6F6F6F;
			margin-right:5px;
		}
		.browse-price-current
		{
			font-size: 13px;
			font-weight: bold;
			color: #0033CC;
		}
		.browse-price-promo
		{
			font-size: 13px;
			font-weight: bold;
			/*background-color: #E5E5E5;*/
			text-decoration: none !important;
			color: #0033CC;
			vertical-align: middle;
			white-space:nowrap;
		}
			.browse-price-promo a
			{
				font-size: 7pt !important;
				color: #0033CC;
				font-weight: bold;
				padding-right: 20px;
			}
		.browse-price-welcome
		{
			font-size: 10pt;
			font-weight: bold;
			border: 1px solid #ff9900;
			border-bottom: none;
			background-color: #ff9900;
			color: #FFFFFF;
			vertical-align: middle;
		}
	.browse-comparison td a{
		font-size: 7pt;
	}
	.browse-comparison
	{
		vertical-align: middle !important;
		text-align: left;
		font-size: 7pt;
		background-color: #F6F6F6;
		color: #0033CC;
	}
	.browse-quantity
	{
		vertical-align: middle !important;
		background-color: #F6F6F6;
		font-size: 7pt;
	}
		.browse-quantity b
		{
			font-weight: normal;
			/*color: #D43200;*/
		}
	.browse-buy
	{
		text-align: right;
		vertical-align: middle !important;
		background: #F6F6F6;
	}
	.browse-params
	{
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 7pt;
	}
		.browse-params li
		{
			width: 33%;
			float: left;
			color: #727272;
		}
			.browse-params li span
			{
			}
			.browse-params li strong
			{
				color: #727272;
				/*color: #828282;*/
			}
.browse-no-products
{
	font-size: 13pt;
	font-weight: bold;
	color: #c0c0c0;
	padding-top: 20px;
	padding-bottom:100px;
	text-align: left;
}
#browse_notes
{
	text-align: center;
	font-size: .8em;
	color: #c0c0c0;
}
#browse-pagination
{
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}
#browse-pagination, #browse-pagination div
{
	font-size: 8pt;
}
	.page
	{
		float: left;
		width: 20px;
		font-weight: bold;
		text-align: center;
		padding-top: 3px;
		padding-bottom: 3px;
		background: url('../icons/page.png') no-repeat center;
		color: #0033CC;
		margin-left: 3px;
		letter-spacing: -2px;
	}
	a.page:hover
	{
		background-image: url('../icons/page-selected.png');
		color: #ffffff;
	}
	span.page
	{
		background: url('../icons/page-selected.png') no-repeat center;
		color: #ffffff;
	}
#browse-pagination_n-results
{
	color: #828282;
	font-size: 10pt !important;
}

/**** COMPARISON ***/
#comparison-module
{
	padding: 0;
}
.comparison-module-products
{
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid #ebedee;
	background: url('../images/bg_box.gif');
}
	#comparison-start
	{
		display: block;
		background: #0033CC url('../icons/compare.gif') no-repeat left;
		padding-left: 30px;
		padding-top: 3px;
		padding-bottom: 3px;
		color: #fff;
	}

#comparison th
{
	background-image: url('../images/bg_box2.gif');
	border: 1px solid #c0c0c0;
	color: #000000;
	font-size: 8pt;
    font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#comparison td
{
	border: 1px solid #ebedee;
	text-align: center;
	font-size: 8pt;
}
	.comparison-price
	{
		font-size: 13pt !important;
		font-weight: bold;
		color: #0033CC;
	}
#comparison-footer
{
	border-top: 1px dashed #c6c6c6;
	padding-top: 3px;
	margin-top: 3px;
	text-align: center;
	font-size: 7pt;
}

/**** SPECIALS ****/
.specials
{
	float: left;
	width: 30%;
	height: 170px;
	background: url('../images/bg_box.gif');
	border: 1px solid #ebedee;
	margin: 5px;
	text-align: center;
}
	.specials-img
	{
		display: block;
		height: 100px;
	}
	.specials-price
	{
		float: right;
		width: 55%;
		font-size: 10pt;
		font-weight: bold;
		color: #0033CC;
		text-align: right;
	}
	.specials-name
	{
		clear: both;
		height: 50px;
		overflow: hidden;
	}
.filtermenumain li{
	text-align:left;
}
.filtermenumain li label.paramNotSelected{
	background-image: none;
}
.filtermenumain li span,.filtermenumain li label{
	color:#4B4B4B;
	font-size:8pt;
}

.manufacturer_selected{
	background:transparent url(../images/label-checked.gif) no-repeat scroll left center;
	padding-left:15px;
	font-weight:bold;
}

#browse-main-filter{

}

span.remove_all_filters{
	float:right;
	display:block;
	margin-right:10px;
	padding-top:2px;
}

span.remove_all_filters a{
	margin-bottom:0px!important;
}

.browse-list-promo-scad{
	color:black;
	font-size:10px;
	font-weight:normal;
	margin-right:10px;
}
