/* CIRCLE OF FRIENDS last revised 3 Apr 2009 (created May 2005)                       */
/* http://www.circle-of-friends.com                                                   */
/* info@circle-of-friends.com                                                         */
/* Portions based off NetSuite CSS                                                    */
/* Feel free to use this document to better understand how NetSuite                   */
/* deals with classes, DIVs and styles.                                               */
/* Please just do not make wholesale copies of our work.                              */
/* Original portions & modifications Copyright Circle of Friends 2005-09              */


/**************************************************************************************/
/*   BODY & CRITICAL DIVs                                                             */
/**************************************************************************************/
body { font-family: "century gothic",verdana, tahoma, arial, helvetica,clean,sans-serif; }

/**************************************************************************************/
/*   HOME PAGE MAIN CONTENT                                                           */
/**************************************************************************************/
#home_main {
	width: 1000px;
	margin: 0px auto;
}
#home_main_td {
	padding: 0px;
}
#left_sidebar {
	display: none;
}
#home_imageleft {
	width: 250px;
	height: 350px
}
#home-imagemain {
	width: 750px;
	height: 350px
}
/* NOT USED.  Was a 3 column 150-700-150
#home-imageright {
	width: 150px;
	height: 400px
}*/
/**************************************************************************************/
/* CIRCLE OF FRIENDS ITEM TEMPLATES FOR FEATURED                                      */
/**************************************************************************************/
.itemlist_featured {
	width: 1000px;
	margin: 0px auto;
	border: 1px solid #E5E5E5;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
}
.itemlist_featured h1 {
	margin-bottom: 10px;
}
.featuredtitle {
	padding-left: 15px;
}
.itemcell_featured_td { /*class used in TD for item cell template*/
	text-align: center;
	width: 25%; /* could be a % if you want to have it be a certain # wide e.g., 50% for 2 columns */
	padding-top: 0px;
}	
.itemcell_featured {
	margin: 0px;
	padding: 10px;
	border: 1px solid #CCC;
	height: 210;
}
h4 {
	color: #333;
	font-size: 12px;	
	font-weight: normal;
	vertical-align: bottom;
}
.itemcell_featured h4 {
	line-height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "century gothic",verdana, tahoma, arial, helvetica,clean,sans-serif;
}
/************************************END***********************************************/

