.content_data{
	overflow:hidden;
	margin-bottom:10px;
	float:none;
	clear:both;
}

	.content_header{
			border-bottom:1px #999999 solid;
			overflow:hidden;
			font-size:26px;
			color:#4E380F;
			height:35px;
	}

		.content_title{
			float:left;
		}
		
		.content_options{
			float:right;
		}
		
	.content_sub_header{
			overflow:hidden;
			font-size:14px;
			color:#4E380F;
			border:1px #999999 solid;
			padding:5px;
			margin-bottom:10px;
	}			
		
		.content_title_sub{
			float:left;
		}
		
		.content_options_sub{
			float:right;
			vertical-align:middle;			
		}		

		.content_title_sub{
			font-size:14px;
			clear:both;
			margin:0;
			/*border:1px #999999 solid;*/
		}
			.content_title_sub h4{
				margin:0;
			}
			.content_title_sub h3{
				margin:0;			
			}
			.content_title_sub h2{
				margin:0;			
			}
			
			.content_title_sub.title{
				font-weight:bold;
			}


#content-area{
	clear:both;
}


.print_article{
	text-align:right;
}


/*FAVOURITES PAGE LAYOUT*/
.fav-row{
	width:660px;;
	height:170px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}

	.fav-row-left{
		width:300px;
		height:170px;
		float:left;
		border-bottom:1px #cccccc solid;		
	}

	.fav-row-left .content{
		clear:both;
	}
	
	/*
			.fav-row-left.content img{
				display:none;
			}
	*/
	
	.fav-row-right{
		width:300px;
		height:170px;		
		float:left;
		margin-left:15px;
		padding-left:10px;
		border-left:1px #cccccc solid;
		border-bottom:1px #cccccc solid;
	}
	
	.fav-row-right .content{
		clear:both;
	}
	
	/*
			.fav-row-right.content img{
				display:none;
			}
	*/		

	