﻿
/*----------------------------
					 Equipment Item
----------------------------*/

div.content div.equipmentImage {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 50%;
}

@media (max-width: 450px) {

	div.content div.equipmentImage {
		float: none;
		max-width: 100%;
		width: 100%;
		margin: 0 0 25px 0;
		text-align: left;
	}

}

/*
	@media (max-width: 560px) {
		div.content div.equipmentImage {
		    float: none;
		    margin: 0 auto 25px auto;
		    text-align: center;
		}
	}
*/

/*----------------------------
					 Equipment Index
----------------------------*/

#equipmentIndex {
	margin-bottom: 20px;
}

#equipmentIndex div.a-z-link {
	margin-left: 18px;
}

#equipmentIndex div.a-z-link a { font-size: 13px; }


/*----------------------------
					 Equipment SubCategory
----------------------------*/

#equipmentSubCategory {
	margin-bottom: 20px;
}

#equipmentSubCategory .top-description,
#equipmentSubCategory .top-description p,
#equipmentTopCategory .top-description,
#equipmentTopCategory .top-description p
	{ font-size: 13px; }

#equipmentSubCategory .top-description p:first-child,
#equipmentTopCategory .top-description p:first-child
	{ margin-top: 0; }
	
#equipmentSubCategory div.content{
	padding: 3px 10px;
	font-size: 13px;
}

#equipmentSubCategory .categoryDescription { margin-bottom: 10px; }

.show-more-items-wrap { text-align: center; padding: 25px 0 20px 0; border-top: 1px solid #F3EEEE; }
.show-more-items-wrap a.load-more-items { }
.show-more-items-wrap a.load-more-items { padding: 4px 27px; font-size: 14px; }
.show-more-items-wrap .loading-more-items { display: none; }



/*
    Could move this to main style.css file if it's used in more places
*/
a.site-btn-3 {
	font-family: arial, verdana, sans-serif;
    -moz-user-select: none;
	-webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #808080;
	display: inline-block;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	outline: 0;
	padding: 10px 25px;
				
	border: 1px solid rgb(224,224,224);
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
    /*text-shadow: 2px 2px 3px #D6D3D3;*/

	
	background-color: transparent;
	background-image: linear-gradient(top,#f5f5f5,#F1F1F1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#F1F1F1);
	background-image: -o-linear-gradient(top,#f5f5f5,#F1F1F1);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#F1F1F1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#F1F1F1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#F1F1F1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

a.site-btn-3-disabled { 
    color: #B4B1B1;
    cursor: default;
}

a.site-btn-3-enabled:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);

	border: 1px solid #C6C6C6;
	color: #707070;
    text-decoration: none;
    /*text-shadow: 2px 2px 3px #C5C1C1;*/
		
	background-color: transparent;
	background-image: linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: -moz-linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: -o-linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#F1F1F1));
	background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: -ms-linear-gradient(top,#F8F8F8,#F1F1F1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}


.posted-in-hierarchy { overflow: hidden; }
.posted-in-hierarchy, .posted-in-hierarchy ul, .posted-in-hierarchy li { position: relative; }
.posted-in-hierarchy ul { list-style: none; padding: 0 0 0 28px !important; margin: 0 auto 0 0 !important; }
.posted-in-hierarchy ul:first-child { padding-left: 18px !important; }
.posted-in-hierarchy li:before, .posted-in-hierarchy li:after {
    content: "";
    position: absolute;
    left: -12px;
}
.posted-in-hierarchy li:before {
    border-top: 1px solid #d8d8d8;
    top: 9px;
    width: 8px;
    height: 0;
}
.posted-in-hierarchy li:after {
    border-left: 1px solid #d8d8d8;
    height: 100%;
    width: 0px;
    top: 2px;
}
.posted-in-hierarchy ul > li:last-child:after {
    height: 8px;
}
.posted-in-hierarchy ul.top-level-hierarchy > li { float: left; width: 31.5%; margin-left: 2%; }
.posted-in-hierarchy ul.top-level-hierarchy > li:first-child { margin-left: 0.5%; }
.posted-in-hierarchy ul.top-level-hierarchy { padding-left: 0 !important; }
.posted-in-hierarchy ul.top-level-hierarchy > li:before {
	display: none;
}
.posted-in-hierarchy ul.top-level-hierarchy > li:after {
	display: none;
}
/* set to a max-height larger than ever needed, this will be used when .posted-in-hierarchy-collapsed is removed */
.posted-in-hierarchy ul.top-level-hierarchy ul { max-height: 350px; max-width: 300px; }
.posted-in-hierarchy ul.top-level-hierarchy ul, .posted-in-hierarchy ul.top-level-hierarchy ul > li {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.posted-in-hierarchy .posted-in-hierarchy-see-all { display: none; }
.posted-in-hierarchy .posted-in-hierarchy-see-all:before { display: none; }
.posted-in-hierarchy-collapsed .posted-in-hierarchy-see-all { display: block; float: left; max-height: 150px; max-width: 300px; }
.posted-in-hierarchy-collapsed ul.top-level-hierarchy ul { max-height: 0; width: 0; /*max-width: 0;*/ overflow: hidden; }
.posted-in-hierarchy-collapsed ul.top-level-hierarchy > li { width: auto; margin-left: 0; }
.posted-in-hierarchy-collapsed ul.top-level-hierarchy > li:before, .posted-in-hierarchy-collapsed .posted-in-hierarchy-see-all:before {
	content: "";
	position: static;
	display: inline-block;
	height: 12px;
	width: 1px;
	background-color: #616161;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: -3px;
	vertical-align: middle;
}
.posted-in-hierarchy-collapsed ul.top-level-hierarchy > li:first-child:before { display: none; margin-left: 0; }
.posted-in-hierarchy-collapsed ul.top-level-hierarchy > li.posted-in-hierarchy-see-all { max-width: 300px; max-height: 100px; }
/* optional to chop off the top line on the first item */
/* .posted-in-hierarchy ul.top-level-hierarchy > li:first-child:after { top: 9px; } */

/* optional to remove the line on the only top level item when there is only only one top level item */
/*
.single-top-level ul.top-level-hierarchy { padding-left: 0 !important; }
.single-top-level ul.top-level-hierarchy > li:last-child:before {
	display: none;
}
.single-top-level ul.top-level-hierarchy > li:last-child:after {
	display: none;
}
*/

@media (max-width: 600px) {

	.posted-in-hierarchy-collapsed ul.top-level-hierarchy > li:before, .posted-in-hierarchy-collapsed .posted-in-hierarchy-see-all:before {
		display: none;
	}
	.posted-in-hierarchy-collapsed ul.top-level-hierarchy > li {
		float: none;
	}
	.posted-in-hierarchy-collapsed ul.top-level-hierarchy > li:first-child {
		margin: 0;
	}
	.posted-in-hierarchy-collapsed .posted-in-hierarchy-see-all {
		float: none;
	}
}

@media (max-width: 850px) {

	.posted-in-hierarchy-expanded ul.top-level-hierarchy > li {
		width: 45%;
	}

}
@media (max-width: 480px) {

	.posted-in-hierarchy-expanded ul.top-level-hierarchy > li {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	.posted-in-hierarchy-expanded ul.top-level-hierarchy > li:last-child {
		margin-bottom: 0;
	}
	
}



