/*
	Styles for the pt_storefront page.
*/

/*
	Styles for the welcometeaser area inside the .content for
	the storefront page.
*/

/*
	Wider content area for storefront welcome pages
*/

				#orderconfirm {
		width: 90%;
		margin: 15px auto 15px auto;
		}
	
		 .content .orderreview 
		{
		text-align: right;
		border-top: 1px solid #644337;
		border-bottom: 1px solid #644337;
		padding: 7px 0px;
		margin: 15px 0pc;
		}
		.content .orderreview table
			{
				margin: 7px 0px;
		width: 100%;
		font-size: 12px;
		border-bottom: 1px solid #DCC1A7;
			}
		.content .orderreview table.totals {
		border-bottom: 0px;
		}
		
		
	 .content .orderreview table th
				{
					background: #784D43;
 					color: #fff;
					font-size: 13px;
					font-weight: bold;
					padding: 6px;
					margin: 0px;
					text-align: left;
				}
				
				 .content .orderreview table .extendedprice  {
				width: 100px;
				}
				.content .orderreview table .totalwords {
				width: 200px;
				text-align: right
				}
				
				.content .orderreview table th.qty {
				width: 30px;
				}
				.content .orderreview table th.unitprice {
				width: 70px;
				}
				.content .orderreview table td
				{
					padding: 3px 10px 4px 6px;
			white-space: nowrap;
			vertical-align: top;
			text-align: left;
				}
				
					.content table.totals {
			width: 360px;
			margin: 0px 0px 0px auto;
			}
				
				
				.orderreview .totalnumber {
				font-weight: bold;
				padding-left: 10px;
				}
				td.extendedprice  {
				width: 100px;
				}
				.content .orderreview table .totalwords {
				text-align: left;
				}
				 .ordertotals {
		width: 255px;
		float: right;
		border: 1px solid #644337;
		padding: 0px 7px;
		margin: 10px 0px 10px auto;
		}

		 .content .ordertotals table td {
		 text-align: right;
		 padding: 3px 2px;
		 width: 134px;
		 }
		.content .ordertotals .ordertotal {
		width: 70px;
		font-weight: bold;
		text-align: left;
		padding-left: 12px;
		}
		
		p.big {
		margin: 10px 0px;
		font-weight: normal;
		font-size: 14px;
		}
		
		.navigationbuttons, .createaccount {
		margin: 15px 0px;
		}
	
		.createaccount table td {
		padding: 3px;
		}
