/**
* 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: url(../../../images/design/bg_wrapper.gif) repeat-x 0 0; color: #3E3B3A; font: normal 12px/16px Georgia, "Times New Roman", Times, serif; text-align: center; }

a, a:visited
{ color: #000; 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
{ height: 100%; margin: 0 auto 0 auto; overflow: hidden; text-align: left; width: 980px; }

/**
* 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: right; padding: 0 0 0 10px; display: none; }
	
		.languageFlags img
		{ margin: 8px 0 0 2px; padding: 1px; }
		
		.languageFlags .flagActive
		{ border: 1px solid #666; padding: 0; }

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

.header
{ height: 105px; position: relative; }

/** Logo */

h1.logo
{ bottom: 20px; height: 60px; left: 0; position: absolute; width: 100%; }

	h1.logo a
	{ display: block; height: 60px; outline: none; position: relative; width: 100% }
	
		h1.logo a span
		{ display: block; position: absolute; top: -999px; }
		
		h2.title
		{ bottom: 0; font-family: "Bookman Old Style"; font-size: 16px; color: #000; letter-spacing: 3px; position: absolute; text-align: center; width: 100%;} 
		
	
/**
* Navbar
*
* @section		structure
* @subsection	navbar
*/


.navbar
{ background: url(../images/design/bg_navbar.gif) no-repeat 50% 0; font-family: "Bookman Old Style"; font-size: 14px; height: 40px; letter-spacing: 1px; margin: 10px 0; padding-top: 10px; text-align: center; text-transform: uppercase; }

	.navbar li
	{ display: inline; height: 37px; line-height: 37px; }
	
		.navbar li a, .navbar li a:visited
		{ color: #232020; display: inline-block; padding: 0 20px; }
	
		.navbar li.menuActived a, .navbar li.menuActived a:visited
		{ background: url(../images/design/bg_navbar_active.gif) no-repeat 50% 100%; color: #000; }

/**
* Sub Navbar
*
* @section		structure
* @subsection	subnavbar
*/

.subNavbar
{   height: 100%; overflow: hidden; padding: 0 5px; font-size: 15px; display: inline-block; margin-left: 99px;  }

	.subNavbar li
	{ float: left; height: 30px; line-height: 30px; padding: 0 5px 0 5px; white-space: nowrap; color: #242221; font-weight: bold; }
	
		.subNavbar li a, .subNavbar li a:visited
		{ display: block; }
		
		.subNavbar li a
		{ color: #242221; }
		
		.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;}

.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 27px 27px; width: 475px; }
.mainContent2
{ float: left; padding: 0 20px 20px; width: 470px; }

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

.sidebar
{ float: left; padding: 0 0 20px 0; width: 223px; }

.sidebarbarRight
{ float: right;}

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

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

	.navFooter
	{ float: left; line-height: 14px; font-size: 14px; padding: 40px 0 0 0; font-family: "Times New Roman", Times, serif; }
	
	.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: #232020; }
	
.copyright
{ float: right; font-size: 14px; line-height: 16px; padding: 40px 0 0 0; text-align: right; color: #232020; font-family: "Times New Roman", Times, serif; }

	.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
{ background: url(../images/design/bg_title.gif) no-repeat 0 100%; color: #232020; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: bold; line-height: 22px; padding: 0 22px 20px ; position:relative; }

		.standardTitle span
		{ color: #AA1400; }
		
.barRight
{ float: right;}

	.barRight .standardTitle 
	{ background-position: 100% 100% ; padding-left: 0;}

	.welcomeTitle
	{ background: none; color: #B53006; font-size: 25px; margin-bottom: 10px; }
	
.standardSubTitle
{ border-bottom: 1px solid #000; color: #242321; font-size: 14px; font-weight: bold; padding: 5px 0 5px 0; }

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

	h3, h3 a, h3 a:visited
	{ color: #3e3b3a; }
	

	
	.highlightBox p 
	{ margin-top: 30px; }
	
	.mainContent h3, .mainContent h3 a, .mainContent h3 a:visited
	{ color: #242221; }
	
.complementaryInfo
{ color: #242221; font-size: 14px; line-height: 30px; font-weight: normal; }

.pagingNavigation .complementaryInfo
{ line-height: 24px; padding: 28px 0 8px 0; }


.summaryComplementaryContent .complementaryInfo
{ font-size: 10px; color: #000; line-height: 15px; }

	.standardTitle .complementaryInfo
	{ position: absolute; right: 0; top: 8px; }

.welcomeParagraph
{ color: #242221; font-size: 14px; line-height: 25px; margin-bottom: 20px; }

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

.search
{ margin: 0 0 15px; position: relative; width: 100%; }

	.search form
	{ background: url(../images/design/bg_search.gif) repeat 0 0; border: 1px solid #CCC; height: 100%; overflow: hidden; padding: 0 0 5px 0; }
	
		.search fieldset
		{ float: left; padding: 7px 0 0 90px; width: 34%; }
										
		.search label
		{ color: #242221; display: block; font-size: 14px; line-height: 24px; font-family: Georgia, "Times New Roman", Times, serif; }
		
		.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: #242221; font-size: 11px; }
		
		.search .optionDescription
		{ font-size: 11px; padding: 0 5px 0 5px; }
	
		.search input, .search select, .search textarea
		{ font: normal 14px Arial, Helvetica, sans-serif; padding: 4px; width: 90%; }
				
		.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: 14px; position: absolute; right: 121px; top: 15px; }

.search .advancedSearch a
{ font-family: Georgia, "Times New Roman", Times, serif; color: #242221; font-weight: normal; line-height: 7px; }
	
.search .standardButton
{ float: left; margin: 28px 0 0 0; width: 140px; height: 29px; }

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

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

.search .baseAdvancedSearch1, .search .baseAdvancedSearch2, .search .baseAdvancedSearch3, .search .baseAdvancedSearch4
{ font-family: Georgia, "Times New Roman", Times, serif; }

.search .baseAdvancedSearch1
{ margin-top: 10px; width: 120px; color: #FFFFFF; padding-left: 91px; }

.search .baseAdvancedSearch2
{ margin-top: 10px; width: 170px; color: #FFFFFF; padding-left: 0; }

.search .baseAdvancedSearch3
{ margin-top: 10px; width: 19%; color: #FFFFFF; padding-left: 26px; }

.search .baseAdvancedSearch4
{ margin-top: 10px; width: 19%; color: #FFFFFF; padding-left: 10px; }

.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
{ text-align: center; background: #9dcfce; border: 1px solid #66624E; margin-top: 10px; }

.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: 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: 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
{ 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
{ background: url(../../../images/design/bg_button_right.gif) no-repeat 100% 0; border: 2px solid #f3efdd; height: 29px; width: 110px; }

	.standardButton button, .standardButton a, .standardButton a:visited
	{ width: 110px; text-transform: uppercase; background: transparent; color: #FFF; cursor: pointer; display: block; font: bold 13px/13px Arial, Helvetica, sans-serif; line-height: 29px; text-align: center; }

	.standardButton,
	.standardButton button, .standardButton a, .standardButton a:visited
	{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; height: 29px; width: 140px; }
	
/**
* Featured Items
*
* @section		common
* @subsection	featured-items
*/

.previous 
{ color: #AA1400; display: block; font-size: 16px; line-height: 16px; font-weight: bold; margin-bottom: 20px; }

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

	.divisor
	{ border-bottom: 1px solid #CCC; }
	
	.featured
	{ padding: 5px 12px 5px 0; }
	
	.featuredListing, .featuredEvent, .featuredPromotion, 
	.featuredClassified, .featuredArticle
	{ float: left; }
	
	.featuredColumn
	{ /*float: left; width: 200px;*/ font-family: Georgia, "Times New Roman", Times, serif; }
		
		.featuredColumn .featured
		{ padding: 5px 0 5px 0; }
		
	.featuredEvent
	{ font-family: Georgia, "Times New Roman", Times, serif; }
	
 /*.mainContent .featuredPromotionImage, .mainContent .featuredPromotionImage img,  .mainContent .featuredEventImage, .mainContent .featuredEventImage img,
 .mainContent1 .featuredPromotionImage, .mainContent1 .featuredPromotionImage img,  .mainContent1 .featuredEventImage, .mainContent1 .featuredEventImage img
	{ width: 100px !important; height: 100px !important; border: 1px solid #66624E; }*/
	
/*	.mainContent .featuredListingImage, .mainContent .featuredListingImage img,
	.mainContent1 .featuredListingImage, .mainContent1 .featuredListingImage img
	{ width: 202px !important; height: 209px !important; }*/
	
	.mainContent .featuredListingImage, .mainContent .featuredPromotionImage, .mainContent .featuredEventImage,
	.mainContent1 .featuredListingImage, .mainContent1 .featuredPromotionImage, .mainContent1 .featuredEventImage
	{ margin-right: 10px; }
	
	.mainContent .highlightBox .highlightImage, .mainContent1 .highlightBox .highlightImage
	{ float: left;  margin-top: 8px; width: 102px; text-align: center; }
	
	.featuredEvent h3, .featuredEvent p, .featuredItems h3, .featuredItems p
	{ font-size: 14px; line-height: 18px; margin-top: 10px; }
		
	.featuredListingImage, .featuredPromotionImage, .featuredClassifiedImage,
	.featuredEventImage, .featuredArticleImage
	{ display: block; }
	
	.featuredPromotionImage img, .featuredListingImage img, .featuredEventImage img
	{ border: 1px solid #66624E; }

	.featured .noimage:hover
	{ text-decoration: none; }
	
	.readMore a, .readMore a:visited
	{ color: #C00; font-size: 11px; text-transform: lowercase; }
	
	.featuredPromotion
	{ width: 200px; padding: 10px 0 10px 25px; text-transform: lowercase;}
	
	.featuredPromotionImage 
	{ float: none; margin-right: 8px; }
	
	.sidebar .featuredPromotionImage 
	{ float: left; margin-right: 8px; width: 102px; text-align: center; }
	
	.featuredPromotion h3, .featuredPromotion h3 a, .featuredPromotion h3 a:visited, 
	.featuredPromotion .complementaryInfo
	{ color: #b53006; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: normal; line-height: 14px; }
	
	.featuredPromotion .complementaryInfo,
	.featuredPromotion .complementaryInfo a, 
	.featuredPromotion .complementaryInfo a:visited 
	{ color: #242221; font-weight: normal; }	
	
/** Highlight Box  */

.highlightBox, .highlightBoxR
{ overflow: hidden; padding: 5px 0; color:#382B12; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 18px; }

.highlightBox
{ padding-top: 0; }

	.highlightBox p
	{ line-height: 24px; }
	
	.highlightBox h3 a, .highlightBox h3 a:visited
	{ font-size: 14px; line-height: 18px; }
	
	.highlightBox .highlightImage
	{ float: none; 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, .mainContent1 .highlightBox
{ float: left; margin: 0 0 0 5px; width: auto; padding-right: 15px; }
*/
	.mainContent .highlightBox h3,  .mainContent1 .highlightBox h3
	{ position: relative; }
	
	.mainContent .highlightBox h3 a,  .mainContent1 .highlightBox h3 a
	{ font-size: 16px; line-height: 19px; color: #382b12; }
	
	.mainContent .highlightBox .description, .mainContent1 .highlightBox .description
	{ color: #382b12; padding: 0; }
	
	.mainContent .highlightBox1 .description, .mainContent1 .highlightBox .description  
	{ color: #382b12; padding: 10px 50px 0 0; }
	
	
	
/**
* Events Calendar
*
* @section		common
* @subsection	calendar
*/

.baseCalendar
{ width: 210px; clear: right; background: #f3efde; border: 1px solid #CCC; font-size: 11px; margin: 0 0 10px 5px; padding: 5px 0 5px 5px; text-align: center; font-family: Georgia, "Times New Roman", Times, serif; }

	.baseCalendar h4
	{ font-size: 14px; color: #333; }
	
	.calendar
	{ margin: 5px 0 0 -3px; width: 200px; overflow: hidden; }
	
	.calendarHeader
	{ background: #F7F7F7; font-size: 12px; font-weight: bold; }
	
		.calendarHeader td, .calendarHeader th
		{ padding: 5px; vertical-align: top; }
	
		.calendarHeader a, .calendarHeader a:visited
		{ color: #aa1400; }
		
		.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: #666; border: 1px solid #666; 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; height: 75px; border: 1px solid #765840; margin:0 auto 10px; width: 193px;}

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

.memberJoin
{ background: #B53006 url(../../../images/design/advertise_img.gif) no-repeat scroll 0 50%; }

	.memberJoin h2, .memberJoin h2 a, .memberJoin h2 a:visited
	{ color: #000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 16px; margin-top: 5px; padding: 0 22px; text-align: right; text-transform: uppercase; }
	
	.memberJoin p, .memberJoin p a, .memberJoin p a:visited
	{ color: #000; font-size: 12px; font-weight: bold; text-align: center; margin-left: 30px; font-family: Arial, Helvetica, sans-serif; }
	
/** Members Login */

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

	.memberLogin h2
	{ color: #000; }
	
	.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: #EBECB9 url(../images/design/bg_advertisment_right.gif) no-repeat scroll 50% 52%; overflow: hidden; margin: 10px auto 10px ; padding: 10px; border: 1px solid #66624E; width: 193px; height: 184px; }

	.advertisement span
	{ color: #999; display: block; font-size: 10px; font-weight: bold; line-height: 20px; }
	
	.advertisement .advertisementLabel
	{ float: left; width: 193px; height: 100px; background: transparent url(../images/design/bg_advertisment_img1.gif) no-repeat scroll 45% 20%; }
	
	.advertisement .advertisementLink
	{ float: right; }
	
	.advertisement a, .advertisement a:visited, .advertisementright2 a, .advertisementright2 a:visited, .advertisementright3 a, .advertisementright3 a:visited, .advertisementright4 a, .advertisementright4 a:visited   
	{ color: #000005; width: auto; overflow: hidden; font-size: 10.5px; line-height: 13px; font-weight: normal; text-transform: none; display: block; }
	
	.advertisementright4 a, .advertisementright4 a:visited 
	{ color: #fff; }
	
	.advertisement .noimage
	{ border: none; margin: 0 auto 0 auto; }
	
	.banner,
	.sponsoredLink
	{ background: #FFF; border: 1px solid #CCC; clear: both; }
	
	.featuredBanner
	{ border: 0; float: left; margin: 0 auto; width: 194px; }

		.featuredBanner a
		{ display: block; margin: 0 auto 10px;}

.header .advertisement
{ margin: 0; padding: 10px 10px 0 10px; position: absolute; top: 10px; right: 10px; width: 470px; }

.sidebar .advertisement .advertisementLink, .sidebar .advertisementright2 .advertisementLink,  .sidebar .advertisementright3 .advertisementLink, .sidebar .advertisementright4 .advertisementLink
{ clear: both; display: block; float: none; text-align: center; margin-top: 110px; width: auto; padding: 0 10px 0 10px;  }


.bottomAdvertisement
{ margin: 10px auto 10px auto; 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; overflow: hidden; }
	
	
/**
Advertisement Right
**
**/


.advertisementright, .advertisementright2, .advertisementright3, .advertisementright4
{ background:#DFD8B7 url(../images/design/bg_advertisment_right.gif) no-repeat scroll 50% 50%; border: 1px solid #66624E; float: left; height: 192px; margin:0 auto 10px; overflow:hidden; width: 192px; }

.advertisementright2
{ background: #9dcfce url(../images/design/bg_advertisment_right.gif) no-repeat scroll 50% 53%; }

.advertisementright3
{ background: #F7F5DC url(../images/design/bg_advertisment_right.gif) no-repeat scroll 50% 50%; }

.advertisementright4
{ background: #653614 url(../images/design/bg_advertisment_right1.gif) no-repeat scroll 50% 50%; }

.advertisementright .advertisementLabel, .advertisementright2 .advertisementLabel, .advertisementright3 .advertisementLabel, .advertisementright4 .advertisementLabel  
{ background: transparent; color:#7C0F00; float:left; font-family: Georgia, "Times New Roman", Times, serif; font-size:29px; line-height:35px; text-align:center;  text-transform:uppercase; margin-bottom: 30px; padding: 0 10px 0 10px; }

.advertisementright2 .advertisementLabel 
{ background: transparent url(../images/design/bg_advertisment_img2.gif) no-repeat scroll 50% 0; }

.advertisementright3 .advertisementLabel 
{ background: transparent url(../images/design/bg_advertisment_img3.gif) no-repeat scroll 50% 10%; }

.advertisementright4 .advertisementLabel 
{ background: transparent url(../images/design/bg_advertisment_img4.gif) no-repeat scroll 50% 10%; }

.sidebar .advertisementright .advertisementLink, .advertisementright .advertisementLink
{ clear:both; display:block; float:none; font-family: Georgia, "Times New Roman", Times, serif; font-size:16px; line-height: 20px; text-align:center; padding: 0 10px 0 10px;  }

.advertisementright a, .advertisementright a:visited
{ color: #010101; font-weight: normal; }
	
/**
* Categories
*
* @section		common
* @subsection	categories
*/

.categories
{ padding: 5px 0 15px 12px; }

.sidebar .categories h3
{ font-size: 14px; line-height: 30px; font-family: Georgia, "Times New Roman", Times, serif; }

.sidebar .categories h3 a 
{ font-weight: normal; }

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

.dynamicContent
{ font-size: 14px; line-height: 30px; padding: 5px 0 0 0; }

.dynamicContent h1
{ color: #CC0000 !important; }

.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 #66624E; }

.socialBookmarkIcons
{ float: left; }

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

.iconNavbar
{ float: right; }

	.iconNavbar li
	{ color: #666; float: left; font-size: 9px; height: 16px; line-height: 25px; padding: 0px 5px 0px 5px; font-weight: bold; }
	
	.iconNavbar li a, .iconNavbar li a:visited
	{ color: #000; }

/**
* 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:  transparent 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: transparent url(../../../images/content/img_loading_bar.gif) no-repeat 10px center; clear: both; color: #333; float: left; font-size: 14px; font-weight: bold; margin: 10px 0 10px 90px; padding: 10px 10px 10px 60px; width: auto; }

/**
* 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: 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: #000; }
	
		.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
	{width: 70px; font-size: 10px; float: none; clear: none;}
	
		.rating .ratingReview a, .rating .ratingReview a:visited
		{ font-weight: normal; }
	
	.rating .ratingSeeComment, .rating .rateIt
	{white-space: nowrap; clear: left; float: left; }
	
	.rating .rateIt a, .rating .rateIt a:visited
	{ color: #aa1400; }

/**detail ratings**/
	
.detailRatings .rating
{ float: none; }

	.detailRatings .rating .ratingStar 
	{ float: none; clear: both; }

	.detailRatings .rating .ratingReview 
	{ float:left; clear: left;}
	
	.detailRatings .rating .ratingSeeComment, .detailRatings.rating .rateIt 
	{ clear:none; float:left; }

/** 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: 0; }

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


/**
* Welcomepage center
*
**/

.welcomecontent .desc
{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 17px; text-align: left; font-weight: bold; width: 285px; padding: 0 5px 0 20px; color: #FFFFFF; margin-bottom: 0; }

.link1
{ padding-top: 30px; background: #b4af97; }

.highlightBox1, .highlightBox2, .highlightBox3
{ background-image: url(../images/design/link_border_img1.gif); background-position: 50% 50%; background-repeat: no-repeat; height: 96px; margin-top: 8px; overflow: hidden; padding: 5px 40px 0 10px; }

.highlightBox1
{ background-color: #B4AF97; }

.highlightBox2
{ background-color: #BEA16E; }

.highlightBox3
{ background-color: #B53006; }

.highlightBox1 h3, .highlightBox2 h3, .highlightBox3 h3
{ color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; width: 300px; padding: 10px 0 0 20px; line-height: 32px; }

.highlightBox1 featuredListingImage, .highlightBox2 featuredListingImage, .highlightBox3 featuredListingImage 
{ height: 95px; width: 124px; }

.highlightBox1 .highlightImage a, .highlightBox2 .highlightImage a, .highlightBox3 .highlightImage a
{ float: right; margin-top:10px; width: 87px; height: 68px; border: 1px solid #f0efeb; }

.highlightBox1 .highlightImage a
{ background: #b4af97 url(../images/design/link_img1.jpg) no-repeat scroll 45% 50%; }

.highlightBox2 .highlightImage a
{ background: #bea16e url(../images/design/link_img2.jpg) no-repeat scroll 45% 50%; }

.highlightBox3 .highlightImage a
{ background: #b53006 url(../images/design/link_img3.jpg) no-repeat scroll 45% 50%; }

/**
* Fix on custumer's newsletter form
*/
.e2ma_signup_form_container .e2ma_signup_form_button_row #e2ma_signup_reset_button
{ display: none; }

.e2ma_signup_form_container .e2ma_signup_form_row
{ border: 0; padding: 0;}

.e2ma_signup_form_container .e2ma_signup_form input
{ font-size: 10px; }

.e2ma_signup_form_container .e2ma_signup_form_required_footnote,
.e2ma_signup_form_container .e2ma_signup_form_required_asterix
{ display: none; }

.e2ma_signup_form { border:1px solid #392D15; clear: both; height: 145px; padding: 10px 18px 0 10px;  }

	.e2ma_signup_message div span span
	{ color: #000; font: bold 14px Georgia, "Times New Roman", Times, serif !important; }

	.e2ma_signup_form_label
	{ color: #B53006; font: normal 12px/18px Georgia, "Times New Roman", Times, serif !important; padding-bottom: 2px; }
	
	.e2ma_signup_form_element input
	{ border-color: #CCCBCB #CCCBCB #CCCBCB #CCCBCB !important; border-style: solid; border-width: 3px 1px 1px 3px !important; padding: 5px !important; width: 97% !important; }