﻿#content 
{
    position: relative;
    min-height:300px;
    height:auto !important;
    height:300px;

}
h1 
{ 
	margin: 49px 50px 17px 46px;
	border-bottom: 1px solid #7c98ae;
	background: url(../images/bag/your-order.gif) no-repeat;
	height: 32px;
	text-indent: -9000px;
	overflow: hidden;	
}
#enter-email 
{
	margin: 0 68px 0 46px;
	border-bottom: 1px solid #7c98ae;
	font-size: 12px;
	line-height: 18px;
	padding: 6px 473px 28px 0px;
	position: relative;
	width: 330px;
	color: #7c98ae;
}
#enter-email div 
{
	position: absolute;
	top: 5px;
	right: 0px;
	width: 455px;
	border-left: 1px solid #7c98ae;
	padding: 15px 0 10px 18px;
}
#enter-email label 
{
	position: absolute;
	font-size: 12px;
	top: 0px;
}
#enter-email input 
{
	border: 1px solid #7c98ae;
	color: #555;
	margin-top: 0px;	
}
input.emailadd 
{
	width: 166px;
	margin-right: 7px;
}
input.zipadd 
{
	width: 64px;
	margin-right: 13px;
}
#enter-email input.check-bttn 
{
	border: 0px;
	position: relative;
	top: 2px;
	background: url(../images/bag/check-status.gif) no-repeat;
	width: 146px;
	height: 26px;
	
}

#order-wrp 
{
	margin: 19px 50px 0px 47px;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	padding-bottom: 30px;
}
.loggedin #order-wrp 
{
	margin-top: 70px;
}
.order-table 
{
	width: 797px;
	color: #020200;
}
tr 
{
    background: #d8e0e5;
}

tr.alt 
{
	background: #a2b5c1;
}
h4 
{
	text-transform: uppercase;
	margin: 32px 6px 8px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #251711;
	text-align: left;
	padding: 0 0 3px 2px;
}
.order-table th 
{
	
	padding: 5px 5px 5px 0;
	text-decoration: underline;
	text-transform: uppercase;
}
.order-table td 
{
	padding: 5px 0 5px 0;
}
.order-table td.detail, .order-table th.detail
{
	padding-left: 8px;
}
.order-table td.prod-info 
{
    padding-right: 10px;
}
/* logged in */
#logged-in 
{
	position: absolute;
	top: 74px;
	right: 22px;
}