/* ---------------------  STANDARD GALLERY PROPERTIES  --------------------- */
/* Contact colours
Dark gray #605F5D
Medium #C2BEA3
Light #D5D4C2
Light BG colour #EEEEE6
*/
.outside_table { /* -- Outside table properties -- */
	/*	border: 1px solid #605F5D;
	background-color: #F2F2EE;  */
	margin: 5px;
	padding: 5px;
	/*	background-image: url(gall_bg.jpg); 
	background-repeat: repeat-x;  */
	text-align: center;
	vertical-align: middle;
}

.content_table {
	border: 1px none #844506;
	margin: 0px;
	padding: 0px;
	}
	
.title {   /* -- title properties -- */
	color: #605F5D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align:left;
	text-decoration: none;
}

a.title:link { color: #605F5D;}
a.title:visited { color: #605F5D;}
a.title:hover {color: #807F7D;}
a.title:active {color: #807F7D;}

.desc {  /* -- description properties -- */
	color: #605F5D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
}

.sold {  /* -- description properties -- */
	color: #FF3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
}
.available {  /* -- description properties -- */
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
}
.price {  /* -- Price properties -- */
	color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.img{ /* -- Image properties -- */
	border: 0px solid #000000;
	text-align:center;
}

:HOVER .img { /* -- Image hover properties  - Does not work in IE -- */
/*	border: thin solid;
	color: rgb(89, 47, 4); */
}

.bread_crumbs { /* -- Bread Crumb properties -- */
	color: #959282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
    text-decoration: none
}
a.bread_crumbs:link {color: #605F5D;}
a.bread_crumbs:visited {color: #605F5D}
a.bread_crumbs:hover {color: #959282}
a.bread_crumbs:active {color: #959282}

/* ---------------------  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: #605F5D;
	border: 1px solid #605F5D;
	background-color: #D5D4C2;
	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: #605F5D;
	font-weight: bold;
	background-color: #D5D4C2;
	}
	
.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;
	}	.avail_title {    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFF;	background-color: #c1bea4;	text-indent: 15px;}.noItems {    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333;	text-indent: 15px;}
