body {font: normal 12px Tahoma, Arial; color: #333; text-decoration: none; padding:0px; margin:0px; background: #e7e7e7; } /* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

a { color:#0a44c0; }

a:hover {color: #222}

h1 {font: bold 14px tahoma, arial; color: #333; margin:0px 0px 10px 0px; padding:0px}

h3 {font: normal 12px;}
	
select, option {font: 11px Tahoma ; background:#E9E9E9; }

input, textarea, password, file {FONT-FAMILY: Tahoma, Arial;font-size: 11px; font-size:10px; border:1px solid #3C3C3C; background:#E9E9E9; padding:2px  }

input[type="checkbox"] {border:none; background:none;}

/*----------------------------- Basic layout styles from top to bottom of the page ------------------------------ */


.main_table {background: #FFF; width:800px; }

.header { background: url(headerGreen.gif) no-repeat center top; } /* Background image can fill the entire header section */

.header A {margin:0px 6px 0px 5px; }

.header table { margin:10px; padding:0px } /* use to position the content in the header */

.shop_name { font: 1px Tahoma, Arial;padding-right:20px; text-align:right; opacity:0;filter: alpha(opacity=0); -moz-opacity: 0; }

.searchinput {font:normal 11px Tahoma, Arial;border:1px solid #3C3C3C; margin:0px 8px 0px 0px; background:#FFF url(mag_glass.gif) no-repeat; padding:2px 2px 2px 17px; font-size:12px; }

.topnav { font-size: 11px; font-weight: normal; text-align:left; height:25px; background:url(menubackGreen.gif) no-repeat center top;  padding:0px; width:100%; position:relative; top:-1px; z-index:1; }

.cartban { background: transparent; height:25px; color:#FFF; font:11px/16px Tahoma, Arial; text-align:center; padding:0px 0px 0px 0px; width:100%}

.search {
	position:relative;
	top:240px;
	right: 20px;
	z-index:2;
	width:125px;
	height: 56px;
	left: -20px;



}

.search a {
	display:none;
}

#topnav_align { text-align:left; width:100%; relative; top: 50px; left:0px }

#topnav_align table { padding-left:0px;  }

#cartban_align { text-align:left; width:100%; position: relative; top:-65px; left:350px  }

#cartban_align table { padding-left:0px;  }

.footer { background: #92c9eb; color:#FFF; font:11px/16px Tahoma, Arial;text-align:center; padding:3px 0px 3px 0px; width:100%}

.footer A { color: #FFF; text-decoration: none; padding-left:10px; padding-right:10px; }

.footer A:hover { color: #FFF; text-decoration: underline}

.cartban A { color: #E43039; text-decoration: none; padding:0px 4px 2px 8px;  border-left:1px solid #e43039; }

.cartban A:hover { color: #e8cebb; text-decoration: underline}

.topnav A { position:relative; color:#FFF;  text-decoration:none; padding:6px 20px 5px 20px; display:block; float:left; border-right:1px solid #FFF; margin-bottom:3px; width:auto; white-space:nowrap; z-index:1005;}

.topnav A:hover { text-decoration:none; background:#e8cebb; color:#FFF;}

.topnav table {text-align:center}

.menu_background { }

.main_cell {padding:6px 8px 8px 8px }

.right_column {width:120px; text-align:center; border-left: 1px solid #3a8de3; }

.right_column H3 {font: normal 12px tahoma, arial; color: #3a8de3; padding:0px 3px 10px 3px;}

.border {  padding:0; margin:0; }/* Surrounds menu_background and main_cell */

.progHeader { color: #e43039 }

/*----------------------------- Buttons ------------------------------ */


.button {margin:0px 8px 0px 0px; padding:2px 6px 2px 6px; font:normal 11px Tahoma, Arial; color:#FFFFFF; text-decoration:none;  color:#FFFFFF; text-decoration:none; background:#e43039; border:1px solid #990000; cursor:pointer;  display:block; float:left; clear:none }

/* display, float and clear are needed to render buttons correctly in IE 6 */


.button:hover { color:#FFFFFF; text-decoration:none; background:#990000; }

input { 
	padding: expression(this.type=="submit"?'0px':'');
}

form submit {width:1%; overflow:visible;}

/* this is for Gecko based broswers to change background of all <input type="submit"> tags */

input[type="submit"] {
	padding: 2px 2px; 
} 


/*----------------------------- left hand menu ------------------------------ */



.menutop {margin-top:6px; background:url(menuTopRound.gif) no-repeat top center ; display:block; height:7px; border-bottom:1px solid #FFF; width:144px; margin-left:6px;}

.menutop span {font:bold; font-family:1px; display:none; opacity:0;filter: alpha(opacity=0); -moz-opacity: 0; } /* display:none hides the word Browse */

#menuNormal ul {font: normal 11px Tahoma, Arial;
	margin: 0;
	margin-left:6px;
	padding: 0 0 7px 0;
	list-style: none;
	width: 144px; /* Width of Menu Items */
	background: url(menuBottomRound.gif) bottom center no-repeat;
	}

#menuNormal ul li {position: relative; background:none; }
	
#menuNormal li ul {position: absolute; left: 138px; /* Set 1px less than menu width */ top: 0px; display: none;}

/* Styles for Menu Items */
#menuNormal ul li a {
	display: block;
	width:136px;
	font-weight:bold;
	text-decoration: none;
	color: #3a8de3;
	background: #bed9ed; /* IE6 Bug */
	padding: 4px;
	text-indent:10px;
	border-bottom:1px solid #FFF;
	background:url(menuBackGrad.gif) repeat-y;
	}

#menuNormal ul li a:hover { color: #fff; background:#e8cebb; } 

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menuNormal ul li ul { border-top:1px solid #FFF; background:#bed9ed; width:167px; top:-1px; };


/* Hover Styles */
		
#menuNormal li ul li a { padding: 1px 3px; } /* Sub Menu Styles */
		
#menuNormal li:hover ul, #menuNormal li.over ul { display: block; } /* The magic */


#menuNormal .sub a {  border-left:1px solid #FFF;  border-right:1px solid #FFF; background: #bed9ed; color:#3a8de3; width: 160px; padding:4px;  opacity:.98;filter: alpha(opacity=98); -moz-opacity: 0.98;}
#menuNormal .sub a:hover { background: #e8cebb;  opacity:100;filter: alpha(opacity=100); width: 160px;  -moz-opacity: 1; }

	
.highlight A {TEXT-DECORATION: none; background: #990000 url(../matt_blue_popup/dot_over.gif); color:#ffce00}

.shop_text { padding-left:13px;}

.shop_text div {font:bold 14px Tahoma, Arial; padding-bottom:5px ; }

.cart {font: 12px Arial; color:#e43039 ; border:1px solid #92c9eb; width:98%; background:#fdfbec}

.cart th {text-align:left; background:#92c9eb url(../matt_blue_popup/hd_bk.jpg) repeat-x; color:#FFF }

.cart a {margin-right:0px; float:right}

.lineitem {border-bottom: 2px dotted #FFCE00}

.checkouthead {font-size:16px; color:#e43039; padding:20px 0px }

.cat_head { color: #3a8de3 } /*Category name and description*/

#thumbnail {WIDTH: 134px;  float: left; clear: none; margin:5px 11px 10px 0px; padding-top:6px; text-align:center; border:1px solid #92c9eb; height: 225px; } 

#thumbnail p {margin: 0px 0px 0px 35px; text-align:center} 

#thumbnail h3 {font:bold 12px Tahoma, arial;text-align:center; background-color:#92c9eb; color:#FFFFFF;  padding:5px 0; }

#thumbnail span {font:normal 11px Tahoma, arial ;text-align:center}

#thumbnail div{text-align:center}

#thumbnail .thumbImage {
	height:120px;
}

#thumbnail .thumbInfo { 
	clear:both;
}

.progBar {background-color:#bed9ed}

/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading { font-size: 16px; color:#e43039; display:block; padding-bottom 2px; border-bottom:1px solid #d32939; font-weight:bold; text-align:left;}

.subheading {font: bold 14px Tahoma, Arial; color: #e43039 }	

.errorMessage {font-weight: bold; color: #FFF; background-color: #e43039; padding:4px}

.okMessage {font-weight: bold; color: #3a8de3; padding: 4px; background-color:#bed9ed;}

.form-label {font-weight: bold; color: #d32939}

.form-title {font-weight: bold; color: #d32939}	

.normalbold {font-weight: bold; color: #3a8de3}

.tablehead { font-size: 14px; text-decoration: none; color:#e43039; background-color: #fdfbec }

.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 }

.searchResult { color: #000000; font-weight:normal; border-bottom: 1px solid #cccccc; padding-bottom:10px;  padding-top: 8px }

.searchResult A {color:#0000FF; text-decoration:underline; font-size:14px; }


/*----------------------------- Product Page ------------------------------ */



.product_image {padding:10px 10px 10px 10px }

.product_image A {text-decoration:none; color: #3a8de3;}

.product {padding:10px 10px 10px 10px;}

.price {font: bold; colour: #3a8de3; padding:10px 0px 0px 0px }

.related_prods {margin: 0px 0px 10px 0px; padding:3px; width:120px }


/*----------------------------- Quick Edit ------------------------------ */
#quickEdit {
		clear:both; 
		text-align:center; 
		margin:0; 
		padding:0;
		background:#CCC;
}
#barRow { background:url(images/quick_edit/quickFade.gif) repeat-x #fff; }
#name1, #name2 { border-bottom:1px solid #ccc; }
.quickButtons {
	padding:5px; 
	text-align:center; 
	border-right:1px solid #fff; 
	border-bottom:4px solid #CCC; 
	color:#000; 
	cursor:pointer; 
	width:auto; 
	background:#B4B4B4;
}
.quickButtons:hover {
	background:#000;
	color:#fff;
}
