/* CSS Document*/
html {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
table,tr,td,div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #166085;
}
.DivWrapper{
	position: relative;
	float: left;
	left: 450px;
	width: 980px;
}
.DivTop {
	width:1920px;
	float: left;
	position:relative;
	left:50%;
	margin-left:-950px;
}
.DivHeader {
	width:1920px;
	float: left;
	position:relative;
	left:50%;
	margin-left:-950px;
	background-attachment: scroll;
	background-image: url(/images/main/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.DivMain {
	width: 1920px;
	float: left;
	position: relative;
	left: 50%;
	margin-left:-950px;
}
.DivFooter {
	width:1920px;
	float: left;
	position: relative;
	left: 50%;
	margin-left:-940px;
	background-attachment: scroll;
	background-image: url(/images/main/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*Styling offers for photoview (portrait)*/
.offer-portrait-wrapper { height: 399px; width: 225px; float: left;  }
.offer-portrait-wrapper-next { height: 399px; width: 225px; float: left; margin-left: 20px; position: relative; }
.offer-portrait { padding: 1px 15px 0px 15px; width: 225px; height: 399px; background-attachment: scroll; background-image: url(/images/offers/offer_portrait.gif); background-repeat: no-repeat; background-position: left top; }
.offer-portrait-over { padding: 1px 15px 0px 15px; width: 225px; height: 399px; background-attachment: scroll; background-image: url(/images/offers/offer_portrait_over.gif); background-repeat: no-repeat; background-position: left top; }
.offer-portrait-affiliate { margin-top: 1px; height: 70px; }
.offer-portrait-image { background-repeat: no-repeat; background-position: center center; width: 195px; height: 185px; overflow: hidden; }
.offer-portrait-title { font-weight: bold; height: 18px; margin-top: 5px; }
.offer-portrait-date { height: 32px; }
.offer-portrait-link { height: 22px; width: 95px; float: left;  }
.offer-portrait-price-old { height: 22px; width: 95px; color: #FFFFFF; text-decoration: line-through; text-align: right; float: left; position: relative; }
.offer-portrait-button { height: 36px; width: 95px; float: left; }
.offer-portrait-price { height: 36px; width: 100px; text-align: right; float: left; position: relative; }

/*Styling offers for listing (landscape)*/
.offer-landscape-wrapper { height: 136px; width: 715px; float: left; }
.offer-landscape { padding: 8px 10px 0px 10px; width: 715px; height: 136px; float: left; background-attachment: scroll; background-image: url(/images/offers/offer_landscape.gif); background-repeat: no-repeat; background-position: left top; }
.offer-landscape-over { padding: 8px 10px 0px 10px; width: 715px; height: 136px; float: left; background-attachment: scroll; background-image: url(/images/offers/offer_landscape_over.gif); background-repeat: no-repeat; background-position: left top; }
.offer-landscape-image { background-repeat: no-repeat; background-position: center center; width: 100px; height: 100px; overflow: hidden; float: left; }
.offer-landscape-content-wrapper { height: 100px; width: 380px; float: left; margin-left: 10px; padding-top: -20px; _padding-top: -10px; position: relative; }

/*Offer selected*/
.offer-selected-top {
	background-attachment: scroll;
	background-image: url(/images/offers/offer_selected_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.offer-selected-main {
	background-attachment: scroll;
	background-image: url(/images/offers/offer_selected_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.offer-selected-bottom {
	background-attachment: scroll;
	background-image: url(/images/offers/offer_selected_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*Styling menu*/
.tab-selected { background-attachment: scroll; background-image: url(/images/menu/tabs/tab_repeat.gif); background-repeat: repeat-x; background-position: left top; }

.text-white { color: #FFFFFF; }
.link-white { color: #FFFFFF; line-height: 20px; text-decoration: none; }
.link-white:hover { text-decoration: underline; }
.link-purple { color: #166085; line-height: 18px; text-decoration: none; }
.link-purple:hover { text-decoration: underline; }
.sIFR-active h1 { visibility: hidden; font-size: 24px; margin: 0px; padding: 0px; line-height: 1em; }
.sIFR-active h2 { visibility: hidden; font-size: 24px; margin: 0px; padding: 0px; line-height: 1em; }
.sIFR-active h3 { visibility: hidden; font-size: 24px; margin: 0px; padding: 0px; line-height: 1em; }
h1 { color: #165f85; font-size: 16px; line-height: 1em; margin-bottom: 0px; padding-bottom: 0px; text-align: left; }
h2 { color: #FFFFFF; font-size: 16px; line-height: 1em; margin-bottom: 0px; padding-bottom: 0px; text-align: left; }
h3 { color: #FFFFFF; font-size: 16px; line-height: 1em; margin-bottom: 0px; padding-bottom: 0px; text-align: right; }

