/**
 * Style sheet webisco
 */
@charset "utf-8"; body
{
	font-family:sans-serif;
	font-size:12px;
}

a
{
	text-decoration:none;
	color:#dc5f00;
	/*font-color: 799f43*/
}

a:hover
{
	text-decoration:underline;
}

form
{
	display:inline;
	margin-bottom:0;
}

/* Das Suchfeld */
#webisco-search
{
	width:200px;
	height:50px;
	overflow:hidden;
	/* z-index:200; */
}

#webisco-search #webisco-search-label
{
	display:none;
}

#webisco-search #webisco-search-inputfield
{
	width:190px;
	height:23px;
	padding-top:5px;
	padding-left:10px;
	background-image:url("tl_files/FA-Layout/FA-Search.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	border:0px solid;
	font-size:16px;
}

#webisco-search #webisco-search-inputfield:focus
{
	width:190px;
	height:23px;
	padding-top:5px;
	padding-left:10px;
	background-image:url("tl_files/FA-Layout/FA-SearchFocus.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	border:0px solid;
	font-size:16px;
	color:#dc5f00;
}

#webisco-search #webisco-search-submit
{
	width:31px;
	height:39px;
	right:-2px;
	top:6px;
	position:absolute;
	background-image:url("tl_files/FA-Layout/FA-SearchSubmit.gif");
	background-position:left top;
	background-repeat:no-repeat;
	border:0px outset;
	font-size:1px;
	color:#50aaeb;
	color: transparent;z-index:300;cursor:pointer;background-color:transparent;
}

/* Die Kurzinformation über den Warenkorbinhalt */
#webisco-cartinfo
{
	left:-200px;
	top:-150px;
	position:absolute;
	padding-top:3px;
	padding-left:40px;
	background-image:url("tl_files/webisco_images/cart.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#webisco-cartinfo div
{
	color:#666;
}

#webisco-cartinfo div:hover
{
}

#webisco-cartinfo .webisco-cartinfo-content
{
	background-position:left top;
	font-weight:bold;
	font-size:14px;
	color:#666666;
}

#webisco-cartinfo .webisco-cartinfo-sum
{
}

#webisco-cartinfo .webisco-cartinfo-agb
{
	font-size:10;
}

#webisco-cartinfo .webisco-cartinfo-agb a
{
	font-size:10px;
}

/* Der kleine Kundenbereich, der immer igendwo auf der Webseite zu sehen ist (Login/Logout) */
#webisco-permanent-accountbox
{
	bottom:0px;
	left:-373px;
	right:0px;
	top:-80px;
	position:absolute;
	overflow:hidden;
	margin-bottom:15px;
	text-align:left;
}

#webisco-permanent-login
{
	width:380px;
	overflow:hidden;
	text-align:right;
}

#webisco-permanent-login-name
{
	display:inline;
}

#webisco-permanent-login-name label
{
	color:#666;
}

#webisco-permanent-login-password
{
	display:inline;
}

#webisco-permanent-login-password label
{
	color:#666;
}

#webisco-permanent-login input
{
	width:105px;
	height:16px;
	margin:0px 2px 4px 2px;
	padding-left:2px;
	border:3px solid #5f5f5f;
	font-size:12px;
}

#webisco-permanent-login #webisco-permanent-login-submit
{
	width:auto;
	height:18px;
	float:right;
	display:inline;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#f9f9f9;
	border:0px solid #000;
	font-size:14px;
	color:#91be50;
}

#webisco-permanent-login #webisco-permanent-login-submit:hover
{
	text-decoration:underline;
	font-size:14px;
	color:#91be50;
	cursor: pointer;
}

#webisco-permanent-login #webisco-permanent-login-forgotpassword
{
	top:40px;
	position:absolute;
	margin-left:45px;
	font-size:10px;
}

#webisco-permanent-login #webisco-permanent-login-forgotpassword a
{
	font-size:10px;
}

#webisco-permanent-login #webisco-permanent-login-newaccount
{
	left:140px;
	top:40px;
	position:absolute;
	margin-left:10px;
}

#webisco-permanent-login #webisco-permanent-login-newaccount a
{
	font-size:10px;
}

#webisco-permanent-login-form
{
	float:left;
	margin:10px 10px 0px 10px;
	padding:0px;
	
}

#webisco-permanent-logout
{
	width:370px;
	text-align:right;
}

#webisco-permanent-account-home
{
	width:370px;
	margin-top:5;
	margin-left:auto;
	padding-top:5px;
	text-align:right;
}

/* Die kleine Infobox über das aktuell gewählte Fahrzeug */
#webisco-car-info
{
	width:400px;
	overflow:hidden;
	margin:0px auto 15px auto;
	padding-left:10px;
	text-align:left;
	border:3px solid #0088ff;
	font-size:12px;
	line-height:18px;
}

#webisco-car-info div
{
	color:#666;
}

#webisco-car-info div:hover
{
}

#webisco-car-selected
{
	margin-top:10px;
	padding:10px 10px 10px 50px;
	background-image:url("tl_files/webisco_images/ok.png");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	white-space:nowrap;
	white-space: pre-wrap;
}

#webisco-car-not-selected
{
	margin-left:10px;
	padding:10px 10px 10px 50px;
	background-image:url("tl_files/webisco_images/alert.png");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:13px;
	color:#666;
	white-space: pre-wrap;
}

#webisco-car-change
{
	overflow:visible;
	float:right;
	margin-top:10px;
	margin-right:10px;
}

/* Die horizontale Navigationsleiste, um zur vorigen Kategorie zu kommen */
#webisco-rootline
{
	padding:3px;
	text-align:left;
	background-color:#e0ecff;
	border:1px solid #4871b4;
	border-right-width: 0px;
}

#webisco-rootline .webisco-rootline-title
{
	padding:3px;
}

#webisco-rootline .webisco-rootline-item
{
	padding:3px;
}

#webisco-rootline .webisco-rootline-separator
{
	padding:3px;
	font-weight:bold;
}

/* Der Up-Button, um zur vorigen Kategorie zu kommen */
#webisco-step-up
{
	float:left;
	padding:3px;
	text-align:center;
	background-color:#e0ecff;
	border:1px solid #4871b4;
}

/* Die Baumnavigation für Angebote und Ersatzteile */
#webisco-navigation
{
	width:200px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:6px;
	padding-bottom:0px;
	background-image:url("tl_files/FA-Layout/FA-left-top.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

#webisco-navigation ul
{
	width:100%;
	margin:2px 20px 0px 0px;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:10px;
	text-align:left;
	background-image:url("tl_files/FA-Layout/FA-left.jpg");
	background-position:left center;
	background-repeat:repeat-y;
	list-style: none;
	list-style-position: outside;
}

#webisco-navigation ul ul
{
	margin:2px 2px 0px 10px;
	padding-right:3px;
	padding-bottom:0px;
	padding-left:0px;
	text-align:left;
	list-style: none;
	list-style-position: outside;
	background: transparent;
}

#webisco-navigation li
{
	display:block;
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
}

#webisco-navigation ul ul li
{
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:1px solid #e0e0e0;
}

#webisco-navigation .webisco-navigation-item
{
}

#webisco-navigation a
{
	display:block;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	font-size:12px;
}

#webisco-navigation a:hover
{
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	font-size:12px;
}

#webisco-navigation .webisco-navigation-title
{
	padding-left:3px;
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	/*font-color:50aaeb;*/
}

#webisco-navigation .webisco-navigation-active-path
{
	font-weight:bold;
}

#webisco-navigation .webisco-navigation-active-item
{
	font-weight:bold;
	color:#007daf;
}

#webisco-navigation .webisco-navigation-active-item a
{
	padding-left:20px;
	background-image:url("tl_files/FA-Layout/FA-Zahnrad.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#50aaeb;
}

/* Copyright-Vermerk von ByteRider */
#webisco-copyright
{
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	text-align:center;
	font-size:10px;
	color:#222222;
}

/* Der Hauptinhaltsbereich */
#webisco-content
{
}

/* Diese Klasse wird dann mitgegeben, wenn Webisco denkt, dass es zentriert besser aussieht */
#webisco-content .centering-hint
{
	text-align:center;
}

/* Überschriften */
#webisco-content .webisco-header
{
	font-size:23px;
	color:#000000;
}

/* Die Fehlerausgabe */
#webisco-content .webisco-error
{
	margin-bottom:15px;
	color:#FF3030;
	background: #FFF2F2;
}

/* Die normale Infoausgabe */
#webisco-content .webisco-message
{
	margin-bottom:15px;
	padding:5px;
	color:#ff0000;
}

/* Das Fenster mit der Meldung einer Ladeverzögerung */
#webisco-progress
{
	top:200px;
	position:absolute;
	clear:both;
	padding:20px;
	text-align:left;
	font-size:18px;
	color:#DDDDDD;
	background: #666666;
	z-index: 999;
	opacity: .9;
	filter: alpha(opacity=90);
	visibility: hidden;
}

#webisco-progress-bar
{
	height:8px;
	margin-top:20px;
	color:#CCCCCC;
}

/* Das Feld zum Eintragen des Benutzernamens oder der Emailadresse */
#webisco-send-password
{
	width:50%;
	padding:5px;
	background: #E0ECFF;
}

#webisco-send-password-input
{
}

#webisco-send-password-submit
{
}

/* Die Fahrzeugauswahl */
#webisco-car-selection
{
	overflow:hidden;
	clear:both;
	padding:5px;
	background: #E0ECFF;
}

#webisco-car-selection-incremental
{
	width:45%;
	float:left;
}

#webisco-car-selection-number
{
	width:45%;
	float:right;
}

/* Allgemeine Geschäftsbedingungen */
#webisco-agb
{
	margin-bottom:10px;
	padding:5px;
	text-align:left;
	background: #E0ECFF;
}

/* Die Unterkategorien bei einer gewählten Kategorie (alternativ zur Baumnavigation als Liste) */
#webisco-subsections
{
	overflow:hidden;
	clear:both;
	padding:5px;
}

#webisco-subsections h2
{
	font-size:25px;
	color:#555;
}

#webisco-subsections .webisco-subsection
{
	width:48%;
	float:left;
	padding:5px;
	background-color:#f9f9f9;
	border:1px solid #dadada;
}

#webisco-subsections .webisco-subsection span.webisco-subsection-name
{
	width:200px;
	float:left;
	display:block;
}

#webisco-subsections .webisco-subsection br
{
	clear:none;
	display:none;
}

#webisco-subsections .webisco-subsection a
{
	height:70px;
	display:block;
	margin:5;
	background-image:url("tl_files/webisco_images/no-image.jpg");
	background-position:right top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:20px;
	color:#50aaee;
}

#webisco-subsections img
{
	width:92px;
	height:70px;
	float:right;
	border:0px;
}

#webisco-subsections .webisco-subsection
{
	font-size:15px;
}

#webisco-subsections .even
{
}

#webisco-subsections .odd
{
}

/* Die Anzeige der Artikel in einer Liste zum Durchblättern */
#webisco-content .webisco-article-table
{
	clear:both;
	border-spacing: 0px;
}

#webisco-content .webisco-article-table th
{
	padding:3px;
	border-bottom:1px solid #cccccc;
	font-size:10px;
}

#webisco-content .webisco-article-table td
{
	padding:3px;
	vertical-align:middle;
}

#webisco-content tr.webisco-article-table-row-even
{
}

#webisco-content tr.webisco-article-table-row-even td
{
	border-bottom:1px solid #cccccc;
}

#webisco-content tr.webisco-article-table-row-odd
{
	background-color:#f9f9f9;
}

#webisco-content tr.webisco-article-table-row-odd td
{
	border-bottom:1px solid #cccccc;
	border-collapse:collapse;
}

#webisco-content table.webisco-article-table .webisco-article-shipping-costs
{
	font-size:9px;
}

#webisco-content table.webisco-article-table .webisco-article-shipping-costs a
{
	font-size:9px;
}

#webisco-content .webisco-article-thumbnail
{
}

/* Die Artikelansicht */
#webisco-content .webisco-teaser
{
	margin-top:7px;
	margin-bottom:7px;
}

#webisco-content .webisco-teaser table tr
{
}

#webisco-content .webisco-teaser .webisco-teaser-text
{
	font-weight:bold;
	color:#909f43;
}

#webisco-content .webisco-article
{
	width:600px;
	clear:both;
	max-width: 600px;
}

#webisco-content .webisco-teaser .webisco-article
{
	width:auto;
	margin:0px 0px 40px 0px;
	padding:0px 0px 10px 0px;
	border-top:0px solid #999;
	border-right:0px solid #999;
	border-bottom:1px solid #999;
	border-left:0px solid #999;
	overflow: hidden;
}

#webisco-content .webisco-article-image
{
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

#webisco-content .webisco-article-data
{
	clear:both;
}

#webisco-content .webisco-teaser .webisco-article-data
{
	float:left;
	margin-left:20px;
}

#webisco-content .webisco-teaser-1 .webisco-article-data
{
	max-width: 60%;
}

#webisco-content .webisco-teaser-2 .webisco-article-data
{
	max-width: 60%;
}

#webisco-content .webisco-teaser-3 .webisco-article-data
{
	max-width: 40%;
}

#webisco-content .webisco-teaser-4 .webisco-article-data
{
	max-width: 60%;
}

#webisco-content .webisco-article-number-key
{
	float:left;
	font-weight:bold;
}

#webisco-content .webisco-article-number-value
{
	float:left;
}

#webisco-content .webisco-article-manufacturer-key
{
	float:left;
	font-weight:bold;
}

#webisco-content .webisco-article-manufacturer-value
{
	float:left;
}

#webisco-content .webisco-article-price-key
{
	float:left;
	font-weight:bold;
}

#webisco-content .webisco-article-price-value
{
	float:left;
}

#webisco-content .webisco-article-deposit-key
{
	float:left;
	font-weight:bold;
}

#webisco-content .webisco-article-deposit-value
{
	float:left;
}

#webisco-content .webisco-article-availability-key
{
	float:left;
	font-weight:bold;
}

#webisco-content .webisco-article-availability-value
{
	float:left;
}

#webisco-content .webisco-article-availability-image
{
	margin-right:5px;
}

#webisco-content .webisco-article-put-cart
{
	margin-top:10px;
}

#webisco-content .webisco-article-put-cart-text
{
}

#webisco-content .webisco-article-put-cart-image
{
}

#webisco-content .webisco-teaser .webisco-article-put-cart-image
{
	float:left;
}

#webisco-content .webisco-article-datasheets
{
	margin-top:20px;
}

#webisco-content .webisco-article-datasheet
{
}

#webisco-content .webisco-pdf-icon
{
}

#webisco-content .webisco-article-details
{
	width:100%;
	float:left;
	clear:both;
	margin-top:10px;
	text-align:left;
}

#webisco-content .webisco-article-details-preview
{
	width:100%;
	float:left;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	font-size:10px;
	color:#gray;
}

#webisco-content .webisco-article-details-table
{
	border-collapse:collapse;
	font-size:10px;
	border-spacing: 1px;
}

#webisco-content .webisco-article-details-table th
{
	width:50%;
	padding:1px;
	vertical-align:top;
	border:1px dotted #4871B4;
	font-weight:normal;
	font-size:10px;
	background: transparent;
}

#webisco-content .webisco-article-details-table td
{
	width:50%;
	padding:1px;
	vertical-align:top;
	border:1px dotted #4871B4;
	font-weight:normal;
	font-size:10px;
}

#webisco-content .webisco-article-description
{
	float:left;
	margin-top:10px;
	text-align:left;
}

#webisco-content .webisco-article-description-header
{
	font-weight:bold;
}

#webisco-content .webisco-article-description-text
{
}

#webisco-content .webisco-article-shopping-hint
{
	float:left;
	margin-top:10px;
	text-align:left;
}

#webisco-content .webisco-article-shopping-hint-header
{
	font-weight:bold;
}

#webisco-content .webisco-article-shopping-hint-text
{
}

#webisco-content .webisco-article-additional-info
{
	float:left;
	margin-top:10px;
	text-align:left;
}

#webisco-content .webisco-article-additional-info-header
{
	font-weight:bold;
}

#webisco-content .webisco-article-additional-info-text
{
}

/* Die Detailansicht des Warenkorbs */
#webisco-cart
{
	clear:both;
	margin-bottom:1px;
	background: #E0ECFF;
}

#webisco-cart .webisco-cart-recalculate
{
}

#webisco-cart .webisco-cart-row-even
{
	background: #EAF2FF;
}

#webisco-cart .webisco-cart-row-odd
{
	background: #F4F8FF;
}

#webisco-cart table
{
	border-spacing: 0px;
}

#webisco-cart th
{
	padding:3px;
}

#webisco-cart td
{
	padding:3px;
	vertical-align:middle;
}

#webisco-cart-sum
{
	margin-bottom:20px;
	background: #E0ECFF;
}

#webisco-cart-sum table
{
	border-spacing: 0px;
}

#webisco-cart-sum .webisco-cart-sum-net
{
	background: #F4F8FF;
}

#webisco-cart-sum .webisco-cart-sum-tax
{
	background: #EAF2FF;
}

#webisco-cart-sum .webisco-cart-sum-used-part-tax
{
	background: #F4F8FF;
}

#webisco-cart-sum .webisco-cart-sum-total
{
}

#webisco-cart-sum td
{
	padding:3px;
}

/* Die Aktionen beim Betrachten des Warenkorbs */
#webisco-content .webisco-cart-actions
{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

#webisco-content .webisco-cart-continue-shopping
{
	width:25%;
	float:left;
	padding:5px;
	background: #EEEEEE;
}

#webisco-content .webisco-cart-empty
{
	width:25%;
	overflow:hidden;
	margin-right:auto;
	margin-left:auto;
	padding:5px;
	background: #EEEEEE;
}

#webisco-content .webisco-cart-order
{
	width:25%;
	float:right;
	padding:5px;
	background: #EEEEEE;
}

/* Der Login-Bereich direkt nach dem Bestellen des Warenkorbs, wenn man bis dahin noch nicht eingeloggt ist */
#webisco-content .webisco-login-header
{
	padding:10px;
	text-align:center;
	border:0;
	color:#ffffff;
	background: #4871B4;
}

#webisco-content .webisco-login-body
{
	height:120px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	background: #E0ECFF;
}

#webisco-registered-customer
{
	width:45%;
	float:left;
}

#webisco-create-customer
{
	width:45%;
	float:right;
}

#webisco-login
{
	text-align:center;
}

#webisco-login-name
{
}

#webisco-login-password
{
}

#webisco-login-namelabel
{
	width:200px;
}

#webisco-login-passwordlabel
{
}

#webisco-login input
{
	margin-top:3px;
}

#webisco-login #webisco-login-submit
{
}

#webisco-login #webisco-login-forgotpassword
{
	margin-top:20px;
}

#webisco-login #webisco-login-newaccount
{
}

/* Der Bereich zum Blättern in Seiten */
#webisco-content .webisco-page-flip-container
{
	float:right;
	clear:both;
	margin-top:3px;
	margin-bottom:3px;
	text-align:right;
}

#webisco-content .webisco-page-flip
{
	padding-left:5px;
}

#webisco-content .webisco-page-flip-current
{
	font-weight:bold;
}

#webisco-content .webisco-page-flip-current a
{
	color:#50aaeb;
}

#webisco-content .webisco-page-flip-1
{
}

#webisco-content .webisco-page-flip-back
{
}

#webisco-content .webisco-page-flip-forward
{
}

#webisco-content .webisco-account-home-header
{
	clear:both;
	margin-bottom:10px;
}

#webisco-content .webisco-account-home-action
{
	width:250px;
	height:60px;
	margin-top:20px;
	text-align:center;
	line-height:60px;
	max-width: 250px;
	background: #E0ECFF;
}

#webisco-content .webisco-account-cart-show
{
}

#webisco-content .webisco-account-cart-show a
{
	display:block;
}

#webisco-content .webisco-account-cart-order
{
}

#webisco-content .webisco-account-cart-order a
{
	display:block;
}

#webisco-content .webisco-account-edit
{
}

#webisco-content .webisco-account-edit a
{
	display:block;
}

#webisco-content .webisco-account-continue-shopping
{
}

#webisco-content .webisco-account-continue-shopping a
{
	display:block;
}

#webisco-content .webisco-account-logout
{
}

#webisco-content .webisco-account-logout a
{
	display:block;
}

/* Die Kundenstammdaten zum Bearbeiten */
#webisco-content .webisco-account-details-edit
{
	display:table;
	margin-bottom:20px;
	background: #EEEEEE;
}

#webisco-content .webisco-account-details-edit table
{
	border-spacing: 0px;
}

#webisco-content .webisco-account-details-edit td
{
	padding:3px;
}

/* Der Fortschritt ders Bestellvorgangs */
#webisco-order-progress
{
	clear:both;
	margin-top:3px;
	margin-bottom:20px;
	padding:5px;
	text-align:left;
	background: #EEEEEE;
}

#webisco-order-progress .webisco-order-progress-title
{
	margin-right:10px;
}

#webisco-order-progress .webisco-order-progress-show-cart
{
}

#webisco-order-progress .webisco-order-progress-separator
{
	padding:10px;
	font-weight:bold;
}

#webisco-order-progress .webisco-order-progress-account-edit
{
}

#webisco-order-progress .webisco-order-progress-options
{
}

#webisco-order-progress .webisco-order-progress-summary
{
}

#webisco-order-progress .active
{
	font-weight:bold;
}

/* Die Optionen der Bestellung */
#webisco-order-options
{
}

#webisco-order-accept-agbs
{
	margin-bottom:10px;
}

#webisco-order-message
{
}

#webisco-order-shipping
{
	width:400px;
	margin-bottom:10px;
	background: #E0ECFF;
}

#webisco-order-shipping table
{
	border-spacing: 0px;
}

#webisco-order-shipping th
{
	padding:3px;
}

#webisco-order-shipping td
{
	padding:3px;
}

#webisco-order-shipping .webisco-order-shipping-row-even
{
	background: #EAF2FF;
}

#webisco-order-shipping .webisco-order-shipping-row-odd
{
	background: #F4F8FF;
}

#webisco-order-payment
{
	width:400px;
	margin-bottom:10px;
	background: #E0ECFF;
}

#webisco-order-payment table
{
	border-spacing: 0px;
}

#webisco-order-payment th
{
	padding:3px;
}

#webisco-order-payment td
{
	padding:3px;
}

#webisco-order-payment .webisco-order-payment-row-even
{
	background: #EAF2FF;
}

#webisco-order-payment .webisco-order-payment-row-odd
{
	background: #F4F8FF;
}

/* Die Bestellungsübersicht */
#webisco-order-summary
{
}

#webisco-order-summary table
{
	border-spacing: 0px;
}

#webisco-order-summary td
{
	padding-right:20px;
	padding-left:20px;
	vertical-align:top;
}

#webisco-order-summary .webisco-account-details
{
	display:table;
	margin-bottom:20px;
	background: #EEEEEE;
}

#webisco-order-summary .webisco-account-details table
{
	border-spacing: 0px;
}

#webisco-order-summary .webisco-account-details td
{
	padding:3px;
}

#webisco-order-summary .webisco-account-details th
{
	background-color:#888888;
	color:#EEEEEE;
}

#webisco-order-summary .webisco-order-details
{
	float:left;
	display:table;
	margin-bottom:20px;
	background: #EEEEEE;
}

#webisco-order-summary .webisco-order-details table
{
	border-spacing: 0px;
}

#webisco-order-summary .webisco-order-details td
{
	padding:3px;
}

#webisco-order-summary .webisco-order-details th
{
	background-color:#888888;
	color:#EEEEEE;
}

/* Das Bemerkungsfeld der Bestellung */
#webisco-order-comment
{
	float:left;
	margin-bottom:10px;
	text-align:left;
}

#webisco-order-comment-label
{
	margin-right:3px;
	vertical-align:baseline;
}

#webisco-order-comment-inputfield
{
	width:400px;
}

/* Die Schaltflächen beim Bestellungsprozess */
#webisco-order-button-next
{
}

#webisco-order-button-submit
{
	float:right;
	color:#A00003;
}
