﻿#content 
{
    position: relative;
    min-height:300px;
    height:auto !important;
    height:300px;
    padding-bottom: 70px;
}
h1 
{
    font-size: 24px;
    margin: 60px 0 10px 10px;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 1px solid #8ec3ed;
    padding-bottom: 3px;
}
#enter-email 
{
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #8ec3ed;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 520px 23px 60px;
	position: relative;
	width: 360px;
}
#enter-email div 
{
	position: absolute;
	top: 5px;
	right: 60px;
	width: 386px;
	border-left: 1px solid #8ec3ed;
	padding: 15px 0 5px 41px;
}
#enter-email label 
{
	position: absolute;
	font-size: 12px;
	top: 0px;
}
#enter-email input 
{
	border: 1px solid #fff;
	margin-top: 0px;
	color: #fff;
	background: #56a2de;
	font-family: inherit;
	vertical-align: top;
	position: relative;
	top: 7px;	
}
input.emailadd 
{
	width: 136px;
	margin-right: 24px;
}
input.zipadd 
{
	width: 50px;
	margin-right: 24px;
}
#enter-email input.check-bttn 
{
	border: 0px;
	position: relative;
	top: 2px;
	background: url(../images/checkout/check-order.gif) no-repeat;
	width: 134px;
	height: 30px;
	
}

#order-wrp 
{
	margin: 29px 0px 0px 70px;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	padding-bottom: 30px;
}
.loggedin #order-wrp 
{
	margin-top: 70px;
}
.order-table 
{
	width: 820px;
	
}
tr 
{
    background: #56a2de;
}

tr.alt 
{
	background: #7db8e6;
}
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;
}
.order-table a 
{
    text-decoration: underline;
}
/* logged in */
#logged-in 
{
	position: absolute;
	top: 74px;
	right: 22px;
}
