﻿/* 	New Master Page    */	

#minibag_Head_1 A
{
    color: #7b6d6a !important;
    font-size: 12pt;
    font-family:Arial;

}
#minibag_Head_1 A:hover
{
    color: #5b5250 !important;
    font-size: 12pt;
    font-family:Arial;
 
      
}


div#header_container
{
	/* 	background-color: #B5ACA6;     color: White;     font-size: 12px;     width: 831px;     height: 22px;         padding-top: 5px;     text-align: center;     */
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
	width: 977px;
	height: 27px;
	line-height: 27px;
	background-color: #B5ACA6;
	text-align: left;
}

.Master_Header
{
	margin: 0px 25px 3px 20px;
	float: left;
	text-align: center;
	
}

#miniBagHeaderDisplay
{ 
	padding: 0 3px 3px 3px;    
	width:179px;
}

#FakeShoppingBag

{
	border:1px solid #B5ACA6; 
	border-bottom:1px solid #fff; 
	padding: 0 3px 3px 3px;
	position:relative; 
	top:1px;
	width:179px;
	margin-left:auto;
	background-color:#fff;
}	


#miniBHD
{
	border:1px solid #b5aca6; 
	border-bottom:1px solid #fff; 
	float:right; 
	padding:3px 3px 3px 3px;  
	position:relative; 
	top:-1px;
}


#MiniBagContent
{
	display:none;
	width: 260px;
	_width:270px; 
} 

#MiniBagContentClose
{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;   
	color:#6fa5fd;  
	font-weight:700;  
}
 
#MiniBagContent a
{
	color:#7b6d6a;
	cursor:hand;
	cursor:pointer;
	padding-bottom:5px;
}	
 
.MinBagPopup_Add
{ 
    top:30%; 
    left:43%;
    padding:5px 0px 5px 0px;  
    background-color:#fff;
    _position:absolute; 
    _top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight * .30) + "px")
}


.MiniBagPopupShow
{
	background-color:#fff;
}
 
 #MinBagPopup_Add:hover
{
    font-size: 12px;
    font-family:Arial;
}

#MasterHeader 
{
	width:997px;
	overflow:hidden; 
}
#MasterHeader A 
{
	font-family:Arial;
	font-size:10pt; 
	color: #b5aca6;
}
#MasterHeader A:hover
{
	color: #7b6d6a;
}
#MasterHeader .Main
{
	padding:0px;
}

#MasterHeader img 
{
	border:0;
}
#MasterHeader .Content 
{
	float:right;
	padding:5px;
	width:600px;
	overflow:hidden;
}

#MasterHeader form
{
	margin:0;
}


	
#MasterHeader .Nav 
{
	text-align:center;
	background-color:#b5aca6;
	width:100%;
	height:30px;
}	
	
.FooterH1
{
	 text-transform:capitalize;
	 font-family:Arial;
	 font-weight:bold;
	 font-size:9pt;
	 color:#fff;
	 text-decoration: none;
	} 
.FooterH1:hover
{
	 color:#e2dfdd;
	 text-decoration: none;
	}	
  	
	
div #bottomnavboxcontainer a
{
	
	 font-family:Arial; 
	 font-size:9pt;
	 color:#fff;
	}	
div #bottomnavboxcontainer a:hover
{
	 color:#e2dfdd;
}	

#MinBagPopupFooter_Add a 
{
	color:#7b6d6a;
	cursor:hand;
	cursor:pointer;
}
#MinBagPopupFooter_Add a:hover 
{
	color:#7b6d6a;
	cursor:hand;
	cursor:pointer;
}

.MinibagPanel
{
	 max-height:450px;	 
	 _height: expression( this.scrollHeight > 449 ? "450px" : "auto" );
	}
	
/* 	New drop-down menu    */
#navWrapper
{
    padding-bottom: 0px;
    width:997px; 
    padding-right: 0px;
    height: 30px;
    padding-top: 3px;
    background-color:#b5aca6;
    
}

/* remove the list style */  
#nav 
{  
	margin:0 auto 0 auto; 
	padding-left: 20px;
	width:830px;
	list-style:none;
}     
       
/* make the LI display inline */  
/* it's position relative so that position absolute */  
/* can be used in submenu */  
#nav li 
{
	float:left;
	display:block;     
	background:#b5aca6;   
	position:relative;  
	z-index:100; /* make sure its behind minibag (minibag z-index: 500) */  
	margin:0 1px;
	padding: 0 10px 0 10px;
}  
            
/* this is the parent menu */  
#nav li a 
{  
	display:block;   
	padding:5px 5px 0 5px;     
	text-decoration:none;    
	text-align:center;   
	font-family: Arial;
	font-size: 10pt;
	text-transform:uppercase;
	color: #fff;
}  
 
#nav li a:hover 
{  
	color:#e2dfdd;  
}  
       
/* you can make a different style for default selected value */  
#nav a.selected 
{  
	color:#e2dfdd;  
}  
       
/* submenu, it's hidden by default */  
#nav ul 
{  
	position:absolute;   
	left:0;   
	display:none;   
	margin:0 0 0 -1px;   
	padding:0;  
	padding-top: 6px;
	padding-bottom: 6px;
	list-style:none;
	*margin-bottom: 10px;
}  

        
#nav ul li 
{
	background-color:Transparent;
	*background-color:#b5aca6;
}

      
/* display block will make the link fill the whole area of LI */
#nav ul a 
{
	width: 125px; /* 40 less than .dropDown width */
	text-align:left;
	color: #fff;
	text-transform: none;
	
} 

         
#nav ul a:hover {  
	text-decoration:none;
	color: #e2dfdd;
}

.dropDown
{
	width:165px;
	float:left;
	/* take care of opacity on all browsers that support it */
	opacity: .95; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=95); /* IE lt 8 */
	-ms-filter: "alpha(opacity=95)"; /* IE 8 */
	-khtml-opacity: .95; /* Safari 1.x */
	-moz-opacity: .95; /* FF lt 1.5, Netscape */
	background-color: inherit;
}

/* fix ie6 small issue */  
*html #nav ul {  
	margin:0 0 0 -2px;  
}

/*
* See http://positioniseverything.net/easyclearing.html
* for a description of this code.
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */	
