/*
 * CMS specific workarounds
 */

/* cannot add class (stars) declaration to an image resource
#readersReactions .stars { */
#readersReactions .post img, #readersReactions .postFirst img {
	float: left;
	margin: 4px 0 0 -154px;
}

/*
 * Workaround rich tag spanning tag
 */

/*
#content #ContentPreview {
	padding: 0 14px;
	margin-bottom: 1em;
}
*/

/*
 * Workaround
 */
ul.text {
 list-style-type:disc;
 margin-left:35px;
}

/*
 * Workarounds start page teaser
 */

/* same height */
.offerContainer {
  height: 420px;
}
/* Full sized delimiter line */
.offersOneThird, .offersTwoThird, .offersHalf, .offersOne {
  height: 100%;
}
/* Preserve free editable text from padding */
#content .offersOneThird p *, #content .offersTwoThird p *, #content .offersHalf p *, #content .offersOne p * {
	padding: 0px;
}
/* No padding to new added anker tag */
.imgCenter a {
	padding: 0px;
}

/*
 * Workaround alphabetic author list
 */

#authorsPerLetter .letter ol {
	min-height: 20px;
	border: solid 1px #ffd600;
}

/*
 * Workaround headline width [8789]
 */
/*
#productHeader h2, #productHeader h3 {
	width: 260px;
}
*/

/*
 * CR button list padding
 */

#buttonList li { 
	padding-bottom: 8px;
}

/*
 * form
 */

.standardform {
	border-top: 1px dotted #474747;
	margin-top: 1em;
	padding-top: .5em;
	width: 580px;
}

.standardform fieldset {
	border: 0;
	clear: both;
	display: block;
	margin: 0 14px 1em 14px;
	overflow: auto;
}

.standardform label {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	float: left;
	line-height: 20px;
	margin: 0 20px 0 0;
	padding: 0;
	width: auto;
}

.standardform input {
	border: 1px solid #999;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}

.standardform #submit {
	border: 0;
}

.standardform #reset {
	border: 0;
}

.standardform .radio input {
	border: 0;
	margin-right: 4px;
}

.standardform textarea {
	border: 1px solid #999;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}

.standardform .full {
	width: 546px;
	width: 434px;
}

.standardform .onethird {
	width: 179px;
	width: 130px;
}

.standardform .twothird {
	width: 357px;
	width: 280px;
}

.standardform .radio label, .standardform .checkbox label {
	margin-right: 20px;
}

.standardform .error {
	color: red;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.standardform .labelerror {
	color: red;
}

.standardform p.attention {
	background: #FFC;
	border-top: 1px dotted #474747;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 1em 0;
	padding: 0 14px;
}

.standardform ul {
	border-top: 1px dotted #474747;
	list-style: none;
	margin: 1em 0;
	padding: 2em 14px 1em 14px;
}

form.toolbar p.line input {
	margin-top: 5px;
}

form.toolbar p.line input.fEmail {
	margin-right: 5px;
}

/*
 * wps6
 */
#mainNav li ul{
	top: -150px;// more space to the hidden sub navigation if admin toolbar is shown
}