/*
	Addition: 2006-11-28
	Author:   Emanuele Fabrizio
	Comment:  Website Payments Standard flows - BuyNow, Cart, Subscriptions, Donations
*/
/* Zip code: needs its own line */
div.postal-code {
	width: 37.8em;
	padding: 2px 0;
	_padding: 1px 0;
	margin-bottom: 2px;
}
div.postal-code label {
	display: block;
	float: left;
	width: 14.25em;
	_width: 14.4em;
	margin: 0 5px 0 0;
	padding: 5px 0 0 2px;
}
div.postal-code input {
	width: 4.5em;
}
/* End - Zip code: needs its own line */

/* CSC: display on its own line */
div.csc, div.exp-date {
	float: none;
	clear: both;
	width: auto;
	text-align: left;
}
div.csc {
   width: 39em!important;
}
div.csc label {
	width: 14.6em !important;
	_width: 14.8em !important;
}
div.csc input {
	width: 2.5em !important;
	float: left;
	margin-right:7px;
}
/* End - CSC: display on its own line */

/* Password block */
body#billing div#create-account {
	width: 21.5em;
}

/* Fundix mix */
body#review fieldset#funding-mix div.fieldrow label#pm-IEFT{
	background: url(/de_DE/i/logo/giropay_48x21.gif) no-repeat -0px -0px;
}
body#review fieldset#funding-mix div.fieldrow label#pm-ELV{
	background: url(/de_DE/i/logo/eccash_21x21.gif) no-repeat -0px -0px;
}
/* End - Funding mix */

/* Orange Form CSS */
body#done TABLE.tableOrangeBorder {border-bottom: solid 2px #fc9; border-right: solid 2px #fc9; border-left: solid 2px #fc9; border-top: solid 2px #fc9;}
body#done TABLE.tableDarkOrangeBorder {border-bottom: solid 2px #f60; border-right: solid 2px #f60;border-top: solid 2px #f60;border-left: solid 2px #f60;}
body#done TR.tableRowOrange {background-color: #fc9;}

/* CSS taken from XPT.css */
body#done td.inlineLightGreyBg {background-color: #e6e6e6;}
body#done .smallEmphasis {font-size: 11px; font-weight: bold;}
body#done TABLE.tableGreyOutsideBorder {border: solid 1px #ccc;}
body#done .emphasis {font-weight: bold;}

/* Address labels: on Review page need different width */
body#review div.edit fieldset label {
	width: 7em !important;
}
body#review #insert-shipping-address .buttonrow {
	padding-left: 7.5em;
}
/* End - Address labels: on Review page need different width */

h1#pageHeader span#titleAdd{
	display:block;
	width: 530px;
}
/* Added for the bug PPSCR00650658 */
#exp-shipping-info span.button input.done, #col-shipping-info span.button input.done{width:70px;padding-left:2px;}