/* CSS Stylesheet for Amy's Garden */
/* Created by thinksync */
/* http://www.thinksync.com.au */
/* © 2005 thinksync. No part of this code may be used without permission */

/* HEADER STRUCTURAL CODE */
html {
 	height:100%;
  	margin:0; 
	padding:0; 
 	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color:#333333;
 }

body { 
 	height:100%;
 	margin:0; 
 	padding:0; 
 	text-align:center;
 	background: #B4A699 url(shop/images/bg_repeat.gif) repeat-y 50% 0;
}

 /* Hides from IE-mac \*/
* html body {background: #B4A699 url(shop/images/bg_repeat.gif) repeat-y 50% 0;}
/* End hide from IE-mac */

#pagewidth{ 
 	width:700px; 
 	text-align:left;  
 	margin-left:auto; 
 	margin-right:auto;
 	position:relative;
 	min-height: 100%; /* For Modern Browsers */
 	height: auto !important; /* For Modern Browsers */
 	height: 100%; /* For IE */
} 

 /* Hides from IE-mac \*/
* html #pagewidth {padding-left:1px; height:100%;}
/* End hide from IE-mac */
 
#header{
 	position:relative; 
 	height:132px; 
 	width:100%;
 	background:#FFFFFF url(shop/images/header.jpg) no-repeat;
} 

/* Font Settings */

h1 {
	font-size:160%;
	font-weight:bold;
	color:#333300;
	margin:0;
	padding:0 0 5px 0;
	}
	
h2 {
	font-size:140%;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding: 0 0 3px 0;
	}
	
h3 {
	font-size: 120%;
	font-weight:bold;
	color:#333300;
	margin:0;
	padding:0;
	}
	
h4 {
	font-size: 100%;
	font-weight:bold;
	color:#333333;
	margin:0;
	padding:0;
	}
	
h5 {
	font-size:85%;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:5 0 0px 0;
	}

img {
	border: 0;
	text-decoration:none;
	}

	

/* STANDARD LINK CODE */

a {
	font-size:small;
	font-weight:bold;
	color:#333300;
	}
	
a:link, a:active, a:visited {
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	}

/* TOP MENU */
#top_menu {
	position: relative;
	height:23px;
	background: #6E7A45 url(shop/images/leaf_bot.jpg) 0 0 no-repeat;
	}
	
.top_menu {
	padding: 0 0 0 120px;
	line-height:20px;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
	} 

#shadow {
	position:relative;
	height:26px;
	background: url(shop/images/shadow_rpt.jpg) 0 0 repeat-x;
	}
 /* END HEADER CODE */
 
 /* BODY STRUCTURAL CODE */
 
#twocols{
 	width:700px; 
 	float:left; 
 	position:relative; 
 	padding-bottom:25px;
  }
 
#rightcol{
 	width:200px; 
 	float:right; 
 	position:relative; 
 }
 
/* HORIZONTAL MENU SYSTEM */
#navlist_horiz {
	margin: 0;
	padding: 0 0 0 120px;
	line-height:20px;
	font-size:x-small;
	font-weight:bold;
	color:#FFFFFF;
}

#navlist_horiz ul, #navlist_horiz li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist_horiz a:link, #navlist_horiz a:active, #navlist_horiz a:visited {
	float: left;
	line-height: 20px;
	font-size:x-small;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	margin: 0px 20px 0px 0px;
}

#navlist_horiz a:hover {
	background: transparent;
	color:#333300;
}

/* END HORIZONTAL TOP MENU SYSTEM */ 

/* RIGHT MENU SYSTEM */

#navcontainer { width: 200px; }

#navheader {
	width: 143px;
	height:26px;
	border:1px solid #754C23;
	background:#B05E23 url(shop/images/menu_icon.jpg) no-repeat 0 0;
	}
	
.navheader {
	padding: 0 0 0 40px;
	line-height:22px;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:small;
	color:#FFFFFF;
}

#navcontainer a {
	display: block;
	padding: 4px 0px 4px 25px;
	width: 158px;
	background:#9A9F8C/* url(shop/images/menu_up.gif) repeat-y 0 0px*/;
	border-bottom: 1px solid #754C23;
	border-right: 1px solid #754C23;
	border-left: 1px solid #754C23;
}

#navlist {
	margin-top:0px;
	}

#navcontainer a:link, #navlist a:visited {
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover	{
	color: #fff;
	background:#C7B299 url(shop/images/menu_over.gif) no-repeat 0 4px;
}

.cart_class {
	display: block;
	padding: 7px 0px 3px 25px;
	width: 158px;
	border-bottom: 1px solid #754C23;
	border-right: 1px solid #754C23;
	border-left: 1px solid #754C23;
}

/* CART AREA */

.small {
	font-size:small;
	color:#999999;
	}
	
.cart_text {
	font-size:small;
	color:#333300;
	font-weight:bold;
	padding:0 15px 0 0;
	}

#checkout a {
	border:0;
	padding:0;
	margin:0;
	background-color:#FFF;
	}
	
#checkout img {
	border:0;
	}

#checkout a:link, a:active, a:visited {
	font-size:small;
	font-weight:bold;
	color:#333300;
	text-decoration:none;
	}
	
#checkout a:hover {
	border:0;
	padding:0;
	margin:0;
	color:#666666;
	background:#FFF;
	}
	

/* END RIGHT MENU CODE */

/* CONTENT AREA STRUCTURAL */

#maincol{
	background-color: #FFFFFF;  
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width:460px; 
	padding: 0px 0px 10px 10px;
 }
 
 /* Hides from IE-mac \*/
* html #maincol {width:450px;}
/* End hide from IE-mac */

#maincol_full {
	background-color: #FFFFFF;  
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width:660px; 
	padding: 0px 0px 10px 10px;
 }
 
 /* Hides from IE-mac \*/
* html #maincol_full {width:660px;}
/* End hide from IE-mac */
 
 /* THUMBNAIL CODE */
 .maincol_products {
 	width:100%;
	border: 1px dashed #CCCCCC;
	background: #E0E3D6;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	}
	
/* Hides from IE-mac \*/
* html .maincol_products {padding:10px 0px 10px 20px;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
.gst_info {
	float:right;
	font-size:x-small;
	padding:5px 0px 0px 0px;
	} 
 
 
.thumbnail {
	text-align:center;
	float: left;
	width: 120px;
	border: 1px solid #999;
	margin: 0 0px 20px 20px;
	padding: 10px 5px 5px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333300;
	font-weight:bold;
	vertical-align: top;
}

.clearboth { clear: both; }

/* Hides from IE-mac \*/
* html .thumbnail {margin:0 15px 20px 0;}
/* End hide from IE-mac */

.thumbnail a:link, a:visited, a:active {
	font-size:small;
	}
	
.thumbnail a:hover {
	text-decoration:underline;
	}

/* Shop-based thumbnail styling */

.lite {
	font-size:x-small;
	color:#999999;
	}

.blue {
	font-size:small;
	color:#333300;
	}
 
 /* THUMNAIL NAVIGATION */
 
 .prod_nav {
	font-size:small;
 	color:#333300;
	border: 1px solid #999999;
	padding: 5px 5px 5px 10px;
	margin-top: 15px;
	}

.prod_nav a {
	font-size:small;
	color:#333300;
	text-decoration:none;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	padding:2px 2px 2px 2px;
	margin:0 3px 0 0px;
	}
	
.prod_nav a:link, a:active, a:visited {
	text-decoration:none;
	}
	
.prod_nav a:hover {
	border:1px solid #333300;
	background-color:#FFFFFF;
	}
	
/* CART STYLES */

.maincol_cart {
 	width:100%;
	border: 1px dashed #CCCCCC;
	background: #E0E3D6;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	}
	

 
 /* FORM STYLING  #333300; */
 

.fmset legend {
	color:#333300;
	font-size:1.2em;
	font-weight:bold;
	}
	
.sidelbl {
	text-align:left;
	padding:0 0 2px 10px;
	margin:0;
	font-weight:bold;
	color:#333300;
	}
	
.sidelbl .fmrequired {
	padding:0 5px 0 0;
	margin:0;
	color:#333300;
	}

.contact_form {
 	width: 400px;
	padding: 5px;
	margin:0px auto;
	}
	
.contact_form legend {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:medium;
  	color:#333300;
	font-weight:bold;
	}
 
 div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:small;
  font-weight:bold;
  color:#333300;
  }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 
  
 div.spacer {
  clear: both;
  }
  
 /* END FORM STYLING */
 
.small_prod_code {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#999999;
	/*position:relative;
	top:-10px;*/
	}
	
.prod_details {
	margin:15px 0 15px 0;
	width:95%;
	border: 1px solid #999999;
	padding:5px 5px 5px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	}
 
 .buy_now {
 	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#333300;
	float:right;
	}
	
.categories {
	width:95%;
	margin:15px 0 15px 0;
	border: 1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
	}
	
.alt_row {
	background-color:#EEEEEE;
	}
	
.tbl-title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#333300;
	/*width:40%;*/
	}

.checkout_table {
	border:1px solid #666666;
	width:100%;
	background-color:#FFFFFF;
	}

.checkout_head {
	background-color:#AEBC8E;
	border-bottom:1px solid #666666;
	}
	
.cheackout_sub_head {
	background-color:#BDCF92;
	border-bottom:1px solid #666666;
	}
	
.tbl_title_chk {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#333300;
	padding:3px 5px 3px 5px;
	margin:0;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	/*width:40%;*/
	}

.tbl_title_chk_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#333300;
	padding:3px 5px 3px 5px;
	margin:0;
	border-bottom:1px solid #666666;
	/*width:40%;*/
	}

.tbl_title_chk_alt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#EEEEEE;
	color:#333300;
	padding:3px 5px 3px 5px;
	margin:0;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	/*width:40%;*/
	}

.tbl_title_chk_2_alt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#EEEEEE;
	color:#333300;
	padding:3px 5px 3px 5px;
	margin:0;
	border-bottom:1px solid #666666;
	/*width:40%;*/
	}
	
.tbl_tot_bot {
	padding:3px 5px 3px 5px;
	border-right:1px solid #666666;
	margin:0;
	}
	
.tbl_tot_bot_2 {
	padding:3px 5px 3px 5px;
	margin:0;
	}
	
.tbl_chk_row {
	padding:3px 5px 3px 5px;
	margin:0;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	}
	
.tbl_chk_row_end {
	padding:3px 5px 3px 5px;
	margin:0;
	border-bottom:1px solid #666666;
	}
	

 
 /* FOOTER */
 
#footer{
	width:700px;
	background-color:#6E7A45;
	position: relative;
	margin-top: -25px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
 } 
 
/* Hides from IE-mac \*/
* html #footer {
	border-left-width:1px;
	border-right:1px solid #6E7A45;
	margin-top: -25px;
	height:25px;
	}
/* End hide from IE-mac */  

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.footer_left {
	float:left;
	padding: 3px 0 0 5px;
	width:40%;
	}
	
.footer_centre {
	float:left;
	width:25%;
	text-align:center;
	padding:3px 5px 0 5px;
	}

.footer_right {
	float:right;
	width:25%;
	text-align:right;
	padding: 3px 5px 0 0;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	line-height: 20px;
	font-size:x-small;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	margin: 0px 0px 0px 0px;
}

#footer a:hover {
	background: transparent;
	color:#333300;
}
 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
