/*	CSS Document for (greens herbs)
	Designed by The Cube Lab
	Designer name : (Steve)

/*	Colors used on site : 

light green : #bb63d
mid green : #445522
dark green : #2c3718
cream : fde373
orange : #ff920d


*/


/*------------------------------
			GLOBAL
-------------------------------*/




body {
	font-family: "American Typewriter", Courier, Arial, serif;
	padding: 0;
	margin: 0;
	text-align: center;
}


img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}


/*------------------------------
			LAYOUT
-------------------------------*/

#banner {
	width: 100%;
	height: 170px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff url(../images/bodystripbg.jpg) repeat-x top left;
}

#container {
	width: 840px;
	margin: 0 auto;
	padding-top: 165px;
}

#termscontainer {
	text-align: left;
	padding: 20px;
}

#header {
	position: relative;
	width: 886px;
	height: 163px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	font-size: 22px;
	color: #000;
}

#totalbox {
	position: absolute;
	width: 220px;
	right: 23px;
	top: 0;
	background: url(../images/totalboxbg.png);
}

#navcontainer {
	text-align: right;
}

#navcontainer ul {
	position: absolute;
	top: 10px;
	right: 0;
}

.telno {
	position: absolute;
	top: 143px;
	left: 160px;
	color: #fff;
	font-weight: normal;
}

#choices {
	position: relative;
	width: 840px;
	background: url(../images/choicesbg.gif) top left no-repeat;
	text-align: left;
}


#content {
	text-align: left;
	padding-top: 20px;
}


#footer {
	clear: both;
	width: 840px;
	height: 100px;
	background: #2c3718;
	color: #fde373;
	border-bottom: 10px solid #fff;
	line-height: 30px;
}



/*------------------------------
			NAVIGATION -- add in again if top nav added
-------------------------------
#header div ul {
	position: absolute;
	top: 0;
	right: 0;
	width: 740px;
	height: 55px;
}

#header div ul li {
	display: inline;
	font-size: 16px;
	list-style: none;
	text-decoration: none;
}

#header div a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#header div a:hover {
	color: #33ff33;
}

*/




/*------------------------------
			TEXT
-------------------------------*/
#content {

}



/*------------------------------
			LINKS
-------------------------------*/

a:link, a:visited {
	color: #33ff33;
}


a:hover, a:active {
	color: #2bd72b;
}

#navcontainer ul a:link, #navcontainer ul a:visited {
	color: #2c3718;
	font-size: 22px;
}

#footer a:link, #footer a:visited {
	color: #fde373;
}


/*------------------------------
			LISTS
-------------------------------*/
#basket-list {
	color: #fff;
	font-size: 14px;
	padding: 20px 0 20px 10px;
}

#basket-list li {
	padding-bottom: 4px;
}


/*------------------------------
			HEADINGS
-------------------------------*/

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

#totalbox h2 {
	background: url(../images/basket_32.png) no-repeat 0 10%;
	padding-left: 36px;
	margin: 8px 0 0 8px;
	line-height: 32px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
#totalbox h3{
		color: #fff;
		padding-left: 40px;
		font-size: 16px;
		margin: 8px 0 0 0;
}
#choices h1 {
	padding-top: 120px;
	line-height: 1.9;
	color: #2c3718;
}


.one {
	position: absolute;
	width: 240px;
	height: 89px;
	top: 0;
	left: 0;
	background: url(../images/one.gif) no-repeat;
	color: #fff;
	padding-left: 60px;
	padding-top: 20px;
}

.two {
	position: absolute;
	width: 240px;
	height: 89px;
	top: 0;
	left: 270px;
	background: url(../images/two.gif) no-repeat;
	color: #fff;
	padding-left: 60px;
	padding-top: 20px;
}

.three {
	position: absolute;
	width: 240px;
	height: 89px;
	top: 0;
	left: 540px;
	background: url(../images/three.gif) no-repeat;
	color: #fff;
	padding-left: 60px;
	padding-top: 20px;
}


/*------------------------------
			IMAGES
-------------------------------*/



*------------------------------
			FORMS
-------------------------------*/

form {
	width: 90%;
}



form ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}



label {
	width: 10em;
	margin-right: 1em;
}

input {
	font-family: "American Typewriter", Courier, Arial, serif;
	font-size: 16px;
	line-height: 1.1em;
	padding: 5px;
	padding-right: 0;
	width:  360px;
	color: #777;
	background: #fff;
	border: 1px solid #5bb63d;
}

textarea {
	font-family: "American Typewriter", Courier, Arial, serif;
	font-size: 16px;
	line-height: 1.1em;
	padding: 5px;
	width: 360px;
	height: 88px;
	color: #777;
	background: #fff;
	border: 1px solid #0099ff;
}

/*temp disabled .. button {
	width: 140px;
	height: 32px;
	background: #fff;
	border: none;
	font-family: "American Typewriter", Courier, Arial, serif;
	font-size: 16px;
}

*/



/*------------------------------
			ACCORDION
-------------------------------

light green : #5bb63d
mid green : #445522
dark green : #2c3718
cream : #fde373
orange : #ff920d
*/



.choicebar {
	background: #5bb63d;
	color: #fde373;
	height: 75px;
	text-align: left;
	line-height: 1.3;
}

.step-id {
	font-size: 60px;
	color: #fff;
}

html {
	height: 100%;
}

#bottom_container {
	clear: both;
	width: 840px;
}

h1 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-align: left;
}

h1 span {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 5px 5px 0;
	text-align: left;
}

.description {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 5px 0 15px 0;
}	



		
pre {
	font-size: 11px;
	padding: 10px;
	background: #000000;
	overflow: auto;
	margin: 10px 0 10px 0;
}

code {
	color: #ffffff;
	background: #000000;
	font-family: Monaco, Courier, monotype;
}
			
		/*
			Vertical Accordions
		*/
		
.accordion_toggle {
	position: relative;
	display: block;
	height: 108px;
	background: #fde373;
	padding: 0 0 0 10px;
	color: #2c3718;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #5bb63d;
	cursor: pointer;
	margin: 0;
	text-align: left;
	line-height: 60px;
}

.accordion_toggle img {
	position: absolute;
	top: 4px;
	right: 4px;
}




.accordion_toggle a {
	color: #2c3718;
	background: url(../images/more.gif) no-repeat 0 50%;
	padding-left: 30px;
}
		
.accordion_toggle_active {
	background: #fde373;
	color: #2c3718;
	border-bottom: 1px solid #5bb63d;
	line-height: 60px;
}

.item {
	background: #5bb63d;
	text-align: left;
	color: #2c3718;
	padding: 0;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 15px;
}

label {
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
}

#order-details input {
	width: 64px;
	height: 20px;
	font-family: "American Typewriter", Courier, Arial, serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	background: #fff;
	border: none;
	padding-left: 4px;
	line-height: 20px;
}

#order-details input.orderdetailscheckbox {
	background: none;
}

.delivery {
	font-size: 12px;
}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
	background: #5bb63d;
	border: none;
	border-bottom: 2px solid #fff;
}

#customer-details label {
	float: left;
	width: 300px;
	margin-right: 20px;
	display: block;
	text-align: right;
	font-weight: normal;
	color: #2c3718;
}

#customer-details textarea {
	width: 365px;
	height: 100px;
	font-family: "American Typewriter", Courier, Arial, serif;
	font-size: 14px;
	color: #2c3718;
	font-weight: bold;
	background: #fff;
	border: none;
	text-align: left;
}

#customer-details li, #place-order li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 10px;
}

#customer-details a:link, #customer-details a:visited {
	color: #fde373;
}

select {
	width: 170px;
	height: 31px;
	font-family: "American Typewriter", Courier, Arial, serif;
	font-size: 14px;
}

#place-order ol {
	padding-left: 44px;
	color: #2c3718;
}



#customer-details input.TandCcheckbox {
	width: 30px;
}

#customer-details input {
	width: 365px;
	height: 30px;
	font-family: "American Typewriter", Courier, Arial, serif;
	font-size: 16px;
	color: #2c3718;
	background: #fff;
	border: none;
	padding-left: 20px;
}

.item-description {
	background: url(../images/line.gif) repeat-x bottom left;


}


		
.accordion_content {
	background-color: #ffffff;
	color: #000;
	overflow: hidden;
}
			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}







			
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
	margin: 0;
}

#accordion img{
	cursor: pointer; 
}
			
		