﻿body {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial;
	/*font-size: 11px;*/
	font-size: 0.7em;
	color: #717174;
}

input, select, textarea {
	border: 1px solid #ddddde;
	font-size: 14px;
	background-color: White;
}

.button {
	display: inline-block;
	border: 1px solid #ddddde;
	font-size: 14px;
	background-color: #f7922a;
}

.button input {
	border: none;
	background-color: Transparent;
	color: White;
	font-weight: bold;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	/*font-size: 24px;*/
	font-size: 2.1em;
	font-weight: bold;
	color: #f99c30;
}

h1 input { /* only in edit-mode */
	font-size: 24px;
	font-weight: bold;
	color: #f99c30;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	/*font-size: 14px;*/
	font-size: 1.25em;
	color: #454343;
}

h2 textarea { /* only in edit-mode */
	font-size: 14px;
	color: #454343;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	/*font-size: 14px;*/
	font-size: 1.25em;
	color: #f99c30;
}

h3 input { /* only in edit-mode */
	font-size: 14px;
	color: #f99c30;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	/*font-size: 12px;*/
	font-size: 1em;
	font-weight: bold;
	color: #0e5ca4;
}

h4 input { /* only in edit-mode */
	font-size: 12px;
	font-weight: bold;
	color: #0e5ca4;
}

a {
	font-size: 11px;
	font-weight: bold;
	color: #f99c30;
	text-decoration: underline;
}

a:hover {
	color: #f99c30;
	text-decoration: underline;
}

p {
	margin-top: 5px;
}

/* CMS */
.cmsConsole {
	position: absolute;
	float: right;
	right: 10px;
	top: 10px;
}

.cms a {
	font-size: 12px;
	font-weight: normal;
	color: Blue;
	text-decoration: underline;
}

.cms a:hover {
	font-size: 12px;
	font-weight: normal;
	color: Blue;
	text-decoration: underline;
}

/* header */
.header {
	height: 142px;
	background-image: url("/cillit-09/img/headerBackground.jpg");
	background-repeat: repeat-x;
}

.barHeader {
	position: absolute;
	left: 0px;
	width: 35px;
	height: 138px;
	background-image: url("/cillit-09/img/barHeader.jpg");
	background-repeat: no-repeat;
}

.headerContainer {
	width: 880px;
	margin: auto;
}

.headerLogo {
	float: left;
	margin-top: 38px;
	margin-left: 5px;
}

.headerLogo img {
	border: none;
}

.headerBanner {
	float: right;
	width: 550px;
	height: 76px;
	margin-top: 10px;
	margin-right: 5px;
}

.headerBannerEdit {
	position: absolute;
	left: 45px;
	padding-top: 10px;
}

/* headnav */
.headnav {
	position: relative;
	height: 32px;
	top: -4px;
}

.headnavContainer {
	margin: auto;
}

.headnavItem {
	float: left;
	width: 136px;
	height: 32px;
	background-repeat: no-repeat;
}

.headnavItem, .headnavItem a {
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: White;
}

.headnavItem a:hover {
	color: White;
	text-decoration: underline;
}

.headnavItemBg {
	background-image: url("/cillit-09/img/headnavItemBg.gif");
}	

.headnavItemBgCurrent {
	background-image: url("/cillit-09/img/headnavItemBgCurrent.gif");
}


/*
.headnavItemContainer {
	float: left;
}

.headnavItemContainer a {
	text-decoration: none;
}

.headnavItem {
	width: 136px;
	height: 32px;
	background-image: url("/cillit-09/img/headnavItemBackground.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.headnavItemCurrent {
	width: 136px;
	height: 32px;
	background-image: url("/cillit-09/img/headnavItemBackgroundCurrent.gif");
	background-repeat: no-repeat;
	cursor: default;
}

.headnavItem:hover {
	text-decoration: underline;
	color: White;
}

.headnavItemText {
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: White;
}
*/

/* sidenav */
.sidenav {
	width: 239px;
	margin: 5px;
}

.sidenavTop {
	height: 4px;
	font-size: 0px; /* IE 6 */
	background-image: url("/cillit-09/img/sidenavTopBackground.jpg");
	background-repeat: no-repeat;
}

.sidenavBottom {
	height: 4px;
	font-size: 0px; /* IE 6 */
	background-image: url("/cillit-09/img/sidenavBottomBackground.jpg");
	background-repeat: no-repeat;
}

.sidenavContainer {
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #efefef;
}

.sidenavItem {
	border-bottom: 1px solid #efefef;
	background-repeat: repeat-x;
}

.sidenavItem, .sidenavItem a {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #454343;	
}
	
.sidenavItem a:hover {
	color: #454343;	
	text-decoration: underline;
}

.sidenavItem1 {
	background-image: url("/cillit-09/img/sidenavItemBg1.gif");
}

.sidenavItem2 {
	background-image: url("/cillit-09/img/sidenavItemBg2.gif");
}

.sidenavItem3 {
	background-image: url("/cillit-09/img/sidenavItemBg3.gif");
}

.sidenavItem1Current {
	background-image: url("/cillit-09/img/sidenavItemBg1Current.gif");
	color: White;	
}

.sidenavItem2Current {
	background-image: url("/cillit-09/img/sidenavItemBg2Current.gif");
	color: White;	
}

.sidenavItem3Current {
	background-image: url("/cillit-09/img/sidenavItemBg3Current.gif");
	color: White;	
}

.sidenavItemLast {
	background-image: none;
	background-color: White;
}

/*
.sidenavItemContainer {
}

.sidenavItemContainer a {
	text-decoration: none;
}

.sidenavItem {
	height: 21px;
	overflow: hidden;
	background-image: url("/cillit-09/img/sidenavItemBackground.jpg");
	background-repeat: repeat-x;
	cursor: pointer;
}

.sidenavItemCurrent {
	height: 21px;
	overflow: hidden;
	background-image: url("/cillit-09/img/sidenavItemBackgroundCurrent.jpg");
	background-repeat: repeat-x;
	cursor: default;
}

.sidenavItemLast {
	height: 17px;
	overflow: hidden;
	background-image: url("/cillit-09/img/sidenavItemBackgroundLast.jpg");
	background-repeat: repeat-x;
	cursor: pointer;
}

.sidenavItem:hover {
	text-decoration: underline;
	color: #454343;
}

.sidenavItemLast:hover {
	text-decoration: underline;
	color: #7f7f7f;
}

.sidenavItemText {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #454343;
}

.sidenavItemTextCurrent {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: White;
}

.sidenavItemTextLast {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	color: #7f7f7f;
}
*/

.sidenavSub {
	width: 239px;
	margin: 5px;
}

.sidenavSubItem {
}

.sidenavSubItem a {
	vertical-align: middle;
	color: #717174;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.sidenavSubItem img {
	margin: 1px 5px 1px 15px;
	vertical-align: middle;
}

.sidenavSubItem a:hover {
	color: #717174;
	text-decoration: underline;
}

.sidenavSubItem .searchinput {
	width: 135px;
}

.sidenavSubItem .searchbutton {
	width: 75px;
}

/* breadcrumbnav */
.breadcrumbnav {
}

.breadcrumbnavContainer {
	font-size: 10px;
	color: #7f7f7f;
}

.breadcrumbnavContainer a {
	font-size: 10px;
	color: #0e5ca4;
	font-weight: normal;
	text-decoration: none;
}

/* content */
.content {
	width: 880px;
	/*height: 620px;*/
	/*min-height: 620px;*/
	margin: auto;
	margin-top: 10px;
}

.cLeftContainer {
	float: left;
}

.cRightContainer {
	float: right;
}

.cTopLeft {
	width: 590px;
	height: 175px;
	margin: 5px;
	margin-bottom: 15px;
	background-image: url("/cillit-09/img/barContentTopLeft.jpg");
	background-position: left top;
	background-repeat: repeat-y;
}

.cTopLeftContent {
	width: 555px;
	height: 175px;
	margin-left: 35px;
}

.cBottomLeft {
}

.cBottomLeft .contentframe {
	float: left;
	display: inline;
}

/* contentframe */
.contentframe {
	margin: 5px;
}

.cfTop {
	height: 30px;
	background-image: url("/cillit-09/img/cfTopBackground.jpg");
	background-repeat: repeat-x;
}

.cfCornerTopLeft {
	float: left;
	height: 30px;
	width: 30px;
	background-image: url("/cillit-09/img/cfCornerTopLeft.jpg");
	background-repeat: no-repeat;
}

.cfHeader {
	float: left;
	height: 20px;
	margin-left: 6px;
	margin-top: 6px;
	font-size: 14px;
	font-weight: bold;
	color: White;
	overflow: hidden;
}

.cfHeader input { /* only in edit-mode */
	font-size: 14px;
	font-weight: bold;
	color: Black;
	border: 1px solid #ddddde;
	background-color: White;
}

.cfCornerTopRight {
	float: right;
	height: 30px;
	width: 60px;
	background-image: url("/cillit-09/img/cfCornerTopRight.jpg");
	background-repeat: no-repeat;
}

.cfContent {
	position: relative; /* fixes IE6 bug (left border dissapeared) */
	overflow: hidden;
	border-left: 1px solid #ddddde;
	border-right: 1px solid #ddddde;
}

.startpage .cfContent {
	background-color: #eaeae8;
}

.cfBottom {
	height: 5px;
	font-size: 0px; /* IE 6 */
	background-position: bottom;
	background-image: url("/cillit-09/img/cfBottomBackground.gif");
	background-repeat: repeat-x;
}

.startpage .cfBottom {
	background-color: #eaeae8;
}

.cfCornerBottomLeft {
	float: left;
	height: 5px;
	width: 5px;
	background-image: url("/cillit-09/img/cfCornerBottomLeft.jpg");
	background-repeat: no-repeat;
}

.startpage .cfCornerBottomLeft {
	background-image: url("/cillit-09/img/cfCornerBottomLeftS.jpg");
}

.cfCornerBottomRight {
	float: right;
	height: 5px;
	width: 5px;
	background-image: url("/cillit-09/img/cfCornerBottomRight.jpg");
	background-repeat: no-repeat;
}

.startpage .cfCornerBottomRight {
	background-image: url("/cillit-09/img/cfCornerBottomRightS.jpg");
}

.cfNavContainer {
}

.cfNav {
	/*height: 24px;*/
	padding: 4px 10px 8px 36px;
	/*line-height: 20px;*/
	border-left: 1px solid #ddddde;
	border-right: 1px solid #ddddde;
	background-image: url("/cillit-09/img/cfNavBackground.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}

.cfContentCommon {
	padding: 20px;
}

.cfContentCommonPlaceholder {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

/* contentframe office */
.cfOfficeContainer {
	margin-top: 15px;
}
.cfOfficeTable {
	border-collapse: collapse;
}

.cfOfficeHLine {
	font-weight: bold;
}

.cfOfficeCLine {
	font-weight: bold;
	color: #f7922a;
}

/* contentframe product */
.cfProductImage {
	float: right;
}

.cfProductName {
}

.cfProductName h1 input {  /* only in edit-mode */
	width: 50%;
}

.cfProductDescrition {
	margin-top: 2px;
}

.cfProductDescription h2 textarea {  /* only in edit-mode */
	width: 50%;
}

.cfProductContent {
	margin-top: 14px;
	margin-bottom: 14px;
}

.cfProductTableTitle {
	margin-top: 20px;
}

.cfProductTableTitle h3 input {  /* only in edit-mode */
	width: 50%;
}

.cfProductTable {
}

.cfProductTable .RadEWrapper table {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}

.cfProductTable .RadEWrapper td {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}

.cfProductTable table {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
	border-collapse: collapse;
}

.cfProductTable tr {
}

.cfProductTable td {
	height: 14px;
	padding: 6px;
	font-size: 10px;
	color: #7f7f7f;
	border: 1px solid #ddddde;
	background-color: #f3f3f3;
}	

.cfProductTableRowHead td {
	font-size: 10px;
	font-weight: bold;
	color: #7a7a7c;
	background-color: #e5e5e5;
}

.cfProductTableRowEven td {
	background-color: #ffffff;
}

.cfProductTableRowOdd td {
	background-color: #f3f3f3;
}

.cfProductTableColFirst {
	text-align: left;
}

.cfProductTableColOthers {
	text-align: center;
}

.cfProductDownloadTitle {
	margin-top: 20px;
}

.cfProductDownloadTitle h3 input {  /* only in edit-mode */
	width: 50%;
}

.cfProductDownload {
}

.cfProductDownload .RadEWrapper table {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}

.cfProductDownload .RadEWrapper td {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}

.cfProductDownload table {
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #ddddde;
	border-collapse: collapse;
}

.cfProductDownload tr {
}

.cfProductDownload td {
	height: 28px;
	padding: 5px;
}

.cfProductDownload a {
	font-size: 11px;
	font-weight: bold;
	color: #717174;
	text-decoration: none;
}

.cfProductDownload a:hover {
	color: #717174;
	text-decoration: underline;
}

/* contentframe productlist */
.cfContentProductlist {
	margin: 15px;
}

.cfProductlistItem {
	float: left;
	width: 185px;
	margin: 5px;
}

.cfProductlistImage {
	/*position: relative;*/
	height: 228px;
	border: 1px solid #ddddde;
}

.cfProductlistName {
	/*position: absolute;
	bottom: 10px;
	width: 185px;*/
	position: relative;
	height: 30px;
	clear: both;
}

.cfProductlistName a {
	position: absolute;
	bottom: 0px;
	width: 181px;
	margin: 0px 2px 10px 2px;
	text-align: center;
}

.cfProductlistDescription {
	margin: 5px;
}

/* contentframe documentlist */
.cfContentDocumentlist {
	margin: 15px;
}

.cfContentDocumentlistSpacer {
	clear: both;
	height: 5px;
}

.cfContentDocumentlistHead {
	clear: both;
	margin: 5px;
}

.cfContentDocumentlistHead h1 {
	font-size: 20px;
}

.cfContentDocumentlistHead h2 {
	font-size: 14px;
}

.cfContentDocumentlistHead h3 {
	font-size: 12px;
}

.cfContentDocumentlistItem {
	/*float: left;
	width: 284px;*/
	margin: 2px 5px 2px 5px;
}

.cfContentDocumentlistItem * {
	padding-left: 5px;
	vertical-align: middle;
}

.cfContentDocumentlistItem a {
	font-size: 11px;
	font-weight: bold;
	color: #717174;
	text-decoration: none;
}

.cfContentDocumentlistItem a:hover {
	color: #717174;
	text-decoration: underline;
}

/* contentframe sitemap */
.cfContentSitemap {
	padding: 15px;
}

.cfContentSitemapTitle {
	clear: both;
	padding: 5px;
	padding-bottom: 0px;
}

.cfContentSitemapTitle h1 {
	font-size: 16px;
	font-weight: bold;
	color: #454343;	
}

.cfContentSitemapColumn {
	float: left;
	width: 409px;
	padding: 5px;
	padding-bottom: 15px;
}

.cfContentSitemapColumn ul {
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 1em;
}

.cfContentSitemapColumn li {
	font-size: 14px;
	list-style-type: none;
}

.cfContentSitemapList1 ul {
	padding-bottom: 20px;
}

.cfContentSitemapList2 ul {
	padding-bottom: 10px;
}

.cfContentSitemapList3 ul {
	padding-bottom: 5px;
}

.cfContentSitemapList4 ul {
	padding-bottom: 0px;
}

/* contentframe search */
.cfContentSearchQuery {
	margin-bottom: 10px;
}

.cfContentSearchResultNav {
	float: left;
}

.cfContentSearchResultStat {
	float: right;
}

.cfContentSearchResult {
}

.cfContentSearchResultTitle {
	margin-top: 10px;
}

.cfContentSearchResultDescription {
	margin-top: 5px;
}

/* contentframe contact */
.cfContactContainer {
	margin-top: 20px;
}

.cfContactContainer tr {
	vertical-align: top;
}

.cfContactContainer .col1 {
	line-height: 18px;
}

.cfContactContainer input, .cfContactContainer select {
	width: 200px;
}

.cfContactContainer .fileUpload {
	width: auto;
}

.cfContactContainer .select_radio {
	width: 430px;
}

.cfContactContainer .select_radio_horizontal {
	width: auto;
}

.cfContactContainer .select_radio_vertical {
}

.cfContactContainer .select_radio * {
	width: auto;
	vertical-align: middle;
	border: none;
}

.cfContactContainer .select_border {
	border: 1px solid #ddddde;
}

.cfContactContainer .input_zip {
	width: 50px;
}

.cfContactContainer .input_city {
	width: 143px;
}

.cfContactContainer textarea {
	width: 430px;
}

.cfContactContainer .button input {
	width: auto;
}

.cfContactOptions textarea {  /* only in edit-mode */
	width: 430px;
}

.cfContactContainer .optHead {
	font-weight: bold;
}

.cfContactContainer .optText {
	margin: 0;
	padding: 0 0 0 40px;
}

.cfContactContainer .optText * {
	margin: 0;
	padding: 0;
}

.botDetection {
	display: none;
}

.cfContactServiceSiteAddress {
	font-weight: bold;
}

.cfContactServiceContent {
}

.cfContactServiceContent input {
	border: none;
	width: auto;
}

.cfContactServiceContent ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.cfContactServiceContent ul ul {
	margin: 0 0 0 2em;
}

.cfContactServiceContent li {
	list-style-type: none;
	list-style-position: outside;
}

.cfContactServiceContent ul ul ul li {
	list-style-type: disc;
}

/* footer */
.footer {
	height: 102px;
	margin-top: 10px;
	background-image: url("/cillit-09/img/footerBackground.jpg");
	background-repeat: repeat-x;
}

.barFooter {
	position: absolute;
	left: 0px;
	margin-top: 3px;
	width: 35px;
	height: 99px;
	background-image: url("/cillit-09/img/barFooter.jpg");
	background-repeat: no-repeat;
}

.footerContainer {
	margin: auto;
	padding-top: 10px;
	width: 880px;
}

.footerLinks {
	float: left;
	width: 815px;
	margin-left: 5px;
}

.footerLinks1 {
	padding-top: 10px;
	height: 20px;
	font-size: 10px;
	color: #717174;
	text-align: center;
}

.footerLinks1 a {
	color: #717174;
	text-decoration: none;
}

.footerLinks1 a:hover {
	color: #717174;
	text-decoration: underline;
}

.footerLinks2 {
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #717174;
	text-align: center;
}

.footerLinks2 a {
	color: #f99c30;
	text-decoration: underline;
}

.footerLinks2 a:hover {
	color: #f99c30;
	text-decoration: underline;
}

.footerLogo {
	float: right;
	margin-right: 5px;
}

.footerLogo img {
	border: none;
}

.footerlinksEdit {
	position: absolute;
	left: 45px;
	padding-top: 10px;
}

/* misc */
.clearfloat {
	height: 0px;
	font-size: 0px;
	clear: both;
}

/* CMS classes */

.img_float_left {
	float: left;
}

.img_float_right {
	float: right;
}

.a_bubble {
	height: 14px;
	padding-left: 16px;
	background-image: url("/cillit-09/img/bubble.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #f99c30;
	text-decoration: none;
}

.a_list {
	display: block;
	margin: 0px 2px 0px 2px;
	padding: 2px 0px 2px 10px;
	background-image: url("/cillit-09/img/a_list_bg.gif");
	background-position: 2px 6px;
	background-repeat: no-repeat;	
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #7f7f7f;
}
/*
.a_list:before {
	content: "» ";
	color: #f99c30;
}
*/
a.a_list:hover {
	text-decoration: underline;
	color: #7f7f7f;
}

/* --- */

.links_2 {
	color: #717174;
}

.links_2 a {
	color: #717174;
	text-decoration: none;
}

.links_2 a:hover {
	color: #717174;
	text-decoration: underline;
}

