body {font: normal 12px Tahoma, Arial; color: #23274A; text-decoration: none; background:#3399CC; padding:0px; margin:10px} 
/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
}

a {color:#0000ff; text-decoration:underline }

a:hover {color: #23274a; text-decoration:underline;}

h1 {font: bold 18px Tahoma, arial; color:#FCB912; margin:0px 0px 6px 0px; padding:0px}

h2 {font: normal 14px;}

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 #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-color: #fff;  width:900px; background-image:url(banner_top_right.png); background-position:top right; background-repeat:no-repeat}

.header {} /* Background image can fill the entire header section */

.header A {margin:0px 6px 20px 0px; }

.header table {margin:20px 0px 20px 0px; margin:0px; padding:0px } /* use to position the content in the header */

.shop_name { font:bold 16px Tahoma, Arial; padding-right:20px; text-align:right; color:#23274A;}

.searchinput {font:normal 11px Tahoma, Arial; border:1px solid #fcb913; margin:0px 8px 0px 0px; background:#FFF url(../nelson_red_portrait_menudown/images/mag_glass.gif) no-repeat; padding:2px 2px 2px 17px; float:right }

.topnav { font-size: 13px; font-weight: bold; text-align:right; color:#FFF;  padding:0px; width:100%; background-color:#fff; border-top: #FCB912 2px solid ; border-bottom:#FCB912 2px solid }
.search { float:right;  width:300px; top:0;}
.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 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 { float:left; text-align:center; width:764px; padding:8px 0px 8px 7px; }

#topnav_align table {  margin:0 auto; }

.footer { background-color:#f1fcfe;color:#FFF; font:11px/16px Tahoma, Arial;text-align:center; padding:3px 0px 3px 0px; width:100%; border-top:#FCB912 2px solid}

.footer A { color: #1B75BB; text-decoration: none; padding-left:10px; padding-right:10px}

.footer A:hover { color: #1B75BB; text-decoration: underline}
/*   */

.topnav A {color: #1B75BB; text-decoration:none; padding:0px 5px;  display:block; float:left; border-right: #1B75BB 1px dotted}

.topnav A:hover { text-decoration:none; background:#FCB912; color:#FFF; }

.topnav table {text-align:left}

.main_cell {padding:8px 8px 20px 8px; color:#23274a }

.right_column {width:120px; text-align:center; border-left: 1px solid #23274a; }

.right_column H3 {font: normal 12px Tahoma, 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 Tahoma, Arial; color:#23274A; text-decoration:none;  text-decoration:none; background:#FFF; border:2px solid #23274A; 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:#23274A; border:2px solid #23274A; 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 no-repeat; border-right:#1b75bb 1px dotted}

.menutop {display:none; }

.menutop span {font:bold; display:none; } /* display:none hides the word Browse */

#menuNormal{background:#fff no-repeat;
}

#menuNormal ul {font: normal 11px Tahoma, 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;
}
	
#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:#23274A;
	padding: 4px;
	/*border-right: 1px solid #89A9DD;*/
		 /* IE6 Bug */ 
}
#menuNormal ul li a:hover { color: #FFF; background:#62a7ce ; } 
/* 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: #fef1d0; color:#FFF; width: 160px; padding:1px 4px; }
#menuNormal .sub a:hover { background: #62a7ce; color:#fff;}

	
.highlight A {TEXT-DECORATION: none; background: #62a7ce; color:#D51E1E}

/*----------------------------------------- Left Hand Menu No-Popup ---------------------------------------*/
#menuLeft {}

#menuLeft ul {font: normal 12px Tahoma, Arial;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 173px; /* Width of Menu Items */}

#menuLeftHeading{
	display: block;
	width:149px;
	text-decoration: none;
	color: #1B75BB;
	background-color:#f0fcff;
	/* IE6 Bug */
	padding: 6px 12px;
	font-weight: bold;
	border-bottom: 1px dotted #1B75BB;}

#menuLeft ul li a {
	display: block;
	width:149px;
	text-decoration: none;
	color: #1B75BB;
	/* IE6 Bug */
	padding: 6px 12px;
	font-weight: bold;
	border-bottom: 1px dotted #1B75BB;}

/* 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: #23274A; background: #fef1d0;} 

#menuLeft ul li ul {display: none;}

#menuLeft ul li.highlight ul {display: block;}

#menuLeft .highlight a { color: #fef1d0; font-size: 12px;background: #1b75bb;}


/* 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 {
	font-size:11px;
	background:none;
	color:#1b75bb; 
	width: 146px;
	padding:2px 4px 2px 23px;
	font-weight: normal;
	border-top-style: none;
}

/* .highlight  li ul { display: block; }  The magic */ 

#menuLeft .sub a:hover { background: #FFF;}
	
.highlight A {TEXT-DECORATION: none; background: #62a7ce  ; color:#FFF }

.selected {text-decoration:none; color: #333 }

#menuLeft .subHighlight a {
	color: #1b75bb;
	background: #fef1d0;
	width: 146px;
	padding:2px 4px 2px 23px;
    font-weight: bold;
	border-top-style: none;
	
}


.shop_text { }

.shop_text div {font:bold 14px Tahoma, 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}
.lineitem a

.checkouthead {font-size: 16px; color:#23274a; padding:20px 0px }

.cat_head {color:#23274a; } /*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 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:82px;
}

#thumbnail .thumbInfo { 
	clear:both;
}



/* Landscape Thumbnails */

#specialsWrap{ min-height:100%; overflow:auto;clear:both;}

#thumbnailSide { width:270px; height:135px; 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 Tahoma, arial ; text-align:right; }

#thumbnailSide span {font:normal 11px Tahoma, arial ; text-align:right; }

#thumbnailSide div { text-align:right;}

#thumbnailSide .thumbImage {
	float:left;
	height:100px;
	width:100px;
	margin:10px;
}

#thumbnailSide .thumbInfo { 
	float:right;
}





/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading { font-size: 16px; color:#23274a}

.subheading {font: normal 14px Tahoma, Arial }	

.errorMessage {font-weight: bold; color: #FFF; background-color: #23274a; 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 }

/*---------------------------------New Check Out Styles Below ---------------------------------*/

.orderDisplay {
	background:#1b75bb; 
	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:#1b75bb;
	color:#FFFFFF;
	text-align:left;
}
.checkoutCurrentBorder {
	border:1px solid #1b75bb;
	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:#1b75bb;
	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 --------------------------------------- */

