
body {
	font-family: Arial, Helvetica;
	padding: 0px;
	font-size: 13px;
	margin: 0px;
	background: url(/images/background.gif) top center repeat-y;
	background-color: #f9f9f9;
}

hr
{
	border: none;
	border-bottom: 1px solid #aaa;
}

html {
	padding: 0px;
	margin: 0px;
}

a 
{
	color: #406958;
}

h1, h2, h3, h4, .header1, .header2, .header3
{
	color: #406958;
	font-family: Verdana;
	font-weight: normal;
}

h1, .header1
{
	font-size: 18px;
}

h2, .header2
{
	font-size: 15px;
}

h3, .header3
{
	font-size: 13px;
}

#content img
{
	/*padding: 4px;
	border: 1px solid #aaa;*/
	/*margin: 4px 16px;*/
	margin: 4px 0px;
}

#head {
	position:absolute; 
	margin:0px; 
	top:0; 
	left:0;
	display:block; 
	width:100%;
	height:107px; 
	padding: 0px;
	z-index:5; 
}

#foot 
{
	position:absolute; 
	margin:0; 
	bottom:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:50px; 
	z-index:5; 
	text-align:right; 
}


#tree, #middle, #palette 
{
	position:absolute; 
	left:0; 
	/*
	top:60px; 
	bottom:50px; 
	*/
	top: 0px;
	bottom: 0px;
	z-index:4; 
	overflow:auto;
}

#head, #foot
{
	background-color: #fff;
}

#middle
{
	/*width: 64%;*/
	width: 82%;
}

* html #tree, * html #middle, * html #palette {
	height:100%; 
	top:0; 
	bottom:0; 
	/*
	border-top:100px solid #fff; 
	border-bottom:50px solid #fff;
	*/
}

#tree {
	left:0; 
	background-color: #eee;
}

#middle {
	left: 18%; 
	background-color: white;
	padding-top: 8px;
}

#palette {
	left:82%; 
	background-color: #eee;
}

.inner {
	display:block; 
	padding:0 10px 10px 10px;
}

.bold {
	font-weight: bold;
}

.droptarget
{
	border: 1px dotted red;
	background-color: #aaa;
}

div#template
{
	width: 100%;
	height: 100%;
}

div#template textarea,
div#template input
{
	width: 400px;
}

div#template textarea
{
	height: 300px;
}

img.handle
{
	cursor: move;
	margin-right: 4px;
	margin-top: 4px;
	float: left;
}

div#status 
{
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px dotted #aaa;
	background-color: #fff;
	font-size: 95%;
	font-family: Arial;
	color: #555;
	padding: 6px;
}

#header
{
	font-size: 30px;	
	background-color: #fff;
}

#footer
{
	height: 20px;
	font-size: 85%;
	color: #aaa;
	border-top: 1px solid #ddd;
	padding: 15px 0px 10px 0px;
	margin-top: 10px;
	clear: both;
}

#menu
{
	font-family: Tahoma;
	width: 150px;
	padding: 5px;
	padding-bottom: 12px;
	float: left;
}

#menu ul
{
	margin-left: 0px;
	font-size: 11px;
	list-style-type: none;
	padding-left: 10px;
}

#menu ul ul
{
	padding-left: 14px;
	font-size: 14px;
}

#menu ul li 
{
	padding: 4px;
}

#menu ul li a 
{
	text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#rap
{
	position: relative;
	width: 756px;
	_left: 1px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	/*
	border: 1px solid #aaa;
	border-width: 0px 1px 0px 1px;
	*/
}

#content
{
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 14px;
	width: 556px;
	margin-left: 160px;
	/*float: left;*/
}

.menuitemgroup,
.menuitem
{
	cursor: pointer;
	padding: 3px 5px 2px 15px;
	font-weight: bold;
	background: url(/images/bullet.gif) left center no-repeat;
}

.submenu a
{
	font-size: 80%;
	margin-left: 10px;
}

#menu .active
{
	background-color: #ccc;
	border: 1px solid #aaa;
	background: url(/images/menuitem.gif) bottom center repeat-x;
}

table.advice
{
	margin-top: 20px;
}

table.advice td
{
	vertical-align: top;
	padding: 8px;
}

td.header
{
	font-weight: bolder;
	width: 100px;
}

label
{
	margin-right: 10px;  
}

#content 
{
	/*text-align: justify;*/
}

table.list
{
	width: 100%;
	border-bottom: 1px solid #bbb;
}

table.list td
{
	border: 1px solid #bbb;
	border-width: 1px 0px 0px 0px;
	padding: 4px;
}

table.list td.readmore
{
	text-align: right;
	width: 120px;
}

table.list a
{
	text-decoration: none;
}

table.list a:hover
{
	text-decoration: underline;
}

/* temp */
#admin_content_inner input,
#admin_content_inner textarea
{
	width: 500px; 
}

#admin_content_inner input.checkbox
{
	width: auto;
}

#admin_content_inner textarea
{
	height: 300px;
}

#admin_content_inner label
{
	display: block;
	margin-bottom: 10px;
}

.medium
{
	width: 150px;
}

.narrow
{
	width: 100px;
}

.narrow_center
{
	width: 100px;
	text-align: center;
}

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

table.msb_list
{
	border-bottom: 1px solid #aaa;
}

table.msb_list tfoot td 
{
	border-top: 1px solid #aaa;
	padding-bottom: 6px;
}

table.msb_list th
{
	background-color: #eee;
	border: 1px solid #aaa;
	border-width: 1px 0px;
	text-align: left;
	padding: 5px 6px;
}

table.msb_list td
{
	padding: 6px 4px 1px 4px; 
}

table.msb_list td.edit
{
	text-align: center;
	width: 60px;
}

table.msb_list td.delete
{
	width: 20px;
}

table.msb_list tr.odd
{
	background-color: #ddd;
}

table.msb_list td.empty
{
	font-style: italic;
}

table.msb_list input.add_button
{
	margin-right: 20px; 
}

div.notice, div.error, div.danger
{
	width: 96%;
	border: 2px dotted gray;
	padding: 10px;
	margin: 20px 0px;
	font-weight: bolder;
	background-color:	#fbf8ac; 
}

div.danger
{
	background-color: red;
	color: white;
	font-weight: normal;
	border-color: white;
}

a.clean
{
	text-decoration: none;
}

a.clean:hover
{
	text-decoration: underline;
}

dl#links dd
{
	padding: 2px;
}

dl#links dt
{
	margin-top: 4px;
}

span.msb_invalid input
{
	background-color:	#fbf8ac; 
}

span.msb_error
{
	font-weight: bolder;
	border: 2px dotted #888;
	padding: 5px;
	background-color:	#fbf8ac; 
}

table.calendar 
{
	width:  100%;
}

table.calendar td
{
	border-bottom: 1px solid #aaa;
	padding: 3px;
	padding-top: 5px;
}

td.edit
{
	width: 50px;
}

table.calendar td.day,
table.calendar td.weekday
{
	width: 16px;
	text-align: right;
}

table.calendar td.day
{
	font-weight: bolder;
	padding-left: 6px;
	padding-right: 11px;
}

table.calendar td.weekday
{
	color: #888;
}

form.thread input,
form.thread textarea
{
	width: 450px;
}

form.thread textarea
{
	height: 250px;
}

div.meta
{
	font-weight: bolder;
}

form.wide label
{
	display: block;
	margin-bottom: 10px;
}

form.wide input,
form.wide textarea,
form.wide select
{
	width: 350px;	
}

input.inactive
{
	color: #aaa;
}

div.msb_signup
{
	font-size: 10px;
	margin-left: 20px;
}

div.msb_signup span
{
	font-size: 10px;
	font-weight: bolder;
}

div.msb_signup input
{
	font-size: 11px;
	width: 70px;
}

div.msb_signup input.button
{
	width: 48px;
}

.hide
{
	display: none;
}

tr.today
{
	background-color: #ccc;
}

a.function
{
  /* border: 1px solid #aaa;
	background-color: #eee; */
	font-size: 15px;
	padding: 4px;
}

tr.weekend
{
	background-color: #ddd;
}

dl#products dt
{
	font-weight: bold;
	border-top: 1px solid #aaa;
	padding-top: 8px;
}

dl#products dd
{
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
}

.compact table
{
	font-size: 12px;
}

a.navigation
{
	font-size: 95%;
	border: 1px solid #aaa;
	display: block;
	padding: 5px 4px 4px 6px;
	text-decoration: none;
	background-color: #ddd;
	margin-bottom: 8px;
}

div.buy
{
	float: right;
	text-align: right;
	/* margin-right: 40px; */
}

div.buy span
{
	font-weight: bolder;
	font-size: 24px;
}

table.cart
{
	width: 100%;
	border-collapse: collapse;
}

table.cart th
{
	border-bottom: 1px solid #aaa;
}

table.cart th,
table.cart td
{
	text-align: left;
	padding: 4px;
}

table.cart th.price,
table.cart th.total
{
	text-align: center;
	width: 18%;
}

table.cart .count
{
	width: 10%;
	text-align: right;
	padding-right: 12px;
}

table.cart .price,
table.cart .total,
table.cart .cart_shipping_cost
{
	text-align: right;
	padding-left: 12px;
}

table.cart tr.cart_total td
{
	font-weight: bolder;
	border-top: 1px solid #aaa;
}

table.cart td input.cartcount
{
	width: 30px;
}

input.cart_send
{
	float: right;
}

td.thumbnail
{
	width: 110px;
}

input.msb_cart_count
{
	margin-bottom: 6px;
}

#msb_short_cart
{
	border: 1px solid #aaa;
	padding: 14px;
	margin-top: 20px;
	/* margin-right: 40px; */
}

#msb_order input,
#msb_order textarea
{
	width: 250px;
}

#msb_order textarea
{
	height: 60px;
}

input.msb_shop_input_price
{
	width: 60px;
	font-weight: bolder;
	font-size: 24px;
}
