/*******************************************************************
Start Main Navigation
*******************************************************************/

.main_navi_top
{
	background-image: url(../../Images/but_nav_middle_off.png);
	background-repeat: repeat-x;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 15px 0px 15px;
	height: 36px;
}

.main_navi_top A
{
	text-decoration: none;
	color: #FFFFFF;
}

.main_navi_top A:hover
{
	text-decoration: none;
	color: #000066;
}

.main_navi_top_active
{
	background-image: url(../../Images/but_nav_middle_on.png);
	background-repeat: repeat-x;
	font-size: 18px;
	color: #000066;
	padding: 0px 15px 0px 15px;
	height: 36px;
}

.main_navi_top_active A
{
	text-decoration: none;
	color: #000066;
}

.main_navi_bottom
{
	background-image: url(../../Images/but_nav_middle_bottom.png);
	padding-left: 15px;
	font-size: 12px;
	color: #666666;
	height: 29px;
	white-space: nowrap;
}

.navigation_link
{
	padding-top: 5px;
	white-space: nowrap;
}

/*******************************************************************
End Main Navigation
*******************************************************************/

/*******************************************************************
Start Top Addresses
*******************************************************************/

.topaddresses_title
{
	font-size: 10px;
	color: #000066;
}

.topaddresses
{
	font-size: 10px;
	color: #999999;
}

.topaddresses TH
{
	color: #478DC6;
	text-align: left;
}

.topaddresses A
{
	color: #8BB18B;
	font-style: italic;
}

/*******************************************************************
End Top Addresses
*******************************************************************/

/*******************************************************************
Start Searchbox
*******************************************************************/

/* Not for IE */
html>/**/body .search_table
{
	background-color: #A1C5E6;
	background-image: url(../../Images/img_search_background.gif);
	background-repeat: repeat-x;
}

/* Rule for IE */
* .search_table
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#7AAFDC, endColorStr=#A1C5E6) ! important;
}

.search_cell
{
	height: 24px;
	padding: 4px 4px 4px 4px;
	color: #000066;
	font-weight: bold;
}

.search_button
{
	padding: 1px 4px 4px 4px;
}

.search_button_active
{
	background-image: url(../../Images/but_search_middle_on.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	color: #000066;
	padding: 4px 4px 4px 4px;
	white-space: nowrap;
}

.search_button_inactive
{
	background-image: url(../../Images/but_search_middle_off.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
	white-space: nowrap;
	cursor: pointer;
}

.search_link
{
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

.search_category
{
	color: #000066;
	font-weight: bold;
}

.search_help
{
	color: #FFFFFF;
	font-size: 11px;
}

.search_line
{
	border-top: solid 1px #FFFFFF;
	padding-top: 10px;
}

.attribute_col1
{
	padding: 4px 4px 4px 4px;
	color: #000066;
	font-weight: bold;
	width: 120px;
}

.attribute_col2
{
	padding: 4px 4px 4px 4px;
}

.attribute_dropdown_number
{
	width: 60px;
}

.attribute_input
{
	width: 130px;
}

/** ToDo: Finish SearchBox styles **/

/*******************************************************************
End Searchbox
*******************************************************************/

/*******************************************************************
Start CategoryList
*******************************************************************/

.box_315
{
	width: 315px;
	background-image: url(../../Images/box_315_bg.gif);
	background-repeat: no-repeat;
}

.box_640
{
	width: 640px;
	background-image: url(../../Images/box_640_bg_search.gif);
	background-repeat: no-repeat;
}

.box_640_white
{
	width: 640px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 6px;
}

.box_640_bottom
{
	width: 640px;
	height: 4px;
	background-image: url(../../Images/box_640_bottom.gif);
	background-repeat: no-repeat;
}

.box_title
{
	font-size: 20px;
	color: #478DC6;
	padding: 4px 4px 4px 10px;
}

.subCategoryListBox td
{
	width: 204px;
}

A.categoryLink
{
	font-size: 12px;
	color: #478DC6;
}

.categoryLine
{
	color: #999999;
	padding-bottom: 4px;
}

.categoryTitle
{
	font-size: 20px;
	font-weight: normal;
	color: #478DC6;
}

.categoryItemCount
{
	font-size: 14px;
	color: #999999;
}

.categoryFilters
{
	font-size: 14px;
	color: #999999;
	font-style: italic;
}


/*******************************************************************
End CategoryList
*******************************************************************/

/*******************************************************************
Start WhiteBox
*******************************************************************/

.whitebox_content
{
}

.whitebox
{
	background-color: #FFFFFF;
}

.whitebox_top
{
	background-image: url(../../Images/img_border_top_middle.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
	height: 4px;
}

.whitebox_left
{
	background-image: url(../../Images/img_border_left.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 4px;
}

.whitebox_right
{
	background-image: url(../../Images/img_border_right.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 4px;
}

.whitebox_bottom
{
	background-image: url(../../Images/img_border_bottom_middle.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

.whitebox_simple
{
	border: solid 1px #999999;
	background-color: #FFFFFF;	
}

.whitebox_simple_content
{
	padding: 5px;	
}

/*******************************************************************
End WhiteBox
*******************************************************************/

/*******************************************************************
Start Result List
*******************************************************************/

.searchResultPager
{
	color: #999999;
	height: 38px;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
}

.searchResultPagerBranch
{
	color: #999999;
	height: 16px;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
}

.searchResultSpaceBranch
{
	height: 8px;
	width: 640px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 6px;
	width: 632px;
}

.searchResultWarning
{
	color: #999999;
	font-size: large;
	vertical-align: middle;
	padding: 20px 4px 20px 4px;
}

.searchExtendedResult
{
	color: #999999;
	font-size: large;
	vertical-align: middle;
	padding: 0px 4px 20px 4px;
}

a.Paging
{
	color: #999999;
}

a.PagingSelected
{
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.ListItemTitle
{
	font-weight: bold;
	font-size: 12px;
}

.ListItemAddress
{
	color:#666666;
}

.ListItemHiddenLink
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}


/*******************************************************************
End Result List
*******************************************************************/

.editableBlock
{
	position: relative;
}


/*******************************************************************
Start Company Header
*******************************************************************/

#masterData
{
	color: #666666;
	padding: 10px;
}

#masterData A
{
	color: #8BB18B;
	font-style: italic;
}

#masterData H1
{
	margin: 0px;
	font-size: 20px;
	color: #478DC6;
}

#logoBlock
{
	padding: 10px;
}

.companyTitle
{
	font-weight: normal;
}

.phoneNumber
{
	font-weight: bold;
}

/*******************************************************************
End Company Header
*******************************************************************/

/*******************************************************************
Start Company Navigation
*******************************************************************/

#companyNavigation
{
	color: #000066;
	font-size: 12px;
}

.active
{
	background-image: url(../../Images/img_com_nav_bg_aktiv.gif);
	padding-left: 10px;
	font-weight: bold;
}

.inactive
{
	background-image: url(../../Images/img_com_nav_bg_inaktiv.gif);
	padding-left: 10px;
	font-weight: bold;
}

.inactive A
{
	color: #666666;
	text-decoration: none;
}

.inactive A:hover
{
	color: #000066;
	text-decoration: none;
}

/*******************************************************************
End Company Navigation
*******************************************************************/

/*******************************************************************
Start Company Content
*******************************************************************/

#companyContent
{
	color: #666666;
	font-size: 11px;
}

#companyContent H2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #478DC6;
}

#companyContent #migrationBlock
{
	padding: 10px;
}

#companyContent #profileDescriptionBlock
{
	padding: 10px;
}

#companyContent #attributesBlock
{
	padding: 10px;
}

#companyContent #attributesBlock .attribute
{
	float: left;
	width: 100px;
}

#companyContent #attributesBlock .value
{
	float: left;
}

#companyContent #companyDetailsBlock
{
	padding: 10px;
}

#companyContent #productDescriptionBlock
{
	padding: 10px;
}

#companyContent #additionalInfoDescriptionBlock
{
	padding: 10px;
}

#companyContent #openingHoursBlock
{
	padding: 10px;
}

#companyContent #companyHolidaysBlock
{
	padding: 10px;
}

#companyContent #paymentBlock
{
	padding: 10px;
}

#companyContent #listItemBlock
{
	padding: 10px;
}

#companyContent #videoBlock
{
	padding: 10px;
}

#companyContent #filesBlock
{
	padding: 10px;
}

#companyContent #linksBlock
{
	padding: 10px;
}

#companyContent #productListBlock
{
	padding: 10px;
}

#companyContent #productListBlock .titleLink
{
	text-decoration: none;
}

#companyContent #jobListBlock
{
	padding: 10px;
}

#companyContent #contactBlock
{
	padding: 10px;
}

#companyContent #lightDescriptionBlock
{
	padding: 10px;
}

#companyContent #jobListBlock .titleLink
{
	text-decoration: none;
}

#companyContent #companyFooter
{
	padding: 10px;
	text-align: center;
}

#companyContent #companyFooter A
{
	color: #8BB18B;
	font-style: italic;
}

#companyContent #otherCategories
{
	padding: 10px;
}

h2.otherCategoriesLeadText
{
	font-weight: normal;
	color: #666666 ! important;
	padding-bottom: 5px;
}

#abstractBlock
{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	padding: 10px;
}

#abstractBlock H2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #478DC6;
}

#pageTitleBlock
{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	padding: 10px;
}

#pageTitleBlock H2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #478DC6;
}

#companyContact
{
	color: #666666;
	font-size: 11px;
	padding: 10px;
}

#companyContact #otherCategories
{
	margin: 10px 10px 10px 10px;
}

#companyContact #companyFooter
{
	padding: 10px;
	text-align: center;
}

#companyContact #companyFooter A
{
	color: #8BB18B;
	font-style: italic;
}

#companyContact H2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #478DC6;
}

.companyTitleAddon
{
	color: #999999;
}


/*******************************************************************
End Company Content
*******************************************************************/

.errorMessage
{
	color: Red;
	font-size: 13px;
}

.successMessage
{
	color: Green;
	font-size: 13px;
}

.dottedLine
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 30px;
	border-top: 1px #999999 dotted;
	height: 1px;
}

.emailSent
{
	font-size: 13px;
	color: Red;
}

/*******************************************************************
Start Company Toolbox
*******************************************************************/

#toolBox
{
	font-size: 12px;
}

#toolBox ul
{
	list-style-type: square;
	color: #478DC6;
	margin: 5px 5px 5px 20px;
	padding: 0px;
}

/*******************************************************************
End Company Toolbox
*******************************************************************/

/*******************************************************************
Start TagBox
*******************************************************************/

.tagBox
{
	z-index: 100;
	position: absolute;
	top: 10px;
	left: 475px;
	width: 151px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.tagContent
{
	display: none;
	/* filter: alpha(opacity=95); height: 100%; width: 100%; // opacity on IE destrois the layout of the taglist */
	opacity: 0.95;
	-moz-opacity: 0.95;
}

.tagValues
{
	padding: 10px 5px 10px 4px;
	color: #999999;
	background-image: url(/Images/img_taglist_middle.png);
	background-repeat: repeat-y;
}

.tagValues a
{
	color: #999999;
	text-decoration: underline;
}

/*******************************************************************
End TagBox
*******************************************************************/

/*******************************************************************
Start Breadcrumb
*******************************************************************/

.breadcrumb
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*******************************************************************
End Breadcrumb
*******************************************************************/

/*******************************************************************
Start QuickLinks
*******************************************************************/

.quickLinks
{
	color: #666666;
	width: 160px;
	height: 90px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.quickLinksMiddle
{
	height: 100%;
	width: 152px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding-left: 6px;
	background-color: #EEEEEE;
}

.quickLinksGradient68
{
	background-image: url(/Images/gradient_68.png);
}

.quickLinksGradient90
{
	background-image: url(/Images/gradient_90.png);
}

.quickLinksGradient102
{
	background-image: url(/Images/gradient_102.png);
}

.quickLinksMiddle ul
{
	list-style: none;
	color: #478DC6;
	margin: 0px;
	padding: 0px;
	float: left;
}

.quickLinksMiddle ul li
{
	background-image: url(../../Images/Icons/ul_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.3em;
	padding-left: 12px;
	padding-top: 3px;
}

.quickLinksMiddle a
{
	text-decoration: underline;
}

.quickLinksMiddle .title
{
	font-weight: bold;
	float: left;
	padding: 3px;
}

/*******************************************************************
End QuickLinks
*******************************************************************/

/*******************************************************************
Start OtherCompanies
*******************************************************************/

table.otherCompanies
{
	background-image: url(/Images/gradient_150.png);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

h2.otherCompanies
{
	color: #666666;
	font-weight: normal;
	padding: 0px 0px 5px 15px;
}

a.otherCompanies
{
	color: #999999;
}

.tabOtherCompanies
{
	margin: 0px 6px 10px 6px;
	padding: 0px 0px 0px 6px;
	vertical-align: top;
	width: 100%;
}

/*******************************************************************
End OtherCompanies
*******************************************************************/

/*******************************************************************
Start TagCloud
*******************************************************************/

#tagCloud
{
	text-align: center;
	width: 100%;
	color: #333333;
}

#tagCloud h2
{
	margin: 0px 3px 0px 3px;
	font-size: 14px;
	color: #478DC6;
	text-align: left;
}

#tagCloud a
{
	text-decoration: none;
}

#tagCloud a:hover
{
	text-decoration: underline;
}


/*******************************************************************
End TagCloud
*******************************************************************/

/*******************************************************************
Start ItemListBottom
*******************************************************************/

#itemListBottom
{
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*******************************************************************
End OtherCompanies
*******************************************************************/



/*******************************************************************
Start StaticPages
*******************************************************************/

.staticPage
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	padding-top: 10px;
}

.staticPage h1
{
	font-weight: normal;
}

.staticPage h2
{
	font-size: 14px;
	font-weight: normal;
	color: #478DC6;
}

.staticPageSubNavigation
{
	font-size: 12px;
}

.staticPageNavigation
{
	list-style-image: url(/Images/Icons/breadcrumb_separator.gif);
	margin-left: 15px;
	padding-left: 5px;
}

.staticPageNavigation li
{
	margin: 5px 2px 2px 0px;
}

.staticPageNavigation a
{
	text-decoration: none;
}

.box_200_white
{
	width: 200px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 4px 0px 4px 0px;
}

.box_200_white td
{
	padding-left: 6px;
	vertical-align: top;
}

.box_200_white a
{
	text-decoration: none;
}


/*******************************************************************
End StaticPages
*******************************************************************/

/*******************************************************************
Start CategoryLinks
*******************************************************************/

#categoryLinks
{
	font-size: 12px;
	color: #999999;
}

#categoryLinks .column
{
	float: left;
	width: 210px;
}

#categoryLinks h2
{
	margin: 3px 3px 10px 3px;
	font-size: 14px;
	color: #478DC6;
	text-align: left;
}

#categoryLinks ul
{
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 3px 0px;
	float: left;
}

#categoryLinks ul li
{
	background-image: url(../../Images/Icons/ul_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.3em;
	padding: 2px 0px 2px 12px;
}

/*******************************************************************
End CategoryLinks
*******************************************************************/

/*******************************************************************
Start Benefits
*******************************************************************/

.box_315_white
{
	width: 315px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(/Images/spacer.gif);
	color: #4E8DB6;
}

a.box_315_white
{
	color: #4E8DB6;
}

.benefitsList
{
	list-style-image: url(/Images/Icons/breadcrumb_separator.gif);
	padding-left: 15px;
	margin-left: 10px;
	text-decoration: underline;
}

.benefitsList li
{
	margin-top: 5px;
}

.benefitsTitle
{
	color: #4E8DB6;
	margin-left:5px;
	font-weight: normal;
}

/*******************************************************************
End Benefits
*******************************************************************/

.teaserLink
{
	position: absolute;
	border: 0;
	right: 13px;
	bottom: -168px;
	z-index: 1;
}

.pageStatusChange
{
	padding: 3px;
}

.pageStatusChange h2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #478DC6;
}

.myWatchList
{
	color: #999999;
	text-align: right;
	padding-right: 10px;
}

.myWatchList a
{
	color: #999999;
}

.topImage
{
	display: block;
}

.formButton
{
	padding-left: 8px;
	padding-right: 8px;
}