

/********************** COUPONPRESS THEME LAYOUT **********************/

/************************************************************************/



           body { background: #f8f8f8 url('../images/layout_bg.png'); background-repeat:repeat; }

  #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 **********************/

/************************************************************************/







/********************** 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;}

 
 
   /* ===================== How to use coupon ======================== */ 	  
	  .usecoupon {
    background: url('../images/using-a-coupon.png') no-repeat scroll right top transparent;
    display: block;
    height: 200px;
    margin: 0;
    padding: 0;
    position: fixed !important;
    right: 0;
    text-indent: -9999px;
    top: 33%;
    width: 50px;
    z-index: 100;
}


	  .howtostyling {
		  background: none repeat scroll 0 0 #efefef;
		  border-color: #505050;
		  border-style: solid;
		  border-width: 2px;
		  box-shadow: 4px 3px 3px #CECECE;
		  padding: 10px;
		  font-size:12px;
	  }