/*******************************************************************************

	BUTTONS
  
 ******************************************************************************/

/* SHOP NOW */
a.btn_shop_now {
	background: url(../images/frame/buttons/shop_now.png) no-repeat left top;
}

/* SHOP NOW - BIG */
a.btn_shop_now_big {
	background: url(../images/frame/buttons/shop_now_big.png) no-repeat left top;
}

a.btn_shop_now_big_white {
	background: url(../images/frame/buttons/shop_now_big_white.png) no-repeat left top; 
}

/* SEND US AN EMAIL */
a.btn_send_us_an_email {
	background: url(../images/frame/buttons/send_us_an_email.png) no-repeat left top;
	width: 184px; 
}

/* HEADER BUBBLE BACKGROUND */

#header .bubble {
	background: url(../images/frame/background/header_bubble_unauth.png) no-repeat;
}

#header .error {
	background: url(../images/frame/background/header_bubble_error.png) no-repeat;
}

#header .auth {
	background: url(../images/frame/background/header_bubble_auth.png) no-repeat;
}

#header .nav_bar .product_search {
	background-position: 175px top;
}

#header .nav_bar .main_nav #new_tab div {
	background: url(../images/frame/background/header_nav_right_new.png)
		no-repeat right bottom;
}

#header .nav_bar .main_nav #new_tab.active div {
	background: url(../images/frame/background/header_nav_active_right_new.png)
		no-repeat right bottom;
}

a.btn_go_to_airmiles {
	background: url(../images/frame/buttons/go_to_airmiles.png) no-repeat left top; 
}

#sign_in_overlay .signin_overlay_footer {
	margin-top: 50px;
}

#sign_in_overlay .login_area .card_info .textfield {
	width: 280px;
}

/*******************************************************************************

	HELP PAGE
  
 ******************************************************************************/
 
 .upper_content .column {
 	min-height: 160px;
 }

/*******************************************************************************

	HOW IT WORKS PAGE
  
 ******************************************************************************/
 
 .lower_content .column {
 	min-height: 160px;
 }
