/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #538637 url(images/body_bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#wrapper {
	position: relative;
	width: 900px;
	background: transparent;
	margin: 0 auto;
	text-align: center;
}

 #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/content_bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

 #OrderContainer { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/order_content_bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

 #header { 
	background: url(images/nav_bg.jpg) no-repeat top center; 
	height: 207px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Arial, Helvetica, sans-serif;
} 

#headerBlog {
	background: url(images/nav_bg_blog.jpg) no-repeat top center; 
	height: 207px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Arial, Helvetica, sans-serif;
}

 #Orderheader { 
	background: url(images/order_nav_bg.jpg) no-repeat top center; 
	height: 207px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
font-family: Arial, Helvetica, sans-serif;
}

#co-phoneEmail {
	text-align:right;
	float: right;
	margin:0;
	color:#EBD91F;
	font-weight:bold;
	font-size:.8em;
}
#co-phoneEmail span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

#co-phoneEmail a:link {
	color: #EBD91F;
	text-decoration: none;
}

#co-phoneEmail a:visited {
	color: #ccc;
	text-decoration: none;
}

#co-phoneEmail a:hover {
	color: #fff;
	text-decoration: none;
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 10px;
}

#sidebar1 .sideHeader {
	font-size: 0.9em;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #538637;
	padding: 10px 0 0 0;
	text-align: left;
}
 #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#OrderContent {
	margin:0 20px;
	padding: 0 20px;
}

#mainContent h1, #OrderContent h1{
	font-size: 1.3em;
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #006600;
	padding: 35px 10px;
	letter-spacing: -1px;
}

/* for the cart details page */
#mainContent h1.PlantName {
	font-size: 1.1em;
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #006600;
	padding: 35px 10px;
	letter-spacing: -1px;
}

#mainContent h2, #OrderContent h2 {
font-family: Georgia, Arial, helvetica, sans-serif;
	color:#FF8C00;
	font-size: 1.2em;
	letter-spacing: -1px;
}

#mainContent h3, #OrderContent h3 {
	color:#993333;
	font-size: 0.9em;
	font-family: Arial, helvetica, sans-serif;
} 

#mainContent p, th, td {
	font-size: 0.9em;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 150%;
	text-align: left;
}

/* for the cart Results page */
#mainContent p.PlantListing {
	padding:0;
	margin: 0;
	font-family: Georgia, Arial, helvetica, sans-serif;
	color:#FF8C00;
	font-size: 1.2em;
	letter-spacing: -1px;
}

/* to style the price list in CW3 indents it on the left */
#mainContent .PriceList {
	padding-left: 20px;
	font-weight: bold;
}

#mainContent p.OrderNumber {
	font-size: 0.9em;
	font-family:  Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 150%;
	text-align: left;
}

#discountDescriptions {
	font-family: Georgia, Arial, helvetica, sans-serif;
	color:#660000;
	font-size: 1.1em;
	letter-spacing: -1px;
}

.BasketTxt {
	font-size: 0.75em;
}

#OrderContent p, th, td {
	font-size: 0.9em;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 150%;
	text-align: left;
}

#mainContent p, #OrderContent p {
padding: 10px 20px 0 20px;
}

#mainContent p.subhead, #mainContent .subhead, #OrderContent p.subhead, #OrderContent .subhead 
  {
	font-size: 1.0em;
	font-family:   Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;
}

#sidebar1 p {
	font-size: 0.9em;
	font-family:  Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 20px 0 20px;
	line-height: 150%;
	text-align: left;
}

#sidebar1 .subhead {
	color: #660000;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;
}

#sidebar1 p.BasketTxt {
	font-size: 0.75em;
	margin-left: 3px;
}

#sidebar1 a {
	font-family:  Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

#sidebar1 a:visited {
	font-family:  Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #006600;
	text-decoration: underline;
}

 .sectionHead{
	background: url(images/sectionHd.jpg) no-repeat;
	min-height: 77px;
}


 #footer { 
 	width: 840px;
	min-height: 123px;
	padding: 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#538637 url(images/footer_bg.jpg) no-repeat top center; 
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #A5D18D;
	font-size: 0.8em;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	text-align: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	text-align: left;
}

.fltrt a, .fltrt a:visited, .fltlft a, .fltlft a:visited {
	color: #A5D18D;
}

.fltrt a:hover, .fltlft a:hover  {
	color: #FF8C00;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.galleryborder {
	margin: 10px;
	padding: 5px;
	border: 1px solid #FF8C00;
}

#ImgDetailsBorder {
	margin: 8px;
	padding: 5px;
	border: 1px solid #FF8C00;
}



/* specific cw styles */
hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 0.9em;
	color: #666;
	border: 1px inset #006600;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background-color: #619546;
	border-top: 1px solid #B1D79D;
	border-right: 2px solid #365D24;
	border-bottom: 2px solid #365D24;
	border-left: 1px solid #B1D79D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #FFDBAE;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background:#538637;
	color: #FFFFFF;
}

table.tabularData th.CartRight {
	background:#FFF;
	color: #660000;
	Text-align: right;
}


/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7F2D9;
}
.altRowOdd{
	background-color: #FFFFE0;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 0.75em;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

#mainContent a.red {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

.clearFloat {
	clear: both;
	height: 1px;
}
