/* ----------------------------------------------------
   CSS for pages that have the left navigation present 
   ----------------------------------------------------*/

/* ######### Override footer width ############ */
#bottomMiddleNavTable
{
	width:585px;
}

/* ######### LAYOUT ( side nav view )CSS ############ */
#mainTable
{
	width:713px;
	margin-top: 8px;
	/*border:1px solid blue;*/
	
}

#leftNav
{
	width:114px;
	text-align:left;
	padding-top:15px;
	/*border:1px solid green;*/
}

#leftNav table
{
	/*background-color:red;*/
	width:118px;
}

#rightContent
{
	padding-left:15px;
	width:584px;
	/*border:1px solid orange;*/
}

/* remove top padding on bread crumb */
#breadCrumb
{
	margin-top:0px;
}

/* ######### LEFT NAV CSS ############ */
#leftNav a
{
	font-size:10px;
	text-decoration:none;
	color:white;
}

#leftNav a:hover
{
	color:#D5AE65;
}

.navActive 
{
	font-weight: bold;
	color:#D5AE65;
}

#leftNav img
{
	margin-right:6px;
}


#leftNav td
{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	/*border:1px solid yellow;*/
}

#leftNavSectionImage
{
	border-bottom: 1px solid #D5AE65;
	width:100px;
	margin-bottom:5px;
	padding-bottom:5px;
}	




/* ######### LEFT NAV MENU CSS ############ */
.subNav
{
	display:none;
	margin-left:7px;
}

.subNav td
{
	padding-top:3px;
	padding-bottom:3px;
	padding-right:1px;
}

body #leftNav .subNav
{
width:110px;
padding-right:0px;
}
.mainNav
{
	color:#FFFFFF;
}

.mainNavActive
{
	color:#D5AE65;
}

/* ######### RIGHT CONTENT PAGES CSS ############ */


#rightContentInnerBox
{
	border-top: 1px solid #D5AE65;
	border-right: 1px solid #D5AE65;
	border-bottom: 6px solid #D5AE65;
	border-left: 1px solid #D5AE65;
	background-color:white;
	
}

.outfitHeadline
{
	padding-top:17px;
	color:#192238;
	font-weight:bold;
}

.featuredOutfitInactive {
		border: 2px solid white;

}
.featuredOutfit {
		border: 2px solid #222E4B;
}

#leftNavBottomPadder
{
 margin-top:20px;
}

.rightContentInnerBoxDefaultPadding
{
	padding:15px;
}

.rightContentTableMaxWidth
{
	width:554px;
	
}