body {font: normal 12px Verdana, Arial; color: #666; text-decoration: none; background:#666; padding:0px; margin:10px} /* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

a {color:#620060; text-decoration:none }

a:hover {color: #620060; text-decoration:underline;}

h1 {font: bold 14px Verdana, arial; color: #333; margin:0px 0px 10px 0px; padding:0px}

h3 {font: normal 12px;}
	
select, option {font: 11px Verdana ; background:#E9E9E9; }

input, textarea, password, file {FONT-FAMILY: Verdana, Arial;font-size: 11px; font-size:10px; border:1px solid #747560; background:#E9E9E9; padding:2px  }

input[type="checkbox"] {border:none; background:none;}

/*----------------------------- Basic layout styles from top to bottom of the page ------------------------------ */

.main_table {background: #620060;  width:780px; border:1px solid #fff;}

.header { height:205px; background:url(header_background.jpg) no-repeat;} 

.header A {margin:0px 6px 20px 0px; }

.header table {margin:70px 0px 20px 0px; margin:0px; padding:0px } 

.shop_name { font:bold 16px Verdana, Arial; padding-right:20px; text-align:right; color:#FF0000;opacity:0;filter: alpha(opacity=0); -moz-opacity: 0;  }

.searchinput {font:normal 11px Verdana, Arial; border:2px solid #B3B2B2; margin:0px 8px 0px 0px; background:#FFF url(../nelson_blue_portrait_popup/images/mag_glass.gif) no-repeat; padding:2px 2px 2px 17px }

.topnav { font-size: 11px; font-weight: bold; text-align:left; color:#FFF;  padding:0px; width:100%; border-top:1px solid #FFF}
.search { position:relative; right:0; top:-25px; }
.search a{color:#FFF; font-weight:bold; text-decoration:none}
.search a:hover{color:#FFF; font-weight:bold; text-decoration:underline}
/* 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 Verdana, 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 */


.footer { background: #620060; color:#FFF; font:11px/16px Verdana, 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 {color: #FFF; text-decoration:none; padding:4px 15px 4px 15px;  display:block; float:left; border-right:1px solid #FFF; }

.topnav A:hover { text-decoration:none; background:#FFF; color:#620060; }

.topnav table {text-align:left}

.menu_background { }

.main_cell {padding:8px 12px 8px 12px; }

.right_column {width:120px; text-align:center; border-left: 1px solid #620060; }

.right_column H3 {font: normal 12px Verdana, arial; color: #333; padding:0px 3px 10px 3px;}

.border {  padding:0; margin:0; background-color:#fff; width:100%;}/* Surrounds menu_background and main_cell */



/*----------------------------- Buttons ------------------------------ */


.button {margin:0px 8px 0px 0px; padding:2px 6px 2px 6px; font:normal 11px Verdana, Arial; color:#3C3C3C; text-decoration:none;  color:#FFF; text-decoration:none; background:#620060; border:2px solid #B3B2B2; cursor:pointer;  display:block; float:left; clear:none }

/* display, float and clear are needed to render buttons correctly in IE 6 */


.button:hover { color:#620060; text-decoration:none; background:#E0E0D4; color:#620060; text-decoration:none}

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 popup menu ------------------------------ */

.menu_background{background:#fff url(sidemenu_bg.jpg) no-repeat;
}

.menutop {display:none; }

.menutop span {font:bold; display:none; } /* display:none hides the word Browse */

#menuNormal{background:#fff url(sidemenu_bg.jpg) no-repeat;
}

#menuNormal ul {font: normal 11px Verdana, Arial,;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 154px; /* Width of Menu Items */
	
	
	}

#menuNormal ul li {
	position: relative; 
	color: #fff;
	border-bottom: 1px solid #FFF;
	opacity:100;filter: alpha(opacity=100); 
}
	
#menuNormal li ul {position: absolute; left: 154px; /* Set 1px less than menu width */ top: 0px; display: none;}

/* Styles for Menu Items */
#menuNormal ul li a {
	display: block;
	width:145px;
	text-decoration: none;
	color:#620060;
	padding: 4px;
	/*border-right: 1px solid #89A9DD;*/
		 /* IE6 Bug */ 
}
#menuNormal ul li a:hover { color: #FFF; background:#620060; } 
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menuNormal ul li ul { display:none; width:169px; z-index:100; }

/* Hover Styles */
		

#menuNormal li ul li  { border:none; } /* Sub Menu 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 { background: #620060; color:#FFF; width: 160px; padding:1px 4px;   opacity:.98;filter: alpha(opacity=98); -moz-opacity: 0.98;}
#menuNormal .sub a:hover { background: #E0E0D4; color:#620060; opacity:100;filter: alpha(opacity=100); -moz-opacity: 1; }

	
.highlight A {TEXT-DECORATION: none; background: #999; color:#FFF}

/*----------------------------------------- Left Hand Menu No-Popup ---------------------------------------*/
#menuLeft { background:url(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: #620060;
	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:#620060; 
	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:#620060; }
	
.highlight A {TEXT-DECORATION: none; background: #999; color:#620060}

.selected {text-decoration:none; color: #333 }

#menuLeft .subHighlight a {
	color: #620060;
	background: #FFF;
	width: 143px;
	padding:2px 4px 2px 10px;
    font-weight: bold;
	border-top-style: none;
	
}

.shop_text { }

.shop_text div {font:bold 14px Verdana, Arial; padding-bottom:5px }

.cart {font: 12px Arial ; border:1px solid #333; width:98%; background:#F7F7F7}

.cart th {text-align:left; background:#333 ; color:#FFF }

.cart a {margin-right:0px; float:right}

.lineitem {border-bottom: 1px dotted #CCC}

.checkouthead {font-size: 16px; color:#D51E1E; padding:20px 0px }

.cat_head { } /*Category name and description*/

/* Portrait Thumbails */

#thumbnail { width:186px; height:195px; float: left; clear: none; margin:5px 5px 5px 5px;  text-align:center; 
border:1px solid #ccc;

}

#thumbnail p {margin: 0px 0px 0px 55px; text-align:center} 

#thumbnail h3 {font:normal 11px Verdana, arial;text-align:center; padding:2px 0; margin:0;}

#thumbnail span {font:normal 11px Verdana, arial ;text-align:center}

#thumbnail div{text-align:center}

#thumbnail .thumbImage {
	height:120px; padding-top:5px
}

#thumbnail .thumbInfo { 
	clear:both;
}




/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading { font-size: 16px; color:#620060}

.subheading {font: normal 14px Verdana, Arial }	

.errorMessage {font-weight: bold; color: #FFF; background-color: #FF0000; padding:4px}

.okMessage {font-weight: bold; padding: 4px; background-color:#CCC;}

.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 }

.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 }


/*----------------------- Checkout Progress Monitor ------------------------*/

#progressCheck {
	margin:15px auto;
	padding:0; 
	text-align:left;
}

#progressHeader {
	color:#333;
}

.progNum {
	padding:2px 4px; 
	background-color:#333; 
	color:#fff;
	font-weight:bold;
}

.progLabels {
	padding:5px 10px 5px 0;
}

.progBar {
	color:#FFFFFF; 
	background-color:#ccc;
	font-weight:bold; 
	border:1px solid #333; 
	font-size:9px;
}

.progHeader {
	font-size:16px; 
	color:#333;
}


/*----------------------------- Search result and Category Page ------------------------------ */

.page_batch {padding: 12px 0px 6px 0px }

.selected {text-decoration:none; color: #333 }
















#menuNormal .subspecial {
	display:block;
	
}

#menuNormal ul li ul.subspecial { background:none; clear:both; position:relative; left: 0; width: 153px; background-color: #aeaeae; };

#menuNormal ul li ul.subspecial li { background:none }

#menuNormal .subspecial a {  background:none;
	color:#FFF;
		width: 139px;

	padding:2px 4px 2px 10px;
	font-weight: normal;
	border-top-style: none;}
#menuNormal .subspecial a:hover { color:#fff;
	text-decoration:underline; }

	
.highlight A {TEXT-DECORATION: none;

	color:#FFF}

