/* GENERAL RULES */

body {
	background: #d7dedc url(/res/themes/vintage/bg.jpg) 50% 0 fixed no-repeat;
	font-family: Georgia, serif;
}

#wrapper {
	background: transparent;
	padding-top: 0;
}

#content {
	background: transparent;
	color: #1f201c;
	padding-top: 410px;
	margin: 0;
}

a:link,
a:visited {
	color: #820048;
}

a:hover,
a:active,
a:focus {
	color: #5c7d9e;
}

#promobar {
	position: absolute;
	top: 55px;
	width: 730px;
	z-index: 999;
	background: #fff;
	border: 1px solid black;
}


/* TEXT CONTENT */

#listname {
	position: absolute;
	width: 860px;
	height: 359px;
	left: -49px;
	top: 40px;
	margin: 0;
	background: transparent url(/res/themes/vintage/listname_frame2.png) 0 0 no-repeat;
}

* html #listname {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/res/themes/vintage/listname_frame2.png');			
}

#listname span.wrap {
	position: absolute;
	width: 575px;
	height: 321px;
	top: 0;
	left: 39px;
	background: transparent url(/res/themes/vintage/listname_inner2.jpg) 0 0 no-repeat;
}

#listname span.wrap span.wrap {
	display: block;
	position: absolute;
	top: 110px;
	left: 22px;
	overflow: visible;
	width: 540px;
	height: 220px;
	letter-spacing: -0.05em;
	line-height: 0.9;
	font-size: 40px;
	color: #1f201c;
	background: transparent;
	font-size: 40px;
}

#intro_image {
	position: absolute;
	width: 489px;
	height: 488px;
	top: 310px;
	left: 394px;
	background: transparent url(/res/themes/vintage/intro.jpg) 27px 20px no-repeat;
}
		
#container #intro_image span {
	position: static;
	top: 0;
	display: block;
	width: 489px;
	height: 488px;
	background: transparent url(/res/themes/vintage/frame.png) 0 0 no-repeat;			
}

* html #container #intro_image span {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/res/themes/vintage/frame.png');			
}

#introtext {
	/*width: 350px;*/
	margin-left: 20px;
	margin-bottom: 50px;
	line-height: 1.6;
	min-height: 310px;
}

* html #introtext {
	height: 310px;
}

#listlink {
	letter-spacing: 0.2em;
}

#listlink a:link,
#listlink a:visited {
	width: 32ex;
	color: #fff;
	background: #820048;
	padding: 10px 0;
}

#listlink a:hover,
#listlink a:active,
#listlink a:focus {
	width: 32ex;
	color: #fff;
	background: #5c7d9e;
	padding: 10px 0;
}

#honeymoon_image {
	position: absolute;
	width: 489px;
	height: 488px;
	top: 310px;
	left: 394px;
	background: transparent url(/res/themes/vintage/honeymoon.jpg) 27px 20px no-repeat;
}
		
#container #honeymoon_image span {
	position: static;
	top: 0;
	display: block;
	width: 489px;
	height: 488px;
	background: transparent url(/res/themes/vintage/frame.png) 0 0 no-repeat;			
}

* html #container #honeymoon_image span {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/res/themes/vintage/frame.png');			
}

#honeymoon {
	/*width: 350px;*/
	margin-left: 20px;
	margin-bottom: 50px;
	line-height: 1.6;
	min-height: 310px;
}

* html #honeymoon {
	height: 310px;
}

/* 26 Jan 2012 - invisible floaters to enable text wrapping */

#intro_floater,
#honeymoon_floater {
	float: right;
	width: 390px;
	height: 370px;
}


/* CATEGORY */

h2 {
	clear: both;
	margin-top: 40px;
	font-size: 40px;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
	color: #1f201c;
	font-size: 24px;
}

h2 span.wrap {
	display: block;
	background: transparent url(/res/themes/vintage/category.png) 0 100% repeat-x;
	zoom: 1;
}

* html h2 span.wrap {
	background: transparent url(/res/themes/vintage/category.gif) 0 100% repeat-x;	
}

h2 span.wrap span.wrap {
	display: inline-block;
	background: transparent url(/res/themes/vintage/category_inner.png) 0 100% no-repeat;
	padding-right: 20px;
}

* html h2 span.wrap span.wrap {
	background: transparent url(/res/themes/vintage/category_inner.gif) 0 100% repeat-x;
	display: inline;
}

*+html h2 span.wrap span.wrap {
	display: inline;
}



/* GENERAL ITEM RULES */

div.available,
div.open,
div.taken {
	margin-top: 30px;
}

div.available h3, div.open h3, div.taken h3 {
	font-weight: bold;
	font-size: 140%;
	letter-spacing: -0.05em;
}

div.costs {
	top: 3px;
}

p.primary_currency {
	font-weight: bold;
	color: #46615f;
}

p.secondary_currency {
	color: #46615f;
	margin-top: 4px;
}


/* AVAILABLE ITEM */

div.available h3 {
	color: #1f201c;
}

div.available p.buylink a.buyanchor:link,
div.available p.buylink a.buyanchor:visited,
div.available p.buylink a.buyanchor:hover,
div.available p.buylink a.buyanchor:active {
	color: #fff;
	background: #820048;
}

div.available p.buylink a.buyanchor:hover {
	background: #5c7d9e;	
}


/* OPEN ITEM */

div.open {
	background: transparent url(/res/themes/vintage/buyform.png) 0 0 repeat;
}

* html div.open {
	background: #faf7ee;	
}

div.open h3 {
	background: #46615f;
	color: #faf7ee;
}

div.open p.primary_currency {
	color: #faf7ee;
}

div.open p.secondary_currency {
	color: #46615f;
}

div.open div.description {
	color: #1f201c;
}

div.open p.buylink {
	background: #46615f;
}

div.open p.buylink a.buyanchor:link,
div.open p.buylink a.buyanchor:visited,
div.open p.buylink a.buyanchor:hover,
div.open p.buylink a.buyanchor:active {
	color: #faf7ee;
}

div.open p.buylink a.buyanchor:hover {
	color: #fff;	
}


/* TAKEN ITEM */

div.taken h3,
div.taken p.primary_currency,
div.taken p.secondary_currency,
div.taken div.description,
div.description span.smallprint
div.description span.smallprint a:link,
div.description span.smallprint a:visited,
div.description span.smallprint a:hover,
div.description span.smallprint a:active,
div.description span.smallprint a:focus {
	color: #868c8e;
}


/* BUY BLOCK */

div.buyblock p.problem {
	color: #ba2d44;
}

div.buyblock form,
#form_0 {
	color: #1f201c;
}

div.buyblock p.formlabel,
#form_0 p.formlabel {
/*	width: 140px;*/
}

div.buyblock p.formitem,
#form_0 p.formitem {
/*	width: 550px;*/
}

div.buyblock p.formitem input,
div.buyblock p.formitem textarea,
div.buyblock p.formitem select,
#form_0 p.formitem input,
#form_0 p.formitem textarea,
#form_0 p.formitem select {
	border: 1px solid #b0b9b9;
	background: #fff;
}

div.buyblock span.required,
#form_0 span.required {
	color: #ba2d44;
	font-size: 90%;
}

div.buyblock p.formsubmit input,
#form_0 p.formsubmit input {
	background: #820048;
	color: #fff;
	border: 1px solid #1f201c;
	font-family: Georgia, serif;
}

div.buyblock p.thanks {
	color: #787e4f;
}


/* CHECKOUT BAR AND LINKS */

a.thanks_checkout_btn:link,
a.thanks_checkout_btn:visited {
	background: #820048;
	color: #fff;	
}

a.thanks_checkout_btn:active,
a.thanks_checkout_btn:focus,
a.thanks_checkout_btn:hover {
	background: #5c7d9e;
	color: #fff;
}

.checkout_bar {
	background: #46615f;
	color: #faf7ee;
}

.checkout_bar a.checkout_bar_btn:link,
.checkout_bar a.checkout_bar_btn:visited {
	background: #faf7ee;
	color: #1f201c;
}

.checkout_bar a.checkout_bar_btn:hover,
.checkout_bar a.checkout_bar_btn:active,
.checkout_bar a.checkout_bar_btn:focus {
	background: #1f201c;
	color: #fff;
}


/* PAYPAL PAGE */

#page_lists_paypal div.open,
#page_lists_checkout div.open {
	padding: 10px;
	border: 1px solid #868c8e;
}


/* PAYMENT REVIEW */

table#payment_summary th {
	border-bottom: 2px solid #868c8e;
}

td.guest_name {
	border-bottom: 1px dotted #868c8e;
}

td.gift_total {
	border-top: 1px solid #868c8e;
}

tr.unincluded td {
	color: #868c8e;
}

#paypal_btn #paypal_go button strong,
#paypal_btn #paypal_go.greyed button.over strong {
	font-family: Verdana, serif;
	background: #820048;
}

#paypal_btn #paypal_go button.over strong {
	background: #5c7d9e;
}

#paypal_btn #paypal_go button strong {
	font-family: Georgia, serif;
}

#page_lists_checkout div.buyblock,
#page_lists_checkout2 div.buyblock {
/*	border: 1px solid #c1cdc6;*/
}

#sendnow form button {
	font-family: Georgia, serif;
	color: #1f201c;
}