/*	++++++++++++++++++++++++++++++++++

Legacy Systems Stylesheet for the NCBI

Created by:	Colm McBarron (iQ Content)
Created:	24-10-2006

Change Log:
24-10-2006: Online Donations
01-11-2006: Sponsorhip/Fundraise
08-11-2006: Shop

++++++++++++++++++++++++++++++++++*/

#contents .form {
	padding: 0.5em 0.5em 1.3em 0.5em;
}

#contents .form .row {
	padding: 0.2em 0 0.4em 2.6em;
	line-height: 1.6em;
	font-size: 1.4em;
}

	#contents .form .row input {
		font-size: 100%;
	}
		 
		
	#contents .form .row .label,
	#contents .form .row .field {

	}

.section-shop #contents .products-form .row .field {
	float: left;
	width: 50%;
	padding: 28px 0 0 0;
}

.section-shop #contents .products-form .row .label {
	float: left;
	width: 20%;
	clear: left;
	text-align: right;
	padding: 20px 0 0 0;
}

	.section-shop #contents .products-form .row .label img {
		padding: 0 20px 0 0;
	}

.section-fundraise #midsection,
.section-shop #midsection,
.section-library #midsection {
	background: #FFF;
}



	.section-fundraise #midsection #contentarea,
	.section-shop #midsection #contentarea,
	.section-library #midsection #contentarea {
		float: none;
		width: auto;
		margin-left: 2px;
	}
	
		.section-fundraise #midsection #contentarea #contents,
		.section-shop #midsection #contentarea #contents,
		.section-library #midsection #contentarea #contents {
			margin-left: 5em;
			margin-right: 5em;
		}
		
/* Form elements from legacy systems */

input.textbox {
	width: 350px;
}

input.textbox-sml {
	width: 150px;
}

textarea.textbox {
	width: 300px;
	height: 130px;
}

select.lib-formelement,
input.lib-formelement {
	font-size: 1em;
}

table.shopping-cart {
	border-top: 1px solid #666;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	margin: 20px 0;
}

	table.shopping-cart tr td,
	table.shopping-cart tr th {
		font-size: 1.4em;
		padding: 4px 6px;
		border-bottom: 1px solid #BBB;
	}

	table.shopping-cart tr th {
		font-weight: bold;
		border-bottom: 2px solid #AAA;
		background: #EEE;
		font-size: 1.6em;
	}

	table.shopping-cart tr.total-row td {
		border-bottom: 2px solid #666;
		border-top: 2px solid #666;
		font-weight: bold;
	}

		table.shopping-cart tr td input {
			font-size: 1.1em;
			text-align: right;
		}
		
#cart-checkout-btn {
	text-align: right;
}

#cart-save-btn {
	float: left;
}

#contents p.error-msg {
	color: #F00;
}