body {font: normal 12px Tahoma, Arial; color: #333; text-decoration: none; padding:0px; margin:0px; background: url(backShadow2.gif) repeat-y #e7e7e7 center; } /* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

a { color:#9c9c9c; }

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:788px; }

.header { height:70px; background: url(headerGreen.gif) no-repeat center top; } /* Background image can fill the entire header section */

.header A {margin:0px 6px 20px 5px; }

.header table {margin:70px 0px 20px 0px; margin:0px; 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 }

.topnav { font-size: 11px; font-weight: normal; text-align:left; height:33px; background:url(menubackGreen.gif) no-repeat center top;  padding:0px; width:100%; position:relative; top:-1px; z-index:1; }


.search {
	position:relative; top:27px; right:8px;  z-index:2; width:290px;
}

.search a {
	display:none;
}

/* Remove this comment to center align Top Menu
#topnav_align { text-align:center; width:100%;    }

#topnav_align table { border-right:1px solid #fff; margin:0 auto; }

.footer { background: #7FA0D8 url(hd_bk.jpg) repeat-x; color:#FFF; font:11px/16px Tahoma, Arial;text-align:center; padding:3px 0px 3px 0px;}

.footer A { color: #FFF; text-decoration: none; padding-left:10px; padding-right:10px}

.footer A:hover { color: #FFF; text-decoration: underline}
*/

/* Comment out this to left align Top Menu */
#topnav_align { text-align:left; width:100%; 	 }

#topnav_align table { padding-left:15px;  }

.footer { background: #575757; 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}
/*                                         */





.topnav A { position:relative; color:#5c5c5c;  text-decoration:none; padding:7px 7px 8px 7px;  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:#626262; color:#FFF; }

.topnav table {text-align:center}

.menu_background { }

.main_cell {padding:8px 8px 8px 8px }

.right_column { text-align:center; border-left: 1px solid #c1c1c1;  }

.right_column H3 {font: normal 12px tahoma, arial; color: #333; padding:0px 3px 10px 3px;}

.border {  padding:0; margin:0; }/* Surrounds menu_background and main_cell */



/*----------------------------- Buttons ------------------------------ */


.button {margin:0px 8px 0px 0px; padding:2px 6px 2px 6px; font:normal 11px Tahoma, Arial; color:#3C3C3C; text-decoration:none;  color:#FFF; text-decoration:none; background:#d3d3d3; border:1px solid #c1c1c1; cursor:pointer;  display:block; float:left; clear:none }

/* display, float and clear are needed to render buttons correctly in IE 6 */


.button:hover { color:#FFF; text-decoration:none; background:#c1c1c1; }

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:10px; background:url(menuTopRound.gif) no-repeat top center ; display:block; height:7px; border-bottom:1px solid #d3d3d3; width:144px; margin-left:6px;}

.menutop span {font:bold; font-family:1px; display:none; pacity: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;
	text-decoration: none;
	color: #fff;
	background: #c1c1c1; /* IE6 Bug */
	padding: 4px;
	text-indent:10px;
	border-bottom:1px solid #d3d3d3;
	background:url(menuBackGrad.gif) repeat-y;
	}
	#menuNormal ul li a:hover { color: #fff; background:#666666; } 

/* 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 #d3d3d3; background:none; 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 #d3d3d3;  border-right:1px solid #d3d3d3; background: #626262; color:#FFF; width: 160px; padding:4px;  opacity:.98;filter: alpha(opacity=98); -moz-opacity: 0.98;}
#menuNormal .sub a:hover { background: #ccc;  opacity:100;filter: alpha(opacity=100); width: 160px;  -moz-opacity: 1; }

	
.highlight A {TEXT-DECORATION: none; background: #E7E7E7 url(../matt_black_popup/dot_over.gif); color:#D51E1E}



/*----------------------------------------- Left Hand Menu No-Popup ---------------------------------------*/
#menuLeft { background:url(../matt_black_popup/sidemenu_bg.jpg)}

#menuLeft ul {font: normal 12px Tahoma, Arial;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 157px; /* Width of Menu Items */}
	
#menuLeft ul li a {

	display: block;
	width:149px;
	text-decoration: none;
	color: #000;
	background: #FFF opacity:.70;filter: alpha(opacity=70); /* IE6 Bug */
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px dotted #FFF;
	
}

/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }*/
/* End */


#menuLeft ul li a:hover { color: #FFF; background: #000; opacity:.70; filter: alpha(opacity=70); } 

#menuLeft ul li ul {display: none;}

#menuLeft ul li.highlight ul {display: block;}

#menuLeft .highlight a { color: #FFF; font-size: 12px;}


/* Hover Styles */
		
#menuLeft li ul li a {
	padding: 1px 3px;
} /* Sub Menu Styles */
		
#menuLeft li:hover ul, li.over ul { display: none; } /* The magic */


#menuLeft .sub a {
	background:none;
	color:#000; 
	width: 143px;
	padding:2px 4px 2px 10px;
	font-weight: normal;
	border-top-style: none;
	
}
		
/* .highlight  li ul { display: block; }  The magic */ 




#menuLeft .sub a:hover { background: #FFF;  color:#000; }
	
.highlight A {TEXT-DECORATION: none; background: #999; color:#000}

.selected {text-decoration:none; color: #333 }

#menuLeft .subHighlight a {
	color: #000;
	background: #FFF;
	width: 143px;
	padding:2px 4px 2px 10px;
    font-weight: bold;
	border-top-style: none;
	
}

.shop_text { padding-left:13px;}

.shop_text div {font:bold 14px Tahoma, Arial; padding-bottom:5px ; }

.cart {font: 12px Arial ; border:1px solid #d3d3d3; width:98%; background:#F7F7F7}

.cart th {text-align:left; background:#d3d3d3 url(../matt_black_popup/hd_bk.jpg) repeat-x; color:#FFF }

.cart a {margin-right:0px; float:right}

.lineitem {border-bottom: 1px dotted #CCC}

.checkouthead {font-size: 16px; color:#c1c1c1; padding:20px 0px }

.cat_head { } /*Category name and description*/

#thumbnail {WIDTH: 134px;  float: left; clear: none; margin:5px 11px 10px 0px; padding-top:6px; text-align:center; border:0px solid #c1c1c1; height: 210px; background:url(thumbnailShadow.gif) repeat-x bottom;} 

#thumbnail p {margin: 0px 0px 0px 35px; text-align:center} 

#thumbnail h3 {font:normal 12px Tahoma, arial;text-align:center; background-color:#575757; color:#FFFFFF;  padding:5px 0; }

#thumbnail span {font:normal 11px Tahoma, arial ;text-align:center}

#thumbnail div{text-align:center}

#thumbnail .thumbImage {
	height:110px;
}

#thumbnail .thumbInfo { 
	clear:both;
}



/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading { font-size: 16px; color:#c1c1c1; display:block; padding-bottom:1px; border-bottom:1px solid #c1c1c1; font-weight:bold; text-align:center;}

.subheading {font: normal 14px Tahoma, Arial }	

.errorMessage {font-weight: bold; color: #FFF; background-color: #575757; padding:4px}

.okMessage {font-weight: bold; padding: 4px; background-color:#CCC;}

.form-label {font-weight: bold; color: #575757}

.form-title {font-weight: bold; color: #575757}	

.normalbold {font-weight: bold }

.tablehead { font-size: 14px; text-decoration: none; color:#575757}

.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: #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;}



/*----------------------------- Category Page ------------------------------ */