 /**
* eDirectory - Style Definitions
*
* This style sheet describes the structure and the main components
* about eDirectory's interface
*
* @package		layout
* @author			Arca Solutions
* @copyright	Copyright (c) 2009, Arca Solutions Inc.
*
* @colordef		#069; standard blue 					(link color and title highlight)
* @colordef		#333; standard dark gray 			(text colors)
* @colordef		#666; standard gray 					(notes, complementary information)
* @colordef		#690; standard green color 		(footer links, members links, search box)
* @colordef		#C00; standard red 						(standard hover link, highlight label, calendar day's hover, secondary link color)
* @colordef		#CCC; standard border color
* @colordef		#EEE; secondary border color
* @colordef		#FFC; standard yellow color 	(highlight featured, calendar day's hover)
* @colordef		#F7F7F7; tertiary border color, light gray background color
* @colordef		#FFFFEF; secondary yellow		 	(showcase background, subcategories' dropdown)
*/

/**
* Global Definitions
*
* @section	global reset
*/

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

ul
{ list-style: none; }

body
{ background: #EEEEEE  url(../images/design/bg_content.gif) repeat-y scroll center 0; color: #666; font: normal 12px/16px Arial, Helvetica, sans-serif; margin: 0 auto; text-align: center; }

a, a:visited
{ color: #003366; font-weight: bold; text-decoration: none; }

	a:hover
	{ text-decoration: underline; }

input, select, textarea
{ border: 1px solid #CCC; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; color: #666; padding: 2px; }

.clear
{ clear: both; display: block; height: 0px; line-height: 0px; overflow: hidden; }

/**
* Page Structure
*
* Main structure and common components of the directory system
* such as Wrapper, Navbar, Header and Footer
*
* @section	structure
*/

.wrapper
{ margin: 0 auto 0 auto; text-align: left; width: 934px; }

.wrapperBox
{ margin: 0 auto 0 auto; padding: 0 35px; text-align: left; width: 934px; }

/**
* Top Navigation
*
* @section		structure
* @subsection	top-navigation
*/

.topNavbar
{ font-size: 11px; height: 30px; line-height: 30px; }

	.headerLogin
	{ float: left; }
	
		.headerLogin li
		{ float: left; padding: 0 5px 0 10px; }
		
			.headerLogin li a, .headerLogin li a:visited
			{ color: #333; }
	
	.themePicker
	{ color: #069; float: left; font-weight: bold; padding: 0 0 0 10px; }
	
		.themePicker span
		{ display: block; float: left; }

		.themePicker img
		{ float: left; margin: 10px 0 0 2px; padding: 1px; }

		.themePicker .themeActive
		{ border: 1px solid #666; padding: 0; }
	
	.languageFlags
	{ float: right; padding: 0 0 0 10px; }
	
		.languageFlags img
		{ margin: 8px 0 0 2px; padding: 1px; }
		
		.languageFlags .flagActive
		{ border: 1px solid #666; padding: 0; }

/**
* Header
*
* @section		structure
* @subsection	header
*/

.header
{ background-position: 16px 17px !important; height: 91px; position: relative; }

/** Logo */

h1.logo
{ width: 380px; height: 52px; position: absolute; bottom: 24px; left: 20px; }

	h1.logo a
	{ display: block; height: 52px; outline: none; position: relative; width: 380px; }
	
		h1.logo a span
		{ display: block; position: absolute; top: -999px; }

/**
* Navbar
*
* @section		structure
* @subsection	navbar
*/

.navbar
{ height: 41px; margin: 0 auto 12px; width: 933px; }

	.navbar li
	{ float: left; height: 41px; line-height: 41px; margin: 0; }
	
	.navbar li a, .navbar li a:visited
	{ color: #E1E1E1; float: left; font-size: 12px; font-weight: normal; text-transform: capitalize; }
	
		.navbar li#TM0 a, .navbar li#TM0 a:visited
		{ background: url(../images/design/bg_navbar.gif) no-repeat 0 0; text-align: center; width: 69px; }
		
		.navbar li#TM1 a, .navbar li#TM1 a:visited
		{ background: url(../images/design/bg_navbar.gif) no-repeat -69px 0; text-align: center; width: 189px; }
		
		.navbar li#TM2 a, .navbar li#TM2 a:visited
		{ background: url(../images/design/bg_navbar.gif) no-repeat -258px 0; text-align: center; width: 235px; }
		
		.navbar li#TM3 a, .navbar li#TM3 a:visited
		{ background: url(../images/design/bg_navbar.gif) no-repeat -493px 0; text-align: center; width: 152px; }
		
		.navbar li#TM4 a, .navbar li#TM4 a:visited
		{ background: url(../images/design/bg_navbar.gif) no-repeat -645px 0; text-align: center; width: 97px; }
		
		.navbar li#TM5 a, .navbar li#TM5 a:visited
		{ background: url(../images/design/bg_navbar.gif) no-repeat -742px 0; text-align: center; width: 191px; }
	
	.navbar li.menuActived
	{}
	
		.navbar li a:hover
	{ color: #252729; text-decoration: none; text-transform: capitalize; }
	
		.navbar li#TM0 a:hover
		{ background: url(../images/design/bg_navbar.gif) no-repeat 0 -41px; }
		
		.navbar li#TM1 a:hover
		{ background: url(../images/design/bg_navbar.gif) no-repeat -69px -41px; }
		
		.navbar li#TM2 a:hover
		{ background: url(../images/design/bg_navbar.gif) no-repeat -258px -41px; }
		
		.navbar li#TM3 a:hover
		{ background: url(../images/design/bg_navbar.gif) no-repeat -493px -41px; }
		
		.navbar li#TM4 a:hover
		{ background: url(../images/design/bg_navbar.gif) no-repeat -645px -41px; }
		
		.navbar li#TM5 a:hover
		{ background: url(../images/design/bg_navbar.gif) no-repeat -742px -41px; }
		
/**
* Sub Navbar
*
* @section		structure
* @subsection	subnavbar
*/

.subNavbar
{ background: url(../images/design/bg_sub_navbar.gif) repeat-x 0 100%; border-bottom: 1px solid #CCC; height: 100%; overflow: hidden; padding: 0 5px 0 5px; }

	.subNavbar li
	{ float: left; height: 30px; line-height: 30px; padding: 0 5px 0 5px; white-space: nowrap; }
	
		.subNavbar li a, .subNavbar li a:visited
		{ display: block; }
		
		.subNavbar li.subNavbarActive a, .subNavbar li.subNavbarActive a:visited
		{ color: #C00; }

/**
* Content
*
* Wrap the content and columns of the application
*
* @section				structure
* @subsection			content
*/

.content
{ padding: 0 0 20px 0; }

.breadcrumb
{ line-height: 25px; margin: 0 0 10px 0; padding: 0 0 0 10px; }

/**
* Columns
*
* @section				structure
* @subsection			content
* @subsubsection	columns
*/

.mainContent
{ float: left; padding: 0 0 20px 0; width: 720px; }

#FI
{ padding: 5px 0;}

#SR img
{ float: right;}

.mainContentExtended
{ float: left; padding: 0 0 20px 0; width: 720px; }

.sidebar
{ border-top: 1px solid #BABABA; float: right; margin: 0; padding: 0 10px 10px 10px; width: 180px; }

#BC
{ padding-top: 10px;}

.sidebarB
{ background-color: white; border: 0px solid #BABABA; float: right; margin: 0; padding: 0 10px; width: 180px; } 

.mainTop
{ border: 1px solid #D4DAE8; float: left; margin: 0 20px 13px 0; overflow: hidden; width: 306px; }

	.mainHome .mainTop
	{ height: 604px; }

.mainHome
{ padding: 0 0 4px; }

.mainHome p
{ color: #000;}

.complementaryInfoDescription
{ float: left;}

.mainTop .bottomLine
{ background: #FFF url(../images/design/bg_title.gif) repeat-x 0 100%; float: left; margin: 5px 0; width: 100%; }

.bottomLine
{ background: #FFF url(../images/design/bg_title.gif) repeat-x 0 100%; float: left; margin: 10px 0 40px; width: 100%; }

.mainContent .bottomLine
{ background: #FFF url(../images/design/bg_title.gif) repeat-x 0 100%; float: left; margin: -5px 0 0 0; width: 100%; }

.articleHashes
{ width: 180px; border-right: 1px #C7C8C9 solid; }

.specialArticleResults .standardSubTitle
{ padding-top: 20px; }

.specialArticleResults #BC .categories
{ padding-top: 4px; }

.contentRight, .bottomContentRight
{ border: 1px solid #C7CBD6; float: left; margin-bottom: 12px; width: 384px;}

.topImage
{ background: url(../images/design/img_content_center_colum.png) no-repeat 0 0; height: 257px;}

.topImage img
{ left: 16px; position: relative; top: 112px;}

.contentRightText, .bottomContentRight
{ background: #FDFED6; height: 338px; padding: 5px 25px; }

.bottomContentRight
{ height: 237px;}

.contentRightText img
{ margin-bottom: 5px;}

.bottomContentRight
{ background: #C6CCD8; border: 1px solid #969AA3; width: 335px; }

.bottomContentRight p
{ padding-top: 10px;}

.contentRightText a, .bottomContentRight a
{ color: #003366; font-weight: normal; text-decoration: underline;}

#FA
{ clear: both;}

#FA .standardTitle, #FI .standardTitle
{ background: url(../images/design/bg_standard_title.png) no-repeat 0 0; border: 0; color: #FFF; padding: 14px; }

.spanTitleArticle
{ float: right; text-decoration: underline; }

.spanTitleArticle a
{ font-size: 12px; font-weight: normal;}

#FA span, #FI span
{ color: #FFF; font-weight: bold;}

#FA .featuredItems
{ border: 1px solid #CCC; border-top: 0; margin-bottom: 10px; width: 712px;}

#FA .featuredItems .divisor
{ border-right: 1px solid #CCC; border-bottom: 0; float: left; width: 46%;}

.bottomContent
{ border: 1px solid #CCC; float: left; margin-right: 20px; padding: 15px; text-align: center; width: 276px;}

/**
* Footer
*
* @section		structure
* @subsection	footer
*/

.footer
{ background:url(../images/design/bg_footer.gif) repeat-x 0 0; height: 100px; position: relative; }

	.navFooter
	{ clear: both; float: left; height: 15px; line-height: 15px; padding: 10px 0 0 5px; width: 650px; }
	
		.navFooter li
		{ float: left; padding: 0 2px; }
			
			.navFooter li a, .navFooter li a:visited
			{ color: #4C4C4C; font-size: 13px; font-weight: normal; }
			
			.navFooter .boldText a, .navFooter .boldText a:visited
			{ font-weight: bold; }
	
.copyright
{ color: #4C4C4C; float: right; font-size: 13px; padding: 10px 5px 0 0; text-align: right; }

	.copyright .basePowered
	{ display: block; }
		
.backToTop
{ clear: both; height: 22px; margin: 0 10px 0 0; position: absolute; right: 10px; top: -21px; }

	.backToTop a, .backToTop a:visited
	{ background: url(../images/design/bg_back_top.gif) no-repeat 0 0; color: #FFF; display: block; float: right; font-size: 11px; line-height: 22px; padding: 0 10px 0 25px; }

	
/**
* Typograph
*
* Headings and text styles
*
* @section		typograph
*/

.standardTitle
{ border-bottom: 1px solid #CCC; color: #191919; font-size: 13px; font-weight: normal; height:13px; line-height: 13px; padding: 0 0 5px 0; position: relative; }

	.standardTitle img
	{ position: absolute; left: 10px; top: 10px; }

.mainHome .standardTitle
{ border-bottom: 1px solid #CCC; font-size: 13px; line-height: 13px; padding: 0 0 10px 15px; }

	.standardTitle span
	{ font-weight: normal; color: #191919; }
	
.standardSubTitle
{ color: #333; font-size: 14px; font-weight: bold; padding: 5px 0 5px 0; }

#BC .standardSubTitle
{ font-size: 13px;}

#browsecategory .standardSubTitle 
{ font-size:13px; padding:12px 0 6px;}

#browsecategory .standardSubTitle span, #browsecategory .standardSubTitle strong, #BC .standardSubTitle span, strong 
{ color:#000;}

.mainHome .standardSubTitle
{ display: list-item; padding: 0; }

	.standardSubTitle span, .standardSubTitle strong
	{ color: #690; }
	
h3
{ font-size: 12px; font-weight: bold; line-height: 16px; }

	h3, h3 a, h3 a:visited
	{ color: #000; }
	
	.standardSubTitleBrowse
	{ display: list-item; margin: 20px 0 0 30px;}

	.mainHome h3, .mainHome h3 a, .mainHome h3 a:visited
	{ color: #003366; font-size: 14px; font-weight: normal; text-transform: capitalize; }
	
.complementaryInfo
{ color: #666; font-size: 12px; font-weight: normal; }

	.standardTitle .complementaryInfo
	{ position: absolute; right: 0; top: 8px; }
	
/**
* Search
*
* @section	search
*/

.searchTop
{ bottom: 13px; position: absolute; right: 1px; width: 274px; }

.searchTop .searchTopText
{ padding: 5px 10px 0 0; float: left; }

.searchTop .searchTopText a, .searchTop .searchTopText a:visited
{ background: url(../images/design/bg_searchTop_link.gif) no-repeat; color: #FFF; font-size: 14px; font-weight: normal; height: 14px; width: 89px; }

.searchTop .searchTopText a span
{ display: block; position: absolute; top: -999px; }

.searchTop .searchTopText a:hover
{ background: url(../images/design/bg_searchTop_hover.gif) no-repeat -1px 0; text-decoration: none; }

.searchTop input
{ background: url(../images/design/bg_searchtop.gif) repeat-x; border: 1px solid #dbdbdb; color: #595959; float: left; font-size: 13px; height: 19px; line-height: 19px; padding: 3px 5px 0; width: 140px; }

.searchTop .standardButton
{ background: url(../images/design/bg_searchtop_button.gif) no-repeat; border: none; float: left; height: 24px; width: 24px; }

.searchTop .standardButton button
{ background: none; height: 24px; width: 24px; }

/**
* Search
*
* @section	search
*/

.mainHome .searchBlock
{ background: url(../images/design/bg_search_backdrop.png) no-repeat 0 0; color: #FFF; font-size: 20px; font-weight: normal; height: 44px; line-height: 38px; padding: 0 0 0 38px; }

.mainHome .searchBlock strong
{ color: #FFF;}

.mainHome .searchBlockListing
{ background: url(../images/design/bg_searchblock.gif) no-repeat 0 0; color: #FFF; font-size: 20px; font-weight: normal; height: 55px; line-height: 55px; padding: 0 0 0 55px; width: 893px; }


.mainTop .search
{ background: #FFF url(../images/design/bg_title.gif) repeat-x 0 100%; float: left; margin: 0; }

	.mainTop .search form
	{ background: #FFF url(../images/design/bg_search_bottom.gif) repeat-x 0 bottom; border: none; height: 100%; padding: 5px 0 30px 0; }

		.mainTop .search label
		{ color: #363532; font-size: 13px; font-weight: bold; height: 18px; margin: 3px 0 4px; }

			.mainTop .search label span
			{ color: #363532; font-size: 13px; font-weight: bold; padding: 0 0 10px 0; }
			
			.mainTop .search label .locationAdress
			{ font-size: 11px; font-weight: normal; margin-left: 5px;}
			
		.mainTop .search input, .mainTop .search select, .mainTop .search textarea
		{ border: 1px solid #808080; }
		
		.mainTop #category_id
		{ width: 276px !important;}
		
		.mainTop .search .location input
		{ width:270px; }
		
		#category_id
		{ width: 290px !important;}

		.mainTop  .search .advancedSearch
		{ border-bottom: 1px solid #CCCCCC; font-size: 13px; margin: 0 0 5px; padding: 0 0 5px 20px; position: relative; top: 0; }
			
			.mainTop  .search .advancedSearch a, .mainTop  .search .advancedSearch a:visited
			{ color: #363532; font-weight: normal; text-transform: capitalize; }

.search
{ position: relative; width: 100%; }

	.search form
	{ background: url(../images/design/bg_search.gif) no-repeat 0 0; height: 86px; overflow: hidden; padding: 10px 0 0 0; }
	
		.search .advancedSearch
		{ display: block; position: absolute; top: -999px; }
			
			.search .advancedSearch a, .search .advancedSearch a:visited
			{ color: #363532; font-weight: normal; text-transform: capitalize; }
	
		.search fieldset
		{ float:left; overflow:hidden; padding:5px 0 0 15px; width:300px; }
		
		.search .searchRadius
		{ padding: 5px 5px 0 14px; width: 15%; }

			.mainTop .search .searchRadius
			{ width: 49%; }
			
			.search .location input
			{ padding: 2px; width:294px;}
						
		.search label
		{ color: #FFF; display: block; font-size: 18px; height: 22px; line-height: 24px; margin: 4px 0 0; }
		
		.search .searchRadius label
		{ font-size: 12px; height: 18px; margin: 8px 0 0; }

		.search .searchRadius .searchRadiusHome
		{ margin: 3px 0 5px;}
		
		.search .altLabel, .search legend
		{ clear: both; color: #666; display: block; float: left; font-size: 14px; font-weight: bold; width: 100%; }
		
			.search legend
			{ float: none; }
		
			.search label span
			{ color: #FFF; font-size: 12px; font-weight: bold; }
			
		.search .optionDescription
		{ font-size: 11px; padding: 0 5px 0 5px; }
	
		.search input, .search textarea
		{ font: normal 14px Arial, Helvetica, sans-serif; padding: 2px; width: 100%; }
		
		.search select
		{ font: normal 14px Arial, Helvetica, sans-serif; margin: 0; padding: 2px; width: 130px; }
				
		.search .altSelect
		{ float: left; font-size: 12px; margin: 0 0 5px 0; padding: 1px; width: 77%; }
		
		.search .spacedSelect
		{ margin-left: 70px; }
		
		.search .inputAuto
		{ border: none; padding: 0; vertical-align: middle; width: auto; }
		
		.search .inputSmall
		{ font-size: 12px; width: 15%; }

.search .standardButton
{ background: none; border: none; float: left; height: 35px; margin: 24px 0 0 9px; width: 113px; }
		
.search .standardButton button, .search .standardButton button a, .search .standardButton button a:visited
{ background: none; border: none; height: 35px; margin-top: 1px; width: 113px; }

.searchCategory
{ background: #FFC; color: #333; }

.searchSubcategory
{ background: #FFFFEF; }
		
/**
* Advanced Search
*
* @section		search
* @subsection	advanced-search
*/

.search .baseAdvancedSearch
{ margin-top: 10px; width: 15.5%; }
	
	.baseAdvancedSearch input, .baseAdvancedSearch select
	{ font-size: 12px; margin-bottom: 5px; }
	
	.baseAdvancedSearch .inputSmall
	{ vertical-align: middle; width: 30%; }

/**
* Template Search
*
* @section		search
* @subsection	template-search
*/

.search .baseTemplateSearch
{ margin-top: 5px; padding-top: 0; width: 820px; }

	.baseTemplateSearch .altLabel
	{ padding: 0 10px 0 0; width: auto; }

	.templateSearchTab,	.templateActive
	{ display: block; float: left; }
	
	.templateSearchTab a, .templateSearchTab a:visited
	{ display: block; line-height: 29px; padding: 0 10px 0 10px; }
	
	.templateActive a, .templateActive a:visited
	{ background: #FFF; border: 1px solid #CCC; border-bottom: none; color: #C00; display: block; line-height: 29px; outline: none; padding: 0 9px 0 9px; }
	
.templateTabContent
{ background: #FFF; border: 1px solid #CCC; margin-top: 29px; padding: 10px; }

	.templateTabContent .loading
	{ float: none; margin: 0; width: auto; }

	.templateTabContent label
	{ color: #333; font-size: 12px; }
	
	.templateTabContent input, .templateTabContent select
	{ font-size: 12px; }
	
	.templateCheckbox, .templateDropdown, .templateText, .templateRange,
	.templateDescription, .templateLongDescription
	{ float: left; height: 30px; padding:0 10px 0 0; width: 32%; }
	
	.templateCheckbox label
	{ display: inline; }
	
	.templateText, .templateRange, .templateDescription, .templateLongDescription
	{ height: auto; }
	
	.templateRange input
	{ width: 30%; }

/**
* Common
*
* General definitions of interface elements
*
* @section		common
*/

.googleAds
{ position:absolute; right:0;  }

.viewMore
{ border-top: 1px solid #CCC; font-size: 11px; line-height: 24px; margin: 0 0 10px 0; text-align: right; text-transform: lowercase; }

	.viewMore a, .viewMore a:visited
	{ color: #C00; }
	
.viewHighlighted
{ background-color: #242f4A; font-size: 14px; line-height: 30px; margin: 0 0 10px 0; }

	.viewHighlighted a, .viewHighlighted a:visited
	{ background: url(../images/design/bg_folded_corner.gif) no-repeat 100% 100%; color: #FFF; display: block; padding: 0 10px 0 10px; }
	
.noBorder
{ border: none; }
	
.isHidden, .controlPhoneHide, .controlFaxHide, .controlEmailHide
{ display: none !important; }

.isVisible, .controlPhoneShow, .controlFaxShow, controlEmailShow
{}

.nopaddingBottom
{ padding-bottom: 0 !important;}

/**
* Switch Button for Open/Close
*
* @section		common
* @subsection	switch-button
*/

.switchOpen, .switchOpen:visited,
.switchClose, .switchClose:visited,
.switchBlank, .switchBlank:visited
{ background: url(../images/design/bg_switch_open.gif) no-repeat 0 2px; display: block; float: left; height: 15px; overflow: hidden; text-decoration: none; text-indent: 100px; width: 17px; }

.switchClose, .switchClose:visited
{ background: url(../images/design/bg_switch_close.gif) no-repeat 0 2px; }

.switchBlank, .switchBlank:visited
{ background: url(../images/design/bg_switch_blank.gif) no-repeat 0 2px; cursor: default; }

.switchOpen:hover, .switchClose:hover, .switchBlank:hover
{ text-decoration: none; }

/**
* Standard Button
*
* @section		common
* @subsection	standard-button
*/

.standardButton
{ border: 1px solid #999; }

	.standardButton button, .standardButton a, .standardButton a:visited
	{ color: #FFF; cursor: pointer; display: block; font: bold 14px/30px Arial, Helvetica, sans-serif; text-align: center; text-transform: uppercase; }

	.standardButton,
	.standardButton button, .standardButton a, .standardButton a:visited
	{ background: url(../images/design/bg_searchmain_button.gif) repeat-x 0 100%; height: 30px; width: 95px; }
	
/**
* Featured Items
*
* @section		common
* @subsection	featured-items
*/

.featuredItems
{ height: 100%; overflow: hidden; padding: 10px 0 10px 0; }

	.divisor
	{ border-bottom: 1px solid #CCC; overflow: hidden; }
	
	.highlightBoxArticle h3
	{ color: #000; font-size: 16px; }
	
	.highlightBoxArticle a
	{ color: #003366;} 
	
	.description
	{ color: #000; margin-top: 15px;}
	
	.featured
	{ float: left; padding: 5px 12px 5px 12px; width: 46%;}
	
	.featuredListing, .featuredEvent, .featuredPromotion, 
	.featuredClassified, .featuredArticle
	{ float: left; }

	.featuredColumn
	{ float: left; width: 180px; }
	
	.mainContent .featuredColumn
	{ float: left; width: 230px; }
		
		.featuredColumn .featured
		{ padding: 5px 0 5px 0; }
		
	.featuredListingImage, .featuredPromotionImage, .featuredClassifiedImage,
	.featuredEventImage, .featuredArticleImage
	{ display: block; }
	
	.featured .noimage:hover
	{ text-decoration: none; }
	
	.readMore a, .readMore a:visited
	{ color: #C00; font-size: 11px; text-transform: lowercase; }
		
/** Highlight Box  */

.highlightBox, .highlightBoxArticle
{ background: #FFFFCC; border: 1px solid #CCC; height: 100%; margin: 0 5px 0 5px; overflow: hidden; padding: 0 5px; }

	.highlightBox .highlightImage
	{ float: left; margin: 0 10px 10px 0; }
	
	.highlightImage a:hover
	{ text-decoration: none; }
	
	.highlightBox .divisor
	{ height: 100%; overflow: hidden; padding: 0 0 10px 0; margin: 0 0 10px 0; }
	
	.highlightLabel
	{ color: #C00; display: block; font-size: 11px; font-weight: bold; text-align: right; text-transform: uppercase; }
	
.mainContent .highlightBox, .mainContent .highlightBoxArticle
{ float: left; margin: 0 10px 0 10px; width: 450px; }

.mainContent .highlightBoxArticle
{ margin: 0; width: 702px;}

	.highlightBoxArticle .divisor
	{ padding: 10px;}

	.mainContent .highlightBox h3
	{ font-size: 14px; }
	
	.mainContent .highlightBox .description
	{ color: #333; padding: 5px 0 0 0; }
	
	.highlightImage
	{ float: left; margin: 0 18px 10px 0; width: 100px;}
	
	.featuredItems .divisor h3 a, .mainHome .featured h3 a
	{ color: #000; font-weight: bold;}
	
	.highlightBoxArticle .highlightImage
	{ width: 100px;}
	
	
	
/**
* Events Calendar
*
* @section		common
* @subsection	calendar
*/

.baseCalendar
{ background: #F5FAEB; border: 1px solid #CCC; font-size: 11px; margin: 0 0 10px 0; padding: 10px; text-align: center; }

	.baseCalendar h4
	{ font-size: 14px; color: #333; }
	
	.calendar
	{ background: #FFF; border: 1px solid #CCC; margin: 5px 0 0 0; }
	
	.calendarHeader
	{ background: #F7F7F7; font-size: 12px; font-weight: bold; }
	
		.calendarHeader td, .calendarHeader th
		{ padding: 5px; vertical-align: top; }
	
		.calendarHeader a, .calendarHeader a:visited
		{ color: #690; }
		
		.calendarDay a,
		.calendarDay a:visited
		{ background: #FFF; border: 1px solid #FBFBFB; border-bottom: 3px solid #EEE; border-right: 3px solid #EEE; color: #333; display: block; font-weight: normal; padding: 2px; }

			.calendarDay a:hover
			{ background: #FFC; color: #C00; }

		.calendarDay a.today, .calendarDay a.today:visited, .calendarDay a.today:hover
		{ background: #069; border: 1px solid #069; color: #FFF; }
		
		.calendarDay a.selected, .calendarDay a.selected:visited, .calendarDay a.selected:hover
		{ background: #C00; border: 1px solid #C00; color: #FFF; }
		
/**
* Members Features
*
* @section		common
* @subsection	members-features
*/

.memberJoin, .memberLogin
{ border: 1px solid #CCC; margin: 0 0 10px 0; padding: 5px 10px 10px 10px; }

.memberJoin h2, .memberLogin h2
{ font-size: 18px; font-weight: normal; line-height: 24px; }
		
/** Join Now */

.memberJoin
{ background: #F5FAEB; }

	.memberJoin h2, .memberJoin h2 a, .memberJoin h2 a:visited
	{ color: #690; font-weight: normal; }
	
	.memberJoin p, .memberJoin p a, .memberJoin p a:visited
	{ color: #333; font-size: 14px; font-weight: bold; }
	
/** Members Login */

.memberLogin
{ background: #EBF5FA; font-size: 11px; height: 100%; line-height: 24px; overflow: hidden; }

	.memberLogin h2
	{ color: #069; }
	
	.memberLogin label
	{	color: #333; display: block; }
	
	.memberLogin input, .memberLogin select, .memberLogin textarea
	{ font: normal 12px Arial, Helvetica, sans-serif; width: 97%; }
	
	.memberLogin .inputAuto
	{ border: none; margin: 0 5px 0 0; width: auto; }
	
	.memberLogin span
	{ display: block; padding: 5px 0 5px 0; }
	
	.memberLogin .standardButton
	{ background: url(../images/design/bg_secondary_button_right.gif) no-repeat 100% 0; float: left; }
	
		.memberLogin .standardButton button,
		.memberLogin .standardButton a, .memberLogin .standardButton a:visited
		{ background: url(../images/design/bg_secondary_button_left.gif) no-repeat 0 0; }
	
	.memberLogin .forgotPassword
	{ float: left; line-height: 14px; padding: 0 0 0 10px; width: 90px; }
	
/**
* Advertisement
*
* @section		common
* @subsection	advertisement
*/

.advertisement
{ background: none; overflow: hidden; }

		.adsAppraiserTitle2 .advertisement
		{ padding: 5px 0; }

	.advertisement span
	{ color: #191919; display: block; font-size: 10px; font-weight: bold; line-height: 20px; }
	
	.advertisement a, .advertisement a:visited
	{ color: #003366; }
	
	.advertisement .advertisementLabel
	{ float: left; text-transform: uppercase; }
	
	.advertisement .advertisementLink
	{ float: right; }
	
	.advertisement .noimage
	{ border: none; margin: 0 auto 0 auto; }
	
	.banner,
	.sponsoredLink
	{ clear: both; }
	
	.featuredBanner
	{ margin: 0 auto 0 auto; width: 180px; }
		
.header .advertisement
{ margin: 0; padding: 10px 10px 0 10px; position: absolute; top: 10px; right: 10px; width: 470px; }

.sidebar .advertisement .advertisementLink
{ border-bottom: 1px solid #D5D5D5; clear: both; display: block; float: none; text-align: right; }

	.adsAppraiserTitle2 .advertisement .advertisementLink
	{ border-bottom: 0; }

.bottomAdvertisement
{ margin: 10px auto 10px auto; width: 730px; }

.adsAppraiser
{ border-top: 1px solid #D5D5D5; color: #191919; font-size: 12px; font-weight: normal; padding: 30px 0; }

#BA4
{ border-bottom: 1px solid #D5D5D5; border-top: 1px solid #D5D5D5; margin-top: 14px; padding: 20px 0;}

#BA4 p
{ margin-top: 20px;}

#BA1
{ border-top: 0;}

	.adsAppraiser .adsAppraiserTitle
	{ color: #191919; font-size: 12px; font-weight: bold; margin-left: 10px}
	
	.adsAppraiser2 .adsAppraiserTitle2
	{ color: #191919; border-bottom: 1px solid #D5D5D5; font-size: 12px; font-weight: bold; }

	.adsAppraiser p
	{color: #191919; font-size: 12px; font-weight: normal;}
	
	.adsAppraiser2 p
	{color: #191919; font-size: 12px; padding-top:10px; padding-bottom:10px; font-weight: normal;}
	
	.adsAppraiser p a, .adsAppraiser p a:visited
	{ color: #003366; font-size: 12px; font-weight: normal;}
	
/** Advertisment > Sponsored Links */

.sponsoredLink
{ display: block; margin: 0 0 10px 0; padding: 0; }

	.sponsoredLink:hover
	{ text-decoration: none; }
	
	.sponsoredLink .sponsoredLinkTitle
	{ color: #003366; font-size: 12px; font-weight: bold; line-height: 18px; }
	
	.sponsoredLink .sponsoredLinkContent
	{ color: #666; font-size: 11px; font-weight: normal; line-height: 14px; }
	
	.sponsoredLink .sponsoredLinkURL
	{ color: #003366; font-size: 11px; line-height: 18px; }

/**
* Categories
*
* @section		common
* @subsection	categories
*/

#BC .categories
{ padding: 5px 10px 12px 0; }

.categories .categoriesColumn
{ float: left; margin-left: 30px; width: 110px;}


.categoriesColumn h3
{ display: list-item; font-size: 12px; margin: 5px 0;}

.categories .categoriesColumn h3 a, .categories .categoriesColumn h3 a:visited
{ color:#003366; font-size: 12px;}

.mainHome .leftBox .categories
{ background: #FFFFFF url(../images/design/bg_search_bottom.gif) repeat-x scroll 0 bottom; overflow: hidden; }

#leftLocation .categories
{ background: #FFFFFF url(../images/design/bg_search_bottom_new.gif) repeat-x scroll 0 bottom; }

.sidebar .categories h3
{ font-size: 6px; line-height: 24px; }

.sidebar .categories .categoriesColumn
{ float: none; padding: 0; width: auto; }
	
/**
* Site Content
*
* @section		common
* @subsection	site-content
*/

.dynamicContent
{ line-height: normal; }

.dynamicContent ul, .dynamicContent ol
{ list-style: disc inside; padding: 0 0 15px 15px; }

.dynamicContent ol
{ list-style-type: decimal; }

/**
* Icon Navbar
*
* @section		common
* @subsection	icon-navbar
*/

.baseIconNavbar
{ border-bottom: 1px solid #CCC; }

.socialBookmarkIcons
{ float: left; }

	.socialBookmarkIcons li
	{ float: left; padding: 0 5px 0 0; }

.iconNavbar
{ float: right; }

	.iconNavbar li
	{ color: #666; float: left; font-size: 11px; height: 14px; line-height: 25px; padding: 0 2px 0 3px; }
	
	.iconNavbar li a, .iconNavbar li a:visited
	{ color: #069; }

/**
* Password Strength
*
* @section		common
* @subsection	password-strength
*/

.checkPasswordStrength
{ height: 25px; overflow: hidden; padding: 5px 0 0 0; }

	.checkPasswordStrength span
	{ display: block; float: left; margin: 0 10px 0 0; }
	
	.checkPasswordStrength div
	{ background: #FFF; border: 1px solid #D4D4D4; color:#333; float: left; font-size: 11px; height: 20px; line-height: 20px; padding:0 0 0 50px; width: 100px; }
	
	.checkPasswordStrength .strengthLoading
	{ background: #FFF url(../images/content/img_loading_bar.gif) no-repeat 3px 5px; }
	
	.checkPasswordStrength .strengthWeak
	{ background: #FFF url(../images/design/bg_strength_weak.gif) no-repeat 3px 5px; }
	
	.checkPasswordStrength .strengthBad
	{ background: #FFF url(../images/design/bg_strength_bad.gif) no-repeat 3px 5px; }
	
	.checkPasswordStrength .strengthGood
	{ background: #FFF url(../images/design/bg_strength_good.gif) no-repeat 3px 5px; }
	
	.checkPasswordStrength .strengthStrong
	{ background: #FFF url(../images/design/bg_strength_strong.gif) no-repeat 3px 5px; }
	
/**
* Loading Box
*
* @section		common
* @subsection	loading-box
*/

.loading
{ background: #FFF url(../images/content/img_loading_bar.gif) no-repeat 10px center; border: 1px solid #CCC; clear: both; color: #333; float: left; font-size: 14px; font-weight: bold; margin: 10px 0 10px 20px; padding: 10px 10px 10px 60px; width: 747px; }

/**
* Favorites
*
* @section		common
* @subsection	favorites
*/

.quickList
{ height: 100%; overflow: hidden; padding: 0 10px 15px 10px; }

	.quickList .featuredItems
	{ float: left; padding: 15px 20px 10px 0; position: relative; }
	
	.quickList .quickListRemove
	{ padding: 0 5px 0 0; }

	.quickList .featuredItems .quickListRemove
	{ background: #FFF; left: 0; padding: 2px; position: absolute; top: 15px; z-index: 1; }
	
	.quickList .noimage
	{ display: block; }

	.quickList h3
	{ clear: both; }
	
	.quickList .featuredItems h3
	{ padding: 5px 0 0 0; }
	
/**
* System Messages
*
* @section		common
* @subsection	system-messages
*/

.informationMessage, .errorMessage, .successMessage, .warningMessage
{ border: 1px solid #CCC; font-size: 11px; font-weight: bold; height: 50%; margin: 10px; overflow: hidden; padding: 15px 15px 15px 45px; text-align: left; }

	.informationMessage
	{ background: #F9FDFF url(../images/design/bg_icon_information.gif) 10px 10px no-repeat; color: #135DA2; }
	
		.informationMessage a, .informationMessage a:visited
		{ color: #2E4E6B; }
		
	.errorMessage
	{ background: #FFF9F9 url(../images/design/bg_icon_error.gif) 10px 10px no-repeat; color: #C10924; }
	
		.errorMessage a, .errorMessage a:visited
		{ color: #C94601; }

	.successMessage
	{ background: #F9FCEB url(../images/design/bg_icon_success.gif) 10px 10px no-repeat; color: #692; }
	
		.successMessage a, .successMessage a:visited
		{ color: #351; }

	.warningMessage
	{ background: #FFFCF4 url(../images/design/bg_icon_warning.gif) 10px 10px no-repeat; color: #F60; }
	
		.warningMessage a, .warningMessage a:visited
		{ color: #F30; }
				
/**
* Standard Form
*
* @section		common
* @subsection	standard-form
*/

.standardForm
{ border: 0; padding: 5px 10px 5px 10px; }

	.standardForm input, .standardForm textarea
	{ font: normal 12px Arial, Helvetica, sans-serif; width: 95%; }
	
	.standardForm .formCode
	{ width: 100px; }

	.standardForm th
	{ font-size: 11px; font-weight: normal; padding: 5px 10px 0 0; text-align: right; vertical-align: top; }
	
	.standardForm td
	{ padding: 5px 0 5px 0px; }
	
	.standardForm td table
	{ width: 96%; }
	
	.standardFormButton
	{ width: 100%; text-align: right; }

		.standardFormButton .standardButton
		{ float: right; }
		
/**
* Ratings
*
* @section		common
* @subsection	ratings
*/

.rating
{ float: right; font-size: 11px; }

	.rating li
	{ padding: 0 3px 0 2px; }

	.rating .ratingStar
	{ float: right; padding: 2px 2px 0 0; }
	
	.rating .ratingStar img
	{ padding: 0 2px 0 0; }

	.rating .ratingReview
	{ float: right; }
	
		.rating .ratingReview a, .rating .ratingReview a:visited
		{ font-weight: normal; }
	
	.rating .ratingSeeComment, .rating .rateIt
	{ clear: both; float: right; white-space: nowrap; }
	
	.rating .rateIt a, .rating .rateIt a:visited
	{ color: #690; }
	
/** Rate Stars */

.rateItStars
{ font-size: 14px; font-weight: bold; line-height: 25px; margin: 0 auto 0 auto; padding: 20px 0 10px 0; text-align: center; width: 205px; }

	.rateItStars span
	{ clear: both; display: block; }

	.rateItStars img
	{ padding: 1px; }
	
/** Rate Form */

.rateForm
{ width: 100%; }
	
.rateForm td
{ vertical-align: top; }
	
.rateForm th
{ width: 100px; }

.rateForm input, .rateForm textarea
{ width: 200px; }

.rateForm .captcha
{ text-align: right; }

.rateForm .formCaptchaWarning
{ float: left; font-size: 11px; }

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

.ratingButton
{ margin: 0 auto 0 auto; }

/** Special Definitions for JQuery's Thickbox */

#TB_ajaxContent
{ padding: 10px; }

#TB_ajaxContent form
{ padding: 10px 0 0 0; }

#TB_ajaxContent p,
#TB_ajaxContent p.ratingButton
{ padding: 1; }

#TB_ajaxContent .errorMessage, #TB_ajaxContent .successMessage
{ height: auto; margin-top: 0; padding: 15px 15px 15px 45px; }

/**
* Reviews
*
* @section		common
* @subsection	reviews
*/

.rateComments
{ border-bottom: 1px solid #CCC; padding: 10px; }

	.rateStars
	{ padding: 3px 0 3px 0; }
	
		.rateStars img
		{ padding: 0 2px 0 0; }
		
	.rateComments .review
	{ color: #333; padding: 5px 0 0 0; }
	
	.response
	{ padding: 5px 0 0 50px; }
	
	.response h4
	{ font-size: 12px; font-weight: bold; }
	
	.response .review
	{ color: #666; font-style: italic; }
		
/**
* Sitemap
*
* @section		common
* @subsection	sitemap
*/

.sitemapList
{ padding: 10px 0 0 0; }

.sitemapList li
{ height: 100%; overflow: hidden; }

.sitemapList .standardSubTitle
{ border-bottom: 1px solid #CCC; padding: 10px 0; }

.sitemapList ul
{ margin: 5px 0 5px 0; }

	.sitemapList ul li
	{ float: left; font-size: 11px; padding: 0 5px 5px 0; width: 48%; }

.sitemapList .viewMore
{ border-top: 1px solid #EEE; clear: both; float: none; width: auto; }

.sitemapSection, .sitemapSection:visited
{ color: #333; }

/**
*Special Background
*/

.specialBackground
{ background: url(../images/design/bg_special.png) repeat-y right 0; height: 100%; overflow: hidden; position: relative;}

.specialBackgroundTop
{ background: url(../images/design/bg_special_top.png) no-repeat right 0; position: absolute; height: 5px; right: 0; top: 0; width: 202px;}

.specialBackgroundBottom
{ background: url(../images/design/bg_special_bottom.png) no-repeat right 0; bottom: 0; position: absolute; right: 0; width: 202px;}


