#main_col {
	width: 790px;
}

#deals_content_view {
	width: 590px;
	float: right;
	padding: 10px 0 0;
}

#deals_content_sidebar {
	float: left;
	width: 186px;
	padding-top: 10px;
	height: 100%;
}

#deals_content_sidebar_ads_top {
	position: absolute;
}

#deals_content_sidebar_ads_bottom {
	position: absolute;
	bottom: 10px;
}


#right_col {
	width: 186px;
	padding-top: 10px;
}

#deals li {
	clear:both;
	display:block;
	margin-bottom: .5em;
	margin-left: .5em;
	margin-right: .5em;
}

#deals li a {
	background: url('images/deals-star.png') no-repeat 1.6em 1.3em;
	border: 2px solid #fff;
	display:block;
	padding: 2px 0 8px 45px;
}

#deals li a:hover {
	background: url('images/deals-star-big.png') no-repeat 1.2em 1.2em #fbfbfb;
	border: 2px solid #e6e6e6;
}

#deals_rec {
	margin: 10px 20px 0 15px;
	color: #ff4d00;	
	min-height: 1%;
	height: 270px;
}

#deals_rec_box {
	float: left;
	width: 242px;
	background: url('images/rec_box_top.png') no-repeat;
}

#deals_rec_title {
	background: url('images/deals-star-big.png') no-repeat 8px 7px;
	padding: 8px 0 3px 30px;
}

#deals_rec_contents {
	background: url('images/rec_box_bg.png');
	width: 100%;
	height: 220px;
}

#deals_rec_bottom {
	background: url('images/rec_box_bottom.png') no-repeat;
	width: 242px;
	height: 2px;
}

#deals_rec_airfare {
	background: url('images/rec_airfare_search.png') no-repeat 10px 30px;
	width: 100%;
	height: 110px;
	
}

#deals_rec_airfare_txt {
	padding-top: 42px;
}

#deals_rec_hotel {
	background: url('images/rec_hotel_search.png') no-repeat 10px 10px;
	width: 100%;
	height: 80px;

}

#deals_rec_hotel_txt {
	padding-top: 22px;

}

.deals_big_title {
	font-size: 15px;
	font-weight: bold;
	padding-left: 70px;
	line-height: 1.4em;
}

.deals_small_title_air {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	padding-left: 55px;
}

.deals_small_title_hotel {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	padding-left: 70px;
}

#deals_ad_box {
	float: right;
}
#deals h3 {
	border-bottom: 1px dotted #ff4d00;
	color: #ff4d00;
	display: inline;
	font-size: 1.1em;
	font-weight: normal;
}

span.price {
	font-size: 1.4em;
	font-weight: bold;
}

span.currency {
	font-size: 0.5em;
	margin-left: -.3em;
}

#deals p {
	color: #888;
	font-style: italic;
	margin-top: 5px;
}

#deals li a:hover h3 {
	border-bottom: 1px solid #ff4d00;
}

/* this should go to app.css */
#rss_bookmark_box {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#rss_box {
    float: left;
    background: url('images/newsletter_signup.png') #fff no-repeat 0 2px;
    width: 255px;
    height: 33px;
    padding-left: 55px;
    padding-top: 10px;
}

#bookmark_box {
    float: right;
    background: url('images/bookmark.png') #fff no-repeat 0 0;
    width: 220px;
    height: 31px; 
    padding-left: 40px;
    padding-top: 10px;
}

.link_title {
    color: #ff4d00;
    font-size: 1.3em;
    font-weight: normal;
    font-style: normal;
}
