body {font: normal 12px Verdana, Arial; color: #666; text-decoration: none; background:#333; 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:#FEB220; text-decoration:none}

a:hover {color: #FEB220; 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: #FEB220;  width:780px; border:1px solid #fff;}

.header { height:92px; } /* Background image can fill the entire header section */

.header A {margin:0px 6px 20px 0px; }

.header table {margin:70px 0px 20px 0px; margin:0px; padding:0px } /* use to position the content in the header */

.shop_name { font: 16px Verdana, Arial; padding-right:20px; text-align:right; color:#fff; }

.searchinput {font:normal 11px Verdana, Arial; border:1px solid #747560; margin:0px 8px 0px 0px; background:#FFF url(../nelson_ob_portrait_popup/images/mag_glass.gif) no-repeat; padding:2px 2px 2px 17px }

.topnav { font-size: 11px; font-weight: bold; text-align:right; color:#FFF;  padding:0px; width:100%; }
.search { position:relative; right:0; top:-25px; }
.search a{color:#FFF; text-decoration:none}
.search a:hover{color:#FFF; 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 */
#topnav_align { text-align:left;  background:#333; margin:0px 8px; border:1px solid #fff;}

#topnav_align table {  margin:0px 0px; }

.footer {display:none; background: #FFF; color:#28413E; font:11px/16px Verdana, Arial;text-align:center; padding:3px 0px 3px 0px; width:100%;}

.footer A { color: #28413E; text-decoration: none; padding-left:10px; padding-right:10px}

.footer A:hover { color: #28413E; 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:#626262; color:#FFF; }

.topnav table {text-align:center}

.menu_background { }

.main_cell {padding:8px 12px 8px 12px; }

.right_column {width:120px; text-align:center; border-left: 1px solid #666; }

.right_column H3 {font: normal 12px Verdana, arial; color: #333; padding:0px 3px 10px 3px;}

.border { border-right:1px solid #FFF; border-left:1px solid #FFF; border-bottom:1px solid #FFF; padding:0; margin:0; margin:0px 8px 8px 8px;background-color:#fff; width:766px;}/* Surrounds menu_background and main_cell */



/*----------------------------- Buttons ------------------------------ */


.button {margin:0px 8px 0px 0px; padding:2px 6px 2px 6px; font:normal 11px Verdana, Arial; color:#FEB220; text-decoration:none; text-decoration:none; background:#FFF; border:1px solid #999; cursor:pointer;  display:block; float:left; clear:none }

/* display, float and clear are needed to render buttons correctly in IE 6 */


.button:hover {  text-decoration:none; background:#FEB220; color:#FFF; border:1px solid #999; 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 menu ------------------------------ */

.menu_background{background:#010000 url(sidemenu_orange.jpg) no-repeat;
}

.menutop {display:none; }

.menutop span {font:bold; display:none; } /* display:none hides the word Browse */

#menuNormal{background:#271E00 url(sidemenu_orange.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 dashed #FFF;
	opacity:50;filter: alpha(opacity=.50); 
}
	
#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:#000;opacity:.99;filter: alpha(opacity=99); 
	padding: 4px;
	/*border-right: 1px solid #89A9DD;*/
		background: #FFF; /* IE6 Bug */ 
	opacity:.50;filter: alpha(opacity=50); 
}
#menuNormal ul li a:hover { color: #FFF; background: #000; } 
/* 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; };

/* 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: #DCDDD2; color:#28413E; width: 160px; padding:1px 4px;   opacity:.98;filter: alpha(opacity=98); -moz-opacity: 0.98;}
#menuNormal .sub a:hover { background: #FEB220; color:#FFF; opacity:100;filter: alpha(opacity=100); -moz-opacity: 1; }

	
.highlight A {TEXT-DECORATION: none; background: #E7E7E7 url(../nelson_ob_portrait_popup/dot_over.gif); color:#D51E1E}



.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 url(../nelson_ob_portrait_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:#D51E1E; padding:20px 0px }

.cat_head { } /*Category name and description*/

/* Portrait Thumbails */


#thumbnail { width:128px; height:195px; float: left; clear: none; margin:0px 5px 0px 5px;  text-align:center; border-left:2px solid #E0E0D4; border-right:2px solid #E0E0D4; 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; }

#thumbnail span {font:normal 11px Tahoma, arial ;text-align:center}

#thumbnail div{text-align:center}

#thumbnail .thumbImage {
	height:110px;
}

#thumbnail .thumbInfo { 
	clear:both;
}


/* Landscape Thumbnails */
#specialsWrap{  background-color:#E0E0D4; min-height:100%; overflow:auto; padding-left:13px; padding-bottom:15px; clear:both;}
* html #specialsWrap {height:100%; clear:both;}
#thumbnailSide { width:270px; height:140px; float: left; clear: none; margin:5px 10px 10px 0px; padding-top:6px; padding-right:5px; text-align:right; background-color:#FFF; }

#thumbnailSide p .button {margin: 0; float:right;} 

#thumbnailSide h3 {font:normal 12px Verdana, arial ; text-align:right; margin-top:0; padding-top:0; }

#thumbnailSide span {font:normal 11px Verdana, arial ; text-align:right;}

#thumbnailSide div { text-align:right;}

#thumbnailSide .thumbImage {
	float:left;
	height:100px;
	width:100px;
	

}

#thumbnailSide .thumbInfo { 
	float:right;

}





/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading { font-size: 16px; color:#28413E}

.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 #000; 
	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 }

/*----------------------------------------- Menu No-Popup ---------------------------------------*/
#menuLeft {
}

#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: #FFF 		;
	background: #FEB220 opacity:.70;filter: alpha(opacity=70);-moz-opacity: 0.70;	 /* IE6 Bug */
	padding: 4px;
	font-weight: bold;
	border-top: 1px solid #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: #FEB220; background: #fff; } 

#menuLeft ul li ul {
	display: none;
}

#menuLeft ul li.highlight ul {
	display: block;
}
#menuLeft .highlight a {
	color: #000;
	font-size: 12px;
	background-color:#FFF;
}




/* 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: #333;
	color:#FFF;
	width: 143px;
	padding:2px 4px 2px 10px;
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: .50;
			font-weight: normal;
	border-top-style: none;
}
#menuLeft .sub a:hover {  }
		
/* .highlight  li ul { display: block; }  The magic */ 


#menuLeft .sub a:hover {color:#000;background: #ccc;  opacity:.50;filter: alpha(opacity=50); -moz-opacity: .50; }

	
.highlight A {TEXT-DECORATION: none; background: #FEB220; color:#FFF}


.selected {text-decoration:none; color: #333 }
#menuLeft .subHighlight a {
	background: #FFF;
	color:#000;opacity:.50;filter: alpha(opacity=50)-moz-opacity: .50;;
	width: 143px;
	padding:2px 4px 2px 10px;
		font-weight: normal;
	border-top-style: none;
	font-weight: bold;
}

/*---------------------------------New Check Out Styles Below ---------------------------------*/

.orderDisplay {
	background:#f59908; 
	padding:5px; 
	color:#fff;}



.checkouthead {
	border-bottom:1px dotted #CCC;
	margin: 0;
	padding:0 0 5px 0;
	font-size:20px;
	text-align:left;
}
.checkoutHeaderBlue {
	padding:10px;
	background:#f59908;
	color:#FFFFFF;
	text-align:left;
}
.checkoutCurrentBorder {
	border:1px solid #f59908;
	padding:5px;
	margin-bottom:5px;
	background:url(images/thumbnailShadow.gif) repeat-x top;
}
.checkoutHeaderGrey {
	padding:10px;
	background: url(checkout/page_back.png) repeat-x;
	color:#FFFFFF;
	margin-bottom:0px;
	text-align:left;
}
.summaryHeader {
	text-align:left;
	background:url(images/thumbnailShadow.gif) repeat-x top;
	padding:5px;
	font-weight:bold;
	color:#f59908;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	height:15px;
}
.editLink, .editLink a {
	font-weight:normal;
	color:#666666;
	font-size:9px;
}


.nextButton {
    margin:0px 8px 0px 0px; 
    padding:3px 6px 6px 6px; 
    font:bold 11px Tahoma, Arial; 
    color:#3C3C3C; 
    text-decoration:none;  
    color:#FFF; 
    background: url(checkout/button_back_over.png) center; 
    cursor:pointer;  
    display:block; 
    float:left; 
    clear:none; 
    border:0px; 
    background-position:right;
}

.nextButtonInput { 
    margin:0px 8px 0px 0px; 
    font:normal 11px Tahoma, Arial; 
    color:#3C3C3C; 
    text-decoration:none;  
    color:#FFF; 
    background: url(checkout/button_back_over.png) center; 
    border:0px; 
    background-position:right; 
    padding:5px 15px 10px 10px;
    display:block;
    float:right;
    cursor:pointer;
 }
 
 .nextButtonInput:hover { 
    text-decoration:none; 
    background: url(checkout/button_back.png) right;
    color:#FFF;
 }

.backButton {
    margin:0px 8px 0px 0px; 
    padding:3px 6px 6px 6px; 
    font:bold 11px Tahoma, Arial; 
    color:#3C3C3C; 
    text-decoration:none;  
    color:#FFF; 
    text-decoration:none; 
    background: url(checkout/button_back_over.png) center; 
    cursor:pointer;  
    display:block; 
    float:left; 
    clear:none; 
    border:0px; 
    background-position:left; 
    padding-left:15px; 
    padding-top:6px; 
    height:20px;
}

 .backButton:hover { 
     color:#FFF; 
    text-decoration:none; 
    background: url(checkout/button_back.png) left;
 }


/* ---------------------------- End New Checkout Styles --------------------------------------- */
