/* logo */

#header > div img {
	margin: 10px 0 25px
}


/* search box */

#searchbox {
}

#searchtext {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size: 11.5px;
	padding: 4px;
	width: 150px; height: 16px;
	border: 1px solid #ababab;
	color: #666;
	float: right;
	margin-top: 4px;
}

#searchsubmit {
	margin: 0; padding: 0;
	border: 0;
	width: 53px; height: 34px;
	background: transparent url(../media/search.png) no-repeat left top;
	cursor: pointer;
	float: right;
	margin-top: 0;
}

#searchsubmit:hover {
	background: transparent url(../media/search.png) no-repeat left bottom;
}


/* site menu */
.ux-menu a.current {
	font-weight: bold;
}


/* teaser */

#teaser {
	padding-top: 20px;
	padding-bottom: 20px;
}

#startcrmtest {
	margin: 0; padding: 0;
	border: 0;
	width: 222px; height: 72px;
	background: transparent url(../media/crmtest.png) no-repeat left top;
	cursor: pointer;
	float: right;
	margin-top: 3px; margin-right: 25px;
}

#startcrmtest:hover {
	background: transparent url(../media/crmtest.png) no-repeat left bottom;
}


/* content */

#footnote1 img {
	padding: 5px;
	border: 1px solid #d3d3d3;
	margin-top: 10px;
}
#footnote2 img {
	padding: 5px;
	border: 1px solid #d3d3d3;
	margin-top: 10px;
}
#footnote3 img {
	padding: 5px;
	border: 1px solid #d3d3d3;
	margin-top: 10px;
}



/* sidebar */

.ux-menu-vertical li {
	width: 250px;
}

.ux-menu-vertical a {
	padding-left: 4px;
}


/* footer */

#footer {
	font-size: 80%;
}


/* faq pages */

div.faqQuestion {
	padding-bottom: 5px;
}

div.faqQuestion strong {
	cursor: pointer;
}

div.faqAnswer {
	padding: 5px 0 5px 10px;
}















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
