/* ---------------------------------------- CSS INFORMATION ---------------------------------------- */
/* Author: Design & Usability (GSS) 
/* Relationship / Project: CSS for www.AsgrowAndDekalb.com 
/* Version History: August 7, 2007 
/* Media: Screen and Print 
/* Comments: This is the SRG (Seed Resource Guide) file used for computer screens and printers.
/* ------------------------------------------------------------------------------------------------- */

/* ---------------------------------------- DEFAULT CSS SET ---------------------------------------- */

/* --------  Find Seed Products In Your Area (FSPIYA) ------- */
div#fspiya_wrapper {
	float: left;	
	width: 600px;
	margin: 0;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #error{
	color: #f00;
}
div#fspiya_wrapper #fspiya {
	float: left;
	width: 600px; /* 50% */
	margin: 0;
	padding: 10px;
	/*	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	background-color: #E3E3D5;
	height: 135px;
	margin-top: 10px;
}
div#fspiya_wrapper #fspiya #title_and_report {
	padding: 0 0 10px 0;
}
div#fspiya_wrapper #fspiya h3 {
	display: inline;
	padding: 0 0 0 20px;
	font-size: 120%;
	font-weight: bold;
	background-color: transparent;
	background-image: url(images/icon_fsp.gif);
	background-repeat: no-repeat;
}
div#fspiya_wrapper #fspiya #report {
	display: inline;
	padding: 0 0 0 20px;
}
/*div#fspiya_wrapper #fspiya #crop {
	float: left;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #fspiya #zip_code {
	float: left;
	padding: 0 10px 0 0;
}*/
div#fspiya_wrapper #fspiya #years {
	float: left;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #fspiya #radius {
	float: left;
	padding: 0 10px 0 0;
}
div#fspiya_wrapper #fspiya #relative_maturity {
	float: left;
	padding: 0 10px 0 0;
}
/* -------- end FSPIYA (Find Seed Products In Your Area) ------- */


/* -------- start product ------- */
#product_wrapper {
	float: left;
	width: 100%;
	margin: 0;	
	padding: 10px 0 0 0px;
}
.product {
	float: left;
	width: 450px;
	padding: 0 12px 0 0;
	margin: 0 0 40px 0;
}
.product .new {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3D5;
}

.product .new span 
{
	color: #F4F30D;
	font-weight: bold;
	background-color: #008349;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/*.product .new span {
	font-weight:bold;
	background-color: #ccc;
	padding:3px 10px 0 10px;
}
.compare {
	background-color:#f1fbe3;
	border:1px solid #c7d6ad;
}*/
.product .column-1 {
	float: left;
	width: 210px;
}
.product .column-1 .logos, .product .column-1 .graph {
	background-color: #fff;
	padding:5px;
}
.product .column-2 {
	width:220px;
	float: left;
	padding: 10px 0 0 10px;
}
.product .column-2 .name {
	font-weight: bold;
	line-height: 150%;
	font-size: 90%;
	padding:0 0 0 10px;
	float:left;
	width:175px;
}
.product .column-2 .name a {
	font-size: 120%;
}
.product .column-2 .name span{
	clear: left;
}
.product .column-2 .icon {
	float: left;
	width:19px;
}
.product .column-2 .rm {
	display: inline;
	clear: both;
	padding: 0 0 0 10px;
}
.product .column-2 .list ul {
	clear:both;
	margin:0px;
	padding:10px 20px;
}
.product .column-2 .list ul li{
	padding:0 0 10px 0;
}
/* -------- end product ------- */
h2 {
	margin: 0 0 15px 0;
}

/* -------- start FAS(Find A Seed) ------- */
div#fas_wrapper {
	float: right;
	margin: 0;
	padding: 0;
}
div#fas_wrapper #fas {
	width: 317px;  /* 30% */
	padding: 10px;
}
div#fas_wrapper #fas h3 {
	display: inline;
	padding:0 0 20px 30px;
	font-size: 120%;
	font-weight: bold;
	background-color: transparent;
	background-image: url(images/cotton-seed-icon.jpg);
	background-repeat: no-repeat;
}
div#fas_wrapper #fas p {
	padding: 10px 0 0 0;
}
div#fas_wrapper #fas p#example {
	padding: 0px;
}
div#fas_wrapper #fas #search {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
div#fas_wrapper #fas #submit {
	float: right;
	margin: 0;
	padding: 0;
}
/* -------- end FAS(Find A Seed) ------- */


/* -------- start pagination controls ------- */
.page_controls {
	margin: 25px 0 5px 0;
	font-size: 100%;
}
.search_results {
	float: left;
	width: 30%;
	vertical-align: middle;
}
.per_page {
	float: left;
	width: 35%;
	text-align: center;
}
.next_previous {
	text-align: right;
}
.next_previous a {
	padding: 1px 1px 1px 2px;
	border: 1px #fff solid;
}
.next_previous span.next {
	padding: 0 0 0 10px;
	background: transparent url(../images/icon_arrow_right.gif) no-repeat 4px left;
}
.next_previous span.prev {
	padding: 0 10px 0 0;
	background-image: transparent url(../images/icon_arrow_left.gif) no-repeat top right;
}
.next_previous a:hover {
	border: 1px #999 solid;
	text-decoration: none;
}
/* -------- end pagination controls ------- */

/* -------- start filter ------- */
.filter_wrapper {
	margin: 10px 0 10px 0;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #FFFF99;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	

}

.filter {
	float: left;
}
.show_all_rm {
	padding:0 0 0 10px;
}
.rating {
	float: right;
	padding:5px 0 0 0;
	font-weight: normal;
}
/* -------- end filter ------- */

/* -------- start legend ------- */
#legend {
	padding: 20px 0;
}
#legend h2 {
	font-size: 115%;
	background-color: #f2f1ec;
	padding: 0.5em;
	color: #333333;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
/*#legend h2 span{
	padding:5px 10px;
	background-color: #C7DB2A;
}*/
#legend h3 {
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
}
#legend ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
#legend ul li {
	padding: 3px;
	list-style-type: none;
}
/* -------- end legend ------- */


/* -------- start searching ------- */
#searching {
	position: absolute;
	left: 500px; 
	top: 175px;
	display: none;
}
/* -------- end searching ------- */


/* -------- start characteristics chart and cyc ------- */
#characteristic_chart {
	width: 300px;
	float: left;
	padding: 10px 0 0 0;
}
#cyc {
	width: 300px;
	float: right;
	padding: 10px 0 0 0;
}
#cyc ul li {
	list-style: none;
	padding: 5px 0 5px 45px;
	background: transparent url(../images/icon_cyc.gif) no-repeat 0% 50%;
}
#characteristic_chart h2, #cyc h2{
	font-size: 100%;
	margin: 0;
	padding: 0 0 5px 0;
}
#characteristic_chart ul, #cyc ul{
	margin: 0;
	padding: 0;	
}
#characteristic_chart ul li {
	list-style: none;
	padding: 5px 0 5px 25px;
	background: transparent url(../images/icon_pdf.gif) no-repeat 0% 50%;
}

/* -------- end characteristics chart and cyc ------- */


/* ---------------------------------------- SUPPORT TEAM ADD CSS BELOW THIS LINE  ---------------------------------------- */ 
.highlighter-yellow {
	background-color: #FFFFCC;
}
