/* CSS Document */

	@import url(reset.css);
	@import url(grid.css);
	@import url(rules.css);
	@import url(litebox.css);

	#order {
		overflow:hidden;
		width:100%;
		font-size:1.2em;
	}
		#order dt {
			float:left;
			clear:both;
			width:30%;
			color:#828282;
			margin:20px 2% 0 0;
		}
		#order dd {
			float:left;
			width:67%;
			margin:20px 0 0 0;
		}
		#order dd.button {
			float:left;
			width:auto;
		}
		#order .line {
			border-top:1px solid #d5d5d5;
			padding:20px 2% 0 0;
			margin:20px 0 0 0;
		}
		#order .error {
			color:#c63d22;
			font-weight:bold;
		}
		#order dd.line {
			width:66%;
		}
		#order dd img {
			margin:10px 0 5px 0;
		}
		#order input.text, #order textarea {
			width:99%;
		}
		#order textarea {
			overflow:hidden;
		}
		#order input.qty {
			width:23px;
			text-align:center;
		}
	.ico {
		padding:0 0 0 20px;
		background:url(/img/i-view.gif) left 2px no-repeat;
	}
	#whiteBox p.errorBox {
		margin:0;
	}
	dd.error input.text, dd.error textarea {
		border:1px solid #c63d22;
	}
	
	#whiteBox p {
		margin:0 0 0 0;
	}
	#whiteBox #p-numders {
		margin:10px 0 0 0;
	}
	#whiteBox #p-numders li {
		background:none;
	}