/*------------------------------------------------------*/
/* fruitnet stylesheet - developed by pi-squared		*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* STRUCTURAL IDS										*/
/*------------------------------------------------------*/
	#row1, #row2, #row3{
		float: right; 
		width: 804px;
	}
	#row2 #content{
		margin-left: 15px;
		margin-right: 0px;
		width: 789px;
	}
	#row3 #right{
		margin-top: 20px;
		border-top: solid 1px #eee;
	}
	#row2 #content{
		margin-top: 20px;
	}
	#row3 #content{
		margin-top: 10px;
	}
	#row3 #content .col1{
		margin-left: 15px;
	}
	
/*------------------------------------------------------*/
/* LEFT													*/
/*------------------------------------------------------*/
	
/*------------------------------------------------------*/
/* RIGHT												*/
/*------------------------------------------------------*/
	
/*------------------------------------------------------*/
/* CONTENT - ARTICLE									*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* CONTENT - HOMEPAGE LISTING							*/
/*------------------------------------------------------*/
	.homepage {
		font-size: 12px;
	}
	
	.homepage div.hr {
	}
	
	.homepage #content div.latest-news ul li{
		margin-left: 15px;
		line-height: 20px;
		font-size: 11px;
	}
	.homepage #content div.latest-news ul{
		margin-bottom: 15px;
	}
/* featured */
	.homepage .latest-news {
		margin: 15px 15px 0px 15px;
	}
	.homepage .latest-news .thumbnail {
		float: right;
		margin: 2px 3px 3px 10px;
		padding: 0px;
	}
	
	.homepage .latest-news .thumbnail img{
		float: right;
		padding: 0px;
		margin: 0px;
	}
	
	.homepage .latest-news h1 {
		color: #333;
		font: bold 25px Trebuchet MS;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.homepage .latest-news h1 a {
		color: #333;
		line-height: 25px; /* ie7 */
		text-decoration: none;
	}
	.homepage .latest-news h1 a:hover {
		text-decoration: underline;
	}
	.homepage .latest-news h2{
		border-bottom: 1px solid #ccc;
		font: 15px Trebuchet MS;
		line-height: 15px;
		margin: 10px 0px;
		font-weight: normal;
		text-transform: uppercase;
	}
	.americas .latest-news h2{
		color: #01a;
	}
	.asia .latest-news h2{
		color: #050;
	}
	.emea .latest-news h2{
		color: #c30;
	}
	.homepage .category-listings h2 .date {
		color: #999;
		font: 15px Trebuchet MS;
	}
	.homepage .latest-news p {
		color: #111;
		font: normal 11px Verdana;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.homepage .latest-news p a {
		text-decoration: underline;
	}
	.latest-news .category-listings{
		margin-top: 10px;
	}
	.latest-news .category-listings h3 {
		font-weight: bold!important;
	}
	
	.homepage .date {
	color: #777;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
		/*white-space: nowrap;*/
	}
/*recent features*/
	.homepage .recent-features {
		padding-bottom: 20px;
	}
	body.americas .recent-features{
	background-color: #dfeeff;
	}
	body.asia .recent-features{
	background-color: #d3f8c8;
	}
	body.emea .recent-features{
	background-color: #ffefb8;
	}
	.homepage .recent-features h2 {
	line-height: 20px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	.americas .recent-features h2{
		color: #01a;
	}
	.asia .recent-features h2{
		color: #050;
	}
	.emea .recent-features h2{
		color: #c30;
	}
	.homepage .recent-features .col1, .homepage .recent-features .col2, .homepage .recent-features .col3 {
		float: left;
		margin-right: 23px;
		width: 244px;
	}
	.homepage .recent-features .col1{
		margin-left: 10px;
		display: inline;
	}
	.homepage .recent-features .col3 {
		margin-right: 0px;
		width: 230px;
	}
	.homepage .recent-features h3 {
		font: bold 12px Trebuchet MS;
		line-height: 15px;
		margin-bottom: 5px;
	}
	.homepage .recent-features h3 a{
		text-decoration: none;
	}
	.homepage .recent-features h3 a:hover{
		text-decoration: underline;
	}
	.homepage .recent-features h3.first {
		font-weight: bold;
		margin-bottom: 0px;
	}
	.homepage .recent-features p {
		color: #111;
		font: normal 11px Tahoma;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.homepage .recent-features img{
	 	float:right; 
		margin: 2px 0px 5px 5px;
	 }
/*cetegory listings*/
	.homepage .category-listings h2 {
	color: #999;
	border-bottom: 1px solid #ccc;
	font: bold 14px Trebuchet MS;
	line-height: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	.homepage .category-listings h2 a{
		text-decoration: none;
		color: #222 !important;
	}
	body.americas #content .category-listings h2 a:hover {
		text-decoration: none;
		color: #01a !important;
	}
	body.asia #content .category-listings h2 a:hover {
		text-decoration: none;
		color: #050 !important;
	}
	body.emea #content .category-listings h2 a:hover {
		text-decoration: none;
		color: #c30 !important;
	}

	.homepage .category-listings .rss, .homepage .latest-news .rss {
		background: url(/pics/homepage_icon_rss.gif) no-repeat;
		/*display: block;*/
		float: right;
		height: 15px;
		width: 38px;
	}
	.homepage .category-listings h3 {
	line-height: 15px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	}
	.homepage .category-listings h3 a{
		text-decoration: none;
	}
	.homepage .category-listings h3 a:hover{
		text-decoration: underline;
	}
	.homepage .category-listings h3.first {
		font-weight: bold;
		margin-bottom: 0px;
	}
	.homepage .category-listings .col1, .homepage .category-listings .col2 {
		float: left;
		margin-right: 23px;
		width: 244px;
		margin-left: 0px;
	}
	.homepage .category-listings .col2 {
		margin-right: 0px;
	}
	.homepage .category-listings .thumbnail {
		float: right;
		width: 50px;
	}
	.homepage .category-listings p {
		color: #111;
		font: normal 11px Tahoma;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	.homepage .category-listings .iconSub{
		float: right;	
	}
/*------------------------------------------------------*/
/* CONTENT - LISTING									*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* FOOTER												*/
/*------------------------------------------------------*/	

/*------------------------------------------------------*/
/* USEFUL												*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* FORM STYLING */
/*------------------------------------------------------*/
	

/*-------------------------------------------*/	
/* MESSAGE CLASSES */
/*-------------------------------------------*/
	
	
/*-------------------------------------------*/	
/* EXPANDING & CONTRACTING INFO BOXES */
/*-------------------------------------------*/
	
	
/*-------------------------------------------*/	
/* SEARCH RESULTS TABLE */
/*-------------------------------------------*/
	

/*-------------------------------------------*/		
/*Home Page Selection*/
/*-------------------------------------------*/	

