/* ---------------------  STANDARD GALLERY PROPERTIES  --------------------- */

.outside_table { /* -- Outside table properties -- */
	width: 220px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.outside_invoice_table { /* -- Outside table properties -- */
	width: 200px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.content_table {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 200px;
	}
	
.title {   /* -- title properties -- */
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.cat_title {   /* -- title properties -- */
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

a.title:link { color: #FF6600;}
a.title:visited { color: #FF6600;}
a.title:hover {color: #A62100;}
a.title:active {color: #A62100;}

.desc {  /* -- description properties -- */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: justify;
}

.price {  /* -- Price properties -- */
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.img{ /* -- Image properties -- */
	border: 0;
}

:HOVER .img { /* -- Image hover properties  - Does not work in IE -- */
}

.bread_crumbs { /* -- Bread Crumb properties -- */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
    text-decoration: none
}
a.bread_crumbs:link {color: #FFFFFF;}
a.bread_crumbs:visited {color: #FFFFFF}
a.bread_crumbs:hover {color: #CCCCCC}
a.bread_crumbs:active {color: #CCCCCC}

/* ---------------------  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 #000000;
	background-color: #666666;
}

.add_msg {  /* -- ADD number value item dialog box -- `add item` message text -- */
	color: #CCCCCC;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	width: 20px;
	text-align: right;
}

.extra_prompt_input { /* -- ADD number value item dialog box -- `add item` input box -- */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	width: 100px;
	text-align: left;
}

.add_button { /* -- ADD number value item dialog box -- submit button -- */
	color: #000000;
	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: #000000;
	background-color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.table_title {  /* for 'YOUR CART' or 'ORDER FORM'` */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	background-color: #666666;
	width: 200px;
	}
	
.view_cart_title { /* -- `column titles when viewing cart` eg. 'Item name' or 'item cost' -- */
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	}

.view_cart_items { /* -- `actual item listing style` eg. 'Item 1' or '$55.00' -- */
	color: #666666;
	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: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	}
	
.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: #FF0000; }
a.remove_item:visited { color: #FF0000; }
a.remove_item:hover { color: #990000; }
a.remove_item:active { color: #990000; }
/* ---------------------  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: 10px;
	color: #999;
	text-align: left;
	}

.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;
	}
