/* styles specific to department pages */

div#sidebar {
	position: fixed;
	top: 118px;
	left: 25px;
	width: 165px;
	border: thin solid #660000;
	margin: 10px 10px 0 0;
	font: 80% Arial, Helvetica, sans-serif;
	background: #ccb;
	z-index: 2;
	padding: 0px;
	color: #330000;
}
div#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#sidebar a {
	display: block;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}
div#sidebar a:hover {
	background-color: #fea;
	font-weight: bold;
}
 ul#deptLinks {
	list-style: none;
	position: absolute;
	top: 202px;
	left: 164px;
	width: 165px;
	z-index: 99;
	background: #ccb;
	border: thin solid #600000;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
div#sidebar h5.variationH5 {
	letter-spacing: 0.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}
div#sidebar li ul{
	display: none;
}
div#sidebar li:hover ul, div#sidebar li.over ul{
	display: block;
	}
div#sidebar li#cascade1 {
	border: 1px solid #CCCCBB; /* This fixes a display problem in IE 6 */
}
#instLogo {
	width: 72px;
	margin: auto auto 20px auto;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 					Classes						 */
/* * * * * * * * * * * * * * * * * * * * * * * * */
.clearRight {
	clear: right;
}
.arrowRight {
	background: url(../siteimages/triRight.gif) no-repeat right center;
	color: #660000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
/*				tag redefinitions 				 */
/* * * * * * * * * * * * * * * * * * * * * * * * */
a#optionalLink {
	visibility: hidden;
}
table#tblInstModels a {
	text-decoration: none;
	color: #330000;
}
table#tblInstModels a:hover {
	text-decoration: underline;
}
table#tblInstModels td {
	text-align: center;
}
table#tblInstModels p {
	margin-top: 10px;
	margin-bottom: 5px;
}
body#gAndL a#optionalLink, body#accessories a#optionalLink, body#martinStandard a#optionalLink, body#martinPremium a#optionalLink {
	visibility: visible;
	background: #eee8cc;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
div#buckets {
	width: 99%;
	margin: 0;
	padding: 0;
}
div#buckets h2 {
	text-align: center;
}
div#buckets td a {
	text-decoration: none;
	color: #330000;
	font-size: 80%;
}
div#buckets td a:hover {
	text-decoration: underline;
}
table#deptsTable {
	border: 0px;
	text-align: center;
	margin: 0px auto;
	width: 95%;
}
table#tblSubSection a {
	text-decoration: none;
	color: #330000;
}
table#tblSubSection a:hover {
	text-decoration: underline;
}
table#tblSubSection td {
	text-align: center;
}
table#tblSubSection p {
	margin-top: 10px;
	margin-bottom: 5px;
}

