﻿body {
	font: 11px Verdana, Tohoma, Arial;
	background:#f1f1f1;
}

a {
	color:#005a8c;
	text-decoration:none;
}

a:hover {
	color:#002d46;
}

img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

input {
	font: 11px Verdana, Tohoma, Arial;
	margin-left: 0px;
}

/* CLASS NAMES */
a.Whitelink {
	color:white;
	text-decoration:none;
}

a:hover.Whitelink{
	color:#e5e5e5;
	text-decoration:none;
}


a.SubNavTopLinkWhite {
	color:white;
	text-decoration:none;
	display:block;
	width:100%;

}

a:hover.SubNavTopLinkWhite {
	color:#e5e5e5;
	text-decoration:none;
}


a.MinicartLink {
	color:#ffffff;
	font:11px Verdana, Tahoma, Arial;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
}

a:visited.MinicartLink {
	color:#ffffff;
}

a:hover.MinicartLink{
	color:#e1e1e1;
	text-decoration:none;
}


a.Graylink {
	color:#3e3e3e;	
	text-decoration:none;
	display:block;
	width:100%;
}

a:hover.Graylink{
	color:#005a8c;
}

.DefaultTab {
	background:#005a8c;border-left:solid 1px #003350;	border-top:solid 1px #003350;	width:75px;	padding:2px;	padding-bottom:3px;
}

.DefaultEndTab {
	background:#005a8c;
	border:solid 1px #003350;
	border-bottom:none;
	width:85px;
	padding:2px;
	padding-bottom:3px;
}

.DefaultTabSelected {
	background:#696969;
	border-left:solid 1px #3e3e3e;
	border-top:solid 1px #3e3e3e;
	width:75px;
	padding:2px;
	padding-bottom:3px;
}

.DefaultEndTabSelected {
	background:#696969;
	border:solid 1px #3e3e3e;
	border-bottom:none;
	width:85px;
	padding:2px;
	padding-bottom:3px;
}

.DefaultSubTab {
	text-align:center;
	border-right:solid 1px #dcdcdc;
}

.DefaultSubTabSelected {
	background:#e5e5e5;
	text-align:center;
	border-right:solid 1px #dcdcdc;
	color:#696969;
}

.fine_print {
	font:9px verdana;
}

.PageHeader9 {
	font-weight:bold;
	font-family: arial, Verdana;	
	font-size: 9pt;	
}

.PageHeader8 {
	font-weight:bold;
	font-family: arial, Verdana;	
	font-size: 8pt;
	color:#595959;
	width: 498px;
}

.PageHeader10 {
	font-weight:bold;
	font-family: arial, verdana;	
	font-size: 10pt;	
}

.SubNavigationLeft {
	padding:2px	
}

.LeftNavLinks {
	background:#f1f1f1;
	border:solid 1px #073955;
}


.Dropdown {
		font: 11px Verdana, Tohoma, Arial;
}

.Textbox {
		font: 11px Verdana, Tohoma, Arial;
}

.DontShow {
	display:none;
	font-size:1px;
	color:#ffffff;
}

.DS {
	display:none;
	font-size:1px;
	color:#ffffff;
}


/* ELEMENT IDs */
#TopMasterRow {
	background:#ffffff;
	border: #d3d3d3 1px solid; 
	border-bottom:none;
	padding:3px;
}

#MainHeader {
	background-image: url("/dehartweb/images/top.logo.wide.jpg");
	background-repeat:no-repeat;
	border:solid 1px #d3d3d3;
	border-top:none;
	width:100%;
	height:75px;
}

#MainContent {
	background:#ffffff;
	border: solid 1px #dcdcdc;
	width:940px;	
}

#MainFooter {
	background-image: url("/dehartweb/images/master_footer.jpg");
	border: 1px solid #C3C3C3;
	width:940px;
	height:75px;
	margin-top:15px;
}

#MainFooterLinks {
	margin-top:31px;
}

#SubNavigationTop {
	border-bottom:1px solid #dcdcdc;
	background: #696969;
	color:#ffffff;
	width:100%;
	text-align:left;
}


