@import url(main_editor_styles.css);

body {
	padding: 0;
	margin: 0;
	background: #FFFFFF bottom left repeat-x url(../images/page_bgnd.jpg);
}
body, div, td, input, textarea, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
input, textarea {
	line-height: 15px;
}



a {
	color:#196153;
}
a:hover {
	color:#675D4E;
}



#content {
	padding: 30px;
}



#left_nav {
	background-color: #F3ECE2;
}


#crumb a {
	font-size:10px;
	color: #B29065;
}
#crumb a:hover {
	font-size:10px;
	color: #675D4E;
}



#content .right {
	padding: 30px 50px 10px 30px;
	line-height: 18px;
}
#content .right .contact_label {
	width: 80px;
}
#content .right .contact_error {
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
}







#footer {
	background: bottom left repeat-x url(../images/footer_tile.gif);
}

.contact_label {
	float:left;
	clear:left;
	display:block;
	width:150px;
}






#menu_main, #menu_main a { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 12px; }
	#menu_main a.nav { color: #675D4E; text-decoration: none; display: block; padding-left: 2em; }
	#menu_main a.nav:hover { background-color: #E7D9C5; }
	#menu_main ul.nav, #menu_main li { margin: 0; padding: 0; list-style: none; }
	#menu_main li.nav { margin: 0.5em 0 0.5em 0; }
	#menu_main li.nav li.nav { margin: 0.3em 0 0.3em 0; }

	#menu_main li.selected { background-color: #e7d9c5; border-top: 1px solid #d2bea3; border-bottom: 1px solid #d2bea3; }
	#menu_main li.selected div.nav { border-top: 1px solid #f3ece2; border-bottom: 1px solid #f3ece2; }

	#menu_main li.nav li.nav a.nav span.nav {
		background: left center no-repeat url(../images/bullet_arrow.gif);
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		text-decoration: none;
		color: #7D6033;
		padding-left: 0.8em;
		margin-left: 0;
	}
	#menu_main li.nav li.nav a:hover, #menu_main li.nav li.nav a.current { background-color: #efe5d8; }




.calendar {
	font-size:11px;
	cursor:default;
}
.calendar td {
	text-align:center;
	color:#675D4E;
}
.calendar-month {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color:#675D4E;
}
.calendar th {
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
}
.calendar-prev a {
	text-decoration:none;
	cursor:pointer;
	color:#675D4E;
}
.calendar-prev a:hover {
	color:#000000;
}
.calendar-next a {
	text-decoration:none;
	cursor:pointer;
	color:#675D4E;
}
.calendar-next a:hover {
	color:#000000;
}
.linked-date {
	background-color:#F3ECE2;
}
.linked-date a {
	text-decoration:none;
	cursor:pointer;
	color:#675D4E;
	font-weight:bold;
}
.linked-date a:hover {
	color:#000000;
}


.calendar-item {
	border-bottom:solid 1px #F3ECE2;
	padding:6px 0px 6px 0px;
}
.calendar-item img {
	border:0px;
	padding-right:10px;
}



/* SHOP product list */

.shop_item_image {
	float:left;
	padding:10px;
	border:1px solid #E7D9C5;
	margin-right:10px;
	background:#FFFFFF;
	width:102px;
}

.shop_item_header {
	border-bottom:1px solid #E7D9C5;
	padding-bottom:4px;
}

.shop_item_header, .shop_item_header a, .shop_item_header a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#B29065;
	text-decoration:none;
}

.shop_item_header a:hover {
	color:#675D4E;
	text-decoration:none;
}

.shop_item_price {
	float:right;
	width:100px;
	text-align:right;
}



/* SHOP product */



.shop_image {
	padding:10px;
	border:1px solid #E7D9C5;
	background:#FFFFFF;
	width:100px;
}

.shop_image_tiny img {
	float:left;
	border:1px solid #E7D9C5;
	margin:0px 5px 5px 0px;
}

.shop_buynow {
	float:right;
	padding:10px;
	margin:0px 0px 10px 10px;
	width:150px;
	background:#F3ECE2;
	border:1px solid #E7D9C5;
}



/* SHOP checkout */



.checkout_box {
	float:left;
	width:175px;
	margin:0px 15px 15px 0px;
}

.checkout_box_input {
	float:left;
	width:25px;
}

.checkout_box_label {
	float:left;
	width:150px;
}

.checkout_subtle label {
	font-size:11px;
	color:#999999;
	cursor:pointer;
}

.checkout_textarea {
	width:200px;
	height:80px;
}

.checkout_error {
	color:#FF0000;
	font-style:italic;
}

.checkout_payment_options {
	list-style:none;
	margin-left:20px;
	padding-left:0;
}

.checkout_order_summary th { font-style:italic; font-weight:normal; border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_item td			{ border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_discount td	{  }
.checkout_order_summary tr.row_shipping td	{  }
.checkout_order_summary tr.row_total td			{ border-bottom:1px solid #E7D9C5; border-top:1px solid #E7D9C5; }



/* USER SIGNUP */



.signup_text_label {
	float:left;
	clear:left;
	display:block;
	width:120px;
	font-weight:bold;
}



