/*** Editing Styles ------------------------------------------------------ ***/
.table {
	/* Table with background */
}
.subtitle {
	/* Sub Title - Blue */
	color: #337bd4;
	font-size: 14px;
	font-weight: bold;
}
.important {
	/* Sub Title - Orange */
	color: #e46100;
	font-size: 14px;
	font-weight: bold;
}
/*** End Editing Styles ***/

/*** Reset --------------------------------------------------------------- ***/
body, p, td, th, ul, li, ol, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}
body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
input, select, textarea {
	color: #333333;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	border-style: none;
}
td {
	padding: 1px 0;
}
a {
	color: #024e98;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #e46100;
}
li {
	margin-left: 20px;
}
p {
	margin-bottom: 15px;
}
table.table {
	border-spacing: 1px;
	border-collapse: separate;
}
table.table td {
	padding: 10px;
	background-color: #DBE8F7;
}
/*** End Reset ***/

/*** Forms --------------------------------------------------------------- ***/
p.required {
	float: right;
	margin: 0;
}
p.message {
	font-size: 14px;
}
form table, form p.margin {
	margin-bottom: 10px;
}
form span.question {
	display: block;
	margin-bottom: 5px;
}
form td, form th {
	padding: 2px 5px 2px 0;
}
form td.note {
	color: #999999;
	font-size: 11px;
}
label.label {
	display: block;
	padding-right: 10px;
	width: 110px;
	position: relative;
}
label.label em {
	position: absolute;
	right: 0;
	top: 0;
}
input.w05 {
	width: 60px;
}
input.w1 {
	width: 120px;
}
input.w15 {
	width: 180px;
}
p.buttons {
	margin: 0;
	padding-left: 125px;
}
p.error {
	color: #e46100;
}
#member_changepw, #member_verify_form div.verify form {
	border: 1px solid #d1e1f6;
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 15px;
}
div.box3 p.button {
	margin: 0;
}
div.box3 p.button a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 25px;
	text-align: center;
}
#form_errors {
	border: 1px solid #337BD4;
	background-color: #dbe8f7;
	padding: 10px;
	margin-bottom: 10px;
	color: #337BD4;
}
#form_errors ul {
	margin-top: 5px;
	color: #333333;
}
#form_display {
	background: #dbe8f7 url(../images/box3.gif) no-repeat scroll right top;
	padding: 10px 10px 0 0;
}
#form_display form, #form_display span.success {
	background: transparent url(../images/box3.gif) no-repeat scroll left bottom;
	padding: 0 0 10px 10px;
}
#form_display span.success {
	display: block;
	color: #337BD4;
	font-weight: bold;
}
#form_display span.intro {
	color: #337BD4;
}
/*** End Forms ***/

/*** Layout -------------------------------------------------------------- ***/
div.clear {
	clear: both;
}
body.bg {
	background: #f1f6fd url(../images/bg.jpg) repeat-x scroll left top;
	cursor: default;
}
#super_container {
	text-align: center;
	background: transparent url(../images/bg_top.jpg) no-repeat scroll center top;
}
#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#content_container {
	min-height: 440px;
	padding: 20px 16px 20px 16px;
	background: #fcfcfc url(../images/bg_top.jpg) no-repeat scroll -220px -120px;
}
#content {
	float: left;
	width: 732px;
}
#sidebar {
	float: right;
	width: 176px;
}
div.layout_2c {
	margin-bottom: 20px;
}
div.layout_2c .col1 {
	float: left;
	width: 312px;
}
div.layout_2c .col2 {
	float: right;
	width: 400px;
}
/*** End Layout ***/

/*** Header -------------------------------------------------------------- ***/
#header {
	background: transparent url(../images/header.gif) no-repeat scroll left top;
	height: 120px;
}
#header p, #footer p {
	margin: 0;
}
#header p.logo a {
	display: block;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
}
/*** End Header ***/

/*** Footer -------------------------------------------------------------- ***/
#footer {
	border-top: 1px solid #c1d7f2;
	height: 40px;
	line-height: 32px;
	color: #666666;
	font-size: 11px;
}
#footer p.links {
	float: right;
	padding-right: 12px;
	text-transform: lowercase;
}
#footer p.copyright {
	float: left;
	padding-left: 16px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #e46100;
}
#footer p.links a {
	padding: 0 4px;
}
/*** End Footer ***/

/*** Navigation ---------------------------------------------------------- ***/
#navigation {
	padding-top: 6px;
}
#navigation li {
	list-style-type: none;
	float: left;
	margin-right: 1px;
	margin-left: 0;
	font-size: 12px;
}
#navigation a {
	display: block;
	padding: 0 0 0 14px;
	line-height: 32px;
	background: transparent url(../images/navigation.gif) no-repeat scroll left top;
}
#navigation a span {
	display: block;
	color: #ffffff;
	padding: 2px 14px 0 0;
	background: transparent url(../images/navigation.gif) no-repeat scroll right -35px;
	text-transform: uppercase;
}
#navigation a:hover, #navigation li.on a, #navigation li.active a {
	background-position: -280px top;
}
#navigation a:hover span, #navigation li.on span, #navigation li.active span {
	background-position: right -70px;
	color: #337bd5;
}
/*** End Navigation ***/

/*** Drop Down Navigation ------------------------------------------------ ***/
.navigation_sub {
	background-color: #679ce0;
	border-top: 1px solid #337bd5;
}
.navigation_sub li {
	list-style-type: none;
	margin: 0;
	font-size: 11px;
}
.navigation_sub li a {
	display: block;
	color: #fcfcfc;
	padding: 5px 10px;
}
.navigation_sub li a:hover {
	color: #aecbef;
}
/*** End Drop Down Navigation ***/

/*** Content ------------------------------------------------------------- ***/
#breadcrumbs {
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #337bd5;
	font-size: 11px;
	color: #999999;
}
#breadcrumbs a {
	color: #999999;
}
#breadcrumbs a:hover {
	color: #333333;
}
h1 {
	font-size: 16px;
	margin-bottom: 12px;
	color: #337bd4;
}
h2, h3 {
	font-size: 14px;
	margin-bottom: 12px;
	color: #337bd4;
}
h2.bg {
	background: transparent url(../images/box2.gif) no-repeat scroll left top;
	padding: 0 0 0 10px;
}
h2.bg span {
	display: block;
	background: transparent url(../images/box2.gif) no-repeat scroll right top;
	padding: 0 10px 0 0;
	line-height: 25px;
	color: #fcfcfc;
}
/*** End Content ***/

/*** Side Bar ------------------------------------------------------------ ***/
#member_login_embedded {
	background: #ff9800 url(../images/sidebar.gif) no-repeat scroll left bottom;
	margin-bottom: 10px;
	font-size: 11px;
}
#member_login_embedded p {
	margin: 0;
}
#member_login_embedded div.top {
	background: transparent url(../images/sidebar.gif) no-repeat scroll left top;
	height: 10px;
}
#member_login_embedded h1 {
	background: transparent url(../images/sidebar.gif) no-repeat scroll left top;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#member_login_embedded div.bottom {
	padding: 0 10px 10px 10px;
	position: relative;
}
#member_login_embedded label {
	display: block;
	color: #333333;
	line-height: 16px;
	text-transform: lowercase;
	font-weight: bold;
}
#member_login_embedded span.email input {
	width: 150px;
}
#member_login_embedded span.password input {
	width: 90px;
}
#member_login_embedded span.submit {
	position: absolute;
	right: 10px;
	top: 50px;
	background: transparent url(../images/sidebar.gif) no-repeat scroll -200px -35px;
	width: 55px;
	height: 24px;
}
#member_login_embedded span.submit input {
	border-style: none;
	background-color: transparent;
	width: 55px;
	height: 24px;
	padding: 0;
	margin: 0;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}
#member_login_embedded a {
	display: block;
	color: #fcfcfc;
	padding-top: 4px;
}
#member_login_embedded p.welcome {
	font-size: 13px;
	color: #000000;
	padding-top: 5px;
	margin-bottom: 10px;
}
#member_login_embedded p.bid {
	font-size: 14px;
	margin-bottom: 10px;
}
#member_login_embedded p.links {
	line-height: 24px;
	height: 28px;
	position: relative;
	font-size: 12px;
}
#member_login_embedded p.links a.profile {
	padding: 2px 0;
	display: block;
	width: 90px;
	text-align: center;
	line-height: 12px;
	height: 24px;
	background: transparent url(../images/sidebar.gif) no-repeat scroll -260px -35px;
	color: #000000;
}
#member_login_embedded p.links a.profile:hover {
	color: #e46100;
}
#member_login_embedded p.links a.logout {
	position: absolute;
	right: 0;
	top: 4px;
	width: 55px;
	text-align: center;
	padding: 0;
	background: transparent url(../images/sidebar.gif) no-repeat scroll -200px -35px;
	color: #000000;
}
#member_login_embedded p.links a.logout:hover {
	color: #e46100;
}
#register_link {
	margin-bottom: 10px;
}
#register_link a {
	display: block;
	background: transparent url(../images/sidebar.gif) no-repeat scroll -200px top;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	text-indent: -9999px;
}
/*** End Side Bar ***/

/*** Bidding Instructions ------------------------------------------------ ***/
#bidding_instructions {
	background: #ff9800 url(../images/sidebar.gif) no-repeat scroll -200px bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #333333;
}
#bidding_instructions a {
	color: #fcfcfc;
}
#bidding_instructions a:hover {
	color: #333333;
}
#bidding_instructions h1 {
	line-height: 20px;
	height: 58px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/sidebar.gif) no-repeat scroll -200px -70px;
	margin: 0;
	padding: 0;
}
#bidding_instructions div.bottom {
	padding: 0 10px;
	background-color: #ff9800;
}
#bidding_instructions li {
	margin-left: 2em;
	margin-bottom: 5px;
}
#bidding_instructions p.more {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 25px;
}
#bidding_instructions p.more a {
	display: block;
}
/*** End Bidding Instructions ***/

/*** Site Map ------------------------------------------------------------ ***/
#sitemap li {
	float: left;
	width: 160px;
	list-style-type: none;
	margin: 0 20px 0 0;
}
#sitemap li a {
	display: block;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #337BD5;
	font-size: 14px;
	font-weight: bold;
}
#sitemap li li {
	float: none;
	margin-right: 0;
}
#sitemap li li a {
	font-size: 12px;
	font-weight: normal;
	padding-left: 12px;
	border-bottom-style: none;
}
#sitemap li li li a {
	padding-left: 20px;
	font-size: 11px;
}
/*** End Site Map ***/

/*** Advertisements ------------------------------------------------------ ***/
#advertisement_list h1 {
	margin: 0;
	height: 40px;
	background: transparent url(/dyn/image/title/Places%20to%20visit/) no-repeat scroll center bottom;
	text-indent: -9999px;
	overflow: hidden;
}
#advertisement_list li {
	margin: 0;
	list-style: none;
	text-align: center;
}
#advertisement_list img {
	display: none;
}
#advertisement_list li a {
	display: block;
	color: #666666;
	font-size: 11px;
}
#advertisement_list li a:hover {
	color: #e46100;
}
#advertisement_list li span.image {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
#advertisement_list li span.image span {
	display: block;
	height: 170px;
	background: transparent url(../images/advertisement.png) repeat scroll left top;
}
#advertisement_list li a:hover span.image {
	background-position: 1px -1px;
}
#advertisement_list li a:hover span.image span {
	background-position: 1px -1px;
}
#advertisement_list li span.text {
	display: block;
	padding: 0 10px 10px 10px;
}
/*** End Advertisements ***/

/*** Experiences --------------------------------------------------------- ***/
#experience_rotator h1 {
	display: none;
}
#experience_rotator ul {
	position: relative;
	height: 240px;
}
#experience_rotator li {
	width: 400px;
	height: 240px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #fcfcfc url(/dyn/image/title/Experiences%20-/) no-repeat scroll left 2px;
}
#experience_rotator li a {
	display: block;
	position: relative;
}
#experience_rotator li strong.name {
	display: block;
	color: #438ae2;
	line-height: 32px;
	text-transform: uppercase;
	height: 32px;
	overflow: hidden;
	padding: 0 90px 0 125px;
	font-size: 13px;
}
#experience_rotator li span.image {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
#experience_rotator li span.image span {
	display: block;
	background: transparent url(../images/experience.gif) no-repeat scroll left top;
	height: 175px;
}
#experience_rotator li.even span.image span {
	background-position: left -175px;
}
#experience_rotator li span.description {
	display: block;
	padding: 5px 10px 0 0;
	color: #666666;
	font-size: 10px;
}
#experience_rotator li span.more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	text-transform: lowercase;
}
#experience_rotator p.more a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
	text-transform: lowercase;
}
/*** End Experiences ***/

/*** Reviews ------------------------------------------------------------- ***/
#review_random h1 {
	display: none;
}
#review_random ul {
	position: relative;
	height: 275px;
}
#review_random li {
	margin: 0;
	width: 100%;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #fcfcfc url(/dyn/image/title/Latest%20Reviews/) no-repeat scroll left 2px;
}
#review_random li a {
	display: block;
	height: 243px;
	padding-top: 32px;
}
#review_random li span.image {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
}
#review_random li strong.property {
	color: #666666;
	font-size: 10px;
	display: block;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
#review_random li span.review {
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #024e98;
}
#review_random li em.name {
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #024e98;
	font-size: 11px;
	line-height: 20px;
	position: relative;
}
#review_random li span.date {
	color: #999999;
	padding-left: 10px;
	font-weight: normal;
}
#review_random li span.more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	text-transform: lowercase;
}
li.review span.rating {
	position: absolute;
	right: 0;
	top: -5px;
	width: 140px;
	background: transparent url(../images/listing.gif) no-repeat scroll 10px -330px;
	height: 20px;
}
li.review span.rating span {
	margin: 6px 0 0 20px;
	display: block;
	height: 9px;
	background-color: #1a70af;
	background-image: none;
	width: 20px;
}
li.review span.rating span.w2 {
	width: 40px;
}
li.review span.rating span.w3 {
	width: 60px;
}
li.review span.rating span.w4 {
	width: 80px;
}
li.review span.rating span.w5 {
	width: 100px;
}
li.review span.rating span.suffix {
	display: none;
}
#home_bottom li.review span.rating {
	top: 0;
}
/*** End Reviews ***/

/*** Boxes --------------------------------------------------------------- ***/
div.box {
	background: #ffffff url(../images/box.gif) no-repeat scroll left bottom;
}
div.box div.top {
	background: transparent url(../images/box.gif) no-repeat scroll right top;
	padding: 0 10px 0 0;
}
div.box div.top div.right {
	background: transparent url(../images/box.gif) no-repeat scroll left top;
	height: 10px;
}
div.box div.bottom {
	background: transparent url(../images/box.gif) no-repeat scroll right bottom;
	margin-left: 10px;
	padding: 0 10px 10px 0;
}
div.box2 {
	background: #4c8fe2 url(../images/box2.gif) no-repeat scroll left top;
}
div.box2 div.top {
	background: transparent url(../images/box2.gif) no-repeat scroll right top;
	padding: 0 10px 0 0;
}
div.box2 div.top div.right {
	background: transparent url(../images/box2.gif) no-repeat scroll left top;
	height: 5px;
}
div.box2 div.bottom {
	background: transparent url(../images/box2.gif) no-repeat scroll right bottom;
	padding: 0 10px 0 0;
}
div.box2 div.bottom div.right {
	background: transparent url(../images/box2.gif) no-repeat scroll left bottom;
	height: 5px;
}
div.box3 {
	background: #dbe8f7 url(../images/box3.gif) no-repeat scroll left bottom;
}
div.box3 div.top {
	background: transparent url(../images/box3.gif) no-repeat scroll right top;
	padding: 0 10px 0 0;
}
div.box3 div.top div.right {
	background: transparent url(../images/box3.gif) no-repeat scroll left top;
	height: 5px;
}
div.box3 div.bottom {
	background: transparent url(../images/box3.gif) no-repeat scroll right bottom;
	padding: 0 10px 0 0;
}
div.box3 div.bottom div.right {
	background: transparent url(../images/box3.gif) no-repeat scroll left bottom;
	height: 5px;
}
/*** End Boxes ***/

/*** Auction Lists ------------------------------------------------------- ***/
#auction_list h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #3277CF;
	padding-bottom: 5px;
}
#auction_list li {
	margin: 0;
	position: relative;
	font-size: 11px;
	list-style-type: none;
}
#auction_list li a {
	display: block;
	border-bottom: 1px solid #b0ccef;
	padding: 10px 10px 10px 115px;
	min-height: 75px;
}
#auction_list li span.image {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 100px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center center;
}
#auction_list li strong.name {
	color: #3277cf;
	font-size: 13px;
	line-height: 16px;
}
#auction_list li span.location {
	color: #3277cf;
	font-size: 11px;
}
#auction_list li span.description {
	display: block;
	padding: 5px 90px 5px 0;
	color: #3277cf;
	font-size: 12px;
}
#home_top #auction_list li span.description {
	display: none;
}
#auction_list li span.rrp2 {
	display: block;
	color: #b0b0b0;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
#auction_list li span.rrp2 span.label {
	font-size: 11px;
	font-weight: normal;
}
#auction_list li span.summary {
	display: block;
	overflow: auto;
	color: #024e98;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
#auction_list li span.summary span.label {
	display: none;
}
#auction_list li span.summary span.people {
	float: left;
	height: 18px;
	width: 15px;
	padding: 12px 50px 0 0;
	background: transparent url(../images/listing.gif) no-repeat scroll 15px -60px;
}
#auction_list li span.summary span.nights {
	float: left;
	height: 18px;
	width: 15px;
	padding: 12px 40px 0 0;
	background: transparent url(../images/listing.gif) no-repeat scroll 13px -90px;
}
#auction_list li span.summary span.rrp {
	float: left;
	height: 18px;
	padding: 12px 15px 0 24px;
	background: transparent url(../images/listing.gif) no-repeat scroll 0px -120px;
}
#auction_list li span.summary span.rating {
	float: left;
	padding-top: 10px;
	height: 20px;
}
span.rating span {
	float: left;
	width: 17px;
	height: 15px;
	background: transparent url(../images/listing.gif) repeat-x scroll left top;
	overflow: hidden;
	text-indent: -999px;
}
span.rating span.w2 {
	width: 34px;
}
span.rating span.w3 {
	width: 51px;
}
span.rating span.w4 {
	width: 68px;
}
span.rating span.w5 {
	width: 85px;
}
span.rating span.half {
	background-position: left -30px;
}
#auction_list li span.summary span.rating span.suffix {
	display: none;
}
#auction_list li span.bid {
	position: absolute;
	right: 5px;
	width: 80px;
	top: 26px;
	text-align: center;
	color: #e46100;
}
#auction_list li span.closed {
	color: #999999;
}
#auction_list li span.bid strong.ends {
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}
#auction_list li span.bid strong.bid, #auction_list li span.bid strong.more {
	display: block;
	width: 80px;
	background: #ff9900 url(../images/listing.gif) no-repeat scroll left -150px;
	line-height: 23px;
	height: 23px;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
}
#auction_list li span.bid strong.more {
	background-position: left -180px;
	margin-bottom: 10px;
}
#auction_list li a:hover {
	background: transparent url(../images/gradient.jpg) repeat-x scroll left top;
}
#auction_list li a:hover strong.name {
	color: #e46100;
}
#auction_list li span.bid strong.bid:hover {
	color: #333333;
}
#auction_list li a:hover span.bid strong.more {
	color: #666666;
}
/*** End Auction Lists ***/

/*** Printer Friendly ---------------------------------------------------- ***/
@media print {
	
	.print_hidden {
		display: none;
	}
	
	body.bg, #super_container {
		background-color: #ffffff;
		background-image: none;
	}
	
	body, h1, h2, .subtitle, .important, #breadcrumbs, #breadcrumbs a {
		color: #000000;
	}
	
	#breadcrumbs {
		background: transparent url(../images/header_print.gif) no-repeat scroll right top;
		padding-top: 25px;
		border-bottom-color: #333333;
	}
	
	#container {
		width: auto;
		margin: auto;
	}
	
	#header, #footer, #sidebar, #list_filter form p, #auction_detail_bottom {
		display: none;
	}
	
	#content_container {
		min-height: auto;
		background-color: transparent;
		background-image: none;
		padding: 0;
	}
	
	#content {
		float: none;
	}
	
}
/*** End Printer Friendly ***/