/* GENERAL FORMATTING */


a img {border: 0;}


body {
	background-color: #ffffff;
	color: #000;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	}

h1 {
	font-size: 28px;
	font-family: Helvetica,Arial,sans-serif;
	border-bottom: 1px solid #4D6380;
	letter-spacing: 2px;
	margin: 15px 0 10px 0;
	color: #4D6380;
	}
h1 a, h1 a:hover {text-decoration: none;}

h2 {
	margin: 3px 3px 5px 15px;
	font-size: 18px;
	font-family: Helvetica, arial, sans-serif;
	letter-spacing: 1px;
	}

h3 {}

input, textarea, select, option {}

table, tr, td {font-size: 11px;}

ul, ul li {list-style-type: none; }


/* FORMATTING FOR THE SHOP */

.pagebar {
	text-align: right;
        font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	margin: 10px;
	}

table.microshop {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
        font-family: Helvetica,Arial,sans-serif;
	}

table.microshop td {vertical-align: top;}

.category_title {
	border-bottom: 1px solid #804040;
	border-top: 1px solid #804040;
	margin:10px 10px 3px 10px;
	background-color: #f6f2e0;
	}

.category_title a {}

.category_more {padding-bottom: 20px;}

table.microshop .product_1 {}
table.microshop .product_1 a {}
table.microshop .product_2 {}
table.microshop .product_2 a {}

.itemdescription {
	width: 100%;
	padding: 10px 0 0 8px;
	border-left: 3px double #4D6380;
	}

table.microshop .itemname {
	padding-left: 10px;
	font-size: 14px;
	background-color: #A6B1C0;
	color: #4D6380;
	border: 1px solid #4D6380;
	font-weight: bold;
	letter-spacing: 3px;
	}

table.microshop .itemcategory {
	float:right;
	display:inline;
	padding: 0px 5px;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 12px;
	}

table.microshop .itemquantity {padding-left:10px;}

table.microshop .itemprice {
	height:3em;
	padding-left:10px;
	}

table.microshop .itembuy {
	text-align:left;
	font-style: italic;
	}

table.microshop .itemimage {padding: 5px;}

table.microshop .itemimage, table.microshop .itemdescription {padding-bottom: 10px;}

table.microshop #cart_subtotal {
	border-top: 1px solid #4D6380;
	text-align:right;
	}

table.microshop #cart_shipping {text-align:right;}

table.microshop #cart_total {
	border-bottom: 1px solid #4D6380;
	text-align:right;
	}

.outstock {
	font-style: italic;
	color: #804040;
	margin: 8px 0 8px 0;
	font-weight: bold;
	}

.instock {
	font-style: italic;
	margin: 8px 0 8px 0;
	}
	
.itemedit {
	display: inline;
	padding: 3px 3px 3px 0;
	}

#viewcart {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	}

#viewcart form {
	display: inline;
	margin: 0px 2px;
	}

#specialmessage {
	border:1px solid #804040;
	background-color: #f6f2e0;
	margin: 5px auto;
	padding:5px;
	font-weight: bold;
	width: 300px;
	text-align: center;
	}	


/* VIEWING CART PAGES FORMATTING */

#checkout_totals p {
	padding-left: 30px;
	margin: 0px;
	text-align:right;
	}

#checkout_totals #cart_subtotal {
	border-top: 1px solid #804040;
	}
	
#checkout_totals #cart_total {
	border-bottom: 1px solid #804040;
	font-weight: bold;
	font-size: 1.5em;
	}


/* CHECKOUT PAGES FORMATTING */

.radiolist {list-style-type: none;}

dl.microshop {
	width: 41.1em;
	margin: 2em 0;
	padding: 0;
	}

.microshop dt {
	width: 15em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	font-weight: bold;
	}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.microshop dd {
	float: left;
	width: 24em;
	margin: 0 0 0 0;
	padding: .5em;
	}

#form_submit {clear: both;}


/* FORMATTING FOR THE ORDERS LISTING PAGES */
#orders {
	border: 1px solid #000;
	margin-bottom: 30px;
	margin-top: 20px;
	}

#orders a {}
	
.order_date {padding-left: 15px;}

.order_name {
	padding: 0px 10px;
	border-left: 1px solid #4D6380;
	border-right: 1px solid #4D6380;
	}

.order_status {
	padding: 0px 10px;
	border-left: 1px solid #4D6380;
	font-weight: bold;
	}

.order_order {whitespace: pre;}