.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  /* for IE/Mac */
<!--
[if IE]>  .clearfix {
 zoom: 1;     /* triggers hasLayout */
 display: block;     /* resets display for IE/Win */
}
<![endif]
-->

/**********************  TAB 1 ****************************/
#search_wrapper {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:100%;
	margin:10px 0 10px 0;
	padding:0;
	background-color: #E0E0E0;
	height:28px;
	text-align:right;
}

#search_wrapper label { margin:0 5px 0 5px; }
#search_wrapper input { font-size: 0.9em;  }
#search_wrapper button.btnClear { font-size: 0.9em;  padding-right:5px; }

#tabsearch {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #E0E0E0;
	padding: 10px;
	width:400px;
	float:right;
	text-align:center;
}
#tabsearch label {
	font-size:0.9em;
	color:#06C;
	font-weight:bold;
	padding-right:5px;
}
#search_wrapper .clear {
	font-size:1em;
	width:50px;
}
#search_wrapper div input {
	font-size:1em;
}

/**********************  TAB 2 ****************************/

#filter_wrapper {
	float:left;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 10px 10px 0;
	width:182px;
	height:100%;
	background-color: #E0E0E0;
	padding-top:10px;
}

#filter_wrapper label { font-size: 1em;color:#444;  }
#filter_wrapper #ClearAll { margin-left:35px; }

#specHeader {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:100%;
	margin:10px 0 10px 0;
	padding:0;
	background-color: #E0E0E0;
	height:28px;
}
#specHeader .filterMatches {
	padding:0;
	padding-right: 10px;
	width:160px;
	float:right;
	text-align:right;
}
#specHeader .appliedFilters {
	padding: 0;
	padding-left: 10px;
	width:500px;
	float:left;
}
#specHeader .filterMatches h4, #specHeader .appliedFilters h4 {
	margin:5px 0 5px 0;
	padding: 0 0 5px 0;
	color:#444;
}
.filter {
	padding: 0 10px;
	width:160px;
	float:right;
	margin-bottom: 10px;
}
.filter_btn {
	padding: 0 10px;
	width:160px;
	float:right;
	margin-bottom: 10px;
	width:160px;
}

#filter_wrapper .filter select {
	font-size:11px;
	padding:0 0 3px 0;
	color:#222;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	width:155px;
}

#filter_wrapper .filter button, #search_wrapper .filter label, #search_wrapper .clear, #ClearAll {
	font-size:0.95em; 
	color:#444;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.sortable { color:#06C;border-bottom:1px dotted #06C;text-decoration:none; }
.sorted { color:#06C;border-bottom:1px solid #06C;text-decoration:none; }


#table-tab2 { width: 700px; float:left; margin:0; padding:0; }
#table-tab2 table { width: 100%; margin:0; padding:0; }

/**********************  TAB 3 ****************************/

#tab3 .image-zoom{
	padding:5px 0 30px 0;
	text-align:center;
	float:left;
	width:130px;
	height:175px;
	min-height:175px;
	position:relative;
}

img.double-border {
	border: 5px solid #EEE;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:3px;
}

#tab3 .image-zoom span {
	background-image:url(/common_2010/img/shell/zoom.gif); 
	background-repeat:no-repeat; 
	width:20px; 
	height:20px; 
	position:absolute; 
	right:10px; 
	top:10px;
}

#tab3 .image-zoom .small_link {
	font-size:0.9em;
}

div#fancy_title td {
	border:none;
	padding:0;
	margin:0;
}
 /* Series Page Tables
----------------------------------------------- */

#mainTable td.model_number {
		text-align:left;
		font-size:11px;
	}
#mainTable td.VA {
		text-align:left;
		width:70px;
		text-align:center;
	}
#mainTable td.price {  
		padding-right:5px;
		text-align:right;
	}
#mainTable td.actions { 
		padding-left:10px;
		border-right:none;
	}
