html, body {
    font-size: 12px;
    color: #000;
	margin: 0px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	/* behavior: url(../js/moz.htc);	*/
}

input {
    padding-left: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color: #2f3f91;
	text-decoration: none;
}

a:hover {
	color: #2d3350;
	text-decoration: underline;
}

p {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

li {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
}

form {
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.h1 {
	font-size: 24px;
	font-weight: normal;
	color: #4a4439;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background: url(../resources/assets/h1_bg.jpg) repeat-x center;
}

.header_h1 {
	background: #ffffff;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 20px;
}

h1 {
	font-size: 24px;
	font-weight: normal;color: #4a4439;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #9c927f;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #9c927f;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #9c927f;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

td {
	font-size: 12px;
	}

#wrapper {
}

.copy {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
}

.clr {
	clear: both;
}

.subNav
{
    font-size: 11px;
    color: #9c927f;
}

.grayFont {
	font-size: 12px;
	color: #9c927f;
}

.redCallout, .redFont
{
    color: #cc0000;
}

.smallFont
{
    font-size: 11px;
}

.smallFont_Alt
{
   font-size: 11px;
   color: #806d4e;
}

.prodTitle {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	display: block;
}

.prodDescription {
	line-height: normal;
	color: #666666;
}

.imgBorder {
	border: 1px solid #d7ccba;
	padding: 4px;
	background: #fff;
}

.underlineRule {
	border-bottom: solid 1px #d7ccba;
}

.pageWidth {
	width:770px; 
}

.leftCol {
	width:170px; 
	float:left; 
	margin-right:16px;
}

.rightCol {
	width:146px; 
	width: 140px !ie;
	float:right;
}

.mainContent_wide {
	width:584px; 
	float:left; 
	text-align:left;
}

.mainContent_narrow {
	width:422px; 
	float:left; 
	text-align:left;
	margin-right:16px;
}

/*---------------------------------*/
/*----- HEADERNAV -----------------*/

#headUtil_wrapper {
	width: 100%;
	background: #f5f4f2;
	border-bottom: 2px solid #fff;
}

	#headUtil {
		width: 770px;
		height: 69px;
		margin: 0px 0px 0px 0px;
	}
	
		#headUtil a:link, #headUtil a:visited, #headUtil a:active {
			color: #666666;
			text-decoration: none;
		}
		
		#headUtil a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
	#topLogo {
		float: left;
		padding: 0px;
		margin: 18px 0px 0px 0px;
		width: 189px;
	}
	
	#topUtilNav {
		float: right;
		padding: 0px;
		margin: 15px 0px 0px 0px;
		text-align: right;
		width: 352px;
	}






	
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #topUtilNav { width: 356px; }				/*------ FOR SAFARI WIDTH --------*/
}






		#topUtilNav a.topUtil_nav {
			font-size: .9em;
			padding: 0px 5px 0px 5px;
		}
		
	.topUtil_shoppingBag {
		text-align: right;
		line-height: 28px;
		font-size: 1.0em;
		padding: 0px 6px 5px 23px;
		background: url(../resources/assets/icon_shopBag.jpg) no-repeat;
	}
	
	#topUtil_phoneNo, #topUtil_liveChat, #topUtil_espanol, #topUtil_help {
		float: left;
	}
	
	#topUtil_help {
		margin-top: 1px;
		_margin-top: 0px;						/*------ FOR IE POSITIONING ----------*/
	}
	
/*-----------------------------------------------*/
/*----------- MY ACCOUNT DROPDOWN ---------------*/

	#topUtil_myAccount {
		position: relative;
		float: left;
		margin-top: -2px;
		_margin-top: 0px;						/*------ FOR IE POSITIONING ----------*/
	}
		
		ul#acct_dropDown {
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		ul.acct_first {
			position: absolute;
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}
		
			li.acct_expand, li.acct_subexpand {
				position: relative;
				padding: 0px;
				margin: 0px;
			}
		
			li.acct_expand ul {
				visibility: hidden;
				border-bottom: 1px solid #d7ccba;
				color: #ffffff;
				position: absolute;
				top: 15px;
				left: 0px;
			}
		
			ul#acct_dropDown li.acct_expand:hover ul.acct_first, ul.acct_first li.acct_subexpand:hover {
				visibility: visible;
				color: #ffffff;
			}
		
			.acct_subexpand a {
				border-left: 1px solid #d7ccba;
				border-right: 1px solid #d7ccba;
				border-top: 1px solid #d7ccba;
			}	
			
			#topUtil_myAccount a.topUtil_navdown:link, #topUtil_myAccount a.topUtil_navdown:active, #topUtil_myAccount a.topUtil_navdown:visited {
				display: block;
				width: 70px;
				_width: 80px;
				background-color: #f5f4f2;
				padding: 0px 5px 0px 5px;
				text-align: left;
				font-size: .9em;
			}	
			
			#topUtil_myAccount a.topUtil_navdown:hover {
				background-color: #f5f4f2;
				color: #000000;
			}
		
	
/*--------------------------*/
/*------- MAINNAV ----------*/

#topSubNav_wrapper {
	width: 100%;
	background: #9c927f;
}

	#topSubNav {
		width: 770px;
		height: 43px;
	}
	
		#searchBar {
			float: left;
			margin: 10px 0px 0px 0px;
			padding: 0px;
			text-align: left;
			width: 207px;
		}
		
		#searchBar_searchPage {
			float: left;
			margin: 5px 0px 0px 0px;
			padding: 0px;
			text-align: left;
			width: 200px;
		}

			.topSearchField {
				display: inline;
				float: left;
				width: 150px;
			}
			
			.topSearchBtn {
				padding: 2px 0px 0px 5px;
				display: block;
				float: right;	
			}
			
			.searchCheckBox {
				display: inline;
				vertical-align: bottom;
				clear: both;
			}
			
			.searchWithin {
				color: #ffffff;
				line-height: 18px;
			}
		
		#scrollingDiff {
			float: right;
			margin: 8px 0px 0px 0px;
		}
		
		#scrollingDiff a {
			padding-left: 20px;
		}
		
		.freeShip_header {
			padding-right: 45px;
		}
		
/*-------------------------*/
/*-------- LEFT NAV -------*/

#leftNav {
	width: 170px;
	margin: 18px 0px 0px 0px;
	margin: 8px 0px 0px 0px !important;						/*------ FOR IE POSITIONING ----------*/
	text-align: left;
}

	#leftNav a:link, #leftNav a:active, #leftNav a:visited {
		color: #746c5e;
		display: block;
		text-decoration: none;
		padding: 3px 0px 3px 15px;
		margin: 0px;
	}
	
	#leftNav a:hover {
		color: #000000;
		background-color: #f5f4f2;
	}
	
	#leftNav a.leftNav_Graphics:link, #leftNav a.leftNav_Graphics:active, #leftNav a.leftNav_Graphics:visited {
		margin: 0px 0px -5px -15px;
	}
	
	#leftNav a.leftNav_Graphics:hover {
	background-color: #ffffff;
}

	#leftNav h1.leftNav {
		font-size: 12px;
		font-weight: normal;
		text-transform: none;
		padding: 0px;
		margin: 0px;
	}
	
	.leftnav_h1 {
		margin: 10px 0px 0px 0px;
	}
	
	h3.leftNav_h3 {
		font-size: 11px;
		font-weight: normal;
		color: #9c927f;
		margin: 2px 0px 0px 10px;
	}
	
	#leftNav h2 {
		font-size: 11px;
		font-weight: normal;
		margin: 0px 0px 0px 0px;
	}
	
	
/*-------------------------*/
/*------ BELT BUCKLE ------*/

	#beltBuckle {
		margin: 20px 0px 10px 0px;
	}
	
		#beltBuckle_inner {
			width: 762px; 
			height: 300px;
			padding: 4px;
			border: 1px solid #d7ccba;
			display: block;
		}
		
			#bb_quad_1, #bb_quad_4 {
				float: left;
				width: 188px;
				display: inline;
			}
			
			#bb_quad_2-3 {
				float: left;
				width: 386px;
				display: inline;
			}
	
/*-------------------------*/
/*------- FOOTER NAV ------*/

/*------ EMAIL SIGNUP -------*/
#footer_util_wrapper {
	width: 100%;
	background: #9c927f;
	border-bottom: 2px solid #fff;
}

	#footer_util {
		width: 770px;
		height: 35px;
	}
	
		#emailSignUpBar {
			float: left;
			color: #fff;
			font-size: 15px;
			padding: 0px;
			margin: 7px 0px 0px 20px;
			width: 435px;
		}
		
			#emailSignUpBar span {
				padding: 3px 13px 0px 0px;
				float: left;
				display: block;
			}
			
			#emailField {
				float: left;
			}
			
			.emailSignUpBtn {
				padding: 3px 0px 1px 5px;
				float: right;
			}
			
		#util_links {
			color: #ffffff;
			float: right;
			padding: 0px;
			margin: 10px 40px 0px 0px;
		}
		
		#util_links a:link, #util_links a:visited, #util_links a:visited {
			color: #ffffff;
			padding: 0px 5px 0px 5px;
			text-decoration: underline;
		}
		
		#util_links a:hover {
			text-decoration: underline;
		}

/*---------- FOOTER LINKS ----------*/
				
#footer_nav_wrapper {
	width: 100%;
	background: #f5f4f2;
}

	#footer_nav {
		width: 770px;
		height: 125px;
		height: 140px !ie;
		padding: 12px 0px 0px 0px;
	}
	
		#footer_nav_column {
			float: left;
			width: 230px;
			margin: 0px 0px 0px 0px;
			font-size: 11px;
		}
		
			#footer_label {
				float:left;
				width: 100px;
				margin: 0px 0px 0px 0px;
				text-align: right;
			}
			
				#footer_label h1 {
					font-size: 20px;
					color: #4a4439;
				}
			
			#footer_links {
				float: right;
				width: 120px;
				text-align: left;
				margin: 3px 0px 0px 8px;
				color: #9c927f;
			}
			
				#footer_links a:link, #footer_links a:active, #footer_links a:visited {
					color: #9c927f;
					text-decoration: none;
				}
				
				#footer_links a:hover {
					color: #000000;
					text-decoration: underline;
				}
		
		a.footer_nav_link:link, a.footer_nav_link:active, a.footer_nav_link:visited {
			display: block;
			padding: 2px 0px 2px 0px;
		}
		
		#footLink {
			color: #9c927f; 
			font-size: 9px; 
			line-height: 16px; 
			text-align: justify;
		}
		
		#footLink h2  { 
			color: #9c927f; 
			font-size: 9px; 
			line-height: 12px; 
			display: inline 
		}

			#footLink a:link, #footLink a:visited  {
				color: #9c927f; 
				text-decoration: none;
			}

			#footLink a:active, #footLink a:hover {
				color: #4A4439; 
				text-decoration: underline;
			}
			 
		
/*---------- SECURITY FOOTER ----------*/

#footer_security_wrapper {
}				

	#footer_security {
		width: 770px;
		margin: 10px 0px 0px 0px;
	}	
	
		#security_logos {
			float: left;
			border-right: #9c927f 1px solid;
		}	
		
			#security_logos a {
				padding: 0px 18px 0px 0px;
				display: block;
				width: 70px;
				float: left;
				text-align: left;
				font-size: 10px;
				white-space: nowrap;
			}
		
		#payment_stripe {
			float: right;
		}

			#payment_stripe a {
				padding: 0px 18px 0px 0px;
				display: block;
				float: left;
				text-align: left;
				font-size: 10px;
			}
			
/*----------------------------*/
/*-------- COPYRIGHT ---------*/

#copyright {
	color: #9c927f;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

#copyright h1, #copyright a:link, #copyright a:active, #copyright a:visited, #copyright a:hover, #copyright a.footer62:link, #copyright a.footer62:visited, #copyright a.footer62:active, #copyright a.footer62:hover {
	color: #9c927f;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

	
/*----------------------------*/
/*-------- RIGHT COLUMN ------*/

#right_column a {
	display: block;
	margin: 10px 0px 0px 0px;
}

/*-----------------------------------*/
/*-------- CATEGORY FOOTER ----------*/

#footLink {
	width: 770px;
	margin: 20px 0px 0px 0px;
}

/*-----------------------------------------------*/
/*---------  PRODUCT RECOMMENDATIONS ------------*/

#recommendBox {
	display: block;
	margin-top: 10px;
	width:140px;
	padding-bottom: 5px;
	background: #E9E7E2;
	color: #9c927f;
}

#recommendBox_584 {
	display: block;
	margin-top: 10px;
	width: 584px;
	background: #e9e7e2;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: 100%;
}

#liner {
	background: #fff;
	width: 100%;
}


#recommendTitle {
	text-transform: lowercase;
	color: #4a4439;
	font-size: 13px;
	font-weight:bold;
	text-align: left;
	background: #e9e7e2;
	padding: 5px;
}

#recommendAddBag { margin-bottom: 3px; }

#recommendProd {
	background: #FFFFFF;
	padding: 5px;
	margin: 0px;
	text-align: left;
	display: block;
	border: 5px solid #e9e7e2;
	color: #9c927f;
}
#recommendProd_inline {
	background: #FFFFFF;
	padding: 5px;
	text-align: left;
	display: inline;
	float: left;
	height: 230px;
	border: 5px solid #e9e7e2;
	width: 126px;
	color: #9c927f;
}


#recommendImgName_inline { 
	width: 126px;
	_width: 122px;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

#recommendImgName img {
	text-decoration: none;
	display: block;
	margin: 0px 0px 10px 15px;
	vertical-align: bottom;
}


#recommendImgName_inline img {
	text-decoration: none;
	display: block;
	margin: 0px 0px 10px 15px;
	vertical-align: bottom;
}

#recommendPriceSku {
	width: 126px;
	_width: 122px;
	float: left;
	margin: 0px 5px;
	padding: 0px 5px;
	text-align: left;

}

#recommendAddBag {
	width: 126px;
	_width: 122px;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

#clr {
	clear:both;
}

/*--------- PRODUCT PAGE OUT OF STOCK --------------*/


	ul#dropDown {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 200px;
	}
	
	ul.first {
	padding: 0;
	list-style-type: none;
	}
	
	li.expand ul {
	position: absolute;
	visibility: hidden;
	}
	
	ul#dropDown li.expand:hover ul.first, ul.first li.subexpand:hover ul.second {
	visibility: visible;
	margin: -3px 0px 0px 0px;
	}
	
	#hidden {
	border-top: 7px solid #6663ad;
	border-left: 1px solid #6663ad;
	border-right: 1px solid #6663ad;
	border-bottom: 1px solid #6663ad;
	background-color: #fafafa;
	padding: 10px;
	}
	
/*----- ERROR MESSAGE CLASSES -----------------*/
	
.errorText {
	font-size: 11px;
	font-weight: bold;
 	padding: 2px 4px 4px 28px;
 	color: #990000;
	background-image: url(/resources/nav/icon_error.jpg);
 	background-repeat: no-repeat;
 	line-height: 16px;             
	display: block;
	}

.errorInput {          	
	background-color: #f5f4f2;
  	border-style: solid;
 	border-color: #990000;
 	border-width: 2px;
	}

.errorSelect {
	background-color: #f5f4f2;
 	border-style: solid;
 	border-color: #990000;
	border-width: 2px;
	}
	
/*-----------------------------------------------*/
