@charset "utf-8";


.oneColElsCtrHdr #header {
	min-width: 976px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	position: relative;
} 


.oneColElsCtrHdr #headerTopRighLinks {
	position: absolute;	
	right: 15px;
	top: 25px;
}


.topRightLinks {
	float: left;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 65%;
	padding-left: 15px;
}


.headerLinkDiv {
	text-align: left;
	float: left;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 5px;
}

.headerLinks {
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
	text-decoration: none;
}

.headerLinks a:hover {
	color: #990000;
	text-decoration: none;
}

.headerLinks a:link {
	text-decoration: none;
	color: #666666;
}

.headerLinks a:visited {
	text-decoration: none;
	color: #666666;
}

.howToBuyHeaderLinks {
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
	text-decoration: none;
}

.howToBuyHeaderLinks a:hover {
	text-decoration: none;
}

.howToBuyHeaderLinks a:link {
	text-decoration: none;
}

.howToBuyHeaderLinks a:visited {
	text-decoration: none;
}


.selectedHeaderLink {
	text-align: left;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	font-size: 80%;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 5px;
}

.breadCrumbsBox {
	clear: both;
	width: 500px;
	font-size: 85%;
	color: #CC9900;
	margin-left: 100px;
	padding-top: 10px;
	padding-bottom: 5px;
}



.breadCrumbsBox a {
	font-size: 90%;
	font-weight: bold;
	color: #cc9900;
}
