#kwresult_header{
	background: #f0f2fc url(http://lowes.Know-Where.com/lowes_gadget/Icon/table_head.jpg) repeat-x scroll center top;
	border: 1px solid #cccccc;
	border-bottom: none;
	height: 20px;
	text-align: center;
	margin-left: 2px;
	padding-top: 4px;
	color: #2a4673;
	font-weight: bold;
}

.kw .dijitAccordionBody {
	background:#f8faff none repeat scroll 0 0;
	overflow: hidden;
}

.kwresult_zoom_link{
	cursor: pointer;
}	

#kwresult_layout{
	background-color: #f8faff;
}

.kwresult_pane{
	background-color: #f8faff;
}

.kwresult_header_text{
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;	
	color: #2a4673;
}

.kwresult_more_info_text{
	padding: 10px;
	background-color: #f8faff;
	overflow:hidden;
	width:197px;
	font-size: 1em;
}

.kwresult_slot {
	font-size: 10px;
	width: 100%;
}

.kwresult_normal0 {
	background-color: #C7CEE4;
	display: block;
}

.kwresult_normal1 {
	background-color: #E3E7F1;
	display: block;
}

.kwresult_rh0 {
	background-color: #C1C8DD;
}

.kwresult_rh1 {
	background-color: #DCE0E9;
}

.kwresult_lh0 {
	background-color: #C7CEE4;
}

.kwresult_lh1 {
	background-color: #E3E7F1;
}

.kwresult_hidden {
	display: none;
}

.kwresult_show {
	display: block;
}

.kwresult_show_inline {
	display: inline;
}

.kwresult_highlight {
	background-color: #FFFFFF;
}

.kwdetail_hidden {
	display: none;
}

.kwdetail_show {
	display: block;	
}

.kw_textbox {
	width: 160px;
	color: #808080;
}

.kw_textbox_focus {
	width: 160px;
	color: #000000;
}

.kw_pulldown {
font-size: 12px;
width: 242px;
margin-left: 3px;
}


ul#tabnav { /* general settings */
	
	text-align: left; /* set to left, right or center */
	margin: 0 0 0 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #FF6633; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { 
	display: inline; /* do not change */
	margin-right: 0px; 
	margin-left: 0px; 
	padding-left: 0px; 
	padding-right: 0;
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 12px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #FFFFFF; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #ccffcc;  /* set unselected tab background color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

.kw_selected { /* settings for selected tab */
	border-bottom: 1px solid #FF8140; /* set border color to page background color */
	background-color: #FF8140; /* set background color to match above border color */
}

.kw_selected a {
	color: #000000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px;   /* must change with respect to padding (X) above and below */
}	 

.kw_unselected a {
	color: #FFCC99; /* set unselected tab link color as desired */
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #FFDD77; /* set desired hover color */
	color: #FFFFFF;
	cursor: pointer;
}

#LOCAL_MAP {
	cursor: url("http://www3.know-where.com/Icon/openhand.cur"), pointer;
}

div[id^=OpenLayers_Control_PanZoom]{
    cursor: pointer;
}


/*
div[id^=OpenLayers_Control_PanZoomBar_ZoombarOpenLayers]{
	display: none;
}

div[id^=OpenLayers_Control_PanZoomBar_SliderOpenLayers]{
	display: none;
}

div[id^=OpenLayers_Control_PanZoom_zoomout]{
	top: 40;
}
*/

