/* GENERAL FORMATTING */

a {
	color: #ccffcc;
	text-decoration: none;
	}
a img {border: 0;}
 
a:hover {
	color: #804040;
	text-decoration: underline;
	}
	


body {
	
        
	background-color: #ffffff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	}

h1 {
	clear: both;
        width: 572px;
		
	/*font-size: 28px;
	font-family: georgia, times new roman, times, serif;
	border-bottom: 1px solid #4D6380;
	letter-spacing: 2px;
	
	color: #4D6380;*/
         margin: 15px auto 10px auto;
  	font: 700 1em verdana, sans-serif;
 	 text-transform: uppercase;
	text-align: left;
  	color: #7BD32C;

	}
h1 a, h1 a:hover {text-decoration: underline;}

h2 {
	margin: 3px 3px 5px 15px;
	font-size: 18px;
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	}

h3 {color: #FFFFFF;}
p {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #ccFFcc;
}
blockquote
 {
        clear: both;
        width: 572px;
		
	
         margin: 15px auto 10px auto;
  	font: 700 1em verdana, sans-serif;
 	 text-transform: uppercase;
	text-align: center;
  	color: #FFFFFF;
        }


input, textarea, select, option {}

table, tr, td {font-size: 11px;}

ul, ul li {list-style-type: none; 
           align: left;
         
      }


.microshop {
           color: #FFFFFF;
           text-align: center;
}
#form_submit {clear: both;
              width: 300px;
              margin-right: auto;
	      margin-left: auto;

             }
.fields  {
         }

/* FORMATTING FOR THE SHOP */

.pagebar {
	
	/*margin-right: auto;
	margin-left: auto;*/
	text-align: left;
	font-family: georgia, times new roman, times, serif;
	font-size: 22px;
	margin: 10px;
	}

table.microshop {
	
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	
	border-spacing: 0px;
	border-collapse: collapse;
	color: #FFFFFF;
	
	}

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: #FFFFFF;
	color: #FFFFFF;
	}

.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 #006666;
	}

table.microshop .itemname {
	padding-left: 10px;
	font-size: 14px;
	/*background-color: #A6B1C0;*/
	background-color: #999999;
	color: #ccffcc;
	border: 1px solid #006666;
	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;
       /* color: #ccffcc;*/
	}

table.microshop .itemquantity {padding-left:10px;}

table.microshop .itemprice {
	height:3em;
	padding-right:80px;
	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 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	}

#viewcart form {
	display: inline;
	margin: 0px 2px;
        width: 300px;
	}

#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 {
        width: 500px;
        
	padding-left: 30px;
	margin-left: auto;
        margin-right: auto;
	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 */
.button  {
          width: 15px;
          height: 15px;
          vertical-align: middle; 
          }

.radiolist {list-style-type: none;
        
            width: 300px;
            padding: auto;
            
            text-align: justify;
            margin-left: auto;
            margin-right: auto;
            
            color: #ccffcc;
            }

dl.microshop {
      
	width: 500px;
	/*margin: 2em 0;*/
        margin-left: auto;
        margin-right: auto;
        /*text-align: center;*/
	padding: 0;
        
	}

.microshop dt {
	width: 100px;
	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;
              width: 300px;  }


/* 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;}
