/**
 * content_correction.css - Correction for old SEDO applications
 **/

/**
 * corrections for old sedo elements and for compatibility (remove this if css is consolidated!!!)
 */

/**
 * #page 
 */

#col3 #contentpage,
#col3 #contentpage_dv {
	margin-left:20px;
}

/**
 * contentelements_b... (line 66)
 */

#contentConModul {
	margin:0 0 0 20px;
}

/**
 * Auction Detail
 */

#auction { 
	margin-left:20px;
}

/**
 * uls & lis
 */

#content_mitte .auction_p ul {
	margin:6px 0 !important;
}

#content_mitte .auction_p li {
	padding-left:10px !important;
	background:transparent url(/img/css_img/img_pfeil_orange.gif) no-repeat 0 5px !important;
}

ul.jobslist ul {
	margin:12px 0 !important;
}

ul.jobslist li {
	padding-left:10px !important;
	background:transparent url(/img/css_img/img_pfeil_orange.gif) no-repeat 0 5px !important;
}

#topicsmenu ul {
	padding:0;
	margin:12px 0 !important;
	}
	
#topicsmenu li {
	padding-left:10px !important;
	background:transparent url(/img/css_img/img_pfeil_orange.gif) no-repeat 0 5px !important;
}

.verification-normlist ul {
	padding:0; margin:12px 0 !important;
}

.verification-normlist li {
	padding-left:10px !important;
	background:transparent url(/img/css_img/img_pfeil_orange.gif) no-repeat 0 5px !important;
}

.verification-normlist ul {
	padding:0; margin:12px 0 !important;
}

.verification-normlist li {
	padding-left:10px !important;
	background:transparent url(/img/css_img/img_pfeil_blau.gif) no-repeat 0 6px !important;
}

.contentListOrange ul {
	padding:0;
	margin:12px 0 !important;
}

.contentListOrange li {
	padding-left:10px !important;
	background:transparent url(/img/css_img/img_pfeil_orange.gif) no-repeat 0 6px !important;
}

/**
 * Fix for Banner (/partner/htmlcode.php3)
 */

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

/**
 * Fix for SedoPro Subnavi
 */

#subnavileft { 
	overflow:hidden;
}

/**
 * Fix for bad clearing on eg. policies (floatbox fix)
 */

.cleaner {
	clear:none;
	display:none;
}

#col3 #main1 {
	overflow:hidden;
}

/**
 * fix for HTML-Banner-Code Button
 */

p .status .htmlOpen, 
p .status .htmlClose { 
	display:block; 
	text-align:left; 
	margin:0px 8px 0 16px !important; 
	padding:2px 0 2px 30px !important; 
}

/**
 * Fix for big button on certification page :-) dumb css
 */

.creditcard-verification input { 
	width:auto !important; 
}

/**
 * Fix for logout screen
 */

.newsHeader { 
	width:auto !important; 
}

.newsHeader .newsLink {
	width:100% !important;
}

.newsHeader .newsRight { 
	float:left !important;
}

/**
 * SedoPro selects are NOT bold (contentstyle6.css - line 561)
 **/

.dsbold select {
	font-weight:normal;
}

/**
 * @END OF CORRECTION
 */
