body {font: normal 12px Tahoma, Arial; color: #333; text-decoration: none; background:#FFF; padding:0px; margin:0px} /* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

a { }



h1 {font: bold 14px tahoma, arial; color: #333; margin:0px 0px 10px 0px; padding:0px}

h3 {font: normal 12px;}
	
select, option {font: 11px Arial, Helvetica, sans-serif ; background:#FFFFFF }

input, textarea, password, file {FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 11px; font-size:10px; border:1px solid #999999; background:#FFFFFF  }

textarea { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 18px;
}
/*----------------------------- CapelCon Styles ------------------------------ */
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
}
.whiteText a {
	color:#fff;
}
.whiteText a:hover {
	color:#CCCCCC;
}
.darkText, .darkText input, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 18px;
}
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E3C6A;
	text-decoration: none;
	line-height: 18px;
}
A.sidenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC00;
	text-decoration: none;
	line-height: 18px;
}
.sidenavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #99CC00;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
A.darkText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC00;
	line-height: 18px;
	text-decoration: underline;
}
.galleryLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	text-decoration: underline;
}
A.galleryLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #99CC00;
	text-decoration: underline;
}
.UCwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
A.UCwhite:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #99CC00;
	text-decoration: underline;
}
.comingsoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99CC00;
}


/*----------------------------- Basic layout styles from top to bottom of the page ------------------------------ */


.main_table {background: #FFF; width:780px }

.header {} /* Background image can fill the entire header section */


.header table {margin:70px 0px 20px 0px; margin:0px; padding:0px } /* use to position the content in the header */

.shop_name { font: 16px Tahoma; padding-right:20px; text-align:right }

.searchinput {font: 11px Tahoma; border:1px solid #3C3C3C; margin:2px 8px 2px 0px; background:#FFF url(images/mag_glass.gif) no-repeat; padding:2px 2px 2px 17px }

.menu_background { }

.main_cell { }

.border { border-right:1px solid #89A9DD; border-left:1px solid #89A9DD; border-bottom:1px solid #89A9DD;}/* Surrounds menu_background and main_cell */

.footer { background: #7FA0D8 url(hd_bk.jpg) repeat-x; color:#FFF; font:11px/16px Tahoma; text-align:center; padding:3px 0px 3px 0px; width:780px}


/*----------------------------- Buttons ------------------------------ */


.button {margin:0px 8px 0px 0px; padding:2px 6px; font:11px Tahoma;  color:#3C3C3C; text-decoration:none;  color:#FFF; text-decoration:none; background:#7FA0D8 url(images/btn_back.jpg)  repeat-x; border:1px solid #384DA6; cursor:pointer}



.button:hover { color:#FFF; text-decoration:none; background:#7FA0D8 url(btn_bk_over.jpg); color:#FFF; text-decoration:none}

input { 
	padding: expression(this.type=="submit"?'0px':'');
}

/* this is for Gecko based broswers to change background of all <input type="submit"> tags */

input[type="submit"] {
	padding: 2px 2px; 
} 


/*----------------------------- left hand menu ------------------------------ */

ul {font: normal 11px Tahoma, Arial;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	
	}

ul li {position: relative;}
	
li ul {position: absolute; left: 150px; /* Set 1px less than menu width */ top: 0px; display: none;}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border-right: 1px solid #89A9DD;
	border-top: 1px solid #89A9DD;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } 
/* Hover Styles */
		
li ul li a { padding: 1px 3px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.sub a { background: #333; color:#FFF; width: 160px; padding:5px;  opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.90;}
.sub a:hover { background: #ccc;  opacity:100;filter: alpha(opacity=100); -moz-opacity: 1; }

.menubottom {border-top:1px solid #89A9DD }
	
.highlight A {TEXT-DECORATION: none; background: #E7E7E7 url(dot_over.gif); color:#D51E1E}

.cat_head { } /*Category name and description*/


#thumbnail {WIDTH: 138px; float: left; clear: none; margin:5px 10px 10px 0px; padding-top:6px; text-align:center; border:1px solid #89A9DD; height: 200px} 

#thumbnail h3 {font:normal 12px tahoma, arial ;}

#thumbnail span {font:normal 11px tahoma, arial ;}




/*----------------------------- Essential Bizar Shop Styles ------------------------------ */

.product {padding:0px 10px 0px 10px }

.product_image { }

.heading { font-size: 16px; color:#D51E1E }

.subheading { }	

.errorMessage {font-weight: bold; color: #FFF; background-color: 99cc00; padding:4px}

.okMessage {font-weight: bold; padding: 4px}

.form-label {font-weight: bold; color: #CC0000}

.form-title {font-weight: bold; color: #CC0000}	

.normalbold {font-weight: bold }

.tablehead { font-size: 14px; text-decoration: none; color:#D51E1E}

.sitemaplevel0 { padding-left:20px;}

.sitemaplevel0 LI { list-style:none; margin-left:20px; font-size:13px}

.sitemaplevel1 LI { margin-left:60px; font-size:11px }

.sitemaplevel2 LI {margin-left:100px; font-size:11px }

/*----------------------------- Product Page ------------------------------ */

.product_image {padding:10px 10px 10px 10px }

.product_image A {text-decoration:none; color: #333;}

.product {padding:10px 10px 10px 10px }

.price {font: bold; padding:10px 0px 0px 0px }

.related_prods {margin: 0px 0px 10px 0px; padding:3px; width:120px }

.related_prods H3 { {font: normal 10px tahoma, arial; color: #333; margin:0px 0px 10px 0px; padding:0px}

/*----------------------------- Category Page ------------------------------ */
