/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	LAYOUT STRUCTURE - BODY | GLOBAL CLASSES
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.base-body
{
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0;

	/*background-color: #F6F7F2;*/
	background: #F6F7F2;
	/* Just to refresh this project */
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	LAYOUT STRUCTURE 
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#wrap 							
{
	width:  770px;
	margin: 0 auto 0 auto;
	padding: 0;
	
	background: #FFF;
	border: 4px solid #DCE0CD;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	LAYOUT HEADER
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header
{
	width: 770px; height: 110px; margin: 8px auto 0 auto; padding: 0; border-bottom: 1px solid #FFF; /*background-color: #FFF;*/ background-color: #99CC01; border: 0;
	voice-family: "\"}\""; 		/* The Hack start here																			*/
	voice-family:inherit;		/* This code tricks the IE5win to get the correct value											*/									
	width: 756px; margin-left: 8px;				/* correct value to IE																			*/
}
html>body #header
{
	width: 754px;				/* correct value for Opera and FF																*/ 
								/* The Hack finish here																			*/
}

#header img.imageLOGO
{
	float: left; margin: 8px 0 0 8px; border: 0;
}

#header h1
{
	font: bold 15pt Arial, Helvetica, sans-serif; float: right; margin: 0; padding: 15px 10px 0 0;
}

.mainLIST
{
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif; clear: both; text-align: justify; color: #FFF; margin: 0; padding: 2px; border: 2px solid #768ACC; background: #94ADFF;
}

.titre
{
	font: bold 13pt Arial, Helvetica, sans-serif; white-space: nowrap; /*float: right;*/ float: left; clear: left; margin: 0; padding: 5px 10px 0 8px;
}

#header h1
{
	font: bold 15pt Arial, Helvetica, sans-serif; float: right; margin: 0; padding: 15px 10px 0 0;
}

.languageTOP
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif; clear:both; text-align: right; text-decoration: none; padding: 5px; margin: 0;
}

.languageTOP li
{
	list-style: none;
}

.languageTOP a:link,
.languageTOP a:visited,
.languageTOP a:active,
.languageTOP a:hover
{
	text-decoration: none; color: #2C3C74; padding-left: 15px; background: url("/images/layout_edirectory/img_bullet.gif") 0 0 no-repeat;
}

.languageTOP a:hover
{
	color: #000;
}

.mainLIST a:link,
.mainLIST a:visited,
.mainLIST a:active,
.mainLIST a:hover
{
	color: #FFF; text-decoration: none;
}

#header ul.leftLIST,
#header ul.rightLIST
{
	width: 310px;
	list-style: none;

	margin: 0;
	padding: 2px;
	
	float: left;
	border: 0;
}

#header ul.leftLIST
{
	width: 283px;
	padding: 2px;
}

#header ul.rightLIST
{
	float: right;
	text-align: right;
}

#header ul li
{
	font: normal 9px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-justify: newspaper;	
	
	margin: 0;
	padding: 0;
	
	background: #FFF; 
	border: 1px solid #FFF;
}

#header ul li a:link,
#header ul li a:visited,
#header ul li a:active,
#header ul li a:hover
{	
	font: bold 9px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #2C3C74;
	text-decoration: none;
	display: block;
	padding: 0 0 0 3px;
	/*border-left: 10px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;*/
	border: 1px solid #FFF;
	/*background: #FFF url("/images/layout_edirectory/img_bullet.gif") 0 3px no-repeat;*/
}

#header ul.rightLIST li a:link,
#header ul.rightLIST li a:visited,
#header ul.rightLIST li a:active,
#header ul.rightLIST li a:hover
{
	padding-left: 8px;
}

#header ul li a:hover
{
	text-decoration: none;
	color: #253713;
	/*border-bottom: 1px solid #C80503;*/
}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover
{
	text-decoration: none;
}

#header-none					/* This code is used only when dont need the edirectory logo									*/

{
	width: 770px;
	height: 100px;

	border: 0px solid green;
	background: url("../images/layout_edirectory/logo_topnone.gif") top no-repeat;
}

#header p.header-login
{
	width: auto;
	height: auto; 
	
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 15px 5px 5px;
	
	float: right;
	border: 0;
}

#header p.header-login a:link,
#header p.header-login a:visited,
#header p.header-login a:active,
#header p.header-login a:hover
{
	font-weight: bold;
	color: #003365;
	padding: 0;
	padding-left: 10px;
	

	background: url("../images/layout_edirectory/img_bullettop.gif") 0 50% no-repeat;
}

#header p.header-login a:hover
{
	text-decoration: underline;
}

.logo-link						/* Here you can change the size of the link on the top or on the image (logo) top				*/
{
	width: 180px;
	height:100px;

	float: left;

	cursor: pointer;
	text-decoration: none;
	
	margin: 0;

	border: 0;
}

.logo-link-none					/* Here you can change the positions that the logo(image or text) going be showed				*/
{
	width: auto;

		float: left;
		margin: 35px 0 0 20px;
		padding: 0;
	
	cursor: pointer;
	text-decoration: none;
	
	border: 0;
}

.logo-link-none:link,			/* Here you can change the size of the link on the top or on the image(logo) top				*/
.logo-link-none:active,
.logo-link-none:visited,
.logo-link-none:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #003365; 
}

.logo-link-none:hover
{
	color: #01274D 
}

#main
{
	width:  770px;
	text-align: center;

	margin: 0 auto 0 auto;
	padding: 8px;
	
	/*background: #FFF url("/images/layout_450/design/bg_main.gif") top left repeat-y;*/
	border: 0;
	
	voice-family: "\"}\""; 		/* The Hack start here																			*/
	voice-family:inherit;		/* This code tricks the IE5win to get the correct value											*/									
	width: 770px;				/* correct value to IE																			*/
}
html>body #main
{
	width: 754px;				/* correct value for Opera and FF																*/ 
								/* The Hack finish here																			*/
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	LAYOUT STRUCTURE - FOOTER
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

#footer
{
	width: 770px;

	margin: 0 auto 0 auto;
	padding: 0;
	
	border: 0;	
}
*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	LAYOUT STRUCTURE - HEADER > BANNER
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*
#banner-right
{
	width: 180px;
	float:left;

	font: normal 8pt Arial, Helvetica, sans-serif;
	color:#555555;

	margin:0;
	padding:0;

	border:1px solid #E0E0E0;
}
*/

#banner-bottom
{
	width: 468px;
	height: 60px;

	margin: 15px 0 0 0;
	padding:0;
	border: 0;
}

#banner-top
{
	width: 468px;
	height: 60px;
	
		margin: 8px 8px 0 0;
		padding:0;

	float: right;
	border: 0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	MAIN > LEFT SIDE CONTENT
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#leftside-content
{
	width: 155px;
	text-align: center;

	margin: 0;
	padding: 0;
	float: left;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	MAIN > LEFT SIDE CONTENT > SEARCH TABS
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.isHidden { display : none; }
.isShown { visibility: visible }

.tab-base 
{
	width: 675px;
	text-align: left;
	margin: 0 auto 0 auto;

	background-color: #FFF;
	border: 0;
}

ul.tab-main
{           
	width: auto;    
	height: 22px;
	text-align:left;
	list-style: none;

	margin:10px 0 0 0;
	padding:0;
	background: url("/images/layout_edirectory/bg_tab.gif") repeat-x center bottom;
}

ul.tab-main li
{
	margin: 0;
	padding: 0;
	float: left;
}

ul.tab-main li.tab-active a,
ul.tab-main li.tab-active a:link,
ul.tab-main li.tab-active a:visited,
ul.tab-main li.tab-active a:active,
ul.tab-main li.tab-active a:hover,

ul.tab-main li.tab-inactive a,
ul.tab-main li.tab-inactive a:link,
ul.tab-main li.tab-inactive a:visited,
ul.tab-main li.tab-inactive a:active,
ul.tab-main li.tab-inactive a:hover
{
	font: bold 11px/22px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	cursor:default;
	padding: 0 12px 0 12px;
	display: block;
}

ul.tab-main li.tab-active a,
ul.tab-main li.tab-active a:link,
ul.tab-main li.tab-active a:visited,
ul.tab-main li.tab-active a:active,
ul.tab-main li.tab-active a:hover
{
	background: url("/images/layout_edirectory/tab_active.gif") no-repeat left top;
	color: #000000;
}

ul.tab-main li.tab-inactive a,
ul.tab-main li.tab-inactive a:link,
ul.tab-main li.tab-inactive a:visited,
ul.tab-main li.tab-inactive a:active,
ul.tab-main li.tab-inactive a:hover
{
	background: url("/images/layout_edirectory/tab_inactive.gif") no-repeat left top;
	color: #666666;
	cursor: pointer;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	MAIN > LEFT SIDE CONTENT > SIMPLE SEARCH
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#simplesearch
{ margin: 0 0 10px 0;}

#simplesearch,
/*	BROWSE CATEGORY - I'm here because I have this same configuration!
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#browsecateg
{
	text-align: left;
	padding-bottom: 10px;
}

#browsecateg
{
	/*border: 1px solid #DFDFDF;*/
}

#simplesearch h1,
#browsecateg  h1
{
	font: bold 10pt/20px Verdana, Arial, Helvetica, sans-serif;
	color: #9F2901;

	padding: 5px;
	margin: 0;

	/*border-bottom: 1px solid #DADADA;*/
}

#simplesearch img,
#simplesearch form,

#browsecateg img,
#browsecateg form

{
	border: 0;
	margin: 0;
	padding: 0;
}

#simplesearch table,
#browsecateg table
{
	font: normal 8pt/18px Verdana, Arial, Helvetica, sans-serif;
}


/*	SIMPLE SEARCH AND BROWSE CATGORY - LIST DEFINITIONS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#simplesearch dl,
#simplesearch dd,
#browsecateg dl,
#browsecateg dd
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#simplesearch dt,
#browsecateg dt
{
	text-align: left;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	MAIN > LEFT SIDE CONTENT > JOIN US
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#base-join
{
	font: normal 8pt/18px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;

	/*background-color: #FCFCFC;
	border: 1px solid #DFDFDF;
	border-top: 3px solid #FAA414;
	border-bottom: 1px solid #FAA414;*/
}

#base-join	strong
{
	font: bold 10.5pt Arial, Helvetica, sans-serif;
	color: #9F2901;
}

#base-join	strong span
{
	font-size: 8.8pt;
	color: #333;
}

#base-join dl,
#base-join dt,
#base-join dd
{
	margin: 0;
}

#base-join dl
{
	padding: 10px;
	padding-bottom: 0;
}

#base-join p
{
	text-align: center;
	margin: 0;
	padding: 5px 10px 10px 10px;

	border-top: 1px solid #EAEAEA;
	background: #F5F5F5;
}

#base-join p.warning
{
	margin: 5px 0 0 0;
	padding: 0;

	background: none;
	border: 0;
}

#base-join table.table-login
{
	width: 100%;
	font: normal 8pt/18px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: left;
	
	margin: 10px auto 0 auto;
	background: #F5F5F5;
	border: 0;
	border-top: 1px solid #F0F0F0;
	border-top: 1px solid #F0F0F0;

}

#base-join table.table-login td,
#base-join table.table-login th
{
	font: normal 8pt/18px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	padding: 2px;
}

#base-join table.table-login td.login-paddingtop,
#base-join table.table-login th.login-paddingtop
{
	padding-top: 10px;
}

#base-join table.table-login th
{
	width: 65px;
	text-align: right;
}

.table-login input.input-login
{
	width: 100%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3B4B5B;
	border-top: 1px solid #B4BFC0;
	border-left: 1px solid #B4BFC0;

}

#base-join table.table-login input
{
	width: 97px;
}



#base-join p a.label-login:link,
#base-join p a.label-login:visited,
#base-join p a.label-login:active,
#base-join p a.label-login:hover
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #2B3F79;
}


.listing-highlight
{
	width: 520px;
	font: normal 8pt/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	
	margin: 0 auto 0 auto;
	background: #FCFCFC;
	border: 1px solid #E9E9E9	;
	border-bottom: 0;
	
}

.listing-highlight th
{
	font: bold 8.5pt/normal Verdana, Arial, Helvetica, sans-serif;
	color: #003365;
	vertical-align: middle;
	padding: 3px 10px 3px 10px;

	background-color: #F4F4F4;
	border-bottom: 1px solid #E9E9E9;
}

.listing-highlight td
{
	vertical-align: middle;
	padding: 3px;

	border-bottom: 1px solid #E9E9E9;
}

th.listing-price
{
	font: bold 11.5pt Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	color: #FF3300;
	white-space: nowrap;

	background: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	Front Page - PROMOTION
	This code control the table in the listing details!
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.promotion-padding{
	padding:14px;
	border:1px solid #5C76AF;
	background-color:#F8FBFF;
}

.promo_link 
{
	margin:0 auto 0 auto;
	padding:0;
}

.promo_link a:active,
.promo_link a:link,
.promo_link a:visited,
.promo_link a:hover
{
	font: bold 8pt/12px Verdana, Arial;
	color:#4868A2;
}

.promo_link a:hover
{
	font: bold 8pt/12px Verdana, Arial;
	color:#cc0000;
}

#promotion-bellow p
{
	font: normal 8pt/15px Verdana, Arial;
	color:#666;
	text-align:center;
	margin:0;
	padding:10px 0 0 0;
}

#promotion-main .desc
{
	font: 10pt/16px Verdana, Arial;
	color:#333;
	margin:0;
	padding:5px;
}

#promotion-main .desc a:link,
#promotion-main .desc a:visited,
#promotion-main .desc a:active,
#promotion-main .desc a:hover
{
	font: 10pt/16px Verdana, Arial;
	color:#0000CC;
	margin:0;
	padding:0;
	text-decoration:underline;
}

.img-promotions{
	float:left;
	margin: 0 20px 0 0;
}

.adver
{
	margin: 6px 0 0 6px;
	font: normal 8pt Verdana, Arial;
	color:#333;
	text-decoration:none;
}

.adver a:hover,
.adver a:link,
.adver a:visited,
.adver a:active
{
	font: normal 8pt/20px  Verdana, Arial;
	color:#333;
	text-decoration:underline;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	Front Page - PROMOTION > BASE
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#promotion-main
{
	width: 542px;
	height: auto;
	text-align:left;

	margin: 15px 5px 0 auto;
	padding: 0;
	float: right;
	
	background-color: #FAFAFA;
	border: 0;
	border-right: 1px solid #E7E4E7;
	border-bottom: 2px solid #E7E4E7;
}

#promotion-main h1,
#promotion-main h1 a:link,
#promotion-main h1 a:active,
#promotion-main h1 a:visited,
#promotion-main h1 a:hover
{
	font: bold 10.5pt Arial, Verdana;
	color:#2C3C74;
	
	margin: 3px 0;
	padding: 5px;
	text-decoration: none;
}

#promotion-main h1 a:hover
{
	text-decoration: underline;
}

#promotion-main .offer
{
	font: bold 10pt/15px Verdana, Arial;
	color:#003366;
	
	padding: 5px;
}

a.promo-right:link,
a.promo-right:active,
a.promo-right:visited,
a.promo-right:hover
{
	float: right;
	font: bold 8pt Verdana, Arial;
	color:#333;
	margin: 10px;
}

a.promo-right:hover
{
	color: #333;
	text-decoration: none;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	MAIN > LEFT SIDE CONTENT > BROWSE CATEGORY
		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.browsecateg-baselinks
{
	text-align: center;
	border-top: 1px solid #EEEEEE; 
	background-color: #F8F8F8;
}

p.browsecateg-baselinks
{
	padding: 8px 0 0 0;
	margin:5px;
}

p.browsecateg-baselinks a:link,
p.browsecateg-baselinks a:active,
p.browsecateg-baselinks a:visited,
p.browsecateg-baselinks a:hover
{
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	border:0;
	padding:5px;
	display:block;
}

.left-list
{
	font: normal 8pt/12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;

	margin: 0;
	padding: 5px;
	border: 0;
}

.left-list li
{
	margin:0 0 4px 0;
	padding: 1px 0 0 15px;
	line-height: 13px;
	list-style: none;
	
	background: url("../images/layout_edirectory/img_bullet.gif") no-repeat 0 8%;
}

.left-list li a:link,
.left-list li a:visited,
.left-list li a:active,
.left-list li a:hover
{
	text-decoration:none;
	color: #3B4B5B;
}

.left-list li a:hover
{
	text-decoration:underline;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	RIGHT SIDE CONTENT
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#rightside-content
{
	margin: 0 10px 0 5px; padding: 0; float: left; clear: right;

	border: 0;
	voice-family: "\"}\""; 		/* The Hack start here																			*/
	voice-family:inherit;		/* This code tricks the IE5win to get the correct value											*/									
	width: 557px;				/* correct value to IE																			*/
	}
html>body #rightside-content
{
	width: 559px;				/* correct value for Opera and FF																*/ 
								/* The Hack finish here																			*/
}
#rightside-content p.paragraph
{
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}	

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	RIGHT SIDE CONTENT > VIEW SUMMARY
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.table-view-summary
{
	width: 540px;
	margin: 5px auto;
	padding: 0;
	
	border: 1px solid #F3F3ED;
	background: #FBFBF9;
}

.table-view-summary td
{
	font: 8pt/10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.table-view-summary a:link,
.table-view-summary a:visited,
.table-view-summary a:active,
.table-view-summary a:hover
{	
	text-decoration: none;
}

.summary-content
{
	padding: 0 6px 0 10px;
}


.img-view-summary
{
	width: 170px;
	
	text-align: center;

		border:1px solid #FFF;
		border-left:1px solid #E7E7DA;
		border-top:1px solid #E7E7DA;
		background-color: #FDFDFD;
}

.img-view-summary img
{
	margin: 5px;
}

.font-bold-normal,
.font-bold-normal a:link, 
.font-bold-normal a:visited, 
.font-bold-normal a:active,
.font-bold-normal a:hover, 
.font-bold-normal a
{
	color: #2C3C74;
	font-size: 8pt;
	font-weight: bold;
	
	padding: 0;
	margin: 0;
}

.font-bold-normal a:hover
{
	color: #2C3C74;
}

.font-bold-view					
{
	font: bold 10.2pt/20px Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;

	color: #2C3C74;

	margin: 0;
	padding: 0 3px 3px 5px;

	border: 0;
	border-bottom: 1px solid #2C3C74;
	/*border-right: 20px solid #DBFFA4;*/
	/*background: #EAFFCA;*/
}

.font-bold-view a,
.font-bold-view a:visited,
.font-bold-view a:link,
.font-bold-view a:active,
.font-bold-view a:hover
{
	font: bold 10.2pt/20px Arial, Verdana, Helvetica, sans-serif;
	color: #2C3C74;
	text-align: justify;
	text-decoration: none;
}

.font-bold-view a:hover
{
	color: #2C3C74;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	RIGHT SIDE CONTENT - FEATURED LISTING
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.featured
{
	width: 520px;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #818181;

	padding: 0;
	margin: 0 auto 0 4px;
	border: 0;
}

.title-featured a,
.title-featured a:link,
.title-featured a:active,
.title-featured a:visited,
.title-featured a:hover
{
	padding: 0;
	margin: 0;
	line-height:10pt;
	height:10pt;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	
	text-decoration: none;
	color: #9F2901;

	clear:left;
}

.title-featured a:hover
{
	color: #D01611;
}

.featured-view a.featured-link:link,
.featured-view a.featured-link:active,
.featured-view a.featured-link:visited,
.featured-view a.featured-link:hover
{
	color: #333; 
	font-size: 8pt;
	font-weight: bold;
	text-decoration:underline;
	float: right;
}

.featured-view a.featured-link:hover
{
	color: #0933C0;
}

p.featured-view
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	padding: 0;
	margin: 0;
	
	border: 0;
	color: #666;
}

.table-featured	
{
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0 auto 10px auto;

	border:0;
	border-bottom:1px solid #F2EFEC;
	background:#FFF;
}

.img-featured
{
	width:160px;
	text-align: center;

		border: 1px solid #E1E1E1;
		border-right:1px solid #F2EFEC;
		border-bottom:1px solid #F2EFEC;
		background-color: #FCFCFC;
}

.img-featured img
{
	margin: 5px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////

	HOME PAGE CATEGORIES 

//////////////////////////////////////////////////////////////////////////////////////////////////////////// 

.front_categories
{
	width: 520px;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #818181;

	padding: 0;
	margin: 0 auto 0 4px;
	border: 0;
}
*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	CATEGORIES BASE > FRONT PAGE
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.categories
{
	font: bold 10pt Verdana, Geneva, Arial, Helvetica, sans-serif, serif;
	color: #003365;
	text-align:left;

	height: 20px;
	margin: 0;
	padding: 0 10px 0 3px;
	
}

.base-categoriesFRONT
{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif; float: left; clear: right; margin: 0 10px 0 10px; padding: 0; border: 0;	
	voice-family: "\"}\""; 		/* The Hack start here																			*/
	voice-family:inherit;		/* This code tricks the IE5win to get the correct value											*/									
	width: 410px; 				/* correct value to IE																			*/
	}
html>body .base-categoriesFRONT
{
	width: 405px;				/* correct value for Opera and FF																*/ 
								/* The Hack finish here																			*/
}

div.left-categories,
div.right-categories
{
	text-align: left; margin: 0; padding: 3px; float: left; border: 0;
	voice-family: "\"}\""; 		/* The Hack start here																			*/
	voice-family:inherit;		/* This code tricks the IE5win to get the correct value											*/									
	width: 205px;				/* correct value to IE																			*/
}
html>body div.left-categories, div.right-categories
{
	width: 196px;				/* correct value for Opera and FF																*/ 
								/* The Hack finish here																			*/
}

/*	CATEGORIES BASE > FRONT PAGE
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

div.left-categories h1,
div.right-categories h1
{
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	
	text-align: left;
	text-decoration:  underline;
	
	margin:  0;
	padding: 0;
}

div.left-categories h1 a:link,
div.left-categories h1 a:active,
div.left-categories h1 a:visited,
div.left-categories h1 a:hover,

div.right-categories h1 a:link,
div.right-categories h1 a:active,
div.right-categories h1 a:visited,
div.right-categories h1 a:hover
{
	color:#000;
	text-decoration:  underline;
}

div.left-categories h1 a:hover,
div.right-categories h1 a:hover
{
	color:#000;
}

div.left-categories span,
div.right-categories span
{
	font-weight: normal; 
}

div.left-categories span a:link,
div.left-categories span a:active,
div.left-categories span a:visited,
div.left-categories span a:hover,

div.right-categories span a:link,
div.right-categories span a:active,
div.right-categories span a:visited,
div.right-categories span a:hover
{
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif; border: 0; font-weight: normal; text-decoration: none; color: #000;
}

div.left-categories span a:hover,
div.right-categories span a:hover
{
	color: #000; text-decoration: underline;
}

div.right-categories span a.categoriesLINK:link,
div.right-categories span a.categoriesLINK:active,
div.right-categories span a.categoriesLINK:visited,
div.right-categories span a.categoriesLINK:hover,

div.left-categories span a.categoriesLINK:link,
div.left-categories span a.categoriesLINK:active,
div.left-categories span a.categoriesLINK:visited,
div.left-categories span a.categoriesLINK:hover
{
	font-weight: bold; text-decoration: none; color: #3568E5; /* orange color: #E55A19;*/ /*background: #FFF4DF;*/
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	CATEGORIES BASE > RESULTS PAGE | appear on the top
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.base-categoriesRESULTS
{
	font: bold 8.5pt Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	margin: 0 0 15px 0;
}

.base-categoriesRESULTS h5
{
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
}

.categories-active:link,
.categories-active:active,
.categories-active:visited,
.categories-active:hover
{
	color: #0933C0;
}

.categories-link:link,
.categories-link:active,
.categories-link:visited,
.categories-link:hover
{
	font-weight: normal; color: #555; text-decoration: none; margin: 0 0 2px 0; padding: 0; padding-left: 15px; background: url("/images/layout_edirectory/img_bullet.gif") 0 0 no-repeat; border: 0;
}

.categories-link:hover
{
	color: #000; text-decoration: underline;
}

.categories-activeBOLD:link,
.categories-activeBOLD:active,
.categories-activeBOLD:visited,
.categories-activeBOLD:hover
{
	font-weight: bold;
	color: #666;
}

.base-categoriesRELATED
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3B4B5B;
	
	padding-bottom: 10px;
	border-bottom: 2px solid #F7F7F7;
}

.base-categoriesRELATED li a:link, .base-categoriesRELATED li a:visited, .base-categoriesRELATED li a:active
{
	color:#2B58AF;
}

.base-categoriesRELATED li a:hover
{
	color:#CF7000
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
 Here start the style that control the Front features 
/////////////////////////////////////////////////////////////////////////////////////////////*/

.left_listings						/* This classe control the left list in the front page */
{
	width: 250px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0 auto;

/*	ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 253px;
	}
html>body .left_listings
{
	width: 253px;
	/* ie5win fudge ends */
}

.right_listings						/* This classe control the right list in the front page */
{
	width: 250px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0 auto 0 10px;

		
/*	ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 253px;
	}
html>body .right_listings
{
	width: 253px;
	/* ie5win fudge ends */
}

#right-banner
{
	width: 160px;
	float: left;
	margin: 0 0 0 0px;
	text-decoration:none;
	font: 9pt Arial, Helvetica, sans-serif;
	
}

/* BASE RIGHT BANNER */

.right-banner
{
	width: 170px; 
	height: 440px; 
	font: normal 8px Verdana, Arial; 
	color:#999999; 
	float:left; 
	text-align:center;
	 background: #FBFBFB; 
	 text-decoration:none; 
	 border: 1px solid #E5E5E5;
}


	a.baseRightBanner:link,
	a.baseRightBanner:visited,
	a.baseRightBanner:active,
	a.baseRightBanner:hover
	{
		font: normal 8pt Arial, Helvetica, sans-serif; text-align:left; text-decoration: none; padding: 3px 3px 7px 3px; display: block; border: 0; border-bottom: 1px solid #EEE;
	}
	
	a.baseRightBanner h1
	{
		font: bold 8pt Arial, Helvetica, sans-serif; text-align:center; color: #4F46E6; 
		padding: 0 5px 5px 5px; margin: 0;
	}
	
	a.baseRightBanner p
	{
		color:#666666; padding: 0 5px 0 5px; margin: 0;	
	}
	
	a.baseRightBanner p.right-banner-url
	{
		text-align: left; text-decoration: underline; color: #2C3C74;
	}
	
	a.baseRightBanner p.right-banner-url a:link,
	a.baseRightBanner p.right-banner-url a:visited,
	a.baseRightBanner p.right-banner-url a:active,
	a.baseRightBanner p.right-banner-url a:hover
	{
		font: 8pt Arial, Helvetica, sans-serif; text-align: left; text-decoration: underline; color: red;
	}
/* BASE RIGHT BANNER */

.listings-titles a,					/* This classe control the left list in the front page */
.listings-titles a:active,
.listings-titles a:visited
{
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #224478;
	display: block;	
	margin: 0;
	padding: 0;
}

.listings-titles a:hover
{
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #224478;
}

.link_front, 
.link_front:link, 
.link_front:visited, 
.link_front:active
{
	font-size: 8pt;
	font-weight: normal;
	color: #808080;
	text-align: left;
	text-decoration: none;

	margin: 0;
	padding: 0;
}

.link_front:hover
{
	color: #808080;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	RIGHT SIDE CONTENT > DYNAMIC CONTENT
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#dynamic-content
{
	text-align: left;
	padding-top: 2px;
	padding-bottom: 10px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	RIGHT SIDE CONTENT > ALPHABETICALLY BASE	
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.alphabetically-base
{
	font: bold 11px/18pt Verdana, Arial, Helvetica, sans-serif;
	text-align:center;

	margin: 10px; 
	padding: 0;

	border: 0;
}

.alphabetically-base h2.standard-title-medium,
.alphabetically-base p
{
	margin: 0;
	padding: 0;
}

.alphabetically-base p
{
	text-align: center;
}

.alphabetically-link, 
.alphabetically-link:link, 
.alphabetically-link:active, 
.alphabetically-link:visited,
.alphabetically-link:hover
{
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	
	margin: 0;
	padding: 4px;

	text-decoration: none;
}

.alphabetically-link:hover
{
	background: #F4F4F4;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	RIGHT SIDE CONTENT > CONTACT US
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#contact-form
{
	font: 8pt/10pt Verdana, Arial, Helvetica, sans-serif;
	width: 420px;
	margin: 20px auto 20px auto;
	
	border: 0;
}

#contact-form th
{
	width: 70px;
	color: #666;

	text-align: right;
}

#contact-form input,
#contact-form textarea
{
	width: 300px;
	
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#contact-form input.button-send
{
	width: 80px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	LISTING DETAIL
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#listing-detail
{
	width: 750px;
	font: normal 8pt/18px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFF;
}

#listing-detail table
{
	font: normal 8pt/18px Verdana, Arial, Helvetica, sans-serif;
}

#listing-detail span a:link,
#listing-detail span a:visited,
#listing-detail span a:active,
#listing-detail span a:hover
{	
	text-decoration: none;
}

#listing-detail form
{
	margin: 0;
	padding: 0;
}

#listing-detail h2, #rightside-content h2
{
	font-size: 8pt;	
	font-weight: bold;
	color: #0933C0;
	border: 0;
}

#detail
{
	text-align: center;
	
	background: #FFF;
	border: 0;
}

.top-morelisting
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

.top-morelisting a:link,
.top-morelisting a:visited,
.top-morelisting a:active,
.top-morelisting a:hover
{
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	text-decoration:underline;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	LISTING DETAIL > VIEW DETAIL TABLE
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.table-listing-detail
{
	width: 750px;
	border:0;
	margin: 14px auto 0 auto;
	padding: 0;

	background: #FBFBF9;
	border: 1px solid #F3F3ED;

	clear: left;
}

.img-view-detail
{
	width:210px;
	margin-right: 5px;
	
	text-align: center;

		border:1px solid #FFF;
		border-left:1px solid #E7E7DA;
		border-top:1px solid #E7E7DA;
		background-color: #FDFDFD;
}

.img-view-detail img
{
	margin: 10px;
}

.table-listing-detail td
{
	font: 8pt/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.detail-content
{
	padding: 0 0 0 5px;
	background: url("../images/layout_edirectory/bg_dots_vertical.gif") bottom left repeat-y;
}

#detail-topmenu
{
	height: 29px;

	list-style: none;
	
	margin: 20px 0 0 0;
	padding: 0 8px 0 8px;
	
	background: #FBFBF9;
	border: 1px solid #E1E1E1;
}

#detail-topmenu li
{
	float: right;
	margin-left: 10px;
}

#detail-topmenu li a:link,
#detail-topmenu li a:visited,
#detail-topmenu li a:active,
#detail-topmenu li a:hover
{
	font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #9F2901;
	text-decoration: none;
	padding: 2px;
	
	display: block;
}

#detail-topmenu li a:hover
{
	color: #2C3C74;
	background: #F7F7F2;
}

#detail-topmenu li.menuname
{
	font: normal 11px/25px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #2C3C74;
	float: left;
	margin: 0;
}

/*	LISTING DETAIL - FORM
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.form-listing-detail
{
	border: 1px solid #FFF;
}

.form-listing-detail th
{
	font-size: 8pt;
	text-align: right;
	vertical-align: top
}

.form-listing-detail input
{
	font: 8pt/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 400px;
}

.form-listing-detail textarea
{
	font: 8pt/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 400px;
}

/*	LISTING DETAIL - SLIDE SHOW
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.slideshow-thumbbase
{
	border: 1px solid #F7F7F7;
	border-top: 1px solid #E9E9E9;
	background-color: #FCFCFC;	
}

.slideshow-thumb
{
	text-align:left;
	background: #FCFCFC;
	border:1px solid #EDEFEF;
	border-top: 1px solid #B4BFC0;
	border-left: 1px solid #B4BFC0;
}


.slideshow-thumb img
{
	margin: 5px;
}

.slideshow-thumb p
{
	margin: 0;
	padding: 5px;
	background-color: #F2F2F2;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  RATE FORM
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header-form-rate
{
	font-size: 12px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #2B3F79;

	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	
	border-bottom: 1px dashed #E9E9E9;
	background: transparent url() repeat-x bottom ;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  EVENTS 
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#summary-baseEVENTS,
#showcase-baseEVENTS
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	color: #000;
	
	padding: 0;
	margin: 20px 0 0 0;
	
	background-color: #FAFAFA;
	border: 0;
	border-right: 1px solid #E7E4E7;
	border-bottom: 2px solid #E7E4E7;
}

#summary-baseEVENTS br.clear
{
	clear: left;
	
	line-height: 12px;
	height: 12px;
}

#summary-baseEVENTS h1,
#summary-baseEVENTS h1 a:link,
#summary-baseEVENTS h1 a:visited,
#summary-baseEVENTS h1 a:active,
#summary-baseEVENTS h1 a:hover,

#showcase-baseEVENTS h1,
#showcase-baseEVENTS h1 a:link,
#showcase-baseEVENTS h1 a:visited,
#showcase-baseEVENTS h1 a:active,
#showcase-baseEVENTS h1 a:hover
{
	font: bold 10.5pt Arial, Verdana;
	color:#2C3C74;
	
	margin: 3px 0;
	margin-bottom:0;
	padding: 5px;
	padding-bottom:0;	
	
	text-decoration: none;
	text-align: left
}

#summary-baseEVENTS h1 a:hover
{
	text-decoration: underline;
}

#summary-baseEVENTS p.summaryEVENTS-content
{
	color: #333;
	text-align: left;

	margin: 0;
	padding: 10px;

	border: 0;
}

.events-baseLINK
{
	float: right;
	border: 0;
}

.events-baseLINK,
.events-baseLINK a:link,
.events-baseLINK a:active,
.events-baseLINK a:visited,
.events-baseLINK a:hover
{
	color: #333;
	font-weight: bold;
}

.events-baseLINK a:hover
{
	text-decoration: underline;
}

.events-image
{

	float: left;
	margin: 10px;
	background-color: #FCFCFC;
	border: 1px solid #F4F4F4;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.events-image img
{
	margin: 10px;
}

.contentEVENTS-right
{
	width: 100%;
	border: 0;
	padding: 0 0 10px 0;
}

.contentEVENTS-right a:link,
.contentEVENTS-right a:visited,
.contentEVENTS-right a:active,
.contentEVENTS-right a:hover
{
	color: #0054A8;
}

.contentEVENTS-right a:hover
{
	text-decoration: none;
}

.front-link:link,
.front-link:visited,
.front-link:active,
.front-link:hover
{
	font-weight: bold;
	color: #0054A8;
}

.front-link:hover
{
	text-decoration: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  EVENTS CALENDAR > CALENDAR
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#calendarBASE
{ font: 8pt Verdana, Arial, Helvetica, sans-serif; float: right; background: #FCFCFC; border: 1px solid #F4F4F4; border-top: 3px solid #9F2901; border-bottom: 1px solid #DDD; border-right: 1px solid #DDD; border-collapse: collapse;}

	#calendarBASE th,					/*	Calendar Top */
	#calendarBASE th a:link,
	#calendarBASE th a:visited,
	#calendarBASE th a:active,
	#calendarBASE th:hover
	{ font: bold 8pt/15pt Verdana, Arial, Helvetica, sans-serif; color: #003365; text-decoration: none; padding: 1px; margin: 0; background: #EEE; border: 0;}

		#calendarBASE th.calendar-weekday	/*	Days of the week */
		{ font-size: 10px; font-weight: normal; color: #0054A8; padding: 0; margin: 0; background: none; border: 0;}
	
	#calendarBASE td
	{ font: normal 8pt/15pt Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 0; border: 0;}

		#calendarBASE td a:link,
		#calendarBASE td a:visited,
		#calendarBASE td a:active,
		#calendarBASE td a:hover
		{ text-decoration: none; padding: 0;}
		
		a.dayclass,
		a.dayclass:link,
		a.dayclass:visited,
		a.dayclass:active
		{ color: #333; background: #EEE; border: 1px solid #DADADA;}
		
			a.dayclass:hover
			{ font-weight: normal; background: #E6E6E6; border: 1px solid #E1E1E1;}
		
		a.normal,
		a.normal:link,
		a.normal:visited,
		a.normal:active,
		a.normal:hover
		{ color: #0054A8; background: #DDD; font-weight: bold; border: 1px solid #C9C9C9;}
		
		a.today,
		a.today:link,
		a.today:visited,
		a.today:active,
		a.today:hover
		{ color: #9F2901; background: #FFF; border: 1px solid #9F2901;}
		
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  EVENTS CALENDAR > SEARCH
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#searcheventsBASE
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	
	margin: 80px 0 100px 0;
	padding: 0;

	border: 0;
	float: left;
}

#searcheventsBASE th
{
	width: 100px;
	text-align: right;
	background: #FBFBFB;
}

#searcheventsBASE td
{
	text-align: center
}

#searcheventsBASE input
{
	width: 170px;
}

#searcheventsBASE td div.button
{
	margin: 0;
	border: 0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  FRONT PAGE > STRUCTURE
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#leftcolumnFRONT,
#rightcolumnFRONT
{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	
	list-style: none;
	border: 0;
}

#leftcolumnFRONT ul,
#rightcolumnFRONT ul
{
	list-style: none;
	
	margin: 10px;
	padding: 0;
	
	border: 0;
}

/*  PROMOTIONS SEARCH > LEFT */

dl.searchPromotions
{
	width: 155px; float: left; margin: 0; background: #FBFBFB; border: 1px solid #E5E5E5; border-bottom: 0;
}

	dl.searchPromotions dt,
	dl.searchPromotions dd
	{
		padding: 0; margin: 0;
	}

	dl.searchPromotions dt.searchPromotionsTitle
	{
		font: bold 8pt Verdana, Arial, Helvetica, sans-serif; text-align: left; color: #555; margin: 0; padding: 5px; background: #D0CECF; 
	}

	dl.searchPromotions dt.label
	{
		padding: 5px;
	}

	dl.searchPromotions dd div.button
	{
		voice-family: "\"}\"";
		voice-family:inherit;
		padding-left: 10px;
	}
	html>body dl.searchPromotions dd div.button
	{
		padding-left: 6px;
	}


/*  FRONT PAGE > LEFT */

#leftcolumnFRONT
{
	width: 155px; float: left; background: #FBFBFB; border: 1px solid #E5E5E5
}

#leftcolumnFRONT h1
{
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif; color: #555; margin: 0; padding: 5px; background: #D0CECF;
}

#leftcolumnFRONT li{ margin: 0; padding: 0; border: 1px solid #FBFBFB;}

#leftcolumnFRONT li a:link, #leftcolumnFRONT li a:visited, #leftcolumnFRONT li a:active, #leftcolumnFRONT li a:hover 
{ 
	font: bold 8pt/normal Arial, Verdana, Helvetica, sans-serif; color: #555; text-decoration: none; display: block; margin: 0; padding: 3px 0 3px 15px; border-bottom: 1px dashed #E2E2E2; background: url("/images/layout_450/content/img_bullet.gif") 0 3px no-repeat;
}

#leftcolumnFRONT li a:hover { color: #CC0000; }
	

#middlecolumnFRONT
{
	float: left;
	padding: 0;
	margin: 0 10px 0 10px;
	border: 0;

	voice-family: "\"}\"";
	voice-family:inherit;
	width: 410px;
	
}
html>body #middlecolumnFRONT
{
	width: 405px;
}

#middlecolumnFRONT h1.standard-title
{
	margin-top: 15px;
}


/* Select top */
.middlecolumnSELECT { margin: 0 0 10px 0; background: #3468E0; border: 1px solid #1D4BB8;}
.middlecolumnSELECT h1 { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #FFF; margin: 0; padding: 10px; background: #94ADFF; border-bottom: 1px solid #768ACC; }

.middlecolumnSELECT form { margin: 0; padding: 0;}

.middlecolumnSELECT table { margin: 0 auto 0 auto; font: normal 10px Verdana, Arial, Helvetica, sans-serif; }

.middlecolumnSELECT table td, .middlecolumnSELECT table th { font-weight: normal; color: #2C3C74; white-space: nowrap}

.middlecolumnSELECT table th { text-align: right; }

.middlecolumnSELECT table select, .middlecolumnSELECT table input { font: normal 10px Verdana, Arial, Helvetica, sans-serif; width: 100%; border: 1px solid #2850AD}

.middlecolumnSELECT table input.inputradio { width: auto;}

.middlecolumnSELECT a:link, .middlecolumnSELECT a:active, .middlecolumnSELECT a:visited, .middlecolumnSELECT a:hover { font: bold 12pt Arial, Helvetica, sans-serif; color: #D4DEF7; text-decoration: none }

.middlecolumnSELECT a:hover { text-decoration: underline }



/* Select top > Gray color

.middlecolumnSELECT { margin: 10px 0 10px 0; background: #D1CFD0; border: 1px solid #BBB9BA;}
.middlecolumnSELECT h1 { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #FFF; margin: 0; padding: 10px; background: #94ADFF; border-bottom: 1px solid #768ACC; }

.middlecolumnSELECT form { margin: 0; padding: 0;}

.middlecolumnSELECT table { margin: 0 auto 0 auto; font: normal 10px Verdana, Arial, Helvetica, sans-serif; }

.middlecolumnSELECT table td, .middlecolumnSELECT table th { font-weight: normal; color: #000; white-space: nowrap}

.middlecolumnSELECT table th { text-align: right; }

.middlecolumnSELECT table select, .middlecolumnSELECT table input { font: normal 10px Verdana, Arial, Helvetica, sans-serif; width: 100%; border: 1px solid #C9C7C8}

.middlecolumnSELECT table input.inputradio { width: auto;}

.middlecolumnSELECT a:link, .middlecolumnSELECT a:active, .middlecolumnSELECT a:visited, .middlecolumnSELECT a:hover { font: bold 12pt Arial, Helvetica, sans-serif; color: #333; text-decoration: none }

.middlecolumnSELECT a:hover { text-decoration: underline }

*/

	
	/*  FRONT PAGE > RIGHT */
	
	#rightcolumnFRONT
	{
		width: 120px;
	}



.site_content
{
	font: bold 8pt/40px Verdana, Geneva, Arial, Helvetica, sans-serif, serif; 
	color: #333; 
	text-align: center; 
	/*padding: 0; margin: 0 0 10px 0;*/
	
	width: 100px;
	list-style: none;

	margin: 0;
	padding: 2px;
	
	float: left;
	border: 0;
}

.site_content a:link, .site_content a:visited, .site_content a:active, .site_content a:hover
{
	color: #3568E5;
	
	font: bold 8pt/40px Verdana, Geneva, Arial, Helvetica, sans-serif, serif; 
	color: #333; 
}