@charset "UTF-8";

/* CSS STYLE FOR THE CONTAINER THAT HOLDS THE ACCORDION CONTENT */

/* gradient background */	
#container	{
	border:1px solid #6b6b6b;
	width:612px;
	background:url(/en_US/ProductCatalog/FR/media/images/category/planting_seeding/content_container_bg.jpg) repeat-y;
}

#container div.content	{
	width:585px;
	padding:0px 13px 13px 13px;
}

/* content container white */
#container div.content_container	{
	width:585px;
	background-color:#FFFFFF;
}

/* content area background */
#container div.content_area	{
	margin:0 4px;
	border:1px solid #777;
	background:url(/en_US/ProductCatalog/FR/media/images/category/planting_seeding/main_background.jpg) repeat-y;
	height:340px;
}

/* flash header */	
#container div.flash_header	{
	width:612px;
}

/* CSS FOR ACCORDION */	

/* accordion headers */	
.accordion_toggle {
	display: block;
	height: 30px;
	width: 185px;
	background: url(/en_US/ProductCatalog/FR/media/images/category/planting_seeding/accordion_toggle.jpg) no-repeat top right #004f00;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	cursor: pointer;
	margin: 0 0 0 0;
	text-indent:10px;
}
		
.accordion_toggle_active {
	background: url(/en_US/ProductCatalog/FR/media/images/category/planting_seeding/accordion_toggle_active.jpg) no-repeat top right #004f00;
	color: #ffffff;
	border-bottom: 1px solid #999999;
}

/* accordion content */	
.accordion_content {
	background-color: #ffffff;
	
	overflow: hidden;
}
			
.accordion_content p {
	line-height: 18px;
	padding: 5px 10px 15px 10px;
}
	
/* nest accordion headers */			
.vertical_accordion_toggle {
	display: block;
	height: 25px;
	width: 185px;
	background: url(/en_US/ProductCatalog/FR/media/images/category/planting_seeding/vertical_accordion_toggle.jpg) no-repeat top right #b1b1b1;
	padding: 0 10px 0 10px;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #999999;
	cursor: pointer;
	margin: 0 0 0 0;
	text-indent: 10px;
}

.vertical_accordion_toggle_active {
	background: url(/en_US/ProductCatalog/FR/media/images/category/planting_seeding/vertical_accordion_toggle_active.jpg) no-repeat top right #ffffff;
	color: #000000;
	border-bottom: 1px solid #999999;
}

.vertical_accordion_toggle:hover {
	background: url(/en_US/ProductCatalog/FR/media/images/category/planting_seeding/vertical_accordion_toggle_active.jpg) no-repeat top right #ffffff;
	color: #000000;
	border-bottom: 1px solid #999999;
}

/* nest accordion content */	
.vertical_accordion_content_main {
	background-color: #ffffff;
	overflow: hidden;
	position:absolute;
	height: 325px;
	width: 345px;
	top: 425px;
	left: 395px;
}

.vertical_accordion_content {
	background-color: #ffffff;
	overflow: hidden;
	position: absolute;
	height: 340px;
	width: 345px;
	top: 425px;
	left: 395px;
}

.vertical_accordion_content p {
	line-height: 18px;
	padding: 5px 10px 15px 10px;
}
  			
/* CSS STYLE FOR INDIVIDUAL NESTED VERTICAL ACCORDIONS */   

/* PLANTERS */
#vertical_nested_container {
     margin: 0;
     width: 575px;
}

/* AIR SEEDINGS */
#vertical_nested_container2 {
     margin: 0;
     width: 575px;
}

/* BOX DRILLS */
#vertical_nested_container3 {
     margin: 0;
     width: 575px;
}

/* READY TO PLANT */
#vertical_nested_container4 {
     margin: 0;
     width: 575px;
}

.reminderCaption {
	font-size:10px;
	padding-bottom:12px;
}
	
.headers {
	font-weight:bold;
	color:#1a601a;
}
	
.learnMore {
	font-weight:bold;
	color:#1a601a;
}

.learnMore a {
	font-weight:bold;
	color:#1a601a;
	text-decoration:none;
}

.learnMore a:hover {
	font-weight:bold;
	color:#1a601a;
	text-decoration:none;
}

.xtraSpace {
	padding-bottom: 30px;
	}


