#siteContent {
	position: relative;
	overflow: hidden;
	background: #fff url(/images/global/product_bg.gif) repeat-y;
	border-top: 1px solid white;
	width: 100%;
}

#siteContent .productTitle {
	position: relative;
	width: 494px;
	height: 30px;
	background: #eb0 url(/images/global/product_title_bg.gif) repeat-y;
	color: #333;
}

#siteContent.range1 .productTitle {
	background-color: #003399;
	color: #fff;
}

#siteContent.range2 .productTitle {
	background-color: #620063;
	color: #fff;
}

#siteContent.range3 .productTitle {
	background-color: #cd0400;
	color: #fff;
}

#siteContent.range4 .productTitle {
	background-color: #00999e;
	color: #fff;
}


#siteContent .productTitle h2 {
	position: relative;
	display: block;
	padding: 0px 20px;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
}

#productPanel {
	position: relative;
	float: right;
	width: 255px;
	padding-bottom: 20px;
}

#productContent {
	position: relative;
	float: left;
	width: 495px;
}


#siteContent .infoTitle {
	position: relative;
	width: 255px;
	height: 30px;
	background: #666;
}

#productPanel h2 {
	position: relative;
	display: block;
	padding: 0px 10px;
	margin: 0;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}

#productPanel h3 {
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	padding: 0px 5px;
	background: #888;
	color: #fff;
	margin: 10px 0px 4px 0px;
}

#productPanel .strContent {
	position: relative;
	padding: 0px 10px;
}

#productPanel .nutrientSpec td.col1 {
	text-align: right;

}


#productPanel .nutrientSpec table {
	width: 100%;
}

#productPanel .nutrientSpec tr {
	background: transparent url(/images/product/panel_border_bg.gif) repeat-x bottom left;
}


#productPanel .nutrientSpec td {
	padding: 2px 0px;
}


#productPanel .feedingAdvice ul {
	list-style-image: url(/images/product/advice_arrow.gif);
	padding-left: 15px;
	margin: 0px;
}

#productPanel .feedingAdvice li {
	padding-bottom: 10px;
}

#productContent .productSplash {
	position: relative;
	float: right;
	width: 100px;
	height: 100px;
	overflow: hidden;	
}

#productContent .productFeatures {
	position: relative;
	float: left;
	width: 330px;
	left: 20px;
	overflow: hidden;
	padding: 10px 0px;
}

#productContent .productFeatures td.col0 {
	width: 100px;
	font-weight: bold;
	text-align: left;
	background: transparent url(/images/global/pointer_bg.gif) no-repeat center right;
}

#productContent .productFeatures td.col1 {
	padding-left: 20px;
	text-align: left;
}

#productContent .content {
	position: relative;
	clear: both;
	padding: 0px 20px;
}

.studChart {
	position: relative;
	margin-left: 10px;
	width: 483px;
	overflow: hidden;
	border-top: 1px solid white;
	left: 1px;
}

.studChart table {
	width: 483px;
}

.studChart td {
	font: normal 10px arial,verdana,sans-serif;
	vertical-align: middle;
	text-align: center;
}

.studChart td.quantity {
	color: #fff;
	background: #4c7f1a;
	padding: 4px 0px;
	width: 80px;
}

.studChart td.quantity.kg {
	background: #182b6f;
}

.studChart td.quantity span.units {
	font-size: 15px;
}

.studChart td.h2 {
	background: #666;
	color: #fff;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	height: 20px;
	font-weight: bold;
}

.studChart td.weightRange {
	border-left: 1px solid white;
	height: 26px;
	width: 80px;
	font-weight: bold;
}

.studChart td.weightRange.col0 {
	background: #ccb2cd;
}

.studChart td.weightRange.col1 {
	background: #a9b5cd;
}

.studChart td.weightRange.col2 {
	background: #bcc5a8;
}

.studChart td.weightRange.col3 {
	background: #f0df8f;
}

.studChart td.weightRange.col4 {
	background: #dbb2c2;
}

.studChart td.weightRange.col5 {
	background: #d18c91;
}

.studChart td.age {
	background: #e3e9f7;
	height: 25px;
	font-weight: bold;
	border-top: 1px solid white;
}

.studChart td.qty {
	background: #e5e5e5;
	font-weight: bold;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

#studTable td.hay {
	border-top: 1px solid white;
	border-left: 1px solid white;
	height: 20px;
	font-weight: normal;
	color: #000;
	background: #FAC337;
}

#studTable td.grass {
	border-top: 1px solid white;
	height: 20px;
	font-weight: normal;
	color: #fff;
	background: #0F3920;
}


