/*
Site: Rainbow parks
Date: 2009.03.04

[Table Of Contents] 

	0- Reset
	1- Navigation
	2- General Layout
	3- Text and Headings
	4- Links
	5- Header 
	6- Content 
	7- Footer 
	8- Forms
	9- Extras

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Navigation (DROPDOWN)
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('../_dropnav/nav.css');


/* =2 General Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html {
	height: 100%;
}
body {
	text-align:center; 
	margin:0 auto;
	padding:0;
  	background: #fff;
	height: 100%;
}
.container {
	margin: 20px auto;
	padding:0;
	width:970px;
	text-align:center; 
}

/* =3 Text and Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body, td, th {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
.medtext {
	font-size: 11px;
}
.smalltext {
	font-size: 10px;
}
.red {
	color:#c9252b;
}
.green {
	color:#22b24c;
}
.grey {
	color:#999;
}
.orange {
	color: #F58220;
}


h1, .heading1 {
	font-size: 22px;
	font-weight: normal;
}
h2, .heading2 {
	font-size: 16px;
	font-weight: bold;
}
h3, .heading3 {
	font-size: 14px;
	font-weight: bold;
}
h4, .heading4 {
	font-size: 12px;
	font-weight: bold;
}
h5, .heading5 {
	font-size: 16px;
	font-weight: normal;
}
h6, .heading6 {
	font-size: 13px;
	font-weight: normal;
}

/* =4 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	color:#000; 
	text-decoration:underline;
}
a:hover {
	color:#c9252b; 
	text-decoration:underline;
}

/* =5 Header / Search
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.search-input {
	border: solid 1px #f58220;
	height:19px;
	margin:0;
	width: 160px;
	padding: 5px 2px 0 ;
}
.search-button {
	background-color: #f58220;
	border: 0;
	padding:0 0 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	height:25px;
	line-height:24px;
	width: 90px;
}
.search-result-first {
	padding-bottom: 10px;
	border-bottom: solid 1px #EFEFEF;
}
.search-result {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #EFEFEF;
}
.search-result-last {
	padding-top: 10px;
}

/* =6 Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* Feature box*/
.feature {
	margin: 15px 20px 10px 25px;
}
	
/* page container*/
.page-nurseries, .page-trees, .page-ceramics, .page-general {
	padding:15px 25px 0;
	text-align:left;
	min-height: 400px; /* set min height for div */
	height: auto !important; /* set min height for div */
	height: 400px; /* set min height for div */
}	
.page-nurseries {
	border-top: 2px solid #c9252b;
	border-bottom: 2px solid #c9252b;
}	
.page-trees {
	border-top: 2px solid #a6ce39;
	border-bottom: 2px solid #a6ce39;
}	
.page-ceramics {
	border-top: 2px solid #F58220;
	border-bottom: 2px solid #F58220;
}
.page-general {
	padding-bottom: 20px;
	border-top: 2px solid #A7AE9A;
	border-bottom: 2px solid #A7AE9A;
}	
.page-heading {
	padding:15px 25px 10px;
	text-align:left;
}	
	
/* Products index*/
div.thumb-trees {
	text-align: center;
}	
div.thumb-trees a {
	font:10px;
	font-weight:bold;
	color: #000;
}
div.thumb-trees a:hover {
	font:10px;
	font-weight:bold;
	color: #FFF;
}
div.thumb-nurseries {
	text-align: center;
}	
div.thumb-nurseries a {
	font:10px;
	font-weight:bold;
	color: #FFF;
}
div.thumb-nurseries a:hover {
	font:10px;
	font-weight:bold;
	color: #000;
}

/* Product Info page */
table.data-red  {
	border-top: 1px solid #c9252b;
	border-left: 1px solid #c9252b;
}
.data-red td {
	border-bottom: 1px solid #c9252b;
	border-right: 1px solid #c9252b;
	padding: 4px;
	font-size: 11px;
}
table.data-green  {
	border-top: 1px solid #22b24c;
	border-left: 1px solid #22b24c;
}
.data-green td {
	border-bottom: 1px solid #22b24c;
	border-right: 1px solid #22b24c;
	padding: 4px;
	font-size: 11px;
}
table.data-orange  {
	border-top: 1px solid #F58220;
	border-left: 1px solid #F58220;
}
.data-orange td {
	border-bottom: 1px solid #F58220;
	border-right: 1px solid #F58220;
	padding: 4px;
	font-size: 11px;
}
.order-red, .order-green {
	font-size:12px;
	font-weight: bold;
	text-align:center;
}
.order-red a, .order-green a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.order-red a:hover {
	color:#f58220;
}
.order-green a:hover {
	color:#a6ce39;
}

 td.chart {
 border-right: 1px solid #999;
 }
	
/* Gallery */
.img-product {
	/*background:#e8efdd;*/ 
	padding:2px;
	text-align:center;
	}



/* =7 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.footer {
	padding:15px 25px ;
}
.footer-text {
	color:#999;
	font-size:10px;
}
.login-input {
	border: solid 1px #999;
	height:19px;
	margin:0;
	width:160px;
	padding:5px 2px 0 ;
}


/* =8 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
table.form td {
	padding:4px;
	}

select, input, textarea, .formtext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: solid 1px #7297a9;
	padding:3px 2px 1px ;
}
.buttontext {
	background-color: #E4E7FA;
	border: 1px solid #666666;
	color: #333333;
	cursor:pointer;
}

/* =9 Extras
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
hr {
	color: #F5EEEB;
}
br { 
	line-height:80%;
}
.alert_box {
	border: 1px dotted #999999;
	padding:5px;
	background-color: #e5e5e5;
	color: #000000;
}
.feature-box {
	border: 1px dotted #999999;
	padding:15px;
	background-color: #e5e5e5;
	color: #000000;
}
hr.staff {
	border-bottom:1px solid #333;
	height:1px;
	}
td.staff {
	font-size: 11px;
	border:1px solid #ececec;
	padding:15px;
}
ul.list {
	list-style:square;
	padding: 10px 10px 10px 25px;
	}
ul.list li{
	margin-bottom: 5px;
	}
	
	
/* =10 alaphabetical index items
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div.items { padding: 0; }
div.items a { text-decoration: none; cursor: pointer; }
div.items a:hover { text-decoration: none; cursor: pointer; }
div.item_off { margin-right: 2px; width: 20px; line-height: 20px; text-align: center; float: left; display: block; border: 1px solid #CCC; background-color: #FFF; }
div.item_on { margin-right: 2px; width: 20px; line-height: 20px; text-align: center; float: left; display: block; border: 1px solid #ED1C2E; background-color: #FFDEC8; font-weight: bold; color: #ED1C2E; }