@charset "utf-8";
.topBorderTan {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #BFBCAA;
}

.tanBox {
	background-color: #E7E6DE;
	border: 1px solid #FFFFFF;
}
.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBCAA;
}



/* bottom links */
.btm_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BFBCAA;
	font-size: 10px;
	text-align: center;
}

.btm_links a:link, .btm_links a:visited {
	color: #BFBCAA;
	text-decoration: none;	
}

.btm_links a:hover, .btm_links a:active {
	color: #00005E;
	text-decoration: none;
}

.picBorderThumbs {
	border: 4px solid #BFBCAA;
}

.picBorderThumbs a:link, .picBorderThumbs a:visited {
	border: 4px solid #BFBCAA;
}

.picBorderThumbs a:hover, .picBorderThumbs a:active {
	border: 4px solid #E7E6DE;
}


.thumbCells {
	color: #000000;
	text-align: center;
}
.thumbText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #78745F;
	padding-left: 24px;
	margin-left: 24px;
}

.thumbText a:link, .thumbText a:visited {
	color: #78745F;
	text-decoration: underline;	
}

.thumbText a:hover, .thumbText a:active {
	color: #00005E;
	text-decoration: none;
}
.miniCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #78745F;
}

.miniCart a:link, .miniCart a:visited {
	color: #BFBCAA;
	text-decoration: none;	
}

.miniCart a:hover, .miniCart a:active {
	color: #00005E;
	text-decoration: none;
}


