.fixed_table_header {
	position: absolute;	
	background-color: #CCCCCC;
}

.fixedheadercell {
	float: left;
	padding: 4px 5px 4px 5px;
}

#data_listing_table {

}


.chzn-container-single .chzn-single .chzn-drop {
	height: 26px;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	width: 220px;
}

.chzn-single {
	height: 29px !important;
}


.chzn-search input {
	height: 26px;
	width: 200px;
}

	#favicon {
		background-repeat: no-repeat;
		display: inline-block;
		height: 14px;
		line-height: 14px;
		margin-top: 1px;
		vertical-align: text-top;
		width: 14px;
		cursor: pointer;
	}
	
	.favicon_disabled {
		background-image: url("/images/staricontransparent.png");
	}
	
	.favicon_enabled {
		background-image: url("/images/staricon2.png");
	}
	
   #data_container {
	   display: none;
	   margin-bottom: 20px;
   }
   
   #data_listing {
	   height: 300px;
	   overflow: auto;
	   border-top: 1px solid #0080FF;
	   border-bottom: 1px solid #0080FF;
   }
   
   .well {
	   //text-shadow: 0 1px 0 #FFFFFF;
   }
   
   div#map {
   -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
   z-index: 5000;
   border: 1px solid black;
   background-color: white;
   padding: 8px;
   margin-bottom: 20px;
   }
   
   div#map_canvas {
      border: 1px solid gray;
	  height: 300px;
   }

   div.maps {
      border: 1px solid white;
   }
   
   div#nearbycontent {
	   display: none;
	   background-color: white;
	   z-index: 10000;
	   height: 320px;
   }
   
   div#sltrendcontent {
	   display: none;
   }
   
      
   div#otherproductlink {
	   border: 0px solid gray;
   }

   div#otherproductlink:hover {
      cursor: pointer;
      text-decoration: underline;
      color: #3399FF;
   }
   
   div#controllink:hover {
	  cursor: pointer;
      text-decoration: underline;
      color: #3399FF;
   }
   
   div#youarehere {
	   position: absolute;
	   
   }

   
   