
.shopmenu
{
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 25px 50px 25px 50px;
}

.leftrightborder
{
border-left: 0px solid #000000;
border-right: 0px solid #000000;
}

.leftborder
{
border-left: 0px solid #000000;
}

.rightborder
{
border-right: 0px solid #000000;
}


input 
{ 
font-size:7pt;
color: expression(this.type=="button" || this.type=="submit" ? '#FFFFFF':'auto');
background-color: expression(this.type=="button" || this.type=="submit"?'#334D8B':'auto');
border: expression(this.type=="button" || this.type=="submit" ? '1px solid #999999':'auto');
padding: expression(this.type=="button" || this.type=="submit" ? '2px':'auto');
margin-top: expression(this.type=="button" || this.type=="submit" ? '2px':'auto');
font-weight:expression(this.type=="button" || this.type=="submit" ? 'bold':'400');
}

input[type="button"] ,  input[type="submit"]
{
   color:#FFFFFF;
   font-weight:bold;
   font-size:7pt;
   background-color:#334D8B;
   border:1px solid #999999;
   padding: 2px;
   margin-top:2px;
}

.storebuttons
{
   color:#FFFFFF;
   font-weight:bold;
   font-size:7pt;
   background-color:#334D8B;
   border:1px solid #999999;
   padding: 2px;
   margin-top:2px;
}

.right_column_header
{
align:center;
text-align:center;
font-size:12px;
font-weight:bold;
padding:5px;
width:220px;
margin-left:5px;
background-color:#EBEBD6;
color:#000000;
border: 1px solid #999999;
border-left:0px;
border-right:0px;
}

.right_column_content
{
margin-left:5px;
padding:5px;
width:80%;
}

.footerText
{
font-size:10px;
color:#FFFFFF;
text-align:center;
padding-top:80px;
}

.featured_product_dropdown
{
padding:5px;
font-size:13px;
color:#334D8B;
font-weight:bold;
background-color:#FFFFFF;
width:100%;
text-align:right;
}

.fpdd
{
font-size:9pt;
color:#334D8B;
background-color:#EBEBD6;
}


.checkoutnavpaststep, .checkoutnavpaststep a, .checkoutnavcurrentstep, .checkoutnavcurrentstep a,  .checkoutnavfuturestep, .checkoutnavfuturestep a
{
color:#333333;
font-size:10pt;
font-weight:400;
padding:10px;
margin-right:10px;
background-color:#eeeeee;
text-decoration:none;
}

.checkoutnavcurrentstep
{
font-weight:bold;
}

.checkoutnavfuturestep
{
}

