﻿
#content 
{
    
    min-height:520px;
    overflow: visible;
    padding-top: 48px;
position: relative;
width: 960px;
margin: 12px auto 0 auto;
left: auto;
}
h1 
{ 
	margin: 0px 82px 17px 80px;
	border-bottom: 1px solid #fff;
	padding: 0 0 9px 0;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}
#enter-email 
{
	margin: 0 82px 0 80px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 475px 28px 10px;
	position: relative;
	width: 315px;
}
#enter-email div 
{
	position: absolute;
	top:5px;
	right: 0px;
	width: 455px;
	border-left: 1px solid #fff;
	padding: 20px 0 10px 18px;
}
#enter-email label 
{
	position: absolute;
	font-size: 14px;
	top: -1px;
}
#enter-email input 
{
	border: 1px solid #fff;
	color: #fff;
	margin-top: 0px;	
	background: transparent;
}
input.emailadd 
{
	width: 166px;
	margin-right: 7px;
}
input.zipadd 
{
	width: 64px;
	margin-right: 13px;
}
#enter-email input.check-bttn 
{
	border: 0px;
	position: relative;
	top:0px;
}

#order-wrp 
{
	margin: 19px 82px 0px 80px;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	padding-bottom: 30px;
}
.loggedin #order-wrp 
{
	margin-top: 70px;
}
.order-table 
{
	width: 797px;
}
tr 
{
    background: #0c0b08;
}

tr.alt 
{
	background: transparent;
}
h4 
{
	text-transform: uppercase;
	margin: 32px 6px 8px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	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;
}