/********************************************************************

	AIR MILES SHOPS
	-----------------------------
	agency: teehan+lax 
	author: chris erwin - chris@teehanlax.com
	date: June 3, 2009 

*********************************************************************/

/* CSS IMPORTS */
@import url("reset.css");
@import url("structure.css");
@import url("typography.css");
@import url("buttons.css");

/* img, div, input { behavior: url("resources/js/iepngfix.htc") } */

body {
	font-family:"Lucida Grande",Arial,sans-serif;
	font-size:12px;
}


a {
	color:#005270;
	outline: none;
	text-decoration: none;
}
	a:hover {
		color:#3E89AB;
	}

.more_link {
	width: 100%;
	text-align: right;
}
	.more_link a {
		background:transparent url(../images/frame/icons/blt_circle_arrow_right.gif) no-repeat right center;
		font-weight:bold;
		padding-right:20px;
		text-decoration:none;
	}
	
.clear {
	clear: both;
}

.logo_wrap {
	width: 157px;
	height: 83px;
	line-height: 83px;	
	text-align: center;
	font-size: 1px;
}
	.logo_wrap img {
		vertical-align: middle;
	}

.promo_block {
	padding-top: 10px;
}

.mouse {
	cursor: pointer;
	cursor: hand;
}

.login_error {
	padding-top: 10px;
	font-weight: bold;
	color: #ff0000;
}

.continue_shopping_button {
	padding-top: 20px;
}