/* GENERAL RULES */

body {
	background: #5687dc url(/res/themes/paradise/body.png) 0 0 fixed repeat-x;
	font-family: Georgia, serif;
}

#container {
	background: transparent url(/res/themes/paradise/container.png) 50% 0 repeat-y;
}

#wrapper {
	background: transparent url(/res/themes/paradise/wrapper.png) 50% 0 fixed no-repeat;
	width: 760px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

* html body {
	background-attachment: scroll;	
}

* html #wrapper {
	background-attachment: scroll;
}

#content {
	background: transparent;
	color: #0f58af;
}

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

a:hover,
a:active,
a:focus {
	color: #e18921;
}


/* TEXT CONTENT */

#listname {
	margin: 0 0 60px 0;
	padding: 40px 60px 60px 60px;
	background: transparent url(/res/themes/paradise/listname.gif) 50% 100% no-repeat;
	font-weight: normal;
	font-size: 220%;
	line-height: 1.8;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
	
#intro_image {
	float: right;
	width: 335px;
	height: 407px;
	background: transparent url(/res/themes/paradise/intro.jpg) 27px 17px no-repeat;
	position: relative;
	right: -47px;
	margin-left: -47px;
	margin-bottom: 40px;
	margin-top: -30px;
}

* html #intro_image {
	right: 0;
}

#intro_image span {
	display: block;
	width: 335px;
	height: 407px;
	background: transparent url(/res/themes/paradise/intro_frame.png) 50% 50% no-repeat;			
}

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

#introtext {
	float: left;
	display: inline;
	width: 382px;
	margin-left: 40px;
	margin-bottom: 40px;
	line-height: 1.4;
}

#honeymoon_image {
	float: left;
	width: 335px;
	height: 411px;
	background: transparent url(/res/themes/paradise/honeymoon.jpg) 35px 16px no-repeat;
	position: relative;
	left: -47px;
	margin-right: -47px;
	margin-bottom: 40px;
	margin-top: -30px;
}

#honeymoon_image span {
	display: block;
	width: 335px;
	height: 411px;
	background: transparent url(/res/themes/paradise/honeymoon_frame.png) 50% 50% no-repeat;			
}

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

#honeymoon {
	float: right;
	width: 382px;
	margin-right: 40px;
	margin-bottom: 40px;
	display: inline;
}

#listlink {
	clear: both;
	text-align: center;
	letter-spacing: 0.2em;
	width: 34ex;
	margin: 0 auto 80px auto;
	background: #f3ffff;
	
}

#listlink a:link,
#listlink a:visited,
#listlink a:hover,
#listlink a:active {
	width: 34ex;
	color: #fff;
	background: #0f58af;
	padding: 10px 0;
}

#listlink a:hover,
#listlink a:active {
	background: #1fbae6;
}


/* CATEGORY */

h2 {
	clear: both;
	margin: 60px 0 40px 0;
	letter-spacing: 0.3em;
	font-size: 160%;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
}

h2 span.wrap {
	display: inline-block;
	padding-left: 50px;
	background: transparent url(/res/themes/paradise/h2_lhs.png) 0 45% no-repeat;
}

h2 span.wrap span.wrap {
	display: inline-block;
	padding-left: 0.3em;
	padding-right: 50px;
	background: transparent url(/res/themes/paradise/h2_rhs.png) 100% 45% no-repeat;
}

* html h2 span.wrap {
	padding-left: 60px;
	background: transparent url(/res/themes/paradise/h2_lhs.gif) 0 45% no-repeat;
}

* html h2 span.wrap span.wrap {
	background: transparent url(/res/themes/paradise/h2_rhs.gif) 100% 45% no-repeat;
}


/* GENERAL ITEM RULES */

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

div.available h3, div.open h3, div.taken h3 {
	font-size: 140%;
}

* html div.costs {
	right: 25px; /* for IE6. Weird. */
}

p.primary_currency {
	font-weight: normal;
}

p.secondary_currency {
	color: #599ce5;
	font-weight: normal;
}

p.description {
	color: #599ce5;
}

* html div.withimg div.costs {
	right: 5px;
}

* html div.noimg div.costs {
	right: 25px;
}


/* AVAILABLE ITEM */

div.available h3 {
	color: #0f58af;
	font-weight: normal;
}

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: #0f58af;
}

div.available p.buylink a.buyanchor:hover {
	background: #1fbae6;	
}

div.available p.description a:link,
div.available p.description a:visited {
	color: #0f58af;
}

div.available p.description a:hover,
div.available p.description a:active,
div.available p.description a:focus {
	color: #e18921;
}


/* OPEN ITEM */

div.open {
	background: #F4EFD9 url(/res/themes/paradise/sand.jpg) 0 100% no-repeat;
}

div.open h3 {
	background: #0f58af;
	font-weight: normal;
	color: #fff;
}

div.open p.primary_currency {
	color: #fff;
	font-weight: normal;
}

div.open p.secondary_currency {
	color: #81766b;
	font-weight: normal;
}

div.open p.description {
	color: #81766b;
}

div.open p.buylink {
	background: #0f58af;
}

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: white;
}

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


/* TAKEN ITEM */

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


/* BUY BLOCK */

div.buyblock {
	position: relative;
}

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

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 #0f58af;
	background: #fff;
}

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

div.buyblock p.formsubmit input,
#form_0 p.formsubmit input {
	background: #78c562;
	color: #fff;
	border: 1px solid #0f58af;
	font-size: 110%;
}

div.buyblock p.thanks {
	color: #090;
}


/* CHECKOUT BAR AND LINKS */

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

a.thanks_checkout_btn:active,
a.thanks_checkout_btn:focus,
a.thanks_checkout_btn:hover {
	background: #1fbae6;
	color: #fff;
}

.checkout_bar {
	background: #0f58af;
	color: #fff;
}

.checkout_bar a.checkout_bar_btn:link,
.checkout_bar a.checkout_bar_btn:visited {
	background: #fff;
	color: #0f58af;
}

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


/* PAYPAL PAGE */

#page_lists_paypal div.open,
#page_lists_checkout div.open {
	padding: 10px;
	border: 1px solid #000;
	background: #fff;
}


/* PAYMENT REVIEW */

table#payment_summary th {
	border-bottom: 2px solid #99bef9;
}

td.guest_name {
	border-bottom: 1px dotted #99bef9;
}

td.gift_total {
	border-top: 1px solid #99bef9;
}

tr.unincluded td {
	color: #99bef9;
}

#paypal_btn #paypal_go button strong,
#paypal_btn #paypal_go.greyed button.over strong {
	background: #0f58af;
	font-family: Georgia, serif;
}

#paypal_btn #paypal_go button.over strong {
	background: #1fbae6;
}

#page_lists_checkout div.buyblock,
#page_lists_checkout2 div.buyblock {
/*	border: 1px solid #a4c9fc;*/
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

#sendnow form button {
	font-family: Georgia, serif;
	color: #0f58af;
}