/*
 * Content einspaltig (z.B. Wako)
 */
DIV.contentOneColumn {
	padding:20px 20px;
}
DIV.contentOneColumn H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
DIV.contentOneColumn P {
	margin:0 0 0.5em 0;
}
/*
 * Warenkorb Tabelle
 */
TABLE.wakoTable {
	margin:0 20px 20px 0;
	width:503px;
	background:#fff;
}
TABLE.wakoTable TH {
	background:#e0e0e0;
	font-weight:normal;
	padding:2px 0 3px 0;
}
TABLE.wakoTable TD {
	padding:5px 0 5px 0;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
TABLE.wakoTable TD TABLE TD {
	border:0;
	padding:0;
}
IMG.wakoThumb {
	width:40px;
	margin:4px 10px 0 0;
}
IMG.trashCan {
	width:9px;
	height:15px;
}
TABLE.wakoTable INPUT.iText:focus {
	background:#f3f3f3;
}
DIV.contentHalfColumn {
	width:240px;
}

/*
 * Adressform -> tabellenlos umbauen bei Zeiten
 */
TABLE.adressForm {
	width:503px;
	background:#fff;
}
TABLE.adressForm TH {
	background:#e0e0e0;
	font-weight:normal;
	padding:2px 0 3px 0;
	vertical-align:top;
}
TABLE.adressForm TD {
	padding:1px 0 1px 0;
	vertical-align:top;
}
TABLE.adressForm TD.grey {
	background:#f3f3f3;
}
TABLE.adressForm TD.textgrey {
	color:#686868;
}
TABLE.adressForm TD P {
	padding:0 0 0.5em 0;
}
TABLE.adressForm TEXTAREA.textarea {
	border:1px solid #ccc;
	width:145px;
	background:#f3f3f3;
}
TABLE.adressForm TEXTAREA.textarea:focus {
	background:#fff;
}

TR.total A.btnWhite {
	position:absolute;
}


DIV#agbscroller {
	overflow: auto;
	display: block;
	padding: 10px 20px 10px 10px;
	font-size: 0.9em;
	border: 1px solid #cacaca;
	height: 200px;
}
DIV#agbscroller H1 { 
	background: #cacaca;
	display: block;
	padding: 0.2em;
	margin-bottom:1em;
}
DIV#agbscroller UL {
	padding: 0px;
	margin: 0em 0em 0.8em 0em;
	list-style-type:none;
}
DIV#agbscroller UL LI {
padding: 0em 0em 0em 1em;
	margin: 0px;
	list-style-type:none;
	background:  url("/_inc/img/layout/smallbullet.gif") no-repeat 0px 2px;
}
DIV#btbestaetigen,
DIV#btbestaetigenEn {
	display:block;
	width:202px;
	height:24px;
	background:  url("/_inc/img/layout/btn_confirm_order_prev.gif") no-repeat 0px 0px;
}
DIV#btbestaetigenEn {
	background:  url("/_inc/img/layout/btn_confirm_please.gif") no-repeat 0px 0px;
}

/*
 * Partnerbuchhandlungen Details
 */
TABLE.partnerDetails {
	font-size:0.8em;
	line-height:1.3em;
	margin:10px 0 0 0;
}
TABLE.partnerDetails TD {
	padding:3px 7px;
}
