/* LISTING ITEMS ------------------------------------------- */
form#filters h3 {
	font-size: 16px;
}

.listing_container .item .offer_info {
	text-align: center;
	padding: 18px 10px;
	color: #d61900;
}

#list-cont .item .offer_info {
	padding: 10px 10px 5px;
}

#list-cont .item .cta {
	padding: 25px 10px 20px;
}

.listing_container .item table td {
	vertical-align: top;
}

.listing_container .item .offer_info .amount {
	font-size: 17px;
	letter-spacing: -0.4px;
	display: block;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

.listing_container .item .offer_info .type {
	font-size: 11px;
	font-weight: bold;
}

.listing_container .item .cta {
	padding-top: 25px;
}

.listing_container .item .offer_info.miles {
	color: #0189b9;
}

.listing_container .item .offer_info.miles .amount {
	font-size: 26px;
	letter-spacing: -2.5px;
}

.listing_container .item .offer_info.miles .amount .multiplier {
	margin-left: 3px;
}

.listing_container .item .offer_info.shipping {
	color: #ff7a19;
}

.listing_container .item .offer_info.shipping .amount {
	font-size: 17px;
	letter-spacing: -0.4px;
}

.listing_container .item .description {
	padding: 0 20px 0 0;
	width: 205px;
}

.listing_container .item .description p {
	font-size: 12px;
	line-height: 17px;
	color: #797979;
}

/* SIDE NAV ------------------------------------------------ */
.nav {
	padding-bottom: 5px;
}

.offers_right_rail .nav {
	padding: 0px;
}

.nav .heading h3 {
	background: url(../../images/frame/icons/filter_trans.png) no-repeat
		left center; /* hack, cannot set background: none */
	padding-left: 5px;
}

.nav ul {
	height: 46px;
}

.nav ul li {
	padding: 17px 15px 19px 16px;
	background: url(../../images/frame/background/AllOffers_bkgd.png)
		no-repeat left top;
}

.offers_right_rail .nav ul .active {
	background:
		url(../../images/frame/background/AllOffers_selected_bkgd.png)
		no-repeat left top;
	padding: 17px 15px 16px 16px;
	width: 221px;
}

.nav ul li.active .count {
	color: #fff;
}

.nav ul .icon {
	float: left;
	margin: -4px 11px 0 0;
}

.offers_right_rail .nav ul .icon {
	margin: -4px 0px 0 0;
}

.nav ul #all .icon {
	background: url(../../images/frame/icons/filter_all_offers.png)
		no-repeat center top;
	width: 40px;
	height: 25px;
}

.nav ul #all.active .icon {
	background: url(../../images/frame/icons/filter_all_offers.png)
		no-repeat center -30px;
}

.nav ul #FreeShipping .icon {
	background: url(../../images/frame/icons/filter_shipping.png) no-repeat
		center top;
	width: 40px;
	height: 25px;
}

.nav ul #FreeShipping.active .icon {
	background: url(../../images/frame/icons/filter_shipping.png) no-repeat
		center -30;
}

.nav ul #BonusAirMilesOffers .icon {
	background: url(../../images/frame/icons/filter_am_bonus.png) no-repeat
		center top;
	width: 40px;
	height: 27px;
}

.nav ul #BonusAirMilesOffers.active .icon {
	background: url(../../images/frame/icons/filter_am_bonus.png) no-repeat
		center -32px;
}

.nav ul #SalesAndSpecials .icon {
	background: url(../../images/frame/icons/filter_sales_specials.png)
		no-repeat center top;
	width: 40px;
	height: 31px;
}

.nav ul #SalesAndSpecials.active .icon {
	background: url(../../images/frame/icons/filter_sales_specials.png)
		no-repeat center -36px;
}

/*Special Offers - Side Nav */
.nav #special-offers {
	background: url(../../images/frame/background/SpecialOffers_bkgd.png)
		repeat left top;
	clear: both;
	margin: 10px 0px 0px 0px;
	height: 102px;
}

.nav #special-offers.active {
	background:
		url(../../images/frame/background/SpecialOffers_selected_bkgd.png)
		no-repeat left top;
}

.nav #specialOffers h3 {
	color: #165d94;
	padding-left: 45px;
	margin-top: 5px;
}

.nav #special-offers .icon {
	background: url(../../images/frame/icons/filter_sales_specials.png)
		no-repeat center top;
	width: 40px;
	height: 31px;
	float: left;
}

.nav #special-offers.active .icon {
	background: url(../../images/frame/icons/filter_sales_specials.png)
		no-repeat center -36px;
	margin: -4px 0px 0 0
}

.nav #special-offers ul {
	margin: 0px 0px 0px 15px;
}

.nav #special-offers li {
	list-style: url(../../images/frame/misc/list-arrow-blue.png) inside;
	background: none;
	padding: 0px 0px 0px 20px;
	border: none;
	clear: both;
	font-size: 12px;
}

.nav #special-offers li.active {
	list-style: url(../../images/frame/misc/list-arrow-white.png) inside;
	background: none;
	padding: 0px 0px 0px 20px;
	border: none;
	clear: both;
	font-size: 12px;
}

.nav #special-offers.active li a,.nav #special-offers.active li span {
	list-style: url(../../images/frame/misc/list-arrow-white.png) inside;
	clear: both;
	color: white;
}

/*** Filter Results - Left Nav *****/
.nav #filter-results {
	width: 221px;
	font-size: 12px;
	color: #324b6a;
	position: relative;
	margin-top: 10px;
}

.nav #filter-results .disable-form {
	display: none;
	width: 221px;
	font-size: 12px;
	color: #324b6a;
	background: repeat #000000;
	height: 100%;
	position: absolute;
	top: 0px;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
}

.nav #filter-results .cont {
	font-size: 12px;
	background-color: #eef9ff;
	padding: 5px 8px 0px 8px;
}

.nav #filter-results .cont h2 {
	position: relative;
	top: -10px;
}

.nav #filter-results .cont form div {
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: thin dotted #999999;
	width: 100%;
}

.nav #filter-results .cont form div #stores-options {
	border: none;
}

.nav .uncheck {
	border: none;
	float: right;
	display: inline-block;
}

.nav #filter-results .cont form div h3 {
	font-weight: bold;
	padding-bottom: 8px;
}

.nav #filter-results .cont form div span {
	color: #4599c7;
	font-size: 10px;
}

.nav #filter-results .top {
	background:
		url("../../images/frame/background/FilterResults_top_bkgd.png")
		no-repeat;
	height: 20px;
	width: 100%;
}

.nav #filter-results .bottom {
	background:
		url("../../images/frame/background/FilterResults_btm_bkgd.png")
		no-repeat;
	height: 21px;
	width: 100%;
}

.nav #filter-results .cont form div .stores-results {
	height: 300px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	padding: 10px 2px 10px 10px;
	overflow-y: scroll;
	clear: both;
	width: auto;
}

.nav #filter-results .cont .filterStores .filters-selected {
	color: #4599c7;
	border: none;
	padding: 0px 0px 5px 5px;
	clear: both;
}

#filter-results .cont .filterStores .uncheck {
	clear: right;
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 11px;
	text-decoration: underline;
	width: auto;
}

#filter-results .cont .filterStores h3 {
	float: left;
}

#filter-results .cont form .filterStores {
	margin: 0px !important;
}

/* CONTEST WINNER ------------------------------------------ */
#contest_winner {
	padding: 32px 22px 14px 32px;
	font-size: 12px;
	font-weight: bold;
	color: #6f6f6f;
}

#contest_winner .info {
	width: 112px;
	float: left;
	margin-bottom: 20px;
}

#contest_winner .logo {
	float: right;
	margin-top: 4px;
}

#contest_winner .name {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #2a2b2b;
	margin: 4px 0;
}

/* NAV -------------------------------------------------------- */
.nav ul {
	margin-top: 20px;
}

.nav ul li:first-child {
	border-top: none;
}

#filters input#filter-submit {
	background:
		url('/shops/webresource/images/buttons/btn_filter_submit.gif')
		repeat-x top left;
	border: none;
	width: 105px;
	height: 32px;
	color: white;
	cursor: pointer;
	margin: 10px 0px 10px 53px;
	font-weight: bold;
	padding-bottom: 10px;
}

#filters input#filter-submit:hover {
	background:
		url('/shops/webresource/images/buttons/btnHover_filter_submit.gif')
		repeat-x top left;
}
