/* GENERAL RULES */

body {
	background: #ebe6e4 url(/res/themes/roadtrip/sunbeam.jpg) 50% 0 fixed no-repeat;
	font-family: Verdana, sans-serif;
}

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

#wrapper {
	background: transparent;
	width: 750px;
	/*position: relative;
		left: -5px;*/
}

#content {
	background: transparent;
	color: #1a0c0b;
	position: relative;
	left: 5px;
}

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

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


/* TEXT CONTENT */

#listname {
	margin: 0 0 40px 0;
	padding: 60px 60px 20px 60px;
	font-family: "american typewriter", "courier new", "courier", monospace;
	background: transparent url(/res/themes/roadtrip/hr.gif) 0 100% repeat-x;
	font-weight: bold;
	font-size: 260%;
	line-height: 1.05;
	text-align: center;
}
	
#intro_image {
	float: left;
	width: 376px;
	height: 383px;
	background: transparent url(/res/themes/roadtrip/intro.jpg) 47px 21px no-repeat;
	margin: -10px -70px 40px 0;
	position: relative;
	left: -70px;
}

#intro_image span {
	display: block;
	width: 376px;
	height: 383px;
	background: transparent url(/res/themes/roadtrip/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/roadtrip/intro_frame.png');			
}

#introtext {
	float: right;
	display: inline;
	width: 350px;
	margin-left: 0;
	margin-right: 30px;
}
	
#honeymoon_image {
	float: right;
	position: relative;
	width: 376px;
	height: 383px;
	background: transparent url(/res/themes/roadtrip/honeymoon.jpg) 30px 21px no-repeat;
	margin-right: -70px;
	margin-top: -10px;
	margin-bottom: 40px;
}

#honeymoon_image span {
	display: block;
	width: 376px;
	height: 383px;
	background: transparent url(/res/themes/roadtrip/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/roadtrip/honeymoon_frame.png');			
}

#honeymoon {
	float: left;
	display: inline;
	width: 390px;
	margin-left: 20px;
	margin-bottom: 40px;
}

#listlink {
	clear: both;
	text-align: center;
	font-family: "american typewriter", "courier new", "courier", monospace;
	letter-spacing: 0.2em;
	width: 36ex;
	margin: 0 auto 80px auto;
	background: #f1e9d0;
	font-size: 120%;
}

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


/* CATEGORY */

h2 {
	clear: both;
	width: 100%;
	margin-top: 40px;
	letter-spacing: 0.3em;
	font-size: 160%;
	padding-bottom: 10px;
	font-family: "american typewriter", "courier new", "courier", monospace;
	background: transparent url(/res/themes/roadtrip/hr.gif) 100% 100% repeat-x;
	text-align: center;
	text-transform: uppercase;
}


/* GENERAL ITEM RULES */

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

div.available h3, div.open h3, div.taken h3 {
	font-family: "american typewriter", "courier new", "courier", monospace;
	font-size: 160%;
}

p.primary_currency {
	font-family: "american typewriter", "courier new", "courier", monospace;
	font-weight: bold;
	font-size: 140%;
}

p.secondary_currency {
	font-family: "american typewriter", "courier new", "courier", monospace;
	color: #564d55;
	font-size: 100%;
}

div.description {
	color: #1a0c0b;
}


/* AVAILABLE ITEM */

div.available h3 {
	color: #c04f4f;
}

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: #c04f4f;
	font-family: "american typewriter", "courier new", "courier", monospace;
	font-size: 100%;
	font-weight: normal;
}

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


/* OPEN ITEM */

div.open {
	background: #f6f9e6;
}

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

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

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

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

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

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;
	font-family: "american typewriter", "courier new", "courier", monospace;
	font-size: 110%;
}

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


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


/* BUY BLOCK */

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

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

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

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


/* CHECKOUT BAR AND LINKS */

.checkout_bar {
	width: 710px;
}

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

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

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

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

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

/* PAYPAL PAGE */

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


/* PAYMENT REVIEW */

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

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

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

tr.unincluded td {
	color: #858074;
}

#paypal_btn #paypal_go button strong,
#paypal_btn #paypal_go.greyed button.over strong {
	font-family: "american typewriter", "courier new", "courier", monospace;
	font-weight: normal;
	font-size: 16px;
	background: #c04f4f;
}

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

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

#sendnow form button {
	font-family: Verdana, sans-serif;
	color: #1a0c0b;
}