/**
* Seite: Lighthouse Foundation
* Datei: donations.css
* Media: screen
* * * * * * * * * * * * * * * * * * * * * * * * *
* Datum: 2008-12
* Autor: Christopher Hlubek
* * * * * * * * * * * * * * * * * * * * * * * * *
* Firma: networkteam - creative webprojects.
*************************************************/

/******** Donations **********/
#content h3 small {
	font-size: 0.9em;
}
.tx-donations-listview .tx-donations-logo,
.tx-donations-singleview .tx-donations-logo {
	width: auto;
	margin-right: 10px;
	float:left;
}
.tx-donations-listview hr.clearer {
	color: transparent;
	width: 0px;
	height: 0px;
	border: 0px;
	clear: both;
	margin-bottom: 10px;
}
.tx-donations-listview .donation-amount {
	margin-top: 7px;
}
.tx-donations-listview .amount-donated,
.tx-donations-listview .amount-needed,
.short-view .amount-donated,
.short-view .amount-needed {
	font-weight: bold;
}
.tx-donations fieldset {
	border: 0px;
	margin: 10px 0px 10px 0px;
}
.tx-donations legend {
	border: 0px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.tx-donations dl dt {
	margin: 10px 0px 5px 0px;
}
.tx-donations dl dt {
	width: 120px;
	float: left;
	clear:both;
	display: inline;
	margin: 10px 0px 0px 0px;
}
.tx-donations dl dd {
	width: 480px;
	float: left;
	margin: 10px 0px 0px 0px;
	display: inline;
}
.tx-donations .donation-confirmation {
	margin: 20px 0px 10px 0px;
}
.tx-donations-paymethods {
	margin-bottom: 10px;
}
.tx-donations-paymethods div {
	float: left;
	width: 100%;
	margin: 0px 0px 7px 0px;
}
.tx-donations-paymethods input {
	float: left;
	border: 0px;
}
.tx-donations-paymethods label {
	float: left;
	margin: 0px 0px 0px 5px;
}
.tx-donations .submit input {
	margin: 7px 0px 10px 0px;
}
.tx-donations .error {
	width: 97%;
	border: 1px solid #9F1A1D;
	padding: 10px;
	color: #ffffff;
	background: #9F1A1D url(../images/error-background.gif) left top repeat-x;
}
#content .tx-donations-singleview p.donation-more,
#content .tx-donations-singleview p.donation-link,
#content .tx-donations-singleview p.donation-back {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#content .tx-donations-singleview p.donation-link a,
#content .donation-amount .donation-link a,
#content .short-view .donation-link a,
#info .donation-link a,
#content .donation-link a {
	background-color: #8EA9BA;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-style: solid;
	border-color: #8EA9BA #E3EAF1 #E3EAF1 #8EA9BA;
	border-width: 2px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#info .short-view p.link {
	float: left;
	margin: 10px 0px 0px 0px;
}
#content .tx-donations-singleview p.donation-more {
	float: right;
	width: 48%;
	text-align: right;
}
#content .tx-donations-singleview p.donation-back {
	float: left;
	width: 48%;
}
#content .donation-amount .donation-link,
#content .short-view .donation-link {
	line-height: 3em;
}
#content .tx-donations-singleview ul {
	padding: 0px;
	margin: 10px 10px 10px 20px;
	width: 100%;
	float: left;
}
.form-obligationfield {
	margin-left: 5px;
}
#content .short-view .details {
	margin-bottom: 10px;
}
.tx-donations .donate-link {
	margin-bottom: 20px;
}
*+html #content .tx-donations fieldset legend {
	padding: 0px;
	margin: 0px 0px 0px -7px;
}
* html #content .tx-donations fieldset legend {
	padding: 0px;
	margin: 0px 0px 0px -7px;
}
span.amount-donated,
span.amount-needed {
	white-space: nowrap;
}
#donate_paging {
	float: right;
	font-size: 0.8em;
	font-style:italic;
	font-variant: normal;
	line-height: 13px;
	margin: 0px 0px 10px 40px;
}
#content .tx-donations fieldset label {
	text-align: left;
}

/******* Livevalidation **********/
span.LV_validation_message {
	margin-left: 10px;
}
span.LV_invalid {
	color: #9F1A1D;
}
input.LV_invalid_field {
	border-color: #9F1A1D #DF6169 #DF6169 #9F1A1D;
}

