/* How It Works Page */
img.expand { width:14px; height:14px; background:url(../images/sprites/expandable_sprite.png) no-repeat top left; margin-right:10px; }
.expandable .showHide { display:none; }
.expandable.expanded .showHide { display:block; }
.expandable h4:hover img.expand { background-position:bottom left; }
.expandable.expanded img.expand { background-position:top right; }
.expandable.expanded h4:hover img.expand { background-position:bottom right; }


/* all products page */
.products-mat { padding-bottom:15px; border-bottom:1px solid #ccc; margin-bottom:15px; }
.products-mat.last { padding-bottom:0; border-bottom:0; margin-bottom:0; }
.products-mat .left { width:125px; }
.products-mat .right { width:230px; }
.products-mat h3 { text-transform:none; font-size:16px; color:#333; }
.products-mat p { font-size:11px; margin:0; }
.products-mat .moreInfo { width:100%; display:block; margin:5px 0 15px; text-align:right; font-size:11px; }
.products-mat span { font-size:16px; color:#111; float:left; display:block; }
.products-mat button { float:right; }
.products-receivers a { color:#333; }
.products-receivers a:hover { color:#5B6622; }
.products-receivers { min-height:723px; }
.products-receivers .toggle h4 { background:#777; color:#fff; padding:5px 10px; margin:0 -15px -1px; border-top:1px solid #333; border-bottom:1px solid #333; }
.products-receivers .item { padding-bottom:10px; border-bottom:1px solid #ccc; margin-bottom:10px; }
.products-receivers .item.first { padding-top:10px; }
.products-receivers .item.last { padding-bottom:15px; border-bottom:0; margin-bottom:0; }
.products-receivers .left { width:65px; }
.products-receivers .right { width:150px; }
.products-receivers h5 { font-size:11px; color:#111; margin:5px 0; text-transform:none; }
.products-receivers .price { color:#111; font-size:16px; font-weight:normal; }
.products-receivers .productButton { float:right; }
.products-receivers .out-of-stock { float:right; font-size:10px; text-transform:uppercase; color:#900; margin-top:4px; margin-right:5px; }
.productButton { padding:2px 5px; font-size:11px; height:auto; background:url(../images/buttonBGgreen.jpg) top no-repeat; color:#111; border:1px solid #777; }
.productButton:hover { background:url(../images/buttonBGgreen.jpg) bottom no-repeat; color:#fff; border:1px solid #333; }