

/**
* eDirectory - Dynamic Style
*
* This style sheet is used to placed classes dependent of PHP constants
* and dynamic values
*
*/

/**
* Featured
*
* @section	dynamic-featured
*/

.featuredListing
{ width: 100px; }

.featuredListingImage
{ height: 83px; width: 100px; }

	.featuredSlideshow .highlightImage .featuredListingImage
	{ width: 175px; height: 130px; }

/*
.featuredPromotion
{ background: #F4F4F4; height: 1%; margin-bottom: 10px; width: 100%; }

	.featuredPromotionImage
	{  border: 1px solid #D4D4D4; padding: 3px; float: left; height: 83px; margin-right: 10px; width: 100px; }
*/	
.featuredPromotion
{ background: #F4F4F4; width:210px; float: none; height: 100%; margin: 10px 0; overflow: hidden; padding: 10px 0px 10px 5px; }

	.featuredPromotionImage
	{ border: 1px solid #D4D4D4; padding: 3px; float: left; height: 75px; margin-right: 5px; width: 100px; }

.featuredClassified
{ width: 100px; }

	.featuredClassifiedImage
	{ height: 83px; width: 100px; }
	
	.mainContent .featuredClassifiedImage
	{ height: 83px; width: 100px; }
	
.featuredEvent
{ width: 100px; }

.featuredEventImage
{ height: 83px; width: 100px; }

	.sidebar .featuredEventImage
	{ height: 41px; width: 50px; }
	
.featuredArticleImage
{ height: 83px; width: 100px; }
	
/**
* Favorites
*
* @section		dynamic-favorites
*/

.favoriteListing
{ width: 100px; }

	.favoriteListingImage
	{ height: 83px; width: 100px; }

.favoriteEvent
{ width: 100px; }

	.favoriteEventImage
	{ height: 83px; width: 100px; }

.favoriteClassified
{ width: 100px; }

	.favoriteClassifiedImage
	{ height: 83px; width: 100px; }

.favoritePromotion
{ width: 100px; }

	.favoritePromotionImage
	{ height: 83px; width: 100px; }

.favoriteArticle
{ width: 100px; }

	.favoriteArticleImage
	{ height: 83px; width: 100px; }
