/* List handling styles */
#product_preview { margin: 0 0 1em; }
* html #product_preview { float: left; }
#product_preview td { border-width: 0 1px 1px 0; border-style: solid; border-color: white; background: #30373b; }
#product_preview td:hover { background: #454f54; }
#product_preview td a.container { display: block; height: 100%; text-align: center; padding: 8px; vertical-align: middle; width: 100px; color: white; }
* html #product_preview a.container { }
#product_preview td a.container:hover { text-decoration: none; }
#product_preview td a.container span.image { display: table-cell; vertical-align: middle; margin: 0 0 8px; width: 100px; height: 100px; }
#product_preview td a.container span.text { clear: left; display: block; padding: 8px 0 0; }

/* Product container styles */
#product_container { padding: 8px; }

#image_gallery { float: right; background: #454f54; }
#image_container { text-align: center; width: 280px; padding: 10px 0; }
#medium_image_medium { position: relative; }
#next-prev { width: 260px; position: relative; top: -4px; height: 30px; line-height: 30px; padding: 0 8px; background: #454f54; clear: left; }
#next-prev a { color: white; }
#gallery_large { float: right; }

#product_info { float: left; width: 275px; }
#product_info form { background: #f2f8e6; padding: 8px 8px 1px; }
#product_info label { font-weight: bold; width: 140px; }
#product_info p.submit { padding: 0 0 0 140px; }

#store-search-form { text-align: center; padding: 8px 10px; margin: 0 0 1em; background: #EAF8CF; border: 1px solid #D6E3BD; }
#store-search-form p { margin: 0; }
#store-search-form input.text { position: relative; left: -5px; font-size: 100%; color: #76848c; border: 1px solid #76848c; padding: 8px 6px 9px; width: 450px; #width: 430px; font-style: italic; }
#store-search-form input.button2 { position: relative; left: -5px; float: right; }

#store-search-results { border-top: 1px solid #eaf8cf; }

div.search-result { border-bottom: 1px solid #eaf8cf; padding: 1em 0 0; }
div.search-result img { float: left; height: 50px; }
div.search-result h3 { font-weight: normal; margin: 0; }
div.search-result p { margin: 0 0 1em; }
