/* Order page */

table#redirect	{
	text-align: left;
	}
table#redirect td	{
	vertical-align: top;
	}

.required {
	color: #FF0000;
	}

.termsagree	{
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	line-height: 110%;
	}

.nextstep	{
	text-align: center;
	font-size: 0.8em;
	line-height: 110%;
	padding-bottom: 10px;
	}

.ordersmlprint	{
	font-size: 0.9em;
	color: #999;
	text-align: center;
	line-height: 110%;
	}

#ordercontent	{
	float: left;
	width: 680px;
	margin-bottom: 10px;
	}
	
#orderright	{
	float: right;
	width: 190px;
	}

#rbordera, #rborderb, #rborderc	{
	float: left;
	width: 680px;
	/*font-size: 1.1em;*/
	margin-bottom: 10px;
	}

#rbordera	{
	background: #f5f5f5;
	}
#rborderb	{
	background: #FFF6F2;
	}
#rborderc	{
	background: #f5f5f5;
	}

table.ordera	{
	width: 100%;
	}

table.ordera td	{
	vertical-align: top;
	}
	
table.ordera td.oa1	{
	width: 25%;
	font-size: 1.2em;
	padding: 5px;
	padding-right: 10px;
	}
	
table.ordera td.oa2	{
	width: 50%;
	font-size: 1.2em;
	padding: 5px;
	}
	
table.ordera td.oa3	{
	width: 25%;
	font-size: 1.1em;
	padding: 5px;
	}
	
/* Color Picker */
.cpicker	{	
	width:60px;
	font-size:12px;
	height:17px;
	float:left;
	border:0px;
	padding-top:2px;
	}

.cpicker_img	{
	float:right;
	padding-right:1px;
	padding-top:1px;
	}

#colorpicker	{
	width:103px;width/* */:/**/100px;width: /**/80px;height:20px;border:1px solid #7F9DB9;
	margin-bottom: 5px;
	}
	
table#orderpack	{
	width: 100%;
	}

table#orderpack td {
	vertical-align: middle;
	padding-bottom: 5px;
	}

#laysymbol {
	position:absolute;
	width:500px;
	left:350px;
	top:1000px;
	z-index:1;
	visibility: hidden;
	}
#laymark {
	position:absolute;
	width:500px;
	left:350px;
	top:1040px;
	z-index:2;
	visibility: hidden;
	}
#laymanual {
	position:absolute;
	width:500px;
	left:350px;
	top:2400px;
	z-index:3;
	visibility: hidden;
	}

.price	{
	text-align: right;
	}
.total	{
	border-top: 1px solid #ccc;
	border-bottom: 3px double #ccc;
	text-align: right;
	font-weight: bold;
	}

.upfront	{
	margin-left: 15px;
	color: #CD3808;
	font-size: 2em;
	text-align: right;
	font-weight: bold;
	}
	

.wait	{
	text-align: center;
	padding: 20px;
	font-size: 1.1em;
	}
