/* CODB-nidagravel-v1 : CONTENT */

/* BREADCRUMBS */
.breadcrumbs {
	padding: 14px 24px;
	background-color: #fff;
}
	.breadcrumbs p {
		margin: 0;
		font-size: 9px;
		line-height: 14px;
		color: #666;
	}
		.breadcrumbs a,
		.breadcrumbs a:link,
		.breadcrumbs a:visited,
		.breadcrumbs a:active {
			color: #666;
			text-decoration: none;
		}		
			.breadcrumbs a:hover {
				color: #000;
				text-decoration: underline;
			}		
/* CONTENT */
.content {
	float: left;
	width: 669px;
	padding: 14px 24px;
	background-color: #fff;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.index {
	float: left;
	width: 669px;
	padding: 14px 24px;
	background-color: #fff;
	clear: both;
}

.infoBox {
	float: left;
	display: inline;
	width: 322px;
	padding: 13px 5px 13px 8px;
	background: url(../assets/bgr_infobox.jpg) center top no-repeat;
}
	.infoBox h3 { color: #137e61; padding-left: 4px; }
	
	.infoBox .item {
		float: left;
		clear: both;
		width: 100%;
	}
		.infoBox .item p { 
			float: left;
			width: 202px;
			font: 11px/16px Arial, Helvetica, Verdana, sans-serif; 
			color: #333;
			padding: 0 0 16px 9px;
			margin: 0;
		}		
		.infoBox .item img { 
			float: left;
			margin: 0 0 5px 0;
			position: relative;
			background: url(../assets/bgr_imgThumb.jpg) no-repeat;
			padding: 5px;
		}
		
.productBox {
	float: right;
	width: 309px;
	padding: 13px 13px 26px 12px;
	background: url(../assets/bgr_productbox.jpg) right top no-repeat;
}
	.productBox h3 { 
		margin-bottom: 15px;
		padding-left: 25px;
		color: #137e61;
	}	
	.productBox p {
		padding-left: 130px;
		padding-right: 10px;
		margin: 0 0 15px 0;
	}
			

.bottomBox {
	float: left;
	width: 669px;
	padding: 15px 24px 12px 24px;
	background: #fff url(../assets/bgr_bottombox.gif) top repeat-x;
	border-bottom: 1px solid #d5d5d7;
}

	.bottomBox .left {
		float: left;
		width: 334px;
		border-right: 1px solid #d4d5d7;
	}		
	.bottomBox .right {
		float: right;
		width: 309px;
		padding-left: 24px;
		border-left: 1px solid #f5f5f6;
	}	
		.bottomBox h4 {
			font-size: 13px;
			margin-bottom: 5px;
			color: #000;
		}
		.bottomBox p {
			font-size: 11px;
			line-height: 14px;
			margin-bottom: 10px;
			color: #666;
		}
	
.keyword {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
	

/* FOOTER */
#footer p {
	padding: 30px 0 5px 24px;
	margin: 0;
	text-align: left;
	font: 9px/14px Arial, Helvetica, Verdana, sans-serif; 
	color: #b5cacc;
}
	#footer p a,
	#footer p a:link,
	#footer p a:visited,
	#footer p a:active {
		text-decoration: underline;
		color: #b5cacc;
	}		
		#footer p a:hover { color: #fff; }

