/**
* 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: #E2EDF3; color: #666; font: normal 12px/16px Arial, Helvetica, sans-serif; text-align: left; }

a, a:visited
{ color: #0376B2; 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; }

.indexWrapper
{ height: 738px; margin: 0 0 58px; }

	.indexWrapper .wrapper
	{ background: url(../images/design/bg_search_index.gif) no-repeat center 0; height: 738px; margin: 0 auto; width: 843px; }
	
.headerWrapper
{ background: url(../images/design/bg_header.gif) repeat-x center 0; height: 37px; }

	.headerWrapper .wrapper
	{ margin: 0 auto; padding: 0 4px; width: 1024px; }

.breadcrumbWrapper
{ background: url(../images/design/bg_breadcrumb.gif) repeat-x center 0; height: 30px; margin: -1px 0 0; position: relative; }

	.breadcrumbWrapper .wrapper
	{ margin: 0 auto; width: 1024px; }
		
.contentWrapper
{}

	.contentWrapper .content
	{ margin: 0 auto; width: 1024px; }

/**
* Top Navigation
*
* @section		structure
* @subsection	top-navigation
*/

.topNavbar
{ background: url(../images/design/bg_top_navigation.gif) repeat-x 0 0; border-bottom: 1px solid #EEE; font-size: 11px; font-weight: normal; 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: 5px 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; }
		
		.themePicker select
		{ font-size: 11px; }
	
	.languageFlags
	{ float: right; line-height: 0; margin-top: 8px; }
	
		.languageFlags span
		{ color: #069; line-height: 14px; margin: 7px 4px 0 4px; }
		
		.languageFlags img
		{ margin: 0; padding: 1px 2px; }
		
		.languageFlags .flagActive
		{ border: 1px solid #666; padding: 0; }
		
		.languageFlags .languageFlagsImages
		{ display: block; float: left; }
		
	.navbarIndex .languageFlags
	{ position: absolute; right: 10px; top: 7px; width: 95px; }
	
		.navbarIndex .languageFlags a, .navbarIndex .languageFlags a:visited
		{ float: left; padding: 0; }

	#allLang
	{ display:none; }

		div.floatLayer .allLang span
		{ color:#069; font-weight:bold; }

		.allLang img
		{ border:1px solid #666; padding:0; position:relative; top:2px;}
		
.loginMembers
{ line-height: normal; position: absolute; right: 120px; top: 13px; }

/**
* Header
*
* @section		structure
* @subsection	header
*/

.header
{ float: left; height: 37px; position: relative; width: 166px; }

/** Logo */

h1.logo
{ width: 166px; height: 37px; position: absolute; bottom: 0; left: 0; }

	h1.logo a
	{ display: block; height: 37px; outline: none; position: relative; width: 166px; }
	
		h1.logo a span
		{ display: block; position: absolute; top: -999px; }
		
.bigLogo
{ margin: 0 auto; padding: 102px 0 23px; width: 436px; }

/**
* Navbar
*
* @section		structure
* @subsection	navbar
*/

.navbar
{ float: left; font-size: 12px; height: 37px; }

	.navbar li
	{ border-right: 1px solid #D5E2E7; float: left; height: 37px; line-height: 37px; margin: 0; }
	
		.navbar li span
		{ background: url(../images/design/img_bookmark_nav.gif) repeat-x 0 0; float: left; height: 8px; margin: 14px 4px 0 0; width: 8px; }
	
		.navbar li a, .navbar li a:visited
		{ color: #5D7892; display: block; padding: 0 11px 0 11px; }
		
	.navbar .homepageNav
	{ border-left: 1px solid #D5E2E7; }
	
		.navbar .homepageNav a, .navbar .homepageNav a:visited
		{}
	
	.navbar li.menuActived
	{ background: url(../images/design/bg_homepage_nav.gif) repeat-x 0 0; }
	
		.navbar li.menuActived a, .navbar li.menuActived a:visited
		{ color: #FFF; }
		
.navbarIndex
{ background: url(../images/design/bg_navbar_index.gif) repeat-x 0 100%; float: none; font-size: 12px; height: 42px; position: relative; }

	.navbarIndex li
	{ border-right: 1px solid #D5E2E7; margin: 5px 0 0; }
	
		.navbarIndex li span
		{ background: url(../images/design/img_bookmark_nav.gif) repeat-x 0 0; float: left; height: 8px; margin: 14px 4px 0 0; width: 8px; }
	
		.navbarIndex li a, .navbarIndex li a:visited
		{ padding: 0 15px; }
		
/**
* 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: 15px 0 40px 0; }

/**
* Breadcrumb
*
* @section			structure
* @subsection		content
* @subsubsection	breadcrumb
*/

.breadcrumb
{ color: #FFF; float: left; font-size: 13px; line-height: 30px; margin: 0 0 10px 0; padding: 0 5px; }

	.breadcrumb a, .breadcrumb a:visited
	{ color: #FFF; }

/**
* Columns
*
* @section			structure
* @subsection		content
* @subsubsection	columns
*/

.contentMain
{ float: left; margin: 0 0 40px; width: 822px; }

.mainTop
{ background: url(../images/design/bg_maincontent_top.gif) no-repeat 0 0; float: left; height: 8px; _margin: 0 0 -10px; width: 822px; }

.mainContent
{ background-color: #FFF; border-left: 1px solid #2977B2; border-right: 1px solid #2977B2; float: left; overflow: hidden; padding: 0 18px 20px 18px; position: relative; width: 784px; }

.mainBottom
{ background: url(../images/design/bg_maincontent_bottom.gif) no-repeat 0 0; float: left; height: 8px; width: 822px; }

.mainContentExtended
{ background-color: #FFF; border-left: 1px solid #2977B2; border-right: 1px solid #2977B2; float: left; padding: 0 10px 20px 10px; width: 800px; }

.sidebar
{ float: right; padding: 0 0 55px 0; width: 194px; }

/**
* Footer
*
* @section		structure
* @subsection	footer
*/

.footer
{ background: #FFF url(../images/design/bg_footer.gif) repeat-x 0 0; height: 110px; position: relative; }

	.navFooter
	{ float: left; height: 30px; line-height: 30px; padding: 10px 0 0 0; }
	
	.secondaryNavFooter
	{ clear: left; float: left; font-size: 11px; }
	
		.navFooter li,
		.secondaryNavFooter li
		{ float: left; padding: 0 5px 0 5px; }
			
			.navFooter li a, .navFooter li a:visited
			{ color: #690; }
	
.copyright
{ font-size: 11px; line-height: 18px; padding: 10px 0 0; text-align: center; }

	.copyright .basePowered
	{ display: block; }

#siteseal
{ display: block; text-align: center; margin-top: 10px; }

.footerLogo
{ bottom: 15px; float: right; position: relative; right: 10px; }
		
.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
{ color: #91C11E; font-size: 17px; font-weight: normal; line-height: 18px; padding: 0 0 10px 0; position: relative; text-transform: capitalize; }

	.standardTitle span
	{}
	
.sidebar .standardTitle
{ background: url(../images/design/bg_standardtitle_sidebar.gif) no-repeat 0 0; color: #FFF; font-size: 11px; font-style: italic; font-weight: bold; height: 24px; left: 0; line-height: 22px; padding: 0 0 0 10px; width: 184px; }
	
.standardSubTitle
{ border-bottom: 1px solid #CCC; color: #333; font-size: 14px; font-weight: bold; padding: 5px 0 5px 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; }
	
	.sidebar .categories h3, .sidebar .categories h3 a, .sidebar .categories h3 a:visited
	{ color: #0376B2; font-weight: normal; }
	
h4
{ font-size: 12px; }

.indexWrapper .wrapper h4
{ color: #1B66A6;  font-size: 22px; font-style: italic; line-height: 24px; margin: 0 0 31px 6px; }

.headerWrapper .wrapper .sloganHeader
{ color: #1B66A6; float: left; font-size: 13px; font-style: italic; font-weight: normal; line-height: 37px; margin: 0 0 0 20px; }

.complementaryInfo
{ color: #666; font-size: 11px; font-weight: normal; }

	.standardTitle .complementaryInfo
	{ position: absolute; right: 0; top: 8px; }

address
{ font-style: normal; }

.spacedText
{ padding: 0 0 10px 0; }
	
/**
* Search
*
* @section	search
*/

.search
{ background: url(../images/design/bg_search_inner1.jpg) no-repeat 0 0; height: 177px; margin: 10px 0 10px 0; position: relative; width: 785px; }

	.search form
	{ height: 100%; overflow: hidden; padding: 0; }
	
		.search fieldset
		{ bottom: 12px; left: 20px; position: absolute; }
										
		.search label
		{ color: #690; display: block; font-size: 18px; line-height: 24px; }
		
		.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: #666; font-size: 11px; }
		
		.search .optionDescription
		{ font-size: 11px; padding: 0 5px 0 5px; }
		
		.search input
		{ background: url(../images/design/bg_search_category.png) no-repeat 0 0; border: none; color: #9B9A9A; float: left; font-size: 14px; *font-size: 16px; font-style: italic; height: 25px; letter-spacing: -1px; padding: 18px 70px 13px 15px; width: 215px; font-weight:bold; }
		
		.search select, .search textarea
		{ color: #515150; font: normal 14px Arial, Helvetica, sans-serif; padding: 4px; width: 95%; }
				
		.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 .advancedSearch
{ font-size: 11px; position: absolute; right: 10px; top: 42px; }
	
.search .standardButton
{ background: none; bottom: 17px; height: 45px; left: 260px; position: absolute; width: 50px; }

	.search .standardButton button
	{ background: none; height: 45px; width: 50px; }

.searchCategory
{ background: #FFC; color: #333; }

.searchSubcategory
{ background: #FFFFEF; }

/**
* Index Search
*/

.indexWrapper .search
{ background: none; float: left; height: auto; margin: 0; padding: 0 0 110px 26px; width: 843px; }

	.indexWrapper .search form
	{ padding: 0; position: relative; }

		.indexWrapper .search fieldset
		{ bottom: 0; display: inline; float: left; left: 0; margin: 0 0 0 20px; position: relative; }
	
		.indexWrapper .search label
		{ color: #496AAC; font-size: 15px; font-weight: bold; padding: 0 0 0 5px; }
	
		.indexWrapper .search input
		{ background: url(../images/design/bg_search_where.png) no-repeat 0 0; border: none; font-size: 24px; font-style: normal; height: 28px; padding: 20px 15px; width: 255px; }
		
		.indexWrapper .search .selectBox
		{ background: url(../images/design/bg_search_what.png) no-repeat 0 0; height: 28px; padding: 20px 15px; width: 315px; }
		
			.indexWrapper .search .selectBox select
			{ border: none; font-size: 24px; padding: 0; width: 250px; }
					
		.indexWrapper .search .standardButton
		{ background: url(../images/design/bg_search_button.gif) no-repeat 0 0; bottom: 0; _bottom: 5px; height: 68px; left: 685px; margin: 0; width: 82px; }
		
			.indexWrapper .search .standardButton button
			{ background: none; height: 68px; width: 82px; }
			
.categorySearchWrapper
{ float: left; padding: 13px 0 0 15px; width: 460px; }

	.categorySearchWrapper .searchCategoryHeader
	{ color: #1B66A6; font-size: 35px; font-weight: normal; line-height: 37px; }
	
	.categorySearchWrapper .searchCategoryDesc
	{ color: #5F6567; font-size: 14px; line-height: 16px; }
		
/**
* 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%; }
	
/**
* Miles
*/

.milesWrapper
{ display: inline; float: left; margin: 0 0 20px 22px; }

.milesText
{ display: inline; border: 1px solid #2977B2; float: left; width: 165px; }

	.milesText li
	{ float: left; margin: 0 0 0 10px; }
	
		.milesText li a, .milesText li a:visited
		{ font-size: 13px; }

/**
* Boxes and Extras
*
*/

.sidebar #BC
{ margin: 0 0 15px; overflow: hidden; position: relative; width: 194px; }

	.sidebar #BC .categories h3
	{ background: url(../images/design/bg_green_arrow.gif) no-repeat 0 6px; padding: 0 0 0 12px; }
	
	.categorySideBox
	{ background-color: #FFF; border-left: 1px solid #2977B2; border-right: 1px solid #2977B2; float: left; padding: 5px 10px !important; width: 172px; }
	
		.categorySideBox .categoriesColumn
		{ float: left; width: 175px; }

.sidebarBottom
{ background: url(../images/design/bg_sidebar_bottom.gif) no-repeat 0 0; float: left; height: 10px; width: 194px; }

.sidebar .socialMedia
{ height: 145px; margin: 0 0 15px; overflow: hidden;  position: relative; width: 194px; }

	.mediaWrapper
	{ background-color: #FFF; border-left: 1px solid #2977B2; border-right: 1px solid #2977B2; float: left; padding: 0 0 10px; width: 192px; }
	
		.sidebar .socialMedia p a, .sidebar .socialMedia p a:visited
		{ float: left; height: 39px; padding: 10px 0 0 20px; width: 146px; }
		
.categoryDescBox
{ background-color: #EEF4F7; color: #515150; float: left; font-size: 14px; padding: 40px 20px; width:740px; }

	.categoryDescBox h4
	{ color: #1B66A6; font-size: 18px; padding: 0 0 20px; }
	
		.categoryDescBox h4 span
		{ color: #000; }
		
	.categoryDescBox p
	{ padding: 0 0 25px; }

/**
* Common
*
* General definitions of interface elements
*
* @section		common
*/

.googleAds
{ text-align: center; }

.viewMore
{ border-top: 1px solid #CCC; clear: both; 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: url(../images/design/bg_navbar.gif) repeat-x 0 0; font-size: 14px; line-height: 30px; margin: 0 0 10px 0; }

	.viewHighlighted a, .viewHighlighted a:visited
	{ background-color: #FFF; border: 1px solid #2977B2; color: #91C11E; display: block; font-weight: normal; padding: 0 10px 0 10px; }
	
.noBorder
{ border: none; }
	
.isHidden, .controlPhoneHide, .controlFaxHide
{ display: none !important; }

.isVisible, .controlPhoneShow, .controlFaxShow
{}

/**
* 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
{ height: 40px; width: 95px; }

	.standardButton button, .standardButton a, .standardButton a:visited
	{ background: url(../images/design/bg_button.gif) no-repeat 0 0; color: #FFF; cursor: pointer; display: block; font: bold 14px/40px Arial, Helvetica, sans-serif; text-align: center; }

	.standardButton,
	.standardButton button, .standardButton a, .standardButton a:visited
	{ height: 40px; 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; }
	
	.featured, .sidebar .featuredColumn .featured
	{ padding: 5px 9px 5px 9px; }
	
	.sidebar .featured
	{ padding: 5px; }
	
	.featuredListing, .featuredEvent, .featuredPromotion, 
	.featuredClassified, .featuredArticle
	{ float: left; }

	.featuredColumn
	{ float: left; width: 180px; }
	
		.sidebar .featuredColumn
		{ float: none; width: auto; }
		
		.featuredColumn .featured
		{ padding: 5px 0 5px 0; }
		
	.featuredListingImage, .featuredPromotionImage, .featuredClassifiedImage,
	.featuredEventImage, .featuredArticleImage
	{ background: #FFF; border: 1px solid #EEE; display: block; text-align: center; }
	
	.featured .noimage:hover
	{ text-decoration: none; }
	
	.readMore a, .readMore a:visited
	{ color: #C00; font-size: 11px; text-transform: lowercase; }
		
/** Highlight Box  */

.highlightBox
{ background: #FFFFCC; border: 1px solid #CCC; height: 100%; margin: 0 5px 0 5px; overflow: hidden; padding: 5px; }

	.highlightBox .highlightImage
	{ display:inline; 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
{ display:inline; float: left; margin: 0 10px 0 10px; width: 265px; }

	.mainContent .highlightBox h3
	{ font-size: 14px; }
	
	.mainContent .highlightBox .description
	{ color: #333; padding: 5px 0 0 0; }
	
/**
* 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; }


/**
* Last Tweets
*/

#twitter_update_list li
{ padding: 6px 9px 5px 9px; }

#twitter_update_list li a
{ font-weight: normal; }

.shareBox
{ clear: both; margin: 0 auto; width: 400px; }

	.shareBox li
	{ float: left; }
		
/**
* Members Features
*
* @section		common
* @subsection	members-features
*/

.memberJoin, .memberLogin
{ border: 1px solid #2977B2; 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: #FFF; clear: both; }

	.memberJoin h2, .memberJoin h2 a, .memberJoin h2 a:visited
	{ color: #91C11E; font-weight: normal; }
	
	.memberJoin p, .memberJoin p a, .memberJoin p a:visited
	{ color: #333; font-size: 14px; font-weight: normal; }
	
/** Members Login */

.memberLogin
{ background: #EBF5FA; border: 5px solid #FFF; border-top: none; font-size: 11px; line-height: 20px; overflow: hidden; padding: 0 10px; position: absolute; right: 10px; top: 42px; width: 450px; }

	.formFieldsLogin
	{ position: relative; }
	
	.memberLogin fieldset
	{ float: left; padding: 5px 10px 5px 0; width: 36%; }

	.memberLogin h2
	{ color: #069; }
	
	.memberLogin label
	{	color: #333; display: block; }
	
	.memberLogin input, .memberLogin select, .memberLogin textarea
	{ font: normal 12px Arial, Helvetica, sans-serif; padding: 5px; width: 92%; }
	
	.memberLogin .inputAuto
	{ border: none; margin: 0 5px 0 0; width: auto; }
	
	.memberLogin span
	{ clear: both; display: block; float: left; padding: 5px 0 5px 0; }
	
	.memberLogin .standardButton
	{ position: absolute; right: 5px; top: 20px; }
	
		.memberLogin .standardButton button,
		.memberLogin .standardButton a, .memberLogin .standardButton a:visited
		{ background: url(../images/design/bg_button.gif) no-repeat 0 0; }
	
	.memberLogin .forgotPassword
	{ float: left; line-height: 14px; padding: 0 0 0 10px; width: 90px; }
	
.memberLink
{ background: #EBF5FA; border: 5px solid #FFF; border-top: none; font-size: 16px; line-height: 20px; overflow: hidden; padding: 10px 25px; position: absolute; right: 40px; top: 42px; }
	
/**
* Advertisement
*
* @section		common
* @subsection	advertisement
*/

.advertisement
{ overflow: hidden; margin: 0 0 10px 0; padding: 0; }

	.advertisement span
	{ color: #1B66A6; display: block; font-size: 10px; font-weight: bold; line-height: 20px; }
	
	.advertisement .advertisementLabel
	{ float: left; text-transform: uppercase; }
	
	.advertisement .advertisementLink
	{ float: right; }
	
	.advertisement a, .advertisement a:visited
	{ color: #1B66A6; }
	
	.advertisement .noimage
	{ border: none; margin: 0 auto 0 auto; }
	
	.banner,
	.sponsoredLink,
	.featuredBanner a, .featuredBanner a:visited
	{ background: #FFF; border: 1px solid #2977B2; clear: both; }
	
	.featuredBanner
	{ background: none; border: none; margin: 0 auto 0 auto; width: 182px; }
	
	.featuredBanner a, .featuredBanner a:visited
	{ display: block; margin: 0 0 5px 0; }
		
.header .advertisement
{ margin: 0; padding: 10px 10px 0 10px; position: absolute; top: 10px; right: 10px; width: 470px; }

.sidebar .advertisement .advertisementLink
{ clear: both; display: block; float: none; text-align: right; }

.bottomAdvertisement
{ margin: 10px auto 10px auto; width: 730px; }

/** Advertisment > Sponsored Links */

.sponsoredLink
{ display: block; margin: 0 0 10px 0; padding: 6px; }

	.sponsoredLink:hover
	{ text-decoration: none; }
	
	.sponsoredLink .sponsoredLinkTitle
	{ color: #C00; 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: #690; font-size: 11px; line-height: 18px; }
	
/**
* Categories
*
* @section		common
* @subsection	categories
*/

.categories
{ padding: 5px 10px 15px 10px; }

.sidebar .categories h3
{ font-size: 12px; line-height: 20px; }

	.sidebar .categories .categoriesColumn
	{ float: none; padding: 0; width: auto; }

.mainContent .categories
{ height: 100%; overflow: hidden; }

	.mainContent .categories h3
	{ font-size: 14px; line-height: 18px; padding: 5px 0 0 0; }

	.mainContent .categories .categoriesColumn
	{ float: left; padding: 0 10px 10px 0; width: 48%; }
	
	.mainContent .categories .categoriesRightColumn
	{ padding-right: 0; }
	
/**
* Site Content
*
* @section		common
* @subsection	site-content
*/

.baseDynamicContent
{ padding: 0 10px 0 10px; }

	.baseDynamicContent .standardTitle
	{ margin-bottom: 15px; }

.dynamicContent
{ line-height: normal; overflow-x: hidden; }

.dynamicContent ul, .dynamicContent ol
{ list-style: disc inside; padding: 0 0 15px 15px; }

.dynamicContent ol
{ list-style-type: decimal; }

.customContent
{ color: #5F6567; }

	.customContent .dynamicContent .contentText
	{ border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; float: left; margin: 30px 0 80px; padding: 15px 0; }

	.customContent .dynamicContent .contentText p
	{ font-size: 14px; line-height: 16px; padding: 0 0 10px; }
	
		.customContent .dynamicContent .contentText p span
		{ color: #000; font-weight: bold; }
		
		.customContent .dynamicContent .contentText p strong
		{ color: #1B66A6; }
	
		.customContent .dynamicContent .contentText p a, .customContent .dynamicContent .contentText p a:visited
		{ font-weight: normal; }
	
	.customContent .dynamicContent .aboutLogo
	{ clear: both; height: 50px; margin: 30px auto 0; width: 223px; }

/**
* 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: #eee; 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: #eee url(../images/content/img_loading_bar.gif) no-repeat 3px 5px; }
	
	.checkPasswordStrength .strengthWeak
	{ background: #f1f1f1 url(../images/design/bg_strength_weak.gif) no-repeat 3px 5px; }
	
	.checkPasswordStrength .strengthBad
	{ background: #f3f3f3 url(../images/design/bg_strength_bad.gif) no-repeat 3px 5px; }
	
	.checkPasswordStrength .strengthGood
	{ background: #f7f7f7 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 18px 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: 100%; 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; }

#TB_ajaxContent .informationMessage, #TB_ajaxContent .errorMessage, #TB_ajaxContent .successMessage, #TB_ajaxContent .warningMessage
{ height: auto; margin: 10px 0 10px 0; }

/**
* 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; text-align: 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: 0 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; }

/**
* Reviews
*
* @section		common
* @subsection	reviews
*/

.baseRateComments
{ padding: 0 0 10px 0; }

.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 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; }