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

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

.base-body
{
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

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

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

#wrap 							
{
	width: 800px;
	margin: 0;
	background: #FFF ;
}

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

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

#header
{
	width: 800px;
	height: 70px;
	background: url("/images/layout_edirectory/logo_top.gif") top no-repeat;
}

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

#header-none
{
	width: 800px;
	height: 70px;
	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: 90px;
	height:70px;
	float: left;
	
	cursor: pointer;
	text-decoration: none;
}

.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;
}

.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
{
	margin: 0 auto;
	text-align: center;
	
	padding: 8px;
	
	border-bottom: 20px solid #333333; 
	background: url("/images/layout_edirectory/bg_wrapper.gif") top repeat-y;
}

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

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

#footer
{
	width: 800px;
	margin: 0;
	padding: 0;
}


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

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

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

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

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

	float:right;
	clear:right;
}

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

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

#leftside-content
{
	width: 180px;
	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;
	
	border: 1px solid #F4F4F4;
	border-top: 2px solid #336633;
	border-bottom: 1px solid #336633;
	background-color: #F1FBF0;
}

#browsecateg
{
	margin:10px auto 0 auto;
}

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

	padding: 5px;
	margin: 0;

	border-bottom: 1px solid #336633;
	background: #ACD3AB;
}

#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;
}


#simplesearch div.button ul li a:link,
#simplesearch div.button ul li input
{
	color: #000;
}


/*	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: #F1FBF0;
	border: 1px solid #DFDFDF;
	border-top: 3px solid #336633;
	border-bottom: 1px solid #336633;
}

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

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

#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;
}

#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;
}

#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: #333;
	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: #336633;
}


.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;
	text-decoration: none;
}

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

#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:none;
}

.adver a:hover
{
	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 12pt Arial, Verdana;
	color:#336633;
	
	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;
	text-decoration: none;
}

a.promo-right:hover
{
	color: #CF7000;
	text-decoration: underline;
}


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

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

.browsecateg-baselinks
{
	text-align: center;
	border-top: 1px solid #ACD3AB; 
}

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;
}

.left-list li.left-listTILTE a:link,
.left-list li.left-listTILTE a:visited,
.left-list li.left-listTILTE a:active,
.left-list li.left-listTILTE a:hover
{
	font-weight: bold;
}

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

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

#rightside-content
{
	margin: 0;
	padding: 0 0 0 10px;

	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: 590px;				/* correct value to IE																			*/
	}
html>body #rightside-content
{
	width: 570px;				/* 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: 560px;
	margin: 5px auto;
	
	border-bottom: 2px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	background:#F7F7F7;
}

.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
{
	
	text-align: center;

		border:1px solid #FFF;
		border-left:1px solid #DDD;
		border-top:1px solid #DDD;
		background-color: #F3F3F3;
}

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

.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: #000;
	font-size: 10pt;
	font-weight: bold;
	
	padding: 0 0 0 5px;
	margin: 0;
}

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

	margin: 0;
	padding: 3px 3px 3px 5px;
	background: #E1E1E1;
}

.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: #333;
	text-align: justify;
	text-decoration: none;
}

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

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

.featured
{
	width: 550px;
	border: 1px solid red;
}

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

	clear:left;
}

.title-featured a:hover
{
	text-decoration: underline;
}

.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: none;
	float: right;
	margin-top:5px;
}

.featured-view a.featured-link:hover
{
	color: #CF7000;
	text-decoration: underline;
}

p.featured-view
{
	text-align: left;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	
	padding: 0;
	margin: 0;
	
	border: 0;
	color: #000;
}

.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;
	width: 550px;

	margin: 0 auto 15px auto;
	padding: 0;
	border-bottom: 1px solid #F7F7F7;
}

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

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

div.left-categories h1,
div.right-categories h1
{
	font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	
	text-align: left;
	text-decoration:  none;
	
	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:#336633;
	text-decoration: none;
}

div.left-categories h1 a:hover,
div.right-categories h1 a:hover
{
	text-decoration: underline;
}

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

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
{
	border: 0;
	
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

div.left-categories span a:hover,
div.right-categories span a:hover
{
	text-decoration: underline;
	color: #CF7000;
	/*background: #FFF4DF;*/
}

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

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

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

.categories-active:link,
.categories-active:active,
.categories-active:visited,
.categories-active:hover
{
	color: #0054A8;
}

.categories-link:link,
.categories-link:active,
.categories-link:visited,
.categories-link:hover
{
	font-weight: normal;
	color: #3B4B5B;
	text-decoration: none;
}

.categories-link:hover
{
	color: #EF413D;
}

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

/* //////////////////////////////////////////////////////////////////////////////////////////////
 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 5px;
}

.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: #3B4B5B;
	
	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: #333;

	text-align: right;
}

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

#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 top center repeat;
}

#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, .table-listing-detail td h2
{
	font-size: 8pt;	
	font-weight: bold;
	color: #EF413D;
	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: none;
}

.top-morelisting a:hover
{
	text-decoration: underline;
}

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

	LISTING DETAIL > DETAIL OFFERS
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.table-listing-detail tr.listing-detailOffers td
{
	border: 0;
}

.table-listing-detail tr.listing-detailOffers td strong
{
	color: #EF413D;
}

.table-listing-detail tr.listing-detailOffers td strong.base-categoriesRESULTSdetail
{
	color: #CDCDCD; margin-right: 5px;
}

.table-listing-detail tr.listing-detailOffers td a:link,
.table-listing-detail tr.listing-detailOffers td a:active,
.table-listing-detail tr.listing-detailOffers td a:visited,
.table-listing-detail tr.listing-detailOffers td a:hover
{
	font-weight: bold; color: #0054A8; text-decoration: underline;
}

.table-listing-detail tr.listing-detailOffers td a.highlighted:link,
.table-listing-detail tr.listing-detailOffers td a.highlighted:visited,
.table-listing-detail tr.listing-detailOffers td a.highlighted:active,
.table-listing-detail tr.listing-detailOffers td a.highlighted:hover
{
	font-weight: normal; text-decoration: none; line-height: 17px; color: #000;background-color: #FEFCCD;
}

.table-listing-detail tr.listing-detailOffers td a:hover,
.table-listing-detail tr.listing-detailOffers td a.highlighted:hover
{
	color: #000; text-decoration: none;
}

.table-listing-detail tr.listing-detailOffers td a.highlighted:hover
{
	color: #D94E00;
}

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

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

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

	border-bottom: 2px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	
	background:#F7F7F7;
	clear: left;
}

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

		border:1px solid #FFF;
		border-left:1px solid #DDD;
		border-top:1px solid #DDD;
		background-color: #F3F3F3;
}

.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;
}

/*	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 12pt Arial, Verdana;
	color:#0054A8;
	
	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;
	text-decoration: none;
}

.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;
	text-decoration: none;
}

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

.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 #FAA414;
	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: 2px;
	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: 2px;
	border: 0;
}

#calendarBASE td a:link,
#calendarBASE td a:visited,
#calendarBASE td a:active,
#calendarBASE td a:hover
{
	text-decoration: none;
	padding: 2px;
}

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: #A46803;
	background: #FFF;
	border: 1px solid #FAA414;
}

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

  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;
}
