/*.amount input {
	width: 50px;
	border: 1px solid #919191;
	padding: 3px 5px 2px 2px;
	font-size: 10px;
	margin: 0 10px 0 2px;
}*/

span.cardTip {
	display: block;
	border: 1px solid #821614;
	position: absolute;
	margin: 5px 0 0 10px;
	width: 200px;
	top: -65px;
	padding: 10px;
	background: #fff;
	left: 230px;
	display: none;
}

fieldset {position: relative!important;}

#main-content .remove a {
	font-size: 10px;
	color: #6A93A3;
	border: 0;
	text-decoration: underline;
}

.right-content {
	width: 224px;
}

table#basket {
	background: #f0f0ec;
}

#basket td {
	padding: 10px 20px 10px 20px;
}

table#basket th {
	font-weight: bold;
	color: #000;
	background: #CCCCC0;
	padding: 5px 20px 5px 20px;
}

tr.border td {
	border-top: 1px solid #d4d4d1;
}

td.total {
	font-weight: bold;
	color: #85271F;
	text-transform: uppercase;
}

#main-content input[type='text'], #main-content textarea {
	border: 1px solid #919191;
}

#main-content input, #main-content textarea {
	padding: 2px;
	font: 11px 'Trebuchet MS', Helvetica, sans-serif; /*spiffy shorthand huh?*/
}

p.submit {
	text-align: right;
	padding: 30px 10px 0 0;
}

p.submit a {
	border: 0!important;
}

/*add item form*/

#add-item {
	position: relative;
	clear: both;
}

.fundimg-wrapper {
	position: absolute;
	top: 0;
	left: 523px;
	margin: 0px 15px 15px 0;
}

#add-item .checkbox {
	margin-top: 7px;
}

#add-item .checkbox label {
	float: none;
}

#add-item label {
	float: left;
	width: 140px;
	clear: left;
}

#add-item input#amount {
	width: 80px;
}

#add-item textarea {
	width: 340px;
}

#add-item textarea {
	margin-left: .8em;
}

#add-item fieldset {
	border-top: 1px solid #F0F0EC!important;
}

#main-content #add-item input.submit {
	border: 0;
	padding: 0;
	margin-left: 150px;
}

#main-content #add-item input.simple_submit {
  margin-left: 150px;
}

#add-item label.error {
	position: absolute;
	top: -8px;
	left: 148px;
	font-size: 11px;
	color: #821614;
	width: 400px;
	font-weight: bold;
}

#add-item .full-width label.error {
	position: static;
}

#add-item .amount-field-row {
	position: relative;
}

#add-item .amount-field-row label.error {
	top: -16px;
}

#add-item .recurring-gift-start-row {
	position: relative;
}

#add-item .recurring-gift-start-row label.error {
	left: 280px;
	top: -16px;
}

#add-item .recurring-gift-count-row {
	padding-top: 5px;
	position: relative;
}

#add-item .recurring-gift-count-row label.error {
	left: 105px;
	top: -11px;
}

#add-item div.radio{
    margin: 0 0 0 145px;
}

#add-item div.radio label{
    float: none;
}

#add-item div.radio.inline {
	margin: 0;
}

#add-item div.radio.inline label{
	display: inline-block;
	margin-right: 10px;
	width: auto;
}

#add-item .full-width label {
	display: block;
	float: none;
	width: auto;
}

#add-item .full-width input[type="text"] {
	width: 50%;
}

/* checkout  form */

#main-content fieldset {
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 10px;
}

#main-content fieldset h2 {
	margin-bottom: 20px;
}

.hideMe {
	display: none;
}

#checkout label {
	padding-top: 2px;
	clear: left;
	cursor: pointer;
	width: 85px;
	display: block;
	float: left;
}

#checkout input {
	width: 300px;
}

input.error {
	border: 1px solid #821614!important;
	background: #F7CBC2;
}

#checkout label.error {
	width: 100px;
	font-size: 12px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #821614;
}

#main-content fieldset#employer_info {
	border: 0;
	padding: 0 0 20px 0;
}

#checkout p {
	position: relative;
}

#checkout input.submit {
	padding: 0;
	border: 0;
	width: auto;
	float: right;
}

/*step 2 changes*/

#checkout #step-2 label {
	width: 125px;
}

#checkout #step-2 input {
	width: 200px;
}

#checkout #step-2 label.error {
	width: 160px;
}

/*full-width exceptions*/

#checkout input#ssid {
	width: 30px;
}

#checkout .checkbox input {
	float: left;
	margin: 5px 7px 20px;
	width: auto!important;
	border: none;
}

#main-content #checkout .checkbox label {
	width: 350px;
	clear: none;
	float: none;
}

p.checkbox {
	border-top: 1px solid #F0F0EC;
	padding-top: 10px;
}

/*zip code + state input positions*/
div.memory-of input{
    width:300px;
}

#add-item div.memory-of label{
    width:180px;
}

#step-1 p.state-zip label.zip {
	padding-top: 0;
	text-align: right;
	clear: none;
	padding-right: 2px;
	width: 83px;
	display: inline;
}

#zip-msg {
    margin-left: 85px;
    font-style: italic;
}

p.state-zip select {
	float: left;
	width: 135px;
}

#requiredMarker {
	display: inline;
	/*font-size: 12pt;*/
	color: red;
	width: 1px;
}

#step-1 p.state-zip input {
	width: 80px;
}

/*contact info popup*/
	.left-content {
		position: relative;
	}

	.popup-box {
		border: 1px solid #821614;
		padding: 0 20px;
		display: none;
		position: absolute;
		background: #fff;
		z-index: 1;
		top: 0;
		left: 120px;
	}

	.popup-box .close {
		position: absolute;
		bottom: 0;
		right: 0;
		border: 0!important;
		font-size: 9px;
		padding: 5px;
	}

	#info-popup {
		left: 290px;
		top: -50px;
		padding-bottom: 5px;
	}

	a.info-popup {
		margin-left: 25px;
	}

	h2.error {
		font-weight: bold;
		font-size: 13px;
		background-color: #FFCB5C;

	}

#honor-set, #memory-set{
    display: none;
}


.template-cart-add #main-content{
  width: 830px;
}

.template-cart-add #sidebar{
  width: 40px;
}

.template-cart-add .right-content{
  width: 275px;
}

.videoimg-wrapper{
  float: right;
  width: 256px;
}

.videoimg{
  max-width: 265px;
}

.let-us-help{
  font-family: Helvetica;
  font-size: 19px;
  color: #6A93A3;
}

.has-video .fundimg-wrapper{
  display: none;
}

.no-sidebar .left-content{
  width: 775px !important;
}

.no-sidebar .right-content{
  width: 0px;
}

.recurring_error{
  margin: 10px 0px;
  padding: 10px;
  border: 1px solid #FF0000;
  font-size: 14px;
}
