
/* CSS Document */

	#divPageContent { float: left; display: inline; }
		#divPageContent h2 { width: 714px; margin: 0; margin: 0 10px; padding: 5px 20px 5px 20px; color: #009B3E; font-size: 1.1em; font-weight: normal; }
		#divPageContent h3 { width: auto; margin: 0; padding: 5px 0 5px 25px; color: #7F7F7F; font-size: 1.0em; }

		#divContentContainer { float: left; width: 714px; margin: 0 10px; padding: 15px 20px; font-size: 0.75em; color: #7F7F7F; border-top: 2px dotted #CFCFCF; display: inline;}
			#divContentContainer p { margin: 0; padding: 0 0 10px 0; }
			#divContentContainer a, #divContentContainer a:link { color: #7F7F7F; text-decoration: none; }
			#divContentContainer a:hover { text-decoration: underline; }
			#divContentContainer h2 { float: left; width: 720px; margin: 0; padding: 0 0 10px 0; }
			#divContentContainer h3 { float: left; width: 720px; margin: 0; padding: 0 0 10px 0; }
			#divContentContainer hr { float: left; width: 720px; margin: 10px 0; padding: 0; border: none; border-top: dotted 2px #CCCCCC; }
				#divContentContainer ul { margin: 0 0 0 20px; }
			
			.olFormLayout { float: left; width: 720px; margin: 2px 0 15px 0; padding: 0; list-style-type: none; }
				.olFormLayout li { float: left; width: 720px; margin: 0 0 5px 0; padding: 0; }
					.olFormLayout li label { float: left; width: 200px; margin: 0; padding: 0; display: inline; }
					.olFormLayout li input { float: left; width: 516px; margin: 0; padding: 0; }
					.olFormLayout li textarea { float: left; width: 516px; margin: 0; padding: 0; font-size: 1.0em !important; }
					.olFormLayout li select { float: left; width: 520px; margin: 0; padding: 0; }
					.olFormLayout li div { float: left; width: 520px; height: 90px; margin: 0; padding: 0; overflow: auto; }
					.olFormLayout li.liButtonRow { float: left; width: 720px; text-align: right !important; }
						.olFormLayout li.liButtonRow input { float: none; width: auto; margin: 0; padding: 2px; }
					.olFormLayout li.liErrorRow { float: left; width: 720px; color: red !important; }
						.olFormLayout ol li.liErrorRow h3 { color: red !important; }
						.olFormLayout ol li.liErrorRow h3 { color: red !important; }

	#divFooterMenu { margin: 10px 8px 0 8px; }
	
	#tblWishlistItems { float: left; width: 714px; margin: 10px 0; padding: 0; }
		#tblWishlistItems th { padding: 0 10px; background-color: #009B3E; color: #FFFFFF; }
			#tblWishlistItems tr.trTopRow th { padding: 5px 10px 0 10px !important; }
			#tblWishlistItems tr.trBottomRow th { padding: 0 10px 5px 10px !important; }
			#tblWishlistItems th.thModel { width: 340px; }
			#tblWishlistItems th.thQuantity { width: 50px; }
			#tblWishlistItems th.thPrice { width: 100px; }
			#tblWishlistItems th.thRemove { width: 20px; }
		#tblWishlistItems tr.trTopRow td { padding: 5px 10px 0 10px !important; }
		#tblWishlistItems tr.trBottomRow td { padding: 5px 10px 5px 10px !important; border-bottom: 1px solid #E5E5E5; }
			#tblWishlistItems td { padding: 0 10px; }
			#tblWishlistItems td select { width: 40px; }
			#tblWishlistItems tr .tdColFirst { border-left: 1px solid #E5E5E5; }
			#tblWishlistItems tr .tdColLast { border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; }
		.tblWishlistItems_Alt { background-color: #E5E5E5; }
		
	#tblSubmittedWishlistList { float: left; width: 720px; margin: 10px 0; padding: 0; }
		#tblSubmittedWishlistList th { padding: 5px 10px; background-color: #009B3E; color: #FFFFFF; }
			#tblSubmittedWishlistList th.thSubmitDate { width: 120px; }
			#tblSubmittedWishlistList th.thView { width: 20px; }
			#tblSubmittedWishlistList th.thQty { width: 30px; }
		#tblSubmittedWishlistList td { padding: 5px 10px; }
		.tblSubmittedWishlistList_Alt { background-color: #E5E5E5; }

	#spaInformation { color: red; font-weight: bold; }
		#spaInformation a, #spaInformation a:link { color: red !important; }
