body		 { font-size: 10pt; color: #000000; font-family: sans-serif; background-color: #ffffff; margin: 4pt } 
table		 { font-size: 9pt; }
h1			{ margin: 4pt 0; font-size: 1.6em }
h2			{ margin: 4pt 0; font-size: 1.5em } 
#rightnav	{ float:right }
#rightnav div	{ padding: 4pt; text-align: right;  }
.fltright	{ float: right; }
.searchBox form	{ padding: 0; margin: 0; }
.searchBox input[type="text"] { margin: 0 2pt; }
.column { display: inline-block; vertical-align: top; padding: 10pt 2pt 0 0; }
.selcolumn { display: inline-block; vertical-align: top; padding: 10pt 2pt 0 0; }
.selcolumn label { display: block; }
.selcolumn select { padding: 2px 0 }
.selcolumn select.high { height: 80pt; }
.selcolumn.mobile { display:block; padding: 0 0; }
.selcolumn.mobile label { padding: 5px 0 0 0; }
.selcolumn.note { padding: 22pt 2pt 0 0; max-width: 180px; }

.searchForm { padding: 10pt 0 0 0 }
.searchForm input[type="text"] { margin: 0 3pt; }
.vs1 { padding: 12pt 0 0 12pt; }
.vs2 { padding: 20pt 0 0 0; }
.searchResults  { padding: 12pt 0; font-weight: bold; }
.searchResults  .column { padding: 5pt 15pt 0 0; vertical-align: baseline; }
.diagThumbs		{ padding: 12pt 0; }
.partSearchResults { padding: 12pt 0; clear: left }
.partSearchResults ul li { padding: 1px 0; }
.partSearchResults .diagram { padding: 2pt 0; }
.partSearchResults .diagram .part { padding: 1pt 0 1pt 5pt; }
.superseded, .supersedes { clear: left }

.error			{ font-weight: bold; color: #e00000; }
.rpad2		{   margin-left: 200pt }
.toplinks	{	line-height: 18pt }

#partsList	{ border-collapse:separate; border-spacing:0; }
#partsList	tr.r0 th { background-color: #e0e0e0; }
#partsList	tr.r0 { background-color: #e2e2e2; }
#partsList	tr.r1 { background-color: #fcfcfc; }
#partsList	th { padding: 2pt 4pt; }
#partsList	td { vertical-align: top; padding: 2pt 4pt; }
#partsList	td.price		{ text-align: right; }
#partsList	td.edge1 {
	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-left: 2px solid brown;
	border-top: 1px solid brown;
	padding-left: 2px;
}

#partsList	td.edge2 {
	border-left: 2px solid brown;
	padding-left: 2px;
}

#partsList	td.edge3 {
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 2px solid brown;
	border-bottom: 1px solid brown;
	padding-left: 2px;
}
#partsimg {
	position:relative;
	left:0;
	top:0;
	margin: 3pt 0;
	outline: none;
}
#partsimg img {
	vertical-align:top;
}

map area {
    outline: none;
}
#partsimghl {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 640px;
    height: 100%;
}
.imghl {
	position: absolute;
	top: 0;
	left: 0;
	visibility:hidden;
	background-color: transparent;
	border: 2px solid #FF6600;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.imghla {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	cursor: pointer;
}
.not-avail {
	position: absolute;
	background-color: white;
	opacity:0.85; filter:alpha(opacity=85);
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: not-allowed;
}
div.poshl {
	border: 4px solid #F5CD02;
	margin: -2px;
	visibility:visible;
}
#partsList tr.poshl {
	background-color: #FAED93;
}
#partsList tr.r0.poshl {
	background-color: #F9E081;
}
div.posselect {
	border: 2px solid #ff2020;
	visibility:visible;
	margin:0;
}
#partsList tr.posselect {
	background-color: #ffc4c4;
}
#partsList tr.r0.posselect {
	background-color: #ffb0b0;
}
#partsList .aphoto {
	background: url("assets/photo.png") 0px 1px no-repeat;
	width: 16px;
	padding: 0 0;
}
#partsList .aphoto a {
	position:relative;
	display:block;
	width: 16px;
	height: 16px;
}
.partphoto {
	display:inline-block;
	background: url("assets/photo.png") 0 0 no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 0 0 10px;
}

@media print {
	#partsimg, #partsimg img {
		width:100%;
		height:auto;
	}
	.imghl, .imghlna, .searchBox, .lang, .noprint, .splinks {
		display:none;
	}
}
.clear {
	clear: both;
}
.tbl {
	display: table;
}
.blk {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.mg-thumb {
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

.mg-thumb {
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	width: 120px; height: 120px;
	vertical-align: top;
}
.mg-thumb a img { border: 1px solid white; vertical-align: top;   }
.mg-thumb a div.image span { display:inline-block; margin: 0 3px 3px 3px; }
.mg-thumb a:hover div.image span { background-color: yellow; }
.mg-thumb a:hover img { opacity:0.8;filter:alpha(opacity=80); border:1px solid brown; border-radius: 4px; -moz-border-radius: 4px; }
.diag-thumb {
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}
.diag-thumb	a img { border: 1px solid white; vertical-align: top; }
.diag-thumb	a div.image span { display:inline-block; }
.diag-thumb	a:hover div.image span { background-color: yellow; }
.diag-thumb	a:hover img	{ opacity:0.8;filter:alpha(opacity=80); border:1px solid brown; border-radius: 6px; -moz-border-radius: 6px; }
.diagram_image {
	width:592px;
    height: auto;
}
dl {
padding: 0px 20px;
font-size: 11pt;
}
dl dt {
	padding-top: 2pt;
	font-weight: bold;
	float: left;
	width: 100pt;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
dl dd {
	float: left;
	padding-top: 2pt;
	margin-left: 10pt;
}

.loading-anim div{
	height:2px;
	width:2px;
	margin-left: 4px;
	display:inline-block;
	background-color: #333333;
	border:1px solid #111111;
	-webkit-animation:loading_anim_loader 1.3s linear infinite;
	animation:loading_anim_loader 1.3s linear infinite;
	opacity:0
}
.loading-anim div:nth-child(2){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.loading-anim div:nth-child(3){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
@-webkit-keyframes loading_anim_loader{
	0%{opacity:1}
	30%{opacity:0}
	100%{opacity:0}
}
@keyframes loading_anim_loader{
	0%{opacity:1}
	30%{opacity:0}
	100%{opacity:0}
}

.notes {
	padding-top: 12pt;
}

.superseded h3, .supersedes h3 {
	padding: 12pt 0 0 0;
}

.copy {
	margin-top: 32px;
	font-size: 10px;
}

.plusone {
	min-height: 24px;
}

.splinks {
	font-size: 10px;
	margin: 4pt 0 0 0;
}

.iad-mt {
	max-width: 728px;
	padding: 8px 0;
}

.iad-mt img {
	width: 100%;
	height: auto;
}

.gad-wide {
	max-width: 728px;
	display:inline-block;width:728px;height:90px
}

.gad-wide-r-div {
	max-width: 728px;
	width: 100%;
}

.gad-wide-r {
	display:none;
}

.gad-select-square {
	display:inline-block;
	padding: 12px 0 0 50px;
}

.gad-parts-square {
	display:inline-block;
	padding: 0 0 0 8px;
}

.gad-tall-right {
	width:160px;
	min-width:160px;
	position:relative;
}

/* Grid stuff */

*, *:after, *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

[class*='col-'] {
	float: left;
	padding-right: 20px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 1200px;
	min-width: 640px;
	margin: 0 auto;
	position: relative;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
}

.push-right {
	float: right;
}

footer {
	margin-top: 40px;
	margin-bottom: 120px;
}

footer a {
	margin: 0 12px;
	text-decoration: none;
	color: black;
}

footer a:hover {
	color: grey;
}

@media handheld, only screen and (min-width: 980px) {
	html {
	    overflow-y: scroll;
	}
	div.blk > div, div.blk > div.diagThumbs > div {
		display: inline-block;
	}
	div.sticky {
		display: block !important;
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
	}
}

@media handheld, only screen and (max-width: 589px) {
	#main		{ clear: both }
	.rpad2 {
		display: block !important;
		margin: 5px 0 0 0 !important;
	}
	#partsimg img {
		width:100%;
		height:auto;
	}
	.gad-wide { display: none }
	.gad-wide-r { display: block }

}

@media handheld, only screen and (max-width: 720px) {
	body {
		margin:0;
	}
	
	#partsList	th { padding: 4pt 4pt; }
	#partsList	td { vertical-align: top; padding: 4pt 4pt; }

	.grid {
		width: 100%;
		min-width: 0;
		padding: 0 0;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media handheld, only screen and (max-width: 769px) {
	.lang	{ clear: both }
	.rpad2		{ margin-left: 20pt }
}

@media handheld, only screen and (max-width: 824px) {
	.searchBox	{ clear: both }
}

@media handheld, only screen and (max-width: 877px) {
	.gad-tall-right { display: none }
}

@media handheld, only screen and (max-width: 919px) {
	.rpad2		{ margin-left: 40pt }
}

@media handheld, only screen and (max-width: 970px) {
	.gad-select-square { display: none }
}

@media handheld, only screen and (max-width: 1024px) {
	.splinks { clear: both }
}

@media handheld, only screen and (max-width: 1199px) {
	.gad-parts-square { display: none }
}

#pmLink {
	visibility: hidden;
	text-decoration: none;
	cursor: pointer;
	background: transparent;
	border: none;
	padding-right: 10px;
}

#pmLink:hover {
	visibility: visible;
	color: grey;
}
