<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************
 *
 * Use: eKomi - design (main stylesheet)
 *
 * Author(s): Isabela Goldan (isabela.s@gmail.com)
 *
 *************************************************/

/**************************************************
*
*	Layout / Careers
*
**************************************************/

.page_container {
	margin: 0 auto;
	width: 986px;
	min-height: 600px;
	height: auto;
}

.page_container_holder {
	float: left;
	width: 100%;
	margin: 0 auto 2% auto;
}

.body_container {
	margin: 0;
	width: 986px;
	float: left;
}

.header_bottom_holder {
	margin: 0 2% 30px auto;
	height: 180px;
	float: left;
	width: 100%;
}

.page_container_column {
	margin: 2% 2% 0 auto;
	float: left;
	width: 70%;
}

.header_bottom_img_holder {
	margin: 0;
	height: 100%;
	width: 100%;
	background: url(../images_new/header_bottom_img.jpg) no-repeat left top transparent;
	float: left;
}

.header_bottom_headline_holder {
	text-align: right;
	margin: 20px 2% 0 2%;
	width: 96%;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

.header_bottom_headline_holder span {
	font-weight: bold;
}

.header_bottom_button_holder {
	display: block;
	float: right;
	margin: 30px 20px auto auto;
	height: 40px;
}

.header_bottom_button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 4px 45px;
	cursor: pointer;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjRiMjAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjZjQ3NjAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTU2NzAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #ffffff 0%, #f4b201 6%, #f47601 49%, #e56702 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(6%, #f4b201), color-stop(49%, #f47601), color-stop(50%, #e56702)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f4b201 6%, #f47601 49%, #e56702 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f4b201 6%, #f47601 49%, #e56702 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f4b201 6%, #f47601 49%, #e56702 50%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f4b201 6%, #f47601 49%, #e56702 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e56702', GradientType=0); /* IE6-8 */
}

.shadow {
	-moz-box-shadow: 1px 2px 4px 1px #333;
	-webkit-box-shadow: 1px 2px 4px 1px #333;
	box-shadow: 1px 2px 4px 1px #333;
}

.float_left {
	float: left;
}

.side_bar {
	width: 28%;
	margin: 2% auto 30px auto;
	float: left;
}

.side_bar_container {
	border: 1px solid #bdbdbd;
	background-color: #ededed;
	padding: 2%;
	width: 94%;
	margin: 0 auto 30px auto;
	float: left;
}

.side_bar_headline {
	font-size: 24px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	color: #000;
	float: left;
}

.side_bar_holder {
	font-size: 12px;
	line-height: 25px;
	min-height: 120px;
	font-weight: normal;
	color: #000;
	padding: 2%;
	background-color: #fff;
	float: left;
}

.side_bar_holder_image {
	font-size: 12px;
	width: 100%;
	min-height: 180px;
	background: no-repeat center top #fff;
	float: left;
}

.side_bar_holder_name {
	font-size: 12px;
	line-height: 25px;
	width: 100%;
	min-height: 30px;
	float: left;
	text-align: left;
	font-weight: normal;
}

.side_bar_holder_name span {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}

.side_bar_holder_mail {
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	float: left;
	font-weight: normal;
}

.side_bar_holder_mail span {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #29a00a;
}

.side_bar_holder_xing {
	width: 100%;
	margin: 2% auto;
	float: left;
	text-align: left;
}

.side_bar_holder_icon {
	width: 100%;
	height: 170px;
	background: no-repeat center top transparent;
	margin: 2% auto;
	float: left;
}

.side_bar_icon {
	float: right;
	width: 8%;
	height: 40px;
	margin: 4% 1%;
	background: no-repeat center top transparent;
}

.side_bar_holder_content {
	width: 100%;
	font-size: 12px;
	line-height: 25px;
	margin: 2% auto;
	text-align: left;
	float: left;
}

.content_container {
	border: 1px solid #bdbdbd;
	width: 100%;
	margin: 0 auto 0 auto;
	float: left;
}

.frame_border {
	border: 1px solid #bdbdbd;
}

.footer_width {
	float: left;
	margin: 0 auto;
	width: 986px;
	text-align: center;
}

.footer_top_holder {
	border: 1px solid #bdbdbd;
	background-color: #f7f7f7;
	width: 100%;
	min-height: 85px;
	float: left;
}

.footer_top_container {
	width: 50%;
	min-height: 85px;
	float: left;
}

.footer_top_logo {
	background: url(../images_new/logo_footer.png) no-repeat 20px 25px #fff;
	width: 100%;
	min-height: 85px;
	float: left;
}

.footer_top_icon {
	width: 50%;
	min-height: 85px;
	float: left;
	text-align: right;
}

.footer_bottom_holder {
	background-color: #676767;
	width: 96%;
	margin: 1px 0;
	padding: 1% 2%;
	height: 40px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	float: left;
	border: 1px solid #bdbdbd;
}

/**************************************************
 *
 *	Layout / Elementary
 *
 **************************************************/

a {
	color: #333333;
	cursor: pointer;
	outline: none;
}

p {
	padding-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.hidden {
	display: none;
}

.lastLine {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border: 0 !important;
	background-image: none !important;
}

.lastItem {
	margin-right: 0 !important;
	padding-right: 0 !important;
	border: 0 !important;
}

.center {
	text-align: center !important;
}

/* ========================
 *
 *	GLOBAL SETTINGS
 *
 *  ======================== */

body {
	background: #ffffff url(./images_new/layoutBackground.png) repeat-x scroll top left;
	font-family: Arial, "Lucida Grande", "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
}

.pageWrapper {
	margin: 0 auto;
	width: 985px;
	text-align: left;
}

.cleanFont {
	font-weight: normal !important;
}

.center {
	text-align: center;
}

/* ========================
*
*	HEADER
*
*  ======================== */

.headerWrapper {
	height: 130px;
	margin-bottom: 10px;
	position: relative;
}

/* ========================
 *
 *	Logo
 *
 * ======================== */

.logoWrapper {
	float: left;
	margin-top: 15px;
}

.logoWrapper a {
	background: transparent url('./images_new/ekomi.png') no-repeat top left;
	height: 54px;
	width: 197px;
	overflow: hidden;
	display: block;
}

.logoWrapper a span {
	display: block;
	text-indent: -99999px;
}

/* ========================
 *
 *	Language switcher
 *
 * ======================== */

.languageSwicherWrapper {
	background: transparent url('./images_new/worldMap.png') no-repeat scroll left 2px;
	float: right;
	margin-top: 30px;
	width: 200px;
	height: 35px;
}

.logoutArea {
	float: right;
	margin-top: 30px;
	width: 760px;
	font-size: 13px;
	color: #4d4d4d;
	text-align: right;
}

.logoutArea p {
	margin-bottom: 0;
	padding-bottom: 3px;
}

.logoutArea a.logoutButton {
	background: transparent url('../images_new/logOutIcon.png') no-repeat scroll right 2px;
	padding-right: 20px;
	text-decoration: none;
	line-height: 18px;

}

.languageSwitcherTitle {
	margin-left: 90px;
	width: 110px;
}

.languageSwitcherTitle span {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 5px;
}

#languagebox {
	margin-left: 90px;
	width: 110px;
}

.current_language_link,
.language_link {
	color: #333;
	font-size: 12px;
	text-decoration: none;
	padding-right: 15px;
}

.current_language_link {
	background: transparent url('./images_new/arrow.png') no-repeat scroll right 2px;
}

#languagebox {
	position: relative;
}

#languagelist {
	position: absolute;
	top: -17px;
	width: 105px;
	overflow: hidden;
	z-index: 100;
}

.languagelist {
	height: 15px;
}

.languagelistH {
	height: auto;
	background-color: #efefef;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

#languagelist a {
	padding: 0 5px 5px 5px;
	margin-bottom: 7px;
	display: block;
	line-height: 18px;
	color: #333333;
	font-size: 12px;
}

.domainbox {
	margin-top: 13px;
	width: 275px;
	float: right;
}

.domainboxLabel {
	float: left;
	padding: 2px 5px 0 0;
}

.domainboxLabel span {
	font-size: 14px;
}

.domainSelect {
	display: block;
	float: left;
	width: 165px;
}

.domainSelectInner {
	float: right;
	width: 173px;
	height: 19px;
	display: block;
}

.domainSelect select {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #333333;
	font-size: 11px;
	padding: 2px 3px;
	width: 185px;
}

/* ========================
 *
 *	Main Navigation
 *
 * ======================== */

.navigationWrapper {
	background: transparent url('./images_new/navigationBackground.png') repeat-x scroll left top;
	height: 43px;
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;

	min-height: 0;
}

ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 710px;
}

ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Important--*/
	z-index: 100;
}

ul#topnav li.extend {
	background: transparent url(./images_new/dropdownBlackArrow.png) no-repeat scroll right 21px;
	margin-right: 10px;
}

ul#topnav li a {
	float: left;
	color: #333333;
	display: block;
	font-size: 13px;
	font-weight: 400;
	height: 12px;
	padding: 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/*--Hover State--*/
ul#topnav li:hover a {
	background: transparent url('./images_new/navigationItemSelected.png') repeat-x scroll left top;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 41px;
	left: 0;
	background: #c8c8c8; /*--Background gradient--*/
	padding: 5px 10px 7px 10px;
	float: left;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	z-index: 100;
	min-height: 0;
}

ul#topnav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	border-bottom: 1px dotted #f1f1f1;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	white-space: nowrap;
}

ul#topnav .sub ul li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border: 0 !important;
	background-image: none !important;
}

ul#topnav .sub ul li a {
	font-size: 12px;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background-image: none;
	padding: 4px 5px;
	display: block;
	text-decoration: none;
	color: #4D4D4D;
}

ul#topnav .sub ul li a:hover {
	color: #fff;
	background-position: 5px 12px; /*--Override background position--*/
}

/* ========================
*
*	BODY
*
*  ======================== */

.bodyWrapper {
	margin-bottom: 23px;
}

.contentWrapper {
	float: left;
	width: 685px;
}

.whiteBox {
	margin-bottom: 15px;
}

.clientHeader {
	background: #e8e8e8 url('../images_new/clientHeaderBackground.png') repeat-x scroll left top;
	border-bottom: 1px solid #D8D6D7;
	width: 100%;
}

.clientHeader .clientHeaderRightCorner {
	background: transparent url('../images_new/clientHeaderRightCorner.png') no-repeat scroll top right;
	width: 100%;
}

.clientHeader .clientDetailsWrapper {
	background: #ffffff url('../images_new/grayPixel.png') repeat-x scroll top left;
	float: left;
}

.clientHeader .clientDetailsWrapper .clientDetails {
	background: transparent url('../images_new/clientHeaderLeftCorner.png') no-repeat scroll top left;
}

.clientHeader .clientDetailsWrapper .clientDetails .clientDetailsInner {
	background: transparent url('../images_new/clientDetailsArrow.png') no-repeat scroll right center;
	height: 74px;
}

.clientHeader .clientDetails .pageName {
	background: url("../images_new/pageNameBackground.png") no-repeat scroll left top transparent;
	float: left;
	height: 64px;
	margin-left: -14px;
	margin-top: 8px;
}

.clientHeader .clientDetails .pageName .pageNameArrow {
	background: url("../images_new/pageNameArrow.png") no-repeat scroll right top transparent;
	height: 64px;
}

.clientHeader .clientDetails .pageName .pageNameArrow span {
	color: #333333;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 13px 60px 0 25px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.clientHeader .clientDetails .clientLogo {
	float: left;
	padding: 13px 60px 0 20px;
}

.clientHeader .clientDetails .clientLogo a {

}

.clientHeader .clientDetails .clientLogo a img {

}

.whiteBoxTop,
.grayBoxTop {
	background: transparent url('./images_new/whiteTopRoundCornerLeft.png') no-repeat scroll left top;
	width: 100%;
	display: block;
	line-height: 10px;
	height: 10px;
}

.grayBoxTop {
	background: transparent url('./images_new/grayTopRoundCornerLeft.png') no-repeat scroll left top;
}

.whiteBoxTop span,
.grayBoxTop span {
	background: transparent url('./images_new/whiteTopRoundCornerRight.png') no-repeat scroll right top;
	display: block;
	line-height: 10px;
	height: 10px;
	width: 100%;
}

.grayBoxTop span {
	background: transparent url('./images_new/grayTopRoundCornerRight.png') no-repeat scroll right top;
}

.whiteBoxContent {
	border-left: 1px solid #ddd9da;
	border-right: 1px solid #ddd9da;
	display: block;
	padding: 15px 15px 5px 15px;
	background-color: transparent;
}

.textBoxT1 {
	margin-bottom: 15px;
}

.whiteBoxContent h2 {
	color: #3f82c2;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.whiteBoxContent p.emMessage {
	font-size: 13px;
}

.cols2Template {
	width: 100%;
}

.cols2Template .grayBoxWrapper {
	width: 49%;
}

.graphicWrapper {
	margin-bottom: 20px;
}

.grayBoxWrapper {

}

.grayBoxWrapper .grayBoxTop {
	background: transparent url('../images_new/contentGreyBoxCornersLeft.png') no-repeat scroll left top;
	width: 100%;
	display: block;
	line-height: 10px;
	height: 10px;
}

.grayBoxWrapper .grayBoxTop span {
	background: transparent url('../images_new/contentGreyBoxCornersRight.png') no-repeat scroll right top;
	width: 100%;
	display: block;
	line-height: 10px;
	height: 10px;
}

.grayBoxWrapper .grayBoxContentWrapper {
	background: #f9f9f9 url('../images_new/greyBoxBackground.png') repeat-x scroll bottom;
	border-left: 1px solid #d4d0d1;
	border-right: 1px solid #d4d0d1;
	padding: 0 10px;
}

.graphicWrapper .grayBoxWrapper .grayBoxContentWrapper {
	padding: 0 !important;
}

.grayBoxWrapper .grayBoxContentWrapper .spacer {
	width: 1px;
	height: 400px;
	float: left;
}

.grayBoxWrapper .grayBoxContentWrapper .grayBoxContent {
	width: 99%;
	float: left;
}

.graphicWrapper .grayBoxWrapper .grayBoxContentWrapper .grayBoxContent {
	width: 96%;
	padding: 0 10px;
	float: left;
}

h4.sectionTitle {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.sectionTitle a {
	text-decoration: none;
}

.sectionSsubtitle {
	font-size: 13px;
	line-height: 14px;
}

.grayBoxWrapper .grayBoxContentWrapper .grayBoxContent .rating {
	background: transparent url('../images_new/hr1.png') repeat-x scroll bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.grayBoxWrapper .grayBoxContentWrapper .grayBoxContent .rating .ratingStars {
	float: left;
}

.ratingWrapper {
	background: transparent url('../images_new/starRatingGray.png') no-repeat scroll left top;
	height: 36px;
	width: 192px;
}

.ratingWrapper .ratingInner {
	background: transparent url('../images_new/starRatingYellow.png') no-repeat scroll left top;
	height: 36px;
	width: 192px;
}

.commentRating .ratingWrapper,
.feedbackMenuWrapper .ratingWrapper,
.smallRating .ratingWrapper {
	background: transparent url('../images_new/starRatingSmallGray.png') no-repeat scroll left top;
	height: 21px;
	width: 120px;
}

.commentRating .ratingWrapper .ratingInner,
.feedbackMenuWrapper .ratingWrapper .ratingInner,
.smallRating .ratingWrapper .ratingInner {
	background: transparent url('../images_new/starRatingSmallYellow.png') no-repeat scroll left top;
	height: 21px;
	width: 120px;
}

.grayBoxWrapper .grayBoxContentWrapper .grayBoxContent .rating .ratingGrade {
	float: right;
}

.grayBoxWrapper .grayBoxContentWrapper .grayBoxContent .rating .whiteBoxT2Inner .whiteBoxT2InnerRight {
	margin: 0;
	padding: 0 10px;
	line-height: 23px;
}

.grayBoxWrapper .grayBoxContentWrapper .grayBoxContent .rating .whiteBoxT2Inner p {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.grayBoxWrapper .grayBoxContentWrapper .grayBoxContent .rating .whiteBoxT2Inner p span {
	color: #7a7a7a;
}

.ratingDetails {
	margin: 0 0 15px 0;

}

.ratingChart {
	float: left;
}

.ratingDetails .ratingChartLegend {
	float: right;
	margin-top: 20px;
}

.ratingDetails .ratingChartLegend ul.ratingType {
	background: transparent url('../images_new/hr1.png') repeat-x scroll top;
}

.ratingDetails .ratingChartLegend ul.ratingType li {
	background: transparent url('../images_new/hr1.png') repeat-x scroll bottom;
}

.ratingDetails .ratingChartLegend ul.ratingType li span {
	background: transparent url('../images_new/feedbackType.png') no-repeat scroll left;
	font-size: 13px;
	font-weight: bold;
	padding: 14px 12px 14px 40px;
	display: block;
}

.ratingDetails .ratingChartLegend ul.ratingType li.positive span {
	background-position: 0 0;
	color: #228f06;
}

.ratingDetails .ratingChartLegend ul.ratingType li.neutral span {
	background-position: 0 -50px;
}

.ratingDetails .ratingChartLegend ul.ratingType li.negative span {
	background-position: 0 -100px;
	color: #a80c0c;
}

ul.simpleListing {
	margin-bottom: 10px;
}

ul.simpleListing li {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

ul.simpleListing li span {
	width: 220px;
	display: inline-block;
	font-weight: normal;
}

p.footNote {
	font-size: 10px;
	width: 345px;
	padding-left: 0;
}

.commentsListWrapper {
	margin-top: 10px;
	z-index: 0;
	min-height: 0;
}

.commentsListWrapper .commentItemWrapper {
	margin-bottom: 15px;
}

.commentsListWrapper .commentItemWrapper .whiteBoxT2Wrapper {
	position: relative;
}

.whiteBoxT2Wrapper .whiteBoxT2Top {
	background: transparent url('../images_new/whiteBoxT2Left.png') no-repeat scroll left top;
	display: block;
	line-height: 7px;
	height: 7px;
	width: 100%;
}

.whiteBoxT2Wrapper .whiteBoxT2Top span {
	background: transparent url('../images_new/whiteBoxT2Right.png') no-repeat scroll right top;
	display: block;
	line-height: 7px;
	height: 7px;
	width: 100%;
}

.whiteBoxT2Wrapper .whiteBoxT2 {
	background: #ffffff url('../images_new/whiteBoxT2Background.png') repeat-y scroll left;
	display: block;
	width: 100%;
}

.whiteBoxT2Wrapper .whiteBoxT2 .whiteBoxT2Inner {
	background: transparent url('../images_new/grayBorder.png') repeat-y scroll right;
	display: block;
	width: 100%;
	word-wrap: break-word;
}

.whiteBoxT2Wrapper .whiteBoxT2 .whiteBoxT2Inner .whiteBoxT2InnerRight {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
}

.whiteBoxT2Wrapper .whiteBoxT2Bottom {
	background: transparent url('../images_new/whiteBoxT2Left.png') no-repeat scroll left bottom;
	display: block;
	line-height: 7px;
	height: 7px;
	width: 100%;
}

.whiteBoxT2Wrapper .whiteBoxT2Bottom span {
	background: transparent url('../images_new/whiteBoxT2Right.png') no-repeat scroll right bottom;
	display: block;
	line-height: 7px;
	height: 7px;
	width: 100%;
}

.commentsListWrapper .commentItemWrapper .commentArrow {
	background: transparent url('../images_new/commentArrow.png') no-repeat scroll left top;
	bottom: -19px;
	height: 20px;
	left: 8px;
	position: absolute;
	width: 22px;
}

.commentsListWrapper .commentItemWrapper .commentDetailsWrapper {

}

.commentsListWrapper .commentItemWrapper .commentDetails {
	float: left;
	margin-left: 33px;
	margin-top: 10px;
}

.commentsListWrapper .commentItemWrapper .commentRating {
	float: right;
	margin-top: 3px;
}

.grayBoxWrapper .grayBoxBottom {
	background: transparent url('../images_new/contentGreyBoxCornersLeft.png') no-repeat scroll left bottom;
	width: 100%;
	display: block;
	line-height: 10px;
	height: 10px;
}

.grayBoxWrapper .grayBoxBottom span {
	background: transparent url('../images_new/contentGreyBoxCornersRight.png') no-repeat scroll right bottom;
	display: block;
	line-height: 10px;
	height: 10px;
	width: 100%;
}

.contentFilter {
	margin-bottom: 15px;
}

.optionSelect {
	float: left;
}

.optionSelectDateFormat {
	float: left;
}

.optionSelect .optionLabel {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 2px;
}

.optionSelect select {
	width: 170px;
}

.optionSelectDateFormat .optionLabel {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 2px;
}

.optionSelectDateFormat select {
	width: 40px;
}

.feedbackItemWrapper {
	background: transparent url('../images_new/dotBorder2.png') repeat-y scroll 170px 0;
	border: 1px solid #d4d0d1;
	margin-bottom: 15px;
}

.feedbackItemWrapperInner {
	background: transparent url('../images_new/leftArrow.png') no-repeat scroll 160px 20px;
}

#visitorFeedbackPage .feedbackItemWrapperInner {
	background-position: 160px 10px;
}

.feedbackItemWrapper .feedbackMenuWrapper {
	float: left;
	width: 150px;
	padding: 10px;
}

.feedbackItemWrapper .feedbackMenuWrapper .ratingWrapper {
	margin-bottom: 5px;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackData {
	margin-bottom: 10px;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackData p {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	word-wrap: break-word;

	margin-bottom: 0;
	padding-bottom: 0;
}

#visitorFeedbackPage .feedbackData p {
	margin-top: 4px;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu {
	margin-bottom: 10px;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li,
.tableAction ul li {
	background: transparent url("../images_new/actionsSpriteGray.png") no-repeat scroll;
	display: inline-block;
	width: 30px;
	height: 27px;
	margin-right: 10px;
	float: left;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li a,
.tableAction ul li a,
.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li span {
	width: 30px;
	height: 27px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.edit {
	background-position: left -260px;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.checked {
	background-position: left -211px;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.delete {
	background-position: left -61px;
	background: url("../images_new/whistle.png");
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.dialogStart {
	background: url("../images_new/icon_dialog-start.png") no-repeat;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.dialogRunning {
	background: url("../images_new/icon_dialog-running.png") no-repeat;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.dialogEnded {
	background: url("../images_new/icon_dialog-ended.png") no-repeat;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.schlitStart {

	background-image: url("../images_new/whistle.png");

}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.question {
	background-position: left -612px;
}

.feedbackItemWrapper .feedbackMenuWrapper .feedbackMenu ul li.settled {
	background-position: left -662px;
}

.feedbackItemWrapper .feedbackDetailsWrapper {
	float: right;
	width: 480px;
}

.feedbackItemWrapper .feedbackDetails {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

.feedbackDetails .spacer {
	float: left;
	width: 1px;
	height: 70px;
}

.feedbackItemWrapper .feedbackDetails p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.feedbackItemWrapper .feedbackCommentsWrapper {
	background: transparent url('../images_new/dotBorder2.png') repeat-x scroll top;
	background-color: #f3f2f3;
	padding: 10px 20px;
}

.feedbackItemWrapper .feedbackCommentItem .feedbackCommentTitle {
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.feedbackItemWrapper .feedbackCommentItem p {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

.feedbackItemWrapper .feedbackCommentItem a.editAction {
	background: url("../images_new/actionsSpriteGray.png") no-repeat scroll right -257px transparent;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 35px 4px 0;
	text-decoration: none;
}

.greenButton,
.redButton,
.grayButton {
	background: transparent url("../images_new/buttonsSprite.png") no-repeat scroll top left;
	height: 33px;
	display: block;
	text-decoration: none;
}

.greenButton span,
.redButton span,
.grayButton span {
	background: transparent url("../images_new/buttonsSprite.png") no-repeat scroll 100% -101px;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	padding: 6px;
	text-align: center;
	text-shadow: 1px 1px 0 #333333;
}

.greenButton span input {
	background: transparent;
	border: 0;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px;
}

.redButton {
	background-position: 0 -33px;
}

.redButton span {
	background-position: 100% -134px;
}

.grayButton {
	background-position: 0 -66px;
}

.grayButton span {
	background-position: 100% -167px;
}

.paginationWrapper {
	float: right;
}

.paginationWrapper a {
	margin-right: 3px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.paginationWrapper a:hover {
	text-decoration: underline;
}

.paginationWrapper input {
	margin-right: 3px;
	width: 30px;
	text-align: center;
}

h4.pageSubtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

h4.red {
	color: #ff0000;
}

h4.green {
	color: #29a00a;
}

.tableTemplate1 table {
	width: 100%;
}

table tr {
	background: transparent url('../images_new/tdBackground.png') repeat-x scroll left bottom;
}

/* SW 08.02.2012: New shared subrating styles for KB home and certificate */
.subratingTableWrapper {
	padding: 0;
	width: 75%;
	margin: 0 auto;
}

.subratingLabel {
	float: left;
	line-height: 20px;
}

.subratingSmall {
	float: right;
	line-height: 20px;
}

.tableTemplate1 table tr.tableHeader {
	background: transparent url('../images_new/thBackground.png') repeat-x scroll left top;
	border-top: 1px solid #8e8e8e;
}

.tableTemplate1 table th {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 0 10px;
	text-align: center;
	background: transparent url('../images_new/tableVerticalBorder.png') repeat-y scroll right top;
}

.tableTemplate1 table td {
	padding: 6px 10px;
	background: transparent url('../images_new/tableVerticalBorder.png') repeat-y scroll right top;
}

table tr.noBorderCell,
table tr.noBorderCell td,
table td.noBorderCell,
table th.noBorderCell {
	background-image: none !important;
}

.tableTemplate2 {
	margin-bottom: 20px;
}

.tableTemplate2 table {

}

.tableTemplate2 table tr.tableHeader {
	background: transparent url('../images_new/thBackground2.png') repeat-x scroll left top;
	border-top: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
}

.greenTableHeader table tr.tableHeader {
	background: transparent url('../images_new/thBackground2.png') repeat-x scroll left top;
	border-top: 1px solid #29A00A;
	border-bottom: 1px solid #29A00A;
}

.tableTemplate2 table th {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 4px 10px;
}

.tableTemplate2 table th span {
	font-size: 11px;
	font-weight: normal;
}

.tableTemplate2 table td {
	padding: 6px 10px;
}

td.linearGraphicCell {
	width: 100px;
}

.tableAction ul {
	float: right;
}

.tableAction ul li {
	background: transparent url("../images_new/actionsSpriteGray.png") no-repeat scroll;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 0;
}

.tableAction ul li a {
	width: 30px;
	height: 27px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.tableAction ul li.edit {
	background-position: left -258px;
}

.tableAction ul li.delete {
	background-position: left -59px;
}

.contentMenu a {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	float: left;
	color: #333333;
}

.contentMenu span {
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	display: block;
}

a.greenLink {
	color: #29a00a;
	margin-top: 7px;
}

a.secondLink {
	border-left: 1px solid;
	padding-left: 3px;
	margin-right: 20px;
	margin-left: 3px;
	margin-top: 7px;
}

a.addLink {
	background: url("../images_new/actionsSpriteGray.png") no-repeat scroll right -311px transparent;
	display: inline-block;
	height: 30px;
	padding-right: 33px;
	margin-right: 0;
}

.statusMessage {
	background: url("../images_new/actionsSpriteGray.png") no-repeat scroll left top transparent;
	display: block;
	margin-bottom: 7px;
	height: 27px;
}

.statusMessage span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 33px;
}

.feedbackActions .fraud span {
	cursor: pointer;
}

.statusArrow {
	background-position: left -507px;
}

.statusMagnifier {
	background-position: left -562px;
}

.statusQuestion {
	background-position: left -89px;
}

.statusChecked {
	background-position: left -129px;
}

.deleteBox {
	background: url("../images_new/actionsSpriteGray.png") no-repeat scroll left -61px transparent;
	display: inline-block;
	height: 27px;
	width: 30px;
}

a.deleteLink {
	background: url("../images_new/actionsSpriteGray.png") no-repeat scroll right -59px transparent;
	display: inline-block;
	height: 30px;
	padding-right: 33px;
	margin-right: 0;
}

.countSectionWrapper a.deleteLink {
	margin-left: 15px;
	margin-right: 15px;
}

.linearGraphicWrapper {
	height: 15px;
	background: #f1f1f1;
}

.linearGraphic {
	height: 15px;
	background: #29a00a;
}

.contentMenuTemplate2 {
	margin-bottom: 20px;
	float: left;
}

.contentMenuTemplate2 .menuGroup {
	float: left;
	margin-right: 15px;
}

.contentMenuTemplate2 .menuGroup .menuGroupLabel {
	font-size: 12px;
	margin-top: 2px;
}

.contentMenuTemplate2 .menuGroup a {
	font-size: 12px;
	font-weight: bold;
}

.feedbackStatus {
	border-bottom: 1px solid #D4D0D1;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.feedbackStatus ul {
	float: left;
}

.feedbackStatus ul li {
	background: transparent url('../images_new/tableVerticalBorder.png') repeat-y scroll right;
	display: block;
	float: left;
	height: 80px;
	margin-right: 10px;
	padding-right: 10px;
	width: 112px;
}

.feedbackStatus ul li.last {
	display: block;
	width: 245px;
	float: left;
	background: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}

.feedbackStatus ul li .feedbackGrade {
	background: url("../images_new/feedbackType.png") no-repeat scroll center top transparent;
	margin-left: 15px;
	margin-top: 17px;
}

.feedbackStatus ul li .feedbackGrade span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 14px 12px 14px 40px;
}

.feedbackStatus ul li .positive {
	background-position: 0 0;
	color: #228F06;
}

.feedbackStatus ul li .neutral {
	background-position: 0 -50px;
}

.feedbackStatus ul li .negative {
	background-position: 0 -100px;
	color: #A80C0C;
}

.feedbackStatus ul li ul.simpleListing {
	display: block;
	width: 100%;
}

.feedbackStatus ul li ul.simpleListing li {
	display: block;
	width: 100%;
	height: auto;
	background: none;
	padding-right: 0;
	margin-right: 0;
}

.legende ul {
	margin: 10px 0;
}

.legende ul li {
	display: block;
	font-size: 11px;
	float: left;
	margin-right: 5px;
}

.legende ul li span.color {
	height: 13px;
	width: 13px;
	margin-right: 2px;
	background-color: #f1f1f1;
	display: block;
	float: left;

}

.legende ul li.darkBlue span.color {
	background-color: #486d98;
}

.legende ul li.lightBlue span.color {
	background-color: #a6c2e1;
}

.legende ul li.green span.color {
	background-color: #7ac134;
}

.legende ul li.yellow span.color {
	background-color: #f7f034;
}

.legende ul li.red span.color {
	background-color: #ff0000;
}

.countSectionWrapper {
	margin-bottom: 40px;
}

.countSectionWrapper .countSectionTitleWrapper {
	background: url("../images_new/hr1.png") repeat-x scroll center 15px transparent;
}

.countSectionWrapper .countSectionTitleWrapper .countItem {
	background: url("../images_new/greenCircleWhite.png") no-repeat scroll center left transparent;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	margin: 6px 15px 0 10px;
	text-align: center;
	width: 21px;
}

.countSectionWrapper .countSectionTitleWrapper h4.sectionTitle {
	float: left;
	font-size: 14px;
	line-height: 14px;
}

.countSectionWrapper .countSectionTitleWrapper .countSectionOverview {
	margin-top: -5px;
}

.countSectionWrapper .countSectionOverview {
	color: #757575;
	font-weight: bold;
	margin-left: 47px;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: justify;
}

.header_tip {
	position: relative;
}

.header_tip span.tooltip {
	display: none;
	background: #BDB1B4;
	border: 1px solid #9C0;
}

.header_tip:hover span.tooltip {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	border: 1px solid #0cf;
	background-color: #cff;
	color: #000;
	text-align: center;
}

.obs p,
.error p,
.success p {
	margin-top: 3px;
}

.errorMessage {
	color: #cc0000;
}

.countSectionSubtitle {
	margin-left: 48px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

.tip,
.error,
.success {
	background: url("../images_new/actionsSprite.png") no-repeat scroll left -357px transparent;
	padding: 3px 0 3px 40px;
}

.obs,
.error,
.success {
	background: url("../images_new/actionsSprite.png") no-repeat scroll left -460px transparent;
	padding: 3px 0 3px 40px;
	color: #757575;
	font-weight: bold;
	margin-bottom: 20px;
}

.error {
	background-position: left -410px;
}

.success {
	background-position: left -358px;
}

.countSectionWrapper textarea {
	border: 1px solid #D9D6D6;
	font-size: 12px;
	margin-left: 48px;
	text-align: left;
	width: 595px;
	padding: 5px;
	margin-bottom: 10px;
}

.countSectionWrapper textarea.small {
	width: 333px;
	margin-bottom: 0;
	margin-left: 0;
}

textarea {
	border: 1px solid #D9D6D6;
	font-size: 12px;
	padding: 5px;
	width: 98%;
	height: 90px;
	text-align: left;
}

.siegelItemWrapper {
	margin-bottom: 10px;
	margin-left: 48px;
}

.siegelItemWrapper .siegelPic {
	float: left;
	margin-right: 20px;
}

.siegelItemWrapper .siegelDescription {
	float: left;
	margin-top: 20px;
}

.siegelItemWrapper .siegelDescription p {
	font-size: 12px;
}

.siegelItemWrapper .siegelDescription p span {
	color: #757575;
}

.widgetGaleryWrapper {
	margin-left: 48px;
	margin-bottom: 40px;
}

.selectWidget {
	width: 200px;
}

.widgetGaleryWrapper .displaySelection {
	width: 450px;
}

.widgetGaleryWrapper .displaySelection .widgetDisplay {
	margin-right: 15px;
}

span.red {
	color: #ff0000;
}

p.countSectionP {
	margin-left: 48px;
	font-size: 12px;
	line-height: 20px;
}

p.gray {
	color: #757575;
}

table#text_html_enclosure {
	float: right;
	width: 605px !important;
}

.countSectionFormWrapper {

}

.countSectionFormWrapper .tableTemplate1 table {
	width: 607px;
}

.productFeedbackSetup .tableTemplate1 table {
	width: 607px;
	margin-bottom: 20px;
}

.countSectionFormWrapper .formItemWrapper {
	margin-left: 48px;
}

.formItemWrapper {
	margin-bottom: 8px;
}

.formItemWrapper .formItemLabel {
	font-size: 12px;
	float: left;
	width: 200px;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
	margin-top: 2px;
}

.countSectionFormWrapper .formItemWrapper .formItemLabel {
	font-size: 12px;
	float: left;
	text-align: right;
	width: 235px;
	font-weight: bold;
}

.formItemWrapper .formItemInput {
	float: left;
}

.formItemWrapper .formItemValue {
	float: left;
}

.formItemWrapper .formItemValue span {
	display: block;
	font-size: 12px;
	padding-top: 2px;
}

.inputWrapper {
	background: transparent url('../images_new/inputBackground.png') repeat-x scroll left top;
}

.optionSelect .inputWrapper .inputWrapperInner span select {
	width: 200px;
}

.optionSelect .inputWrapper .inputWrapperInnerProductBrowser span select {
	width: 160px;
	font-size: 11px;
}

.optionSelectDateFormat .inputWrapper .inputWrapperInner span select {
	width: 75px;
}

.inputWrapper .inputWrapperInner {
	background: transparent url('../images_new/inputCorners.png') no-repeat scroll left top;
}

.inputWrapper .inputWrapperInner span {
	background: transparent url('../images_new/inputCorners.png') no-repeat scroll right bottom;
	height: 19px;
	display: block;
}

.inputWrapper .inputWrapperInner span input {
	background: transparent;
	border: 0;
	height: 19px;
	display: block;
	padding: 1px 5px;
	font-size: 11px;
	width: 430px;
}

.paginationWrapper input {
	border: 1px solid #D4D0D1;
}

.countSectionFormWrapper .inputWrapper .inputWrapperInner span input {
	width: 335px;
}

.inputWrapper .inputWrapperInner span select {
	background: transparent;
	border: 0 !important;
	display: block;
	padding: 2px 1px 2px 5px;
	font-size: 11px;
	width: 150px;
}

.formItemWrapper label {
	display: block;
	font-size: 12px;
}

.formItemWrapper label.checkbox {
	display: block;
	font-size: 12px;
	margin-left: 245px;
}

.formItemWrapper label.checkbox span {
	width: 335px;
}

.formItemWrapper label input[type="checkbox"] {
	float: left;
	height: 17px;
	margin-right: 5px;
}

.footNote {
	padding: 2px 0 0 7px;
	font-size: 11px;
}

.formError {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}

.inactiveWidgetWrapper {
	background: #dddddd;
	margin: 0;
	padding: 0;
}

.inactiveWidgetWrapper img {
	opacity: 0.3;
	filter: Alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	margin: 0;
	padding: 0;
	zoom: 1;
}

.whiteBoxBottom {
	background: transparent url('../images_new/whiteBottomRoundCornerLeft.png') no-repeat scroll left bottom;
	width: 100%;
	display: block;
	line-height: 10px;
	height: 10px;
}

.whiteBoxBottom span {
	background: transparent url('../images_new/whiteBottomRoundCornerRight.png') no-repeat scroll right bottom;
	display: block;
	line-height: 10px;
	height: 10px;
	width: 100%;
}

/* ========================
 *
 *	Partner Page / Easy Slider
 *
 * ======================== */

.partnerRow {
	margin-bottom: 20px;
}

.widgetRow {
	background-color: red;
	margin-left: 47px;
	position: relative;
	width: 600px;
	margin-bottom: 25px;
}

.slider {
	height: 200px;
	background-color: #fafafa;
	border: 1px solid #DADADA;
}

.slider ul {
	margin: 0;
	list-style: none;
	padding: 15px;
	width: 600px;
	height: 200px;
	overflow: hidden;
}

.slider ul li {
	height: 200px;
	width: 200px;
	float: left;
	text-align: left;
}

.widgetRow .slider ul li {
	width: auto !important;
	padding: 0 25px;
}

.widgetRow .slider ul {
	padding-left: 130px;

}

#slider {
	width: 600px !important;
	margin-left: 0;
	background: none;
	height: 115px;
	border: none;
	margin-bottom: 10px;
}

#slider ul {
	height: 130px;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 650px;
}

#slider1,
#slider2,
#slider3 {
	width: 600px !important;
	margin-left: 0;

}

#slider ul li {
	height: 130px;
	width: 650px;
}

#slider1 ul {
	padding-left: 140px;
}

#slider1 ul li {
	height: 215px;
}

#slider2 ul {
	padding-left: 233px;

}

#slider2 ul li {
	width: 245px;
}

#slider3 {
	height: 285px !important;
}

#slider3 ul {
	/* fixes problem where you can't see the first item when using navigation buttons */
	padding-left: 171px;
	height: 255px !important; /* these widgets are higher, see also the button css below */
}

#slider3 ul li {
	height: 275px;
}

.controls {
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 600px;
}

.prevBtn,
.nextBtn {
	display: block;
	height: 100%;
	top: 0;
	margin: 0;
	opacity: 0.5;
	overflow: hidden;
	text-indent: -8000px;
	width: 28px;

}

.prevBtn {
	position: absolute;
	left: 0;
	background: #c8c8c8 url('../images_new/slider_leftarr.png') no-repeat scroll left 50%;
}

.nextBtn {
	position: absolute;
	right: -1px;
	background: #c8c8c8 url('../images_new/slider_rightarr.png') no-repeat scroll right 50%;
}

#slider3 .prevBtn {
	background: #c8c8c8 url('../images_new/slider_rightarr.png') no-repeat scroll left 129px;
}

#slider3 .nextBtn {
	background: #c8c8c8 url('../images_new/slider_rightarr.png') no-repeat scroll right 129px;
}

.prevBtn a,
.nextBtn a {
	display: block;
	width: 100%;
	height: 100%;
}

#firstBtn, #lastBtn {
	display: none !important;
}

.imageWrapper {
	margin: 4px 0 0 0;
}

.imageWrapper a {

}

.imageWrapper img {
	height: 100px;
	width: 150px;
}

/* ========================
 *
 *	Login Box
 *
 * ======================== */

.clearBody {
	padding-top: 50px;
}

.loginBoxWrapper {
	background: #c8c8c8 url('../images_new/loginBoxBackground.png') repeat-x scroll left top;
	border: 1px solid #C8C8C8;
	margin: 0 auto 50px auto;
	padding: 30px 55px 30px 55px;
	text-align: left;
	width: 550px;
}

.loginBoxWrapper .logoWrapper {
	margin-bottom: 30px;
}

.loginBoxWrapper .logoWrapper a {
	background: url("../images_new/loginBoxLogo.png") no-repeat scroll left top transparent;
}

.loginBoxWrapper h2 {
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.loginBoxWrapper p {
	padding-bottom: 12px;
	line-height: 22px;
}

.loginBoxWrapper form {
	margin-bottom: 15px;
}

.loginBoxWrapper form .formItemWrapper {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.loginBoxWrapper form .formItemLabel {
	float: none;
	width: auto;
	display: block;
	text-align: left;
	margin: 0 0 3px 0;
}

.loginBoxWrapper .inputWrapper .inputWrapperInner span input {
	width: 200px;
}

.loginBoxWrapper .greenButton {
	margin-top: 10px;
}

.loginBoxWrapper ul.loginActionsList {
	float: right;
	text-align: right;
}

.loginBoxWrapper ul.loginActionsList li a {
	color: #333333;
	font-size: 11px;
}

.loginBoxWrapper ul.loginActionsList li a:hover {
	text-decoration: none;
}

.loginBoxWrapper .greenButton {
	background: url("../images_new/grayButtonSprite.png") no-repeat scroll left top transparent;
}

.loginBoxWrapper .greenButton span {
	background: url("../images_new/grayButtonSprite.png") no-repeat scroll 100% -33px transparent;
}

.loginBoxWrapper .greenButton span input {
	padding: 0 20px;
}

.countSectionOverview .sectionTpl2c .sectionTpl2cLeft {
	float: left;
	width: 54%;
}

.countSectionOverview .sectionTpl2c .sectionTpl2cRight {
	float: right;
	width: 43%;
}

.countSectionOverview .sectionTpl2c textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 47px;
	line-height: 15px;
	margin: 0;
	width: 250px;
}

.countSectionOverview .sectionTpl2c {
	margin-bottom: 15px;
}

.countSectionOverview .sectionTpl2c .ratingStars {
	margin-bottom: 5px;
	width: 195px;
	float: left;
}

.countSectionOverview .sectionTpl2c p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.countSectionOverview .sectionTpl2c .emFixW {
	display: inline-block;
	margin-right: 8px;
	text-align: right;
	width: 35px;
}

.countSectionOverview .sectionTpl2c .starsGrade {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

.customerAwardOverview .countSectionOverview .sectionTpl2c .ratingWrapper {
	background: url("../images_new/starRatingGrayOp.png") no-repeat scroll left top transparent;
}

.customerAwardOverview .countSectionOverview .sectionTpl2c .ratingWrapper .ratingInner {
	background: url("../images_new/starRatingYellowOp.png") no-repeat scroll left top transparent;
}

.countSectionOverview .sectionTpl2c .emTextL1 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.countSectionOverview .sectionTpl2c .emTextL2 {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.siegelItemWrapper .sectionTpl2cRight .tip {
	margin-left: 0;
	margin-top: 5px;
}

.countSectionOverview .sectionTpl2c h3 {
	color: #333333;
	font-size: 12px;
	padding-bottom: 10px;
}

.customerAwardOverview .countSectionOverview .sectionTpl2c .tooltipWrapper {
	background: url("../images_new/tooltip.png") no-repeat scroll right top transparent;
	float: left;
	line-height: 17px;
	padding-right: 25px;
	width: auto;
	cursor: pointer;
}

.countSectionOverview .sectionTpl2c h4 {
	font-weight: normal;
}

.customerAwardOverview .siegelItemWrapperT2 {
	margin-left: 0;
	float: left;
	width: 202px;
}

.customerAwardOverview .siegelItemWrapperT2 .siegelPic {
	margin-right: 7px;
}

.customerAwardOverview .customerAwardExample {
	background-color: #F2F1F2;
	border: 1px solid #29A00A;
	display: block;
	padding: 10px 5px 0 5px;
}

.customerAwardOverview .customerAwardExample p {
	text-align: left;
}

.customerAwardOverview .tip {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

.countSectionOverview .sectionTpl2c .ratingStarsOld {
	width: 181px;
}

.countSectionOverview .sectionTpl2c .ratingStarsOld .ratingWrapper {
	background: url("../images_new/stern_gross_grau.png") no-repeat scroll left top transparent;
	height: 37px;
	width: 181px;
}

.countSectionOverview .sectionTpl2c .ratingStarsOld .ratingWrapper .ratingInner {
	background: url("../images_new/stern_gross_gelb.png") no-repeat scroll left top transparent;
	height: 37px;
}

#tooltip {
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #000000;
	color: #FFFFFF;
	opacity: 0.7;
	padding: 6px 10px;
	position: absolute;
	width: auto;
	z-index: 3000;
	text-align: left;
}

/* ========================
 *
 *	SIDEBAR
 *
 * ======================== */

.sidebarWrapper {
	float: right;
	width: 290px;
}

.sidebarStaticArea {
	margin-bottom: 7px;
}

.actionT1Wrapper {
	background: transparent url('./images_new/actionT1Left.png') repeat-x scroll left top;
	margin-bottom: 5px;
}

.actionT1WrapperH {
	background: transparent url('./images_new/actionT1LeftH.png') no-repeat scroll left top;
	margin-bottom: 5px;
}

.actionT1Wrapper .actionT1 {
	background: transparent url('./images_new/actionT1Right.png') no-repeat scroll right top;
}

.actionT1WrapperH .actionT1H {
	background: transparent url('./images_new/actionT1RightH.png') no-repeat scroll right top;
}

.actionT1Wrapper .actionT1 a,
.actionT1WrapperH .actionT1H a {
	background: transparent url('./images_new/actionArrow.png') no-repeat scroll 91% center;
	color: #333333;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 66px;
	line-height: 20px;
	padding: 26px 70px 3px 25px;
	text-decoration: none;
}

#contactInfo .actionT1 a,
#contactInfo .actionT1H a {
	padding: 10px 70px 19px 25px;
}

.actionT1Wrapper .actionT1 a span, .actionT1H a span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
}

.actionT1Wrapper .actionT1 a span.actiontitle,
.actionT1WrapperH .actionT1H a span.actiontitle {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

.actionT1Wrapper .actionT1 a span.actionInfo,
.actionT1WrapperH .actionT1H a span.actionInfo {
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

.actionT2Wrapper {
	background: #f2f2f2 url('./images_new/actionT2Background.png') repeat-x scroll center top;
	margin-bottom: 10px;
}

.sidebarGrayBox {
	background: #f2f2f2 url('../images_new/sidebarGrayBoxBackground.png') repeat-x scroll top;
	padding: 10px 15px;
	margin-bottom: 7px;
}

.sidebarGrayBox .sectionTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}

.sidebarGrayBox ul.listingDetails {
	margin-bottom: 7px;
}

.sidebarGrayBox ul.listingDetails li {
	font-size: 12px;
	line-height: 15px;
}

.sidebarGrayBox ul.listingDetails li span {
	display: inline-block;
	width: 110px;
	margin-right: 5px;
	float: left;
}

.sidebarGrayBox ul.listingDetails strong input {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 11px;
	padding: 0;
	width: 135px;
}

.sidebarGrayBox p {
	font-size: 12px;
	line-height: 15px;
}

.sidebarDynamicArea .whiteBox {
	margin-bottom: 7px;
}

/* ========================
 *
 *	Exklusive angebote
 *
 * ======================== */

.tableTemplate3 {

}

.tableTemplate3 table {

}

.tableTemplate3 table tr td {
	border-right: 1px solid #c6c6c6;
	vertical-align: top;
}

.tableTemplate3 table tr td {
	padding: 10px;
}

.tableTemplate3 table tr td.imgCol img {
	width: 164px;
}

.tableTemplate3 table tr td h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}

.tableTemplate3 table tr td h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	margin-bottom: 10px;
}

.tableTemplate3 table tr td.infoCol ul li {
	font-size: 12px;
	padding-bottom: 5px;
}

.tableTemplate3 table tr td.infoCol ul li .cat {
	color: #757575;
	font-size: 12px;
	width: 85px;
	float: left;
	font-weight: bold;
}

.tableTemplate3 table tr td.infoCol ul li .value {
	font-size: 12px;
	width: 140px;
	float: left;
}

.tableTemplate3 table tr td p,
.tableTemplate3 table tr td strong {
	font-size: 12px;
	line-height: 18px;
}

.tableTemplate3 table tr td.lastCell {
	border-right: 0;
}

.tableTemplate3 table tr.offerInfo {
	border-top: 0;
	background-image: none;
}

.tableTemplate3 table tr.moreLink td a {
	color: #3f82c2;
	font-size: 11px;
	font-weight: bold;
}

.tableTemplate3 table tr td a:hover {
	text-decoration: none;
}

.tableTemplate3 tr.moreInfoCell {
	display: none;
}

.tableTemplate3 table tr.lastRow {
	background-image: none;
}

ul.pdfDw li {
	background: transparent url('../images/pdficon.gif') no-repeat scroll left top;
	line-height: 20px;
	padding-left: 25px;
}

ul.pdfDw li a {
	color: #3F82C2;
}

ul.pdfDw li a:hover {
	text-decoration: none;
}

.tableTemplate3 table ul {
	padding-bottom: 10px;
}

.tableTemplate3 table ul li {
	line-height: 20px;
	font-size: 12px;
}

.tableTemplate3 table p.footNote {
	color: #999999;
	font-size: 10px;
	width: 100%;
}

.tableTemplate3 table .splitArea ul {
	width: 48%;
}

.fadeText {
	color: #666666;
	font-size: 11px;
	padding-left: 5px;
}

.emText {
	font-size: 14px;
	color: #4CC532;
}

.emText a {
	color: #2C9C06;
}

/* ========================
 *
 *	FOOTER
 *
 *  ======================== */

.footerWrapper {
	margin-bottom: 15px;
}

/* ========================
 *
 *	Footer Navigation
 *
 * ======================== */

.footerWrapper .footerNavigationWrapper {

}

.footerWrapper .footerNavigationWrapper ul.menu {
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
}

.footerWrapper .footerNavigationWrapper ul.menu li {
	display: inline;
}

.footerWrapper .footerNavigationWrapper ul.menu li a {
	border-right: 1px solid #909090;
	color: #909090;
	display: inline-block;
	font-size: 12px;
	padding: 2px 5px;
	text-decoration: none;
	line-height: 12px;
}

.footerWrapper .footerNavigationWrapper ul.menu li.last a {
	border-right: 0 !important;
}

/* ========================
 *
 *	Copyright
 *
 * ======================== */

.footerWrapper .copyrightWrapper {
	color: #909090;
	font-size: 11px;
	text-align: center;
}

#filter p input {
	color: #666666;
	font-size: 12px;
	padding: 3px;
}

.greenSubmit {
	background-color: #297B16;
	color: #FFFFFF !important;
}

#button .green {
	background-color: #297B16;
}

.cssButton {
	border: medium none;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin: 2px 5px;
	padding: 5px 10px 6px !important;
	position: relative;
	text-decoration: none;
}

.starFilterWrapper .singleStar {
	width: 24px;
	height: 21px;
	float: left;
	padding: 0 3px 4px 3px;
}

.starFilterWrapper {
	padding-left: 4px;
}

#filter p input {
	color: #666666;
	font-size: 12px;
	padding: 3px;
}

#filters_wrapper {
	position: relative;
}

#filters_wrapper input[type="checkbox"] {
	margin: 4px 4px 4px 4px;
}

#filters_wrapper input[type="text"] {
	position: absolute;
	right: 0;
}

.searchfieldsWrapper, .filterTypeWrapper {
	width: 180px;
	float: left;
}

.searchfieldsWrapper span {
	line-height: 21px;
	font-size: 12px;
}

.searchfieldsWrapper {
	margin-top: 1px;
}

.label_checkbox {
	margin-left: 4px;
	font-size: 12px;
}</pre></body></html>