body {
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: normal;
	}
	
/* ========================  COMMON GLOBAL TO ALL PAGES  ========================= */
/* These first couple of lines in the style sheet specify the font family and size for the document. */
	
.wrapper {
/*	width: 800px; */
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #bbb;
}

/* Set the header font, size and style. */

.header {
	line-height: .7em;
	text-align: center;
	border-bottom:1px solid #bbb;
}

.header h2 {
	font-size: 1.3em;
}

.header h3 {
	font-size: 1.1em;
}

span.in {
	font-size: 1em;
	font-weight: normal;
}

.footnote {
	text-align: center;
	margin: 5px 0 0 0;
}

.clear {
	clear: both;
	height: 0;
}

/* ====================  PART TABLE LISTING page styles  ==================== */

.partslist {
/*	width: 800px; */
 	margin-top: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-collapse: collapse;
}

.phead {
	font-weight: bold;
	background-color: #BEC8D1;
	border: 2px solid #6699CC;
}

	
.ptitles {
	border-right: 1px solid #6699CC;
	text-align: center;
	padding: 5px 0 5px 0;
}

tr.data0 {
	background-color: #dadada;
	}

tr.data1 {
	background-color: #fafafa;
	}

td.data {
	border-left: 1px solid #9CF;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 3px 5px;
}
/* ========== added 3/2/16 for "camera" image to data rows ========== */
td.pn { padding-left:20px; }
td.cam {
	position:relative;
	background: url(_Resources/cam-3.png) 3% center no-repeat;
/*	background: url(cam.gif) 2% center no-repeat;*/
}
/*
td.cam a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none;
} */
/* ====================  GROUP BROWSE page styles  ==================== */

.selectbox {
	height: 100px;
/*	width: 780px;
		margin-left:10px;
		margin-right:10px; */
	margin-top: 1px;
	padding-bottom: 1px;
}

#groupselect {
	width: 450px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

#subgroupselect {
/*	width: 450px;*/
	padding-bottom:1px;
}

#editionselect {
	height: 100px;
	width: 180px;
	float: left;
	margin-top: 5px;
	padding-bottom:1px;
}

#vinselect {
	float: left;
	width: 100px;
	margin-left: 5px;
	margin-top: 1px;
	padding-bottom:1px;
}

.listbox {
	clear: left;
	font-family: arial,helvetica,sans-serif;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #bbb;
}

#list-title {
	margin-top: 1px;
	font-size:15px;
	font-weight: bold;
}

/* ====================  PART SEARCH page styles  ==================== */

#partsearch {
	width: 200px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

#keysearch {
	width: 250px;
	margin-top: 5px;
	float: left;
}

#sortby {
	width: 200px;
	margin-top: 5px;
	float: left;
}

.submitButton {
	width: 50px;
	margin-top: 45px;
	float: left;
}

/* ====================  ILLUSTRATIONS page styles  ==================== */

#listfigs {
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #bbb;
}

/*  ===============  PART DETAIL page styles ==================  */

.displayBox {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #bbb;
}

.displayHdr {
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.displayHdr img {
	position: relative;
	top: 3px;
}

.displayTxt {
	margin: 5px 25px 0 25px;
	padding: 5px 0 5px 8px;
	border: 1px dashed #bbb;
}

.displayTable {
	position: relative;
	left: 25px;
	margin: 5px 25px 0 0;
	padding: 5px 0 5px 5px;
}

.displayWO {
	float: left;
	width: 550px;
	margin: 5px 25px 0 25px;
	padding: 5px 0 5px 8px;
	border: 1px dashed #bbb;
}

.field {
	width: 580px;
    overflow: hidden;
    margin: 2px 0 2px 0;
}

.fName {
	width: 100px;
	float: left;
	border-bottom: 1px dotted grey;
}

.fVal {
	width: 465px;
	float: left;
	margin: 1px 1px 5px 1px;
	padding: 0 0 0 8px;
}

.thumb img {
	float: left;
	border: none;
}

/*  ===============  PART DETAIL TABLE SPECIFIC styles ==================  */

.dlist {
	font-size: 12px;
	border-right: 1px solid #9CF;
	border-collapse: collapse;
}

.dhead {
	background-color: #dadada;
	vertical-align: bottom;
}
	
.dtitles {
	font-weight: normal;
	border: 1px solid #6699CC;
	text-align: center;
	padding: 5px 0 5px 0;
}

tr.ddata0 {
	background-color: #dadada;
	}

tr.ddata1 {
	background-color: #fafafa;
	}

td.ddata {
	border: 1px solid #9CF;
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
}

/*  ===============  new IMAGE styles ==================  */

.photoGrid {
    background: #f9f9f9;
    padding: 5px 5px 0 5px;
    overflow: hidden;
} 

.gridItem {
    float: left;
    width: 170px;
    height: 170px;	/* room for caption */
    margin: 4px 10px 4px 10px;
    position:relative;
}

.gridItem img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}



