@charset "UTF-8";
/* CSS Document */

h1 { font:37px/42px verdana; color:#47a42e; margin:0 0 12px 0; }
h2 { font:bold italic 13px/20px verdana; color:#666666; margin:0 0 12px 0; padding:0; }
h4 { font:bold italic 12px/16px verdana; color:#666666; margin:0; padding:0; }
p { font:12px/20px verdana; color:#666666; margin:0 0 12px 0; }

.product-details-btn { background:url(../img/assets/product-details-btn.png) no-repeat top left; margin-right:5px; }
.where-to-buy-btn { background:url(../img/assets/where-to-buy-btn.png) no-repeat top left; }
select.select-dropdown { width:200px; background:none; color:#999999; border:#999999 solid 1px; margin:4px 0 4px 0; }
select.select-dropdown option { background:#ffffff; }

/* global > search field */
#search { width:250px; height:14px; font:11px/14px verdana; padding:3px; color:#999999; background:none; border-top:#999999 solid 1px; border-right:none; border-bottom:#999999 solid 1px; border-left:#999999 solid 1px; margin:0; }
#search-btn { width:auto; height:auto; background:url(../img/assets/search.jpg) no-repeat; border:none; margin:0; padding:0; }

/* global > select box module */
table#module { width:100%; }
table#module a { color:#666666; font-weight:bold; text-transform:uppercase; }
table#module h2 { font:bold italic 13px/20px verdana; color:#666666; margin:0; padding:0; }
table#module h4 { margin:10px 0 0 20px; }
table#module .header { background:url(../img/assets/header-bg.jpg) repeat-x; }
table#module .header-left { background:url(../img/assets/header-left.jpg) left top no-repeat; }
table#module .header-right { background:url(../img/assets/header-right.jpg) right top no-repeat; padding:9px 10px 10px 20px; }
table#module #category-header { }
table#module #category-middle { width:100%; border-left:#999999 solid 1px; border-right:#999999 solid 1px; }
table#module #category-middle img { margin:10px 20px 0 20px; }
table#module #category-middle form { margin:20px 0 0 20px;}
table#module #category-description { border-left:#999999 solid 1px; border-right:#999999 solid 1px; border-bottom:#999999 solid 1px; }
table#module #category-description .holder { padding:0 30px 30px 30px; }
table#module .product-dir-btn { background:url(../img/assets/return-directory-btn.png) no-repeat top left; }
table#module .search-res-btn { background:url(../img/assets/return-search-results-btn.png) no-repeat top left; }

/* landing page */
.landing-bg { background:url(../img/landing-bg.jpg) repeat-y top right; }
.landing-top { background:url(../img/landing-top.jpg) no-repeat top right; }
.landing-bottom { background:url(../img/landing-bottom.jpg) no-repeat bottom right; padding:108px 60px 422px 60px; }

/* landing page > icon table */
table.icons { width:100%; margin-bottom:20px; }
table.icons td { vertical-align:top; text-align:center; }
table.icons img { border:0; margin:0; padding:0; }
table.icons h3 { font:bold italic 11px/15px verdana; color:#50b948; margin:0; padding:0; }
table.icons a img.active { background-position:0 -196px; }
table.icons a:hover img { background-position:0 -98px; }

/* landing page > icon thumbs */
.camcorders { background:url(../img/icons/camcorders.jpg) no-repeat top left; }
.cell-phones { background:url(../img/icons/cell-phones.jpg) no-repeat top left; }
.cordless-phones { background:url(../img/icons/cordless-phones.jpg) no-repeat top left; }
.digital-cameras { background:url(../img/icons/digital-cameras.jpg) no-repeat top left; }
.door-locks { background:url(../img/icons/door-locks.jpg) no-repeat top left; }
.flashlights { background:url(../img/icons/flashlights.jpg) no-repeat top left; }
.hearing-aids { background:url(../img/icons/hearing-aids.jpg) no-repeat top left; }
.household-electronics { background:url(../img/icons/household.jpg) no-repeat top left; }
.laptops { background:url(../img/icons/laptops.jpg) no-repeat top left; }
.land-mobile-radios { background:url(../img/icons/land-mobile-radios.jpg) no-repeat top left; }
.scanners { background:url(../img/icons/scanners.jpg) no-repeat top left; }
.dvd-players { background:url(../img/icons/dvd-players.jpg) no-repeat top left; }
.power-tools { background:url(../img/icons/power-tools.jpg) no-repeat top left; }
.toys { background:url(../img/icons/toys.jpg) no-repeat top left; }
.walkie-talkies { background:url(../img/icons/walkie-talkies.jpg) no-repeat top left; }
.watches { background:url(../img/icons/watches.jpg) no-repeat top left; }
.power-packs { background:url(../img/icons/power-packs.jpg) no-repeat top left; }
.rechargeables { background:url(../img/icons/rechargeables.jpg) no-repeat top left; }
.specialty-electronics { background:url(../img/icons/specialty.jpg) no-repeat top left; }
.single-uses { background:url(../img/icons/single-uses.jpg) no-repeat top left; }

/* result page > result boxes */
table.result-box { width:441px; height:140px; border:#999999 solid 1px; }
table.result-box p { font:11px/14px verdana; margin:0 0 6px 0; }
table.result-box img.product-img { margin:18px; }
table.result-box .info { padding:18px 18px 18px 0; }

/* result page > green boxes */
table.green-box { width:443px; height:142px; background:url(../img/assets/green-bg.jpg) no-repeat top left; border:none; }
table.green-box p { font:11px/14px verdana; margin:0 0 6px 0; }
table.green-box img.product-img { border:#999999 solid 1px; margin:18px; }
table.green-box .info { padding:18px 18px 18px 0; }

/* details page > details */
table#details img.big { margin-right:10px; }

/* details page > more information */
table#more-info-grid { width:95%; background:#999999; }
table#more-info-grid td { background:#ffffff; }



