/* GENERAL RULES */

body {
	background: #f8f4e7 url(/res/themes/rosepetals/body_bg.png) 50% 0 repeat-y;
	font-family: "Times New Roman", Times, serif;
}

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

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

#content {
	background: transparent;
	color: #444;
}

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

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

#promobar {
	position: absolute;
	top: 15px;
	width: 730px;
}


/* TEXT CONTENT */

#listname {
	margin: -10px -10px 30px -10px;
	padding: 140px 40px 0 40px;
	font-weight: normal;
	font-size: 260%;
	line-height: 1.05;
	text-align: center;
	font-style: italic;
	color: #b91d35;
	background: transparent url(/res/themes/rosepetals/masthead_bg.jpg) 50% 0 no-repeat;
}

#intro_image {
	float: right;
	display: inline;
	width: 302px;
	height: 287px;
	background: transparent url(/res/themes/rosepetals/intro.png) 50% 50% no-repeat;
	margin: 0 30px 30px 0;
}

* html #intro_image {
	background: transparent url(/res/themes/rosepetals/intro.gif) 50% 50% no-repeat;
}

#introtext {
	float: left;
	display: inline;
	width: 360px;
	margin: 20px 0 30px 0;
	position: relative;
	left: 30px;
	line-height: 1.6;
}

#honeymoon_image {
	float: left;
	display: inline;
	width: 331px;
	height: 263px;
	background: transparent url(/res/themes/rosepetals/honeymoon.png) 50% 50% no-repeat;
	margin: 0 0 30px 20px;
}

* html #honeymoon_image {
	background: transparent url(/res/themes/rosepetals/honeymoon.gif) 50% 50% no-repeat;
}

#honeymoon {
	float: right;
	display: inline;
	width: 330px;
	margin: 20px 30px 30px 0;
	line-height: 1.6;
}

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

* html #listlink {
	height: 1%;
}

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

#listlink a:hover,
#listlink a:active {
	background: #b94b85;
}


/* CATEGORY */

h2 {
	clear: both;
	margin: 40px 0 20px 0;
	font-size: 180%;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	padding: 0 60px 25px 60px;
	background: transparent url(/res/themes/rosepetals/ornament.gif) 50% 100% no-repeat;
	color: #b91d35;
}


/* GENERAL ITEM RULES */

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

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

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

p.secondary_currency {
	color: #dcc193;
}

div.description {
	color: #666;
}


/* AVAILABLE ITEM */

div.available h3 {
	color: #b91d35;
}

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

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


/* OPEN ITEM */

div.open {
	background: #f8f4e7;
}

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

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

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

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

div.open p.buylink {
	background: #b91d35;
}

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


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


/* BUY BLOCK */

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

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

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 #444;
	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: #b91d35;
	color: #fff;
	border: 1px solid #444;
}

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


/* CHECKOUT BAR AND LINKS */

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

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

.checkout_bar {
	background: #b91d35;
	color: #fff;
}

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

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


/* PAYPAL PAGE */

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


/* PAYMENT REVIEW */

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

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

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

tr.unincluded td {
	color: #ccc1b3;
}

#paypal_btn #paypal_go button strong,
#paypal_btn #paypal_go.greyed button.over strong {
	font-family: "Times New Roman", Times, serif;
	background: #b91d35;
}

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

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

#sendnow form button {
	font-family: "Times New Roman", Times, serif;
	color: #444;
}