/**
* 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: #FFF url(../images/design/bg.gif) no-repeat scroll center top; color: #666; font: normal 12px/16px Arial, Helvetica, sans-serif; text-align: center; }

a, a:visited
{ color: #F4A53C; font-weight: bold; text-decoration: none; }

	a:hover
	{ text-decoration: underline; }

input, select, textarea
{ border-color: #CCC #EEE #EEE #CCC; border-style: solid; border-width: 1px; 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: 1020px; }

/**
* 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; 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: left; padding: 0 0 0 10px; }
	
		.languageFlags span
		{ display: block; float: left; color: #069; float: left; padding: 0 4px; }
		
		.languageFlags img
		{ margin: 8px 0 0 2px; padding: 1px; }
		
		.languageFlags .flagActive
		{ border: 1px solid #666; 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;}
	
/**
* Header
*
* @section		structure
* @subsection	header
*/

.header
{ height: 180px; position: relative; }

/** Logo */

h1.logo
{ bottom: 29px; height: 122px; position: absolute; right: 55px; width: 301px; }

	h1.logo a
	{ display: block; height: 122px; outline: none; position: relative; width: 301px; }
	
		h1.logo a span
		{ display: block; position: absolute; top: -999px; }

/**
* Navbar
*
* @section		structure
* @subsection	navbar
*/

.navbar
{ font-size: 14px; height: 42px; margin: 13px 0 13px 20px; }

	.navbar li
	{ float: left; height: 36px; line-height: 36px; margin: 5px 0 0 0; }
	
		.navbar li a, .navbar li a:visited
		{ color: #000; display: block; padding: 0 16px 0 16px; }
	
	.navbar li.menuActived
	{ background: url(../images/design/bg_menuActived_right.gif) no-repeat right; height: 36px; line-height: 36px; margin: 5px 10px 0 10px; }
	
		.navbar li.menuActived a, .navbar li.menuActived a:visited
		{ background: url(../images/design/bg_menuActived_left.gif) no-repeat left; color: #000; font-size: 16px; text-decoration: none; }
		
/**
* Sub Navbar
*
* @section		structure
* @subsection	subnavbar
*/

.subNavbar
{ background: #dedede; color: #c1c1c1; height: 100%; overflow: hidden; padding: 0 5px 0 30px; }

	.subNavbar li.first
	{ color: #212121; font-weight: bold; }

	.subNavbar li
	{ float: left; height: 30px; line-height: 30px; padding: 0 5px 0 5px; white-space: nowrap; }
	
		.subNavbar li a, .subNavbar li a:visited
		{ color: #636363; display: block; }
		
		.subNavbar li.subNavbarActive a, .subNavbar li.subNavbarActive a:visited
		{ color: #E05502; }

/**
* Content
*
* Wrap the content and columns of the application
*
* @section		structure
* @subsection	content
*/

.content
{ padding: 0; }

	.contentWrapper
	{ padding: 0 20px 20px; }

/**
* Breadcrumb
*
* @section			structure
* @subsection		content
* @subsubsection	breadcrumb
*/

.breadcrumb
{ font-size: 11px; line-height: 28px; margin: 0 0 10px 0; }

	.breadcrumb a, .breadcrumb a:visited
	{ color: #f29820; }

/**
* Columns
*
* @section			structure
* @subsection		content
* @subsubsection	columns
*/

.mainContent
{ float: left; padding: 0 0 20px 0; width: 500px; }

.mainContentExtended
{ float: left; padding: 0 0 20px 0; width: 740px; }

.sidebar
{ float: left; padding: 0 0 20px 20px; width: 220px; }

/**
* Footer
*
* @section		structure
* @subsection	footer
*/

.footer
{ background: #333; float: left; position: relative; width: 100%; }

	.navFooter
	{ float: left; line-height: 18px; padding: 30px 0 10px 20px; width: 170px; }
	
	.secondaryNavFooter
	{ float: left; line-height: 18px; margin: 20px 0; padding: 10px 0 15px; width: 170px; }
	
		.secondaryNavFooter a, .secondaryNavFooter a:visited
		{ color: #fff; font-size: 13px; font-weight: normal; }
	
		.navFooter li,
		.secondaryNavFooter li
		{ padding: 5px 0 0; }
			
			.navFooter li a, .navFooter li a:visited
			{ color: #fff; font-size: 13px; font-weight: normal; }
			
.footerContent
{ border-left: 1px solid #434343; float: left; margin: 15px 0; padding: 15px 15px 0 50px; width: 550px; }

	.footerContent h3
	{ background: none; border: none; color: #fff; font: normal 17px Arial, Helvetica, sans-serif; padding: 0; }
	
	.footerContent p
	{ color: #b8b8b8; }
	
.copyright
{ border-top: 1px solid #434343; color: #b8b8b8; clear: both; float: left; font-size: 11px; line-height: 18px; padding: 15px 10px 15px 20px; text-align: left; width: 100%; }

	.copyright .basePowered
	{ display: inline; }
		
	.copyright .basePowered a
	{ color: #fff; }
	
.backToTop
{ background: url(../images/design/bg_back_top_right.gif) no-repeat 100% 0; clear: both; height: 30px; margin: 0 10px 0 0; position: absolute; right: 10px; top: -15px; }

	.backToTop a, .backToTop a:visited
	{ background: url(../images/design/bg_back_top_left.gif) no-repeat 0 0; color: #FFF; display: block; float: right; font-size: 11px; line-height: 30px; padding: 0 10px 0 14px; }

	
/**
* Typograph
*
* Headings and text styles
*
* @section		typograph
*/

.mainContent .standardTitle
{ background: url(../images/design/bg_titleMain.gif) no-repeat 0 0; }

.mainContentExtended .standardTitle
{ background: url(../images/design/bg_titleResult.gif) no-repeat 0 0; }

.sidebar .standardTitle
{ background: url(../images/design/bg_titleSide.gif) no-repeat 0 0; }

.standardTitle
{ color: #000; font-size: 15px; font-weight: normal; line-height: 36px; height: 36px; padding: 0 0 15px 15px; position:relative; }

	.standardTitle span
	{ font-weight: normal; color: #000; }
	
.standardSubTitle
{ border-bottom: 1px solid #CCC; color: #333; font-size: 14px; font-weight: bold; padding: 5px 0 5px 0; }

.standardSubTitle_general
	{ background: url(../images/design/bg_standardSubTitle_general.gif) no-repeat; color: #333; font-size: 15px; font-weight: normal; line-height: 36px; padding: 0 0 15px 15px; }

	.standardSubTitle span, .standardSubTitle strong
	{ color: #404040; }
	
h3
{ font-size: 12px; font-weight: bold; line-height: 16px; }

	h3, h3 a, h3 a:visited
	{ color: #333; }
	
h4
{ font-size: 12px; }
	
.complementaryInfo
{ color: #9f9f9f; font-size: 11px; font-weight: normal; }

	.standardTitle .complementaryInfo
	{ position: absolute; right: 10px; top: 60px; z-index: 2; }

address
{ font-style:normal; }

.spacedText
{ padding: 0 0 10px 0; }
	
/**
* Search
*
* @section	search
*/

.search
{ background: #fafafa; margin: 40px 0 40px 0; overflow: hidden; position: relative; width: 100%; }

	.search form
	{ height: 100%; overflow: hidden; padding: 5px 0 20px 0; }
	
		.search fieldset
		{ float: left; padding: 5px 10px 0 20px; width: 34%; }
										
		.search label
		{ color: #333; 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.ac_input
		{ background: url(../images/design/bg_searchBox.gif) no-repeat; border: none; font: normal 14px Arial, Helvetica, sans-serif; height: 16px; padding: 10px; width: 92%; }
	
		.search input, .search select, .search textarea
		{ border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC; border-style: solid; border-width: 1px; color: #666666; font: normal 12px Arial, Helvetica, sans-serif; padding: 4px; width: 92%; }
				
		.search .altSelect
		{ background: none; border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC; border-style: solid; border-width: 1px; float: left; font-size: 12px; height: 22px; 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: 50px; top: 42px; }

	.search .advancedSearch a
	{ color: #666; font-style: italic; }
	
.search .standardButton
{ float: left; margin: 30px 0 0 0; }

.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: 53px; padding: 10px; }

	.templateTabContent .loading
	{ float: none; margin: 0; width: auto; }

	.templateTabContent label.templateLabel
	{ 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
	{ border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC; border-style: solid; border-width: 1px; width: 22%; }
	
/**
* Search2
*
* @section	search
*/

.search2
{ background: #fafafa; margin: 20px 0 30px; position: relative; width: 100%; overflow: hidden; }

	.search2 form
	{ height: 100%; overflow: hidden; padding: 5px 0 20px 0; }
	
		.search2 fieldset
		{ float: left; padding: 5px 10px 0 20px; width: 34%; }
										
		.search2 label
		{ color: #333; font-size: 18px; line-height: 24px; }
		
		.search2 .altLabel, .search2 legend
		{ clear: both; color: #666; display: block; float: left; font-size: 12px; font-weight: bold; width: 100%; }
		
			.search2 legend
			{ float: none; }
		
			.search2 label span
			{ color: #666; font-size: 11px; }
		
		.search2 .optionDescription
		{ font-size: 11px; padding: 0 5px 0 5px; }
	
		.search2 input.ac_input
		{ background: url(../images/design/bg_searchBox.gif) no-repeat; border: none; font: normal 14px Arial, Helvetica, sans-serif; height: 16px; padding: 10px; width: 92%; }
		
		.search2 select, .search2 textarea
		{ border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC; border-style: solid; border-width: 1px; color: #666666; font: normal 12px Arial, Helvetica, sans-serif; padding: 4px; width: 92%; }
				
		.search2 .altSelect
		{ float: left; font-size: 12px; margin: 0 0 5px 0; padding: 1px; width: 77%; }
		
		.search2 .spacedSelect
		{ margin-left: 70px; }
		
		.search2 .inputAuto
		{ background: none; border: none; padding: 0; vertical-align: middle; width: auto; }
		
		.search2 .inputSmall
		{ font-size: 12px; width: 15%; }
		
.search2 .advancedSearch
{ font-size: 11px; position: absolute; right: 50px; top: 40px; }
	
	.search2 .advancedSearch a, .search2 .advancedSearch a:visited
	{ color: #666; font-style: italic; }
	
.search2 .standardButton
{ float: left; margin: 30px 0 0 0; }
		
/**
* Advanced Search
*
* @section		search
* @subsection	advanced-search
*/

.search2 .baseAdvancedSearch
{ margin-top: 10px; width: 15.5%; }

/**
* Template Search
*
* @section		search
* @subsection	template-search
*/

.search2 .baseTemplateSearch
{ margin-top: 5px; padding-top: 0; width: 820px; }

/**
* 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 20px 10px; text-align: left; }

	.viewMore a, .viewMore a:visited
	{ color: #f29820; }
	
.viewHighlighted
{ background: url(../images/design/bg_titleSide.gif) no-repeat 0 0; font-size: 14px; line-height: 30px; margin: 0 0 10px 0; padding: 5px; }

	.viewHighlighted a, .viewHighlighted a:visited
	{ color: #000; 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
{ display: block; float: left; height: 15px; overflow: hidden; text-decoration: none; width: 10px; }

.switchClose, .switchClose:visited
{ }

.switchBlank, .switchBlank:visited
{ cursor: default; }

	.switchOpen:hover, .switchClose:hover
	{ color: #000; text-decoration: none; }

	.switchBlank:hover
	{ color: #F4A53C; text-decoration: none; }

/**
* Standard Button
*
* @section		common
* @subsection	standard-button
*/

.standardButton
{ background: #f29820 url(../images/design/bg_button_right.gif) no-repeat 100% 0; }

	.general
	{ background: #f6bb6c url(../images/design/bg_submitButton_right.gif) no-repeat 100% 0; }
	
		.general button.button-send
		{ background: url(../images/design/bg_submitButton_left.gif) no-repeat 0 0; }

	.standardButton button, .standardButton a, .standardButton a:visited
	{ background: url(../images/design/bg_button_left.gif) no-repeat 0 0; color: #000; cursor: pointer; display: block; font: normal 16px/36px Arial, Helvetica, sans-serif; text-align: center; }

	.standardButton,
	.standardButton button, .standardButton a, .standardButton a:visited
	{ height: 36px; 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
	{ padding: 5px 11px 5px 11px; }
	
	.featuredListing, .featuredEvent, .featuredPromotion, 
	.featuredClassified, .featuredArticle
	{ float: left; }

	.featuredColumn
	{ float: left; width: 180px; }
		
		.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: #f5b258; font-size: 11px; font-style: italic; }
		
/** Highlight Box  */

.sidebar .highlightBox_top
{ background: url(../images/design/bg_sideHighlightBox_top.gif) no-repeat 0 0; padding-top: 10px; width: 210px; }

.sidebar .highlightBox
{ background: #fce8ce url(../images/design/bg_sideHighlightBox_bottom.gif) no-repeat 0 100%; height: 100%; margin: 0; overflow: hidden; padding: 5px 5px 10px 10px; }

	.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: #000; display: block; font-size: 12px; font-weight: bold; padding-bottom: 5px; text-align: left; }
	
.mainContent .featuredContainer
{ float: left; width: 310px; }

.mainContent .highlightBox_top
{ background: url(../images/design/bg_HighlightBox_top.gif) no-repeat; display: inline; float: left; margin: 0 10px 10px 10px; padding-top: 10px; width: 287px; }
	
.mainContent .highlightBox
{ background: #fce8ce url(../images/design/bg_HighlightBox_bottom.gif) no-repeat 0 100%; display:inline; float: left; padding: 0 5px 10px 10px; width: 272px; }

	.mainContent .highlightBox h3
	{ font-size: 14px; }
	
	.mainContent .highlightBox .description
	{ color: #333; padding: 5px 0 0 0; }
	
/**
* Events Calendar
*
* @section		common
* @subsection	calendar
*/

.baseCalendar_top
{ background: url(../images/design/bg_box_top.gif) no-repeat 0 0; margin: 0 0 10px 0; padding: 10px 0 0 0; width: 220px; }

.baseCalendar
{ background: #ebebeb url(../images/design/bg_box_bottom.gif) no-repeat 0 100%; font-size: 11px; padding: 0 15px 10px; text-align: center; }

	.baseCalendar h4
	{ font-size: 14px; color: #333; }
	
	.calendar
	{ background: #FFF; 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: #333; }
		
		.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: #f29820; border: 1px solid #f29820; 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: 7px 10px 10px 10px; }

.memberJoin h2, .memberLogin h2
{ font-size: 18px; font-weight: normal; line-height: 24px; }
		
/** Join Now */

.memberJoin
{ background: url(../images/design/bg_memberJoin.gif) no-repeat; border: none; }

	.memberJoin h2, .memberJoin h2 a, .memberJoin h2 a:visited
	{ color: #333; font-weight: normal; }
	
	.memberJoin p, .memberJoin p a, .memberJoin p a:visited
	{ color: #333; font-size: 14px; font-weight: normal; font-style: italic; }
	
/** Members Login */

.memberLogin_top
{ background: url(../images/design/bg_box_top.gif) no-repeat 0 0; margin: 0 0 10px; padding: 10px 0 0; width: 220px; }

.memberLogin
{ background: #ebebeb url(../images/design/bg_box_bottom.gif) no-repeat 0 100%; border: none; font-size: 11px; height: 100%; line-height: 24px; margin: 0; padding: 0 15px 10px; overflow: hidden; width: 190px; }

	.memberLogin h2
	{ color: #333; }
	
	.memberLogin label
	{	color: #333; display: block; }
	
	.memberLogin input
	{ background: url(../images/design/bg_memberLogin_searchBox.gif) no-repeat; border: 0 none; padding: 3px 10px; width: 88% } 
	
	.memberLogin input, .memberLogin select
	{ font: normal 12px Arial, Helvetica, sans-serif; width: 97%; }
	
	.memberLogin .inputAuto
	{ background: none; border: none; margin: 0 5px 0 0; padding: 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; height: 30px; }
	
		.memberLogin .standardButton button,
		.memberLogin .standardButton a, .memberLogin .standardButton a:visited
		{ background: url(../images/design/bg_secondary_button_left.gif) no-repeat 0 0; font-size: 14px; line-height: 30px; height: 30px; }
	
	.memberLogin .forgotPassword
	{ float: left; line-height: 14px; padding: 0 0 0 10px; width: 85px; }
	
		.memberLogin .forgotPassword a
		{ color: #7B7B7B; font-style: italic; }
	
/**
* Advertisement
*
* @section		common
* @subsection	advertisement
*/

.sidebar .advertisement_top
{ background: url(../images/design/bg_advertisementSidebar_top.gif) no-repeat; margin: 0 0 10px 0; padding: 10px 0 0 0; }

.sidebar .advertisement
{ background: #F7F7F7 url(../images/design/bg_advertisementSidebar.gif) no-repeat 0 100%; margin: 0; overflow: hidden; padding: 0 10px 10px; }

.advertisement
{ background: #F7F7F7; overflow: hidden; margin: 0 0 10px 0; padding: 10px; }

	.advertisement span
	{ color: #999; 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: #7b7b7b; font-style: italic; }
	
	.advertisement .noimage
	{ border: none; margin: 0 auto 0 auto; }
	
	.banner,
	.sponsoredLink
	{ background: #FFF; border: 1px solid #CCC; clear: both; }
	
	.featuredBanner
	{ margin: 0 auto 0 auto; width: 180px; }
	
.header .advertisement_top
{ background: url(../images/design/bg_advertisement_top.gif) no-repeat; left: 40px; padding: 10px 0 0 0; position: absolute; top: 45px;  width: 490px; }
		
.header .advertisement
{ background: #f7f7f7 url(../images/design/bg_advertisement_bottom.gif) no-repeat bottom; margin: 0; padding: 0 10px 0 10px; }

.sidebar .advertisement .advertisementLink
{ clear: both; display: block; float: none; text-align: right; }

.bottomAdvertisement_top
{ background: url(../images/design/bg_bottomAdvertisement_top.gif) no-repeat top; margin: 10px auto 10px auto; padding-top: 10px; width: 750px; }

	.bottomAdvertisement
	{ background: #ededed url(../images/design/bg_bottomAdvertisement_bottom.gif) no-repeat 0 100%; padding: 0 10px; width: 730px; }

/** Advertisment > Sponsored Links */

.sponsoredLink
{ display: block; margin: 0 0 10px 0; padding: 8px; }

	.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: 24px; }

.sidebar .categories .categoriesColumn
{ float: none; padding: 0; width: auto; }
	
/**
* 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; }

/**
* Icon Navbar
*
* @section		common
* @subsection	icon-navbar
*/

.baseIconNavbar
{ border-bottom: none; }

.socialBookmarkIcons
{ float: left; }

	.socialBookmarkIcons li
	{ float: left; padding: 0 5px 0 0; }

.iconNavbar
{ float: right; border-bottom: 1px solid #d7cbb9; padding: 0 0 10px; }

	.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: #222; }

/**
* 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
{ font-size: 11px; font-weight: bold; height: 100%; margin: 10px; overflow: hidden; padding: 15px 15px 15px 43px; text-align: left; }

	.informationMessage
	{ background: #fce8ce url(../images/design/bg_icon_information.gif) 10px 50% no-repeat; color: #404040; }
	
	.informationMessage_quicklist
	{ background: url(../images/design/bg_informationMessage_quicklist.gif) no-repeat; font-size: 11px; font-weight: bold; height: 100%; margin: 10px 0 10px 5px; overflow: hidden; padding: 15px 45px 15px 10px; text-align: left; }
	
		.informationMessage a, .informationMessage a:visited
		{ color: #2E4E6B; }

	.errorMessage
	{ background: #FFF9F9 url(../images/design/bg_icon_error.gif) 10px 50% no-repeat; color: #C10924; }
	
		.errorMessage a, .errorMessage a:visited
		{ color: #C94601; }

	.successMessage
	{ background: #F9FCEB url(../images/design/bg_icon_success.gif) 10px 50% no-repeat; color: #692; }
	
		.successMessage a, .successMessage a:visited
		{ color: #351; }

	.warningMessage
	{ background: #FFFCF4 url(../images/design/bg_icon_warning.gif) 10px 50% 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
	{ border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC; border-style: solid; border-width: 1px;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: left; font-size: 11px; margin: -15px 0 0; }

	.rating li
	{ padding: 0 3px; }

	.rating .ratingStar
	{ float: left; padding: 2px 2px 0 3px; }
	
	.rating .ratingStar img
	{ padding: 0 2px 0 0; }

	.rating .ratingReview
	{ float: left; }
	
		.rating .ratingReview a, .rating .ratingReview a:visited
		{ color: #000; font-weight: normal; }
	
	.rating .ratingSeeComment, .rating .rateIt, .rating .rateFirst
	{ clear: left; float: left; white-space: nowrap; }
	
	.rating .rateIt a, .rating .rateIt a:visited
	{ color: #f29820; }
	
/** 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
*/

.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; }