/* GENERAL RULES */

body {
	background: #f6f6f6 url(/res/themes/sunset/body_bg.gif) 50% 0 repeat;
	font-family: Arial, sans-serif;
}

#container {
	background: transparent url(/res/themes/sunset/container_bg.png) 50% 0 fixed no-repeat;
}

#wrapper {
	background: transparent url(/res/themes/sunset/wrapper_bg.jpg) 50% 0 fixed no-repeat;
}

#content {
	background: transparent;
	color: #40321f;
}

a:link,
a:visited {
	color: #3B4C85;
}

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


/* TEXT CONTENT */

#listname {
	margin: 0;
	padding: 50px 80px 50px 80px;
	font-size: 320%;
	line-height: 1.05;
	text-align: center;
	letter-spacing: -0.05em;
}

#intro_image {
	width: 623px;
	height: 206px;
	margin: 0 auto;
	background: #fff url(/res/themes/sunset/intro.jpg) 50% 50% no-repeat;
	border: 3px double #40321f;
}

#introtext {
	margin: 50px 80px 60px 80px;
	line-height: 1.6;
}

#honeymoon_image {
	width: 290px;
	height: 287px;
	float: right;
	display: inline;
	background: #fff url(/res/themes/sunset/honeymoon.jpg) 50% 50% no-repeat;
	margin-bottom: 50px;
	margin-right: 20px;
	border: 3px double #40321f;
}

* html #honeymoon_image {
	right: 0;
}

#honeymoon {
	float: left;
	width: 370px;
	margin-left: 25px;
	margin-bottom: 50px;
	line-height: 1.6;
	display: inline;
}

#listlink {
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 80px;
}

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


/* CATEGORY */

h2 {
	clear: both;
	margin-top: 40px;
	font-size: 240%;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 3px double #E08837;
	letter-spacing: -0.05em;
	color: #E08837;
	zoom: 1;
}



/* 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: 180%;
	letter-spacing: -0.05em;
}

div.costs {
	top: 6px;
}

p.primary_currency {
	font-weight: bold;
	color: #3B4C85;
}

p.secondary_currency {
	color: #3B4C85;
	margin-top: 4px;
}


/* AVAILABLE ITEM */

div.available h3 {
	color: #3B4C85;
}

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: #3B4C85;
}

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


/* OPEN ITEM */

div.open {
	background: #fff;
}

div.open h3 {
	background: #3B4C85;
	color: #fff;
}

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

div.open p.secondary_currency {
	color: #b3b4b4;
}

div.open div.description {
	color: #b3b4b4;
}

div.open p.buylink {
	background: #3B4C85;
}

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

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


/* 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: #b3b4b4;
}


/* BUY BLOCK */

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

div.buyblock form,
#form_0 {
	color: #40321f;
}

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 #40321f;
	background: #fff;
}

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

div.buyblock p.formsubmit input,
#form_0 p.formsubmit input {
	background: #3B4C85;
	color: #fff;
	border: 1px solid #40321f;
}

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


/* CHECKOUT BAR AND LINKS */

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

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

.checkout_bar {
	background: #3B4C85;
	color: #fff;
}

.checkout_bar a.checkout_bar_btn:link,
.checkout_bar a.checkout_bar_btn:visited {
	background: #fff;
	color: #3b4c85;
}

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


/* PAYPAL PAGE */

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


/* PAYMENT REVIEW */

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

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

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

tr.unincluded td {
	color: #b3b4b4;
}

#paypal_btn #paypal_go button strong,
#paypal_btn #paypal_go.greyed button.over strong {
	font-family: Arial, sans-serif;
	background: #3B4C85;
}

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

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

#sendnow form button {
	font-family: Arial, sans-serif;
	color: #40321f;
}