
/* CSS Document */

	#divPageContent { float: left; width: 754px; margin: 10px 10px 10px 10px; padding: 5px 0 0 0; color: #636363; font-size: 0.8em; }

		#divPageContentLeft { float: left; width: 190px; margin: 0; padding: 0; }
			#divPageContentLeft ul { float: left; width: 170px; margin: 0; padding: 0 10px; list-style-type: none; }
				#divPageContentLeft ul li { }
					#divPageContentLeft ul li a, #divPageContentLeft ul li a:link { color: #D63031; text-decoration: none; }
					#divPageContentLeft ul li a:hover { text-decoration: underline; }

		.ulLatestNews { }
			.ulLatestNews li { padding: 0 0 10px 0; }
				.ulLatestNews li h2 { padding: 0 0 5px 0; font-size: 1.0em; }
				.ulLatestNews li p { padding: 0 0 5px 0; }

		#divPageContentRight { float: left; width: 540px; margin: 0; padding: 0 10px; }
			#divPageContentRight h1 { margin: 0; padding: 0 0 10px 0; font-size: 1.4em; }
			#divPageContentRight p { margin: 0; padding: 0 0 10px 0; }
			#divPageContentRight a, #divPageContentRight a:link { color: #636363; text-decoration: underline; }
			#divPageContentRight a:hover { text-decoration: none; }
	
	#tblWishlistItems { float: left; width: 540px; margin: 10px 0; padding: 0; }
		#tblWishlistItems th { padding: 0 10px; background-color: #D63031; 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: 540px; margin: 10px 0; padding: 0; }
		#tblSubmittedWishlistList th { padding: 5px 10px; background-color: #D63031; color: #FFFFFF; }
			#tblSubmittedWishlistList th.thSubmitDate { width: 120px; }
			#tblSubmittedWishlistList th.thView { width: 20px; }
			#tblSubmittedWishlistList th.thQty { width: 60px; }
		#tblSubmittedWishlistList tr.trBottomRow td { border-bottom: 1px solid #E5E5E5; }
		#tblSubmittedWishlistList td { padding: 5px 10px; }
			#tblSubmittedWishlistList tr .tdColFirst { border-left: 1px solid #E5E5E5; }
			#tblSubmittedWishlistList tr .tdColLast { border-right: 1px solid #E5E5E5; }
			#tblSubmittedWishlistList tr .tdCol { border-bottom: 1px solid #E5E5E5; }
		.tblSubmittedWishlistList_Alt { background-color: #E5E5E5; }

	#spaInformation { color: red; font-weight: bold; }
		#spaInformation a, #spaInformation a:link { color: red !important; }

	.olFormLayout { float: left; width: 540px; margin: 2px 0 15px 0; padding: 0; list-style-type: none; }
		.olFormLayout li { float: left; width: 540px; 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: 336px; margin: 0; padding: 0; }
			.olFormLayout li textarea { float: left; width: 336px; margin: 0; padding: 0; font-size: 1.0em !important; }
			.olFormLayout li select { float: left; width: 340px; margin: 0; padding: 0; }
			.olFormLayout li div { float: left; width: 340px; height: 90px; margin: 0; padding: 0; overflow: auto; }
			.olFormLayout li.liButtonRow { float: left; width: 540px; text-align: right !important; }
				.olFormLayout li.liButtonRow input { float: none; width: auto; margin: 0; padding: 2px; }
			.olFormLayout li.liErrorRow { float: left; width: 540px; color: red !important; }
				.olFormLayout ol li.liErrorRow h3 { color: red !important; }
