/* global overrides */
* { margin: 0; padding: 0; } /* nuke all whitespace */
#ka-logo { padding: 20px 0 10px 10px !important; }
#product-selector, #left-container, h4, #footer, #inpCompareMessage, #errCheckedMessage, #emptyNoteMessage { display: none; }
#scrap-holder input, #scrap-holder li.checkbox, #scrap-holder li.item-compare, p.byline { display: none !important; }
.notes, .hide { display: block; }
h5 {
   display: block; font-size: 14px !important; font-weight: bold; color: #000 !important; background: none !important;
   padding: 8px 0 8px 0 !important; margin: 0; clear: both;
   }

/* import global styles */
body { margin: 0; padding: 0; color: #000; font-family: arial,helvetica,sans-serif; font-size: 11px; }
ul,li { list-style-type: none; }
img { border: none; }
a:hover,a:visited,a:link { text-decoration: none; color: #000; font-family: arial,helvetica,sans-serif; }
a:hover { color: #000; }
#notepad { display: none; }

/* Local-nav */
#localnav { width: 740px; height: auto; margin: 10px 0 0 0; clear: both; }
#localnav ul li { float: left; display: block; white-space: nowrap; }
#localnav ul li a:link, #localnav ul li a:visited { display: block; margin: 4px 0; padding: 0 8px; }
#localnav ul li a:hover, #localnav ul li a.on { color: #000; }

/* General */
#scrap-holder { width: 98%; background: none; float: none; margin-left: 10px; }
#appliances { width: 100%; clear: both; float: none; margin: 0 0 20px 0; }

/* Appliances */
#appliances #form-appliances { margin: 0; width: 100%; }
#appliances .item { float: none; margin-bottom: 20px; clear: both; height: 110px; }
#appliances .category { font-weight: bold; padding: 8px 0; margin: 0; display: block; clear: both; width: 100%; }
#appliances .product { float: left; width: 50%; position: relative; }
#appliances .product a.pic { position: absolute; top: 0; left: 95px; }
#appliances .product a { position: absolute; top: 0; left: 200px; }
#appliances .part_number { position: absolute; top: 0; left: 0; }
#appliances .part_number img { display: none; }
#appliances .notes { float: right; width: 35%; }
html>body #appliances ul {clear:both;padding-bottom:20px;}

#kitchens { width: 48%; float: left; }
#kitchens .item { clear: both; }
#kitchens .thumbnail { float: left; width: 25%; margin-bottom: 25px; }
#kitchens .thumbnail a { display: block; width: 128px; font-weight: bold; }
#kitchens .notes { float: right; width: 60%; margin-top: 12px; }
* html #kitchens .notes { width: 55%; }
html>body #kitchens ul {clear:both; margin:0 0 30px 0;}

#palettes { width: 48%; float: right; }
#palettes .item { clear: both; }
#palettes .palette-item { float: left; width: 45%; }
#palettes .palette-item a { font-weight: bold; }
#palettes .palette-item .palette { margin: 0 0 20px 0; }
#palettes .palette-item .palette ul li { display: block; width: 100%; }
#palettes .palette-item .palette ul li span { display: block; background: #fff; padding: 4px; width: auto; margin: 0 0 0 20px; }
#palettes .palette-item .palette ul li img { display: none; }
#palettes .notes { float: right; width: 45%; margin: 12px 0 0 0; }

.notes a {background:none !important;}
