body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #636467;
	text-decoration: none;
	padding-top:0;
	margin-top:0;
	background-color:#4a6b32;
	text-align: center;
	background-image:url(background.jpg);
	background-position:top;
	background-repeat:no-repeat;
} /* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

.headBG{ width:800px; padding:0 0 0 0}

a { color:#0b6f52; }

a:hover {color: #222}

h1 {font: bold 14px arial; color:#0b6f52; margin:0px 0px 10px 0px; padding:0px}

h3 {font: normal 12px;}
	
select, option {font: 11px Tahoma ; background:#E9E9E9; }

input, textarea, password, file {FONT-FAMILY: arial;font-size: 11px; font-size:10px; border:1px solid #0b6f52; background:#E9E9E9; padding:2px  }

input[type="checkbox"] {border:none; background:none;}

/*----------------------------- Basic layout styles from top to bottom of the page ------------------------------ */
.mainContent{
	vertical-align:top;
	width:686px;
	padding:0 0 0 0;
}

.main_table {background: #fbe4c1; width:800px; border:8px #fbe4c1 solid}

/*.header { background:url(bg_header.gif) repeat-x top; font-size:1px; height:12px;} /* Background image can fill the entire header section */

.header A {margin:0px 6px 0px 5px; }

.header table { margin:0px; padding:0px } /* use to position the content in the header */

.shop_name { font: 1px arial;padding-right:20px; text-align:right; opacity:0;filter: alpha(opacity=0); -moz-opacity: 0; }

.searchinput {font:normal 11px arial; color:#000000; border:1px none #CCCCCC; margin:0px 8px 0px 0px; /*background:#FFF url(mag_glass.gif) no-repeat;*/ padding:2px 2px 2px 17px; font-size:12px; background-color:#eeba89}

.search {margin:55px 5px 5px 0}

.search a{color:#0b6f52; text-decoration:none}
.search a:hover{color:#ooo; text-decoration:underline}

.topnav {
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	padding:0px;
	margin:0px;
	width:100%;
}


.footer { background-color:#0b6f52; color:#FFFFFF; font:11px/16px arial; text-align:center; padding:1px 0px 1px 200px; width:100%}
.footer a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 20px;
			}
.footer a:hover{text-decoration:underline}

.topnav A { color:#fff;  text-decoration:none; padding:3px 36px 3px 37px; margin-right:2px; display:block; float:left;width:auto; white-space:nowrap;}

.topnav A:hover { text-decoration:none; color:#fff;}

.topnav .highlight {color:#FFF;  text-decoration:none; padding:3px 36px 3px 37px; margin-right:2px; display:block; float:left; border-right:1px solid #FFF;  width:auto; white-space:nowrap}

.topnav .highlightFirst {color:#FFF;  text-decoration:none; padding:3px 36px 3px 37px; margin-right:2px; display:block; float:left; border-right:1px solid #FFF;  width:auto; white-space:nowrap}

.topnav table {text-align:center}

.main_cell {padding:8px 8px 8px 8px; text-align:left;width:686px; background-color:#fff;
	hight:100%;
	border-left: 2px solid #0b6f52;
	border-top: 2px solid #0b6f52;
	border-right: 2px solid #0b6f52;
}

.border {  padding:0; margin:8px 0 0 0; width:800px; }/* Surrounds menu_background and main_cell */



/*----------------------------- Buttons ------------------------------ */


.button {margin:0px 8px 0px 0px; padding:3px 6px 6px 6px; font:normal 11px arial; color:#0b6f52; text-decoration:none; text-decoration:none; background:#e7e7e7;  border:1px solid #0b6f52; 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:#0b6f52;}

.button2 { font:normal 13px arial; color:#0b6f52; text-decoration:none; text-align:center; display:block; height:20px}

.button2:hover { color:#0b6f52; text-decoration:underline; }

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; 
} 

input[type="test"] {
	color:#000000; 
} 

/*----------------------------- left hand menu ------------------------------ */



.menutop {margin-top:10px; background:url(menuTopRound.gif) no-repeat top center ; display:block; height:7px; border-bottom:1px solid #85b8d5; 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 12px 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: #4d788e; /* IE6 Bug */
	padding: 4px;
	text-indent:10px;
	border-bottom:1px solid #85b8d5;
	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 #78ace7; 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 #78ace7;  border-right:1px solid #78ace7; 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; }

/*----------------------------------------- Left Hand Menu No-Popup ---------------------------------------*/
#menuLeft {}

#menuLeft ul {font: normal 12px arial;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Width of Menu Items */}
	
#menuLeft ul li a {
	display: block;
	width:149px;
	text-decoration: none;
	color: #0b6f52;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	margin:0px 7px;
}

/* 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: #f8a054;} 

#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:#0b6f52; 
	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 {color: #0b6f52;}
	
.highlight A {TEXT-DECORATION: none; background:#0b6f52;  color:#eddebb}

.selected {text-decoration:none; color: #333 }

#menuLeft .subHighlight a {
	color: #0b6f52;
	background:#ccc;
	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 arial; padding-bottom:5px ; }

.cart {font: 12px Arial ; border:1px solid #0b6f52; width:98%; background:#F7F7F7}

.cart th {text-align:left; background:#0b6f52 url(../images/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:#0b6f52; padding:20px 0px }

.cat_head { } /*Category name and description*/

#thumbnail {WIDTH: 135px; height:240px; float: left; clear: none; margin:5px 11px 10px 0px; padding-top:6px;text-align:center; background-color:#FFF;}

#thumbnail p {margin: 0px 0px 0px 35px; text-align:center} 

#thumbnail h3 {font:normal 13px arial; color:#0b6f52; text-align:center; background: url(prods_bg.gif) repeat-x top #FFF;  padding:5px 0; height:10px; }

#thumbnail span {font:normal 13px arial ;text-align:center; color:#0b6f52;}

#thumbnail div{text-align:center; color:#0b6f52; font:normal 12px arial ;}

#thumbnail .thumbImage {
	height:110px;
}

#thumbnail .thumbInfo { 
	clear:left;
	
}


/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading { font-size: 16px; color:#0b6f52; display:block; padding-bottom:1px; border-bottom:1px solid #0b6f52; font-weight:bold; text-align:center;}

.subheading {font: normal 14px arial }	

.errorMessage {
	font-weight: bold;
	color: #FFF;
	background-color: #AD0034;
	padding:4px;
	text-align: center;
}

.okMessage {font-weight: bold; padding: 4px; background-color:#CCC;}

.form-label {
	font-weight: bold;
	color: #0B6F52
}

.form-title {font-weight: bold; color: #4683d3}	

.normalbold {font-weight: bold }

.tablehead { font-size: 14px; text-decoration: none; color:#4683d3}




/*----------------------------- 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 }



/*----------------------------- 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;
}

/*---------------------------------New Check Out Styles Below ---------------------------------*/

.orderDisplay {
	background:#0b6f52; 
	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:#0b6f52;
	color:#FFFFFF;
	text-align:left;
}
.checkoutCurrentBorder {
	border:1px solid #0b6f52;
	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:#0b6f52;
	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 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 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 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 --------------------------------------- */

.menuName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

#viewallmaster {
	clear: both;
	height:80px;
}

#viewall1{
	WIDTH: 100px;
	float: left;
	clear: none;
	margin: 1px;
	color: #D3232D;
}

#viewall2 {
	WIDTH: 100px;
	float: left;
	clear: none;
	margin: 1px;
	font-weight:bold
}


#viewall6 {
	WIDTH: 85px;
	float: left;
	clear: none;
	margin: 1px;
}
