
/********************** COUPONPRESS THEME LAYOUT **********************/
/************************************************************************/

body { background: #f8f8f8 url('../images/layout_bg.png') repeat-x; }
#page-container {  background: transparent url('../images/layout_wrapper.png') top left repeat-y;  }
#coupon_wapper { background: transparent url('../images/layout_top.png') top left no-repeat;  }


/********************** COUPONPRESS THEME BARS **********************/
/************************************************************************/


.bar1 { background: #0b76c1 url('../images/bar1.gif') no-repeat;   text-shadow:1px 1px 1px #666 !important; }
.bar2 { background: #0b76c1 url('../images/bar1.gif') no-repeat;   text-shadow:1px 1px 1px #666 !important; }
.bar3 { background: #0b76c1 url('../images/bar3.gif') no-repeat;   text-shadow:1px 1px 1px #666 !important;}
.bar1 h2, .bar2 h2, .bar3 h2 { color:#fff;}


/********************** COUPONPRESS THEME ITEM **********************/
/************************************************************************/

._item { border:1px solid #d1c8b8; background:#fff url('../images/item_bg.gif') no-repeat; }

/********************** COUPONPRESS THEME SEARCH BOX **********************/
/************************************************************************/

.searchbar { background: #fff url('../images/searchbox.gif') no-repeat;  }
input.lbutton, input.submit {background:#60912b; border-color:#83b350 #60912b #60912b #83b350;border-style:solid;border-width:1px;color:#FFFFFF;}
 
