#product .column
{
	float: left;
	width: 300px;
	padding: 10px 40px 10px 0px;
}

#product .column .active_ingredient
{
	margin-top: 25px;
}

#product .column .pests
{
	margin-top: 25px;
}

#product .column .pests div
{
	margin-left: 10px;
}

#product .column .pests div div
{
	margin-left: 10px;
}

#product .content
{
	float: right;
	width: 660px;
	min-height: 450px;
}

#product .content .child
{
	margin-top: 25px;
}

#product .content .same_active_as
{
	margin-top: 25px;
}

#product .content .description
{
	margin-top: 25px;
}




#product_list
{

}

#product_list #column_name .product_name
	{
		float: left;
		width: 200px;
		padding: 10px 5px;
	}

#product_list #column_name .description
	{
		float: left;
		width: 500px;
		padding: 10px 5px;	
	}

#product_list #product
{
	border-top: 1px solid #CCCCCC;
}
	
#product_list #product .product_name
	{
		float: left;
		width: 200px;
		padding: 10px 5px;
	}

#product_list #product .description
	{
		float: left;
		width: 500px;
		padding: 10px 5px;	
		font-size: 12px;
		line-height: 18px;
	}

.product_information
{
	padding: 0px 15px 15px 15px;
	line-height: 22px;
}

.list_crops
{
	float: left;
	width: 120px;
	height: 145px;
	text-align: center;
} 

.list_crops img
{
	height: 90px;
}

.list_crops div
{
	width: 95px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	line-height: normal;
} 


#filterProductListByCrop
{
	position: absolute; 
	top: 44px; 
	left: 200px;
}

#filterProductListByCrop .crops
{
	margin-top: 6px;
	padding: 40px 20px 0px 20px;
	display: none;
	background-color: #FAEEDA;
	border: 1px solid #EECC93;
	width: 840px;
}

#filterProductListByCrop .crops .close
{
	position: absolute; 
	right: 15px;
	top: 35px;
}


