﻿body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color: #4E290B;
	/*background-color:#F7EFDE;*/
}

h1
{
	padding-top: 6px;
	font-family:Times New Roman;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;        
    text-transform:uppercase;
}

h2
{
	font-family:Times New Roman;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;	
	text-transform:uppercase;
}

.checkoutText
{
	padding: 2px;		
	line-height: 13px;
	font-weight: normal;	
}

.rule
{
	border-bottom: 1px solid #cccccc;
	padding:5px 0px 5px 0px;
}

.bar
{
    background-color: #666666;
	color: #ffffff;	
	padding: 5px 4px;		
}

.summaryText
{
	padding: 2px;		
	line-height: 13px;
	font-weight: normal;	
}

.textWithoutLineHeight
{
	font-weight: normal;	
}

.text
{
	padding: 2px;	
	line-height: 13px;
	font-weight: normal;	
}

#outerTable
{    
    width:786px;
    height:563px;            
}

#innerTable
{
     background-color:Transparent;
/*#FFFFFF;  #F7EFDE   */     
}

#innerTable tr
{
    /*background:#efe7dc;*/
    background-color:Transparent;    
}

input, textarea  {
 background-color: #DEBA74;
 border:1px solid #441C1F; 
}

select {
 background-color: #DEBA74; 
 border:1px solid #441C1F; 
}

.GiftCardContent
{    
    overflow:hidden;
    overflow:auto;
    height:510px;
    width:568px;
    padding-left:5px;       
}

.topBox
{
    height:30px;
    background-color:Transparent;    
}

.creditCard
{
	border: 1px solid #cccccc;
	padding: 5px;	
}

#divMessage
{
    overflow:auto;
    overflow-x:hidden;
    height:50px;
    width:95%;
    background-color: #DEBA74;
    color: #4E1B20;
    border:1px solid #441C1F;    
}

.freeShipping
{
	color: red;
}

.Error
{	
	font-weight: normal;
	color: Red;
}

.normal8  {
	font-size : 8px;
}

.normalteal	{
	color: #9C3A45;
}

.normalbuff	{
	color: #C1C2C9;
}

label
{
    padding-left:2px;
}

A, A:visited 
{ 
    color: #4E290B;
}

#headerWithLine
{
	border-bottom: 5px solid #4E290B;
	width:80%;
	text-transform:uppercase;
}

.shippingMethod
{
	padding: 2px;	
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color:Red;	
}

.wait
{
	font-size: 10px;
	font-weight: bold;	
	letter-spacing: 1px;
	visibility:hidden;
}

.statusBox
{
	padding: 2px;	
	line-height: 13px;
	font-weight: normal;	
}

.normalText
{
	font-weight: normal;
	font-size: 11px;	
}

.floatRight
{
	float: right;
	padding: 30px 20px 0px 5px;	
}

.splahText
{
    font-size: 15px;
	font-weight: bold;	
	width:50%;
	text-transform:uppercase;
}

.copyText
{
    text-align:justify;
	padding: 15px 0;
	line-height:18px;	
}

/* Bottom Side Navigation */
.sideMenu
{
    padding-left:15px;     
}

.subnav {
	float:left;
	width: 146px;
	margin: 15px 25px 10px 0;
}
.subnav ul{
	margin:0;
	padding:0;
}
.subnav li{
	border-bottom: 1px solid #885E40;
	list-style-type:none;
	display: block;
	padding: 7px 0;
	font-size:11px;
	font-weight:bold;
}
li.subnavMain a:link,li.subnavMain a:active,li.subnavMain a:visited{
	text-decoration:none;
	/*color:#B79A6A;*/
}
li.subnavMain a:hover{
	text-decoration:none;

}
li.subnavMain {
	text-transform:uppercase;
}
li.subnavSecond {
	padding-left: 5px;
}


