/* ---------------------  STANDARD GALLERY PROPERTIES  --------------------- */

.outside_table { /* -- Outside table properties -- */
	border: 1px solid #844506;
	background-color: #f7f7f7;
	width: 150px;
	text-align: center;
    margin: 0px;
	padding: 0px;
}

.content_table {
	border: 1px none #844506;
	margin: 0px;
	padding: 0px;
	}
	
.title {   /* -- title properties -- */
	color: #592F04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.genus {   /* -- title properties -- */
	color: #592F04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.genus_link {
    color: rgb(89, 47, 4);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
a.genus_link:link { color: #592F04;}
a.genus_link:visited { color: #592F04;}
a.genus_link:hover {color: #795520;}
a.genus_link:active {color: #795520;}

.cat_title {   /* -- title properties -- */
	color: #592F04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

a.title:link { color: #592F04;}
a.title:visited { color: #592F04;}
a.title:hover {color: #795520;}
a.title:active {color: #795520;}

.desc {  /* -- description properties -- */
	color: rgb(132,69,6);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.price {  /* -- Price properties -- */
	color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.img{ /* -- Image properties -- */
	border: 1px solid #000000;
}

:HOVER .img { /* -- Image hover properties  - Does not work in IE -- */
	border: thin solid;
	color: rgb(89, 47, 4);
}

.bread_crumbs { /* -- Bread Crumb properties -- */
	color: #844506;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
    text-decoration: none
}
a.bread_crumbs:link {color: #592F04;}
a.bread_crumbs:visited {color: #592F04}
a.bread_crumbs:hover {color: #844506}
a.bread_crumbs:active {color: #844506}

/* ---------------------  END OF STANDARD GALLERY PROPERTIES  --------------------- */

/* ---------------------  Shopping Cart related stuff  --------------------- */

.add_table { /* -- ADD number value item dialog box -- `add item` table box -- */
    height: 10px;
    border: 1px solid #592F04;
	background-color: #FBCA99;
}

.add_msg {  /* -- ADD number value item dialog box -- `add item` message text -- */
	color: #844506;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
    text-decoration: none
}

.add_input { /* -- ADD number value item dialog box -- `add item` input box -- */
	color: #844506;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 10px;
	width: 20px;
	text-align: right;
}

.add_button { /* -- ADD number value item dialog box -- submit button -- */
	color: #844506;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 10px;
	width: 60px;
}

.submit_button { /* -- `submit button` eg. 'Show cart' or 'order now' -- */
	color: #FFFFFF;
	background-color: #990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.table_title {  /* for 'YOUR CART' or 'ORDER FORM'` */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0061C1;
	font-weight: bold;
	background-color: #CCCCCC;
	}
	
.view_cart_title { /* -- `column titles when viewing cart` eg. 'Item name' or 'item cost' -- */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	}

.view_cart_items { /* -- `actual item listing style` eg. 'Item 1' or '$55.00' -- */
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	}
	
.view_cart_total { /* -- `view cart totals row` eg. 'Total Cost' or '$55.00' -- */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	}
	
.remove_item { /* -- `Remove` link for removing item from cart. -- */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}

a.remove_item:link { color: #CC7777; }
a.remove_item:visited { color: #CC7777; }
a.remove_item:hover { color: #FFAAAA; }
a.remove_item:active { color: #FFAAAA; }
/* ---------------------  Order Form related stuff  --------------------- */	

.order_prompt {  /* prompt style for Name, Email etc... left hand column on order form  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0061C1;
	}

.order_txt { /* input box style where you enter name and email etc...  */
	background-color: #DDDDDD;
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.order_err_txt { /* input box when in error. eg. compulsory field not entered. */
    color: #FFFFFF;
	background-color: #FF5555;
	width: 150px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.order_err_msg { /* Error when displaying: Please enter all compulsory fields. */
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	}
