/* Search Feature*/
.content-table{
	width:1240px;
	height:400px;
}
.sidebar{
	width:150px;
	background: url(../img/divider.jpg) repeat-y top right;
	padding:10px;
}
.sidebar ul li{
	padding:10px;	
}
.sidebar ul {
	list-style-image: url('../img/bullet.jpg');
}
.sidebar ul li a{
	text-decoration:none;
	color:black;
}
.sidebar ul li a.active{
	color:red;
}
.sidebar ul li a:hover{
	color:red;
	text-decoration:underline;
}
.content-desc{
	padding:20px 20px;
}
.search_btn{
	cursor:pointer;
	position: absolute;
	margin-top: 2px;
}
.dropdown{
	width:300px;
	padding:3px;
	-webkit-appearance:none;
   -moz-appearance:none;
   -o-appearance:none;
   appearance:none; 
	  text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/ 
	  float:left;
}
.dropdown-arrow{
	position:absolute;
	margin-left:267px;
	pointer-events:none;
}
.dropdown-arrow2{
	position:absolute;
	margin-left:132px;
	pointer-events:none;
}
.dropdown-arrow3{
	position:absolute;
	margin-left:117px;
	pointer-events:none;
}
.dimension-table tr td{
	padding:0 15px;
}
.dimension-table .odd{
	background:#f2f2f2;
}
.dimension-table .even{
	background:#cdcdcd;
}
.dimension-label{
	background:black;
	padding:10px 15px !important;
	font-size:22px;
	color:#ffffff
}
.dimension-nolabel{
	padding:15px 25px !important;
}
.filter_shape{
	list-style: none;
}
.filter_shape li{
	float:left;
	margin:0 30px;
	text-align:center;
	cursor:pointer;
} 
#loading,#loading2{
	visibility: hidden;
	height: 30px;
	vertical-align: bottom;
}
.dimension_button{
	background: url(../img/button.jpg) repeat-x;
	border:none;
	color:white;
	padding: 5px 15px;
	cursor:pointer;
}
.search_criteria tr td{
	padding: 5px 10px;
}
.highlight { 
	background-color: yellow;
}
.next{
	width:auto;
	height:auto;
}
.filter_shape li a{
	text-decoration:none;
	color:black;
}
.filter_shape li a:hover{
	text-decoration:none;
	color:black;
}
.dimension_label{
	text-decoration:none;
	color:black;
	cursor:normal;
}
.dimension_label:hover{
	text-decoration:none;
	color:black;
	cursor:normal;
}
.product-info tr td{
	padding:3px;
}