/* Leading The Way Studio Online CSS v1.10 r121417 */

/* Increase h3 line-height for longer descriptions */
h3	{
	line-height: 28px;
}

/* Breathing room around premium gift radio button */
input[type="radio"] {
	height:auto;
	margin-top:4px;
}

/* Breathing room around premium gift image */
.dsPremiumImage {
	margin-bottom: 10px;
}

/* Breathing room for the button group */
.dsDonateBtn {
	margin: 0px;
}

/* Breathing room for price in grid view */ 
.dsentitygridname {
    height: 3.5em;
}

/* Breathing room for Download statement in cart */
.soDownloadCart {
	margin: 5px;
	font-size: small;
}

/* Breathing room for Other Donation Amount input box */
input[id="txtDonationAmount"] {
	margin: 5px;
}

/* Make errors more obvious */
span[id*="_ErrorMsgLabel"] {
    margin-bottom: 25px;
    color: #ff0000;
    font-weight: bold;
    display: block;
    font-size: large;
}

/* Make backordered items more obvious */
.StockHint_OutOfStock {
	color: #ff0000;  
    font-size: medium;

}

/* Make backordered cart message more obvious */
.dsCartItemRowOutOfStockMessage {
	color: #ff0000;
	font-size: 14px;
	margin-bottom: 5px;
	
}

/* Remove Availablity Label */
.StockHint_InStock {
	display: none;
}

/* Remove eBlast list checkbox */
.dccnewsletteroptions-section-newswidget-eblast-checkboxlist {
    display: none;
}

/* Remove Save as Payment Option on Checkout */
.savePaymentEntry {
	display: none;
}

/* Remove Middle Name Field from eBlast Signup */
.soSubscribeWidgetContainer input.subscribe-middlename {
    display: none;
}

/* Adjust Button placements in Firefox */
@-moz-document url-prefix() {
	.ltwHeaderMenuRight {
    display: inline-block;
    vertical-align: top;
    float: right;
    line-height: 31px;
    width: 130px;
  }
  	.subscribe	{
	  	max-width: 1000px;
  	}
}

/* Remove Premium Give as Gift option */
.soPremiumItems .dsGiveAsGiftSelection {
	display: none !important;
}

/* Remove DD statement */
.poweredByDonorDirect {
	display: none;
}