
/* Adjusted Layout ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

body.application #left-container { width: 960px; }

body.application #left { padding-right: 0; }

body.application #left table,
body.application #left div.step { width: 660px; }

body.application #left p { width: 610px; }



/* Sorted Tables --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

body.application #left table th,
body.application table td {
	text-align: center;
	cursor: default;
	}
body.application #left table th:first-child {
	text-align: left;
	}

/* Sorted Tables: Head -------------------- */

body.application #left table thead th {
	background: url('../images/object-table-headers.png') no-repeat;
	background-position: right -400px;
	padding-right: 10px;
	cursor: default;
	color: #fff;
	}
body.application #left table thead th.header               { background-position: right -100px; padding-right: 16px; color: #fff; }
body.application #left table thead th.header:hover         { background-position: right -150px; cursor: pointer; }
body.application #left table thead th.headerSortAsc        { background-position: right -200px; }
body.application #left table thead th.headerSortDesc       { background-position: right -250px; }
body.application #left table thead th.headerSortAsc:hover  { background-position: right -300px; }
body.application #left table thead th.headerSortDesc:hover { background-position: right -350px; }

/* Sorted Tables: Body + Foot -------------------- */

body.application #left table tbody th {
	padding-left: 15px;
	text-align: left;
	}
body.application #left table tbody tr.ruled th,
body.application #left table tbody tr.ruled td {
	background-image: url('../images/object-table-rows.png');
	background-position: left -120px;
	background-repeat: repeat-x;
	color: #000;
	}
body.application #left table tfoot td {
	background-position: left top;
	}

/* Table Variation: Text Content -------------------- */

body.application #left table.tabletext thead th {
	padding-left: 20px;
	}
body.application #left table.tabletext tbody tr td,
body.application #left table.tabletext tbody tr.ruled td {
	background: #e2e2e2;
	padding: 15px 20px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #444;
	}
#left table.tabletext td h3 { clear: none; }
#left table.tabletext td p  { width: 360px; }
#left table.tabletext td a  { display: inline; }

#left table.tabletext td div {
	width: 180px;
	padding: 5px 30px;
	float: right;
	text-align: center;
	line-height: 14px;
	}
#left table.tabletext td div strong {
	display: block;
	padding-top: 5px;
	font-size: 11px;
	}
#left table.tabletext td div em {
	display: block;
	padding-bottom: 20px;
	font-size: 9px;
	}

/* Table Variation: Image Content -------------------- */

#left table.tableimage thead th span {
	padding-right: 10px;
	font-size: 10px;
	color: #bbb;
	}
#left table.tableimage tbody tr td {
	background: none;
	padding: 0;
	}

/* Builder Table -------------------- */

#left div#build table thead th:first-child    { text-align: center; }
#left div#build table tbody tr td:first-child { padding-left: 15px; }
#left div#build table tbody tr td { font-size: 12px; }

#left div#build table tbody tr.ruled th,
#left div#build table tbody tr.ruled td {
	background: url('../images/object-table-rows.png') repeat-x left -30px;
	color: #444;
	}
#left div#build table tbody tr td.partA,
#left div#build table tbody tr td.partB,
#left div#build table tbody tr td.partC,
#left div#build table tbody tr td.partCover span {
	font-weight: bold;
	color: #333;
	}

/* Preview Tooltips -------------------- */

td.preview {
	padding: 0;
	}
a.preview:hover {
	background: url('../images/object-table-rows.png') repeat-x center -180px;
	}
#preview {
	width: 620px; height: 205px; display: none;
	background: url('../images/app/bg-preview.png') no-repeat;
	position: absolute; z-index: 1000;
	padding: 5px 11px 0;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
#preview span {
	padding: 0 10px 0 15px;
	font-size: 10px;
	color: #bbb;
	}

/* Sorted Tables: Product-Specific -------------------- */

body#board-level-shielding #data { min-height: 300px; }
body#fabric-over-foam      #data { min-height: 650px; }
body#finger-stock-gaskets  #data { min-height: 800px; }



/* Current Details ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#current {
	width: 300px;
	padding: 14px 0 0;
	float: right;
	z-index: 50;
	}
#current h3 {
	height: 40px;
	padding: 25px 0 5px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 0px 1px 0px #fff;
	color: #999787;
	}
#current h3 em {
	font-style: italic;
	font-weight: bold;
	}
#current h3 span {
	display: block;
	font-size: 11px;
	line-height: 12px;
	
	}
#current h3 sup {
	padding-left: 5px;
	font-weight: normal;
	}
#current h5 {
	position: absolute;
	top: 41px; left: 21px;
	line-height: 16px;
	color: #666555;
	}

#current div.title h4     { background-image: url('../images/icons/view-title.png'); }
#current div.isometric h4 { background-image: url('../images/icons/view-isometric.png'); }
#current div.diagram h4   { background-image: url('../images/icons/view-diagram.png'); }

#current h4 {
	height: 20px;
	background-position: 20px 7px;
	background-repeat: no-repeat;
	padding: 5px 0;
	text-indent: 45px;
	color: #999787;
	}
#current div {
	background: url('../images/sidebar-view-bg.png') no-repeat left top;
	position: relative; display: block;
	}
#current div.mask {
	width: 300px; height: 70px;
	background: url('../images/sidebar-view-mask.png') no-repeat left top;
	position: absolute; z-index: 1000;
	}
#current div.diagram div.mask { height: 320px; }


/* Current Details: Links -------------------- */

#current a { display: block; float: right; }

#current a.toggle {
	width: 50px; height: 20px;
	background: url('../images/app/view-toggle.png') no-repeat;
	margin: 5px 30px 0 0;
	}
#current a.opened { background-position: top; }
#current a.closed { background-position: bottom; }


/* Current Details: Product-Specific -------------------- */

body#board-level-shielding div.isometric div.mask { height: 210px; }
body#finger-stock-gaskets div.isometric div.mask  { height: 180px; }
body#finger-stock-gaskets #current #emi-contact-strips div.isometric div.mask { height: 320px; }

body#finger-stock-gaskets p.emphasize  { height: 140px; }
body#finger-stock-gaskets #current     { top:   -197px; }
body#finger-stock-gaskets #ordering    { height: 197px; }
body#finger-stock-gaskets #ordering h4 { background-image: url('../images/icons/view-help.png'); }
body#finger-stock-gaskets #ordering a  {
	width: 85px; height: 15px;
	background: url('../images/app/view-finish-chart.png') no-repeat;
	margin: 8px 30px 0 0;
	}



/* Steps Menu ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */

#steps img { position: absolute; left: 550px; }

#steps ul { padding: 0; margin: 0; }
#steps ul.menu { width: 660px; height: 45px; }
#steps ul.menu li { float: left; }

#steps ul.menu a,
#steps div.single {
	padding-top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
	}

#steps ul.menu a {
	width: 330px; height: 30px;
	background: url('../images/app/steps-menu.png') no-repeat;
	display: block;
	line-height: 30px;
	text-indent: 50px;
	}
#steps ul.menu a.selected:hover { text-decoration: none; }

#steps ul.menu a#select          { background-position: left top; }
#steps ul.menu a#select:hover    { background-position: left -45px; }
#steps ul.menu a#select.selected { background-position: left -90px; }

#steps ul.menu a#build           { background-position: -330px top; }
#steps ul.menu a#build:hover     { background-position: -330px -45px; }
#steps ul.menu a#build.selected  { background-position: -330px -90px; }

#steps ul.menu a#disabled        { background-position: -330px -180px; color: #ccc; }
#steps ul.menu a#disabled:hover  { text-decoration: none; cursor: default; }

#steps div.single {
	width: 660px; height: 30px;
	background: url('../images/app/steps-menu.png') no-repeat left -135px;
	line-height: 30px;
	text-indent: 50px;
	}


/* Steps Info ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */

#steps ul.info {
	width: 640px; height: 65px;
	padding-top: 5px; padding-left: 20px;
	background: url('../images/app/steps-info.png') no-repeat;
	}
#steps ul.info li {
	height: 16px;
	background: url('../images/app/steps-bullet.gif') no-repeat left 5px;
	padding-left: 15px;
	line-height: 18px;
	font-size: 10px;
	color: #fff;
	}
#steps ul.info li:first-child {
	background: none;
	padding-left: 0;
	}
#steps ul.info li.title {
	padding-top: 5px;
	list-style-position: outside;
	list-style-type: none;
	}

/* Steps: Product-Specific -------------------- */
body#board-level-shielding #steps ul.info { display: none; }




/* Step 1: Select -------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#mopSlider {
	width: 660px;
	text-align: left;
	clear: left;
	}
#mopSlider #slider {
	margin-left: 1px;
	}
#mopSlider div.item {
	background: url('../images/app/bg-item.jpg') no-repeat top;
	line-height: 13px; text-align: center;
	}
#mopSlider div.item a,
#mopSlider div.item a p,
#mopSlider div.item a img {
	width: 150px;
	}
#mopSlider div.item a {
	display: block;
	text-align: center;
	color: #fff;
	}
#mopSlider div.item a p {
	margin-top: 5px; padding: 0;
	font-size: 11px; font-weight: normal;
	text-shadow: 0px 2px 3px #000;
	cursor: pointer;
	color: #fff;
	}
#mopSlider div.item a p em {
	font-size: 11px;
	font-style: italic;
	}
#mopSlider div.item a p strong {
	display: block;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #aaa;
	}
#mopSlider div.item a img {
	padding-top: 25px;
	}

#mopSlider div.item a:hover { background: url('../images/app/bg-item-hover.jpg') no-repeat top; text-decoration: none; }
#mopSlider div.item a.selected { background: url('../images/app/bg-item-selected.jpg') no-repeat top; }
#mopSlider div.item a.selected, #mopSlider div.item a.selected p { cursor: default; }

/* Step 1: Product-Specific -------------------- */
body#board-level-shielding #mopSlider div.item a { height: 190px; }
body#finger-stock-gaskets #mopSlider div.item a  { height: 160px; }
body#fabric-over-foam #mopSlider div.item a      { height: 150px; }



/* Step 2: Build --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

/* Step 2: Standard Part Number -------------------- */

#left div#standard {
	width: 660px; height: 90px;
	background: url('../images/app/bg-builder.jpg') no-repeat bottom;
	}
#left div#standard div.standardNumber {
	width: 450px;
	position: absolute;
	top: 30px; left: 150px;
	line-height: 32px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ddd;
	}
	

/* Step 2: Builder Form -------------------- */

#left div#build div.builder {
	width: 640px; height: 240px;
	background: url('../images/app/bg-builder.jpg') no-repeat top;
	padding-left: 20px; display: block;
	color: #fff;
	}
#left div#build form fieldset       { padding-left: 33px; float: left; }
#left div#build form fieldset h4    { padding: 5px 0; color: #ccc; }

#left div#build form fieldset ul {
	width: 160px;
	padding-top: 5px;
	display: block;
	}
#left div#build form fieldset ul li {
	height: 36px;
	padding-bottom: 6px;
	line-height: 36px;
	display: block;
	}
#left div#build form fieldset label,
#left div#build form fieldset input {
	float: left;
	font-size: 21px;
	line-height: 36px;
	font-weight: bold;
	}


/* Step 2: Builder Form - Dimensions -------------------- */

#left div#build form fieldset.shield-dimensions label,
#left div#build form fieldset.shield-dimensions input {
	background: url('../images/app/builder-input.png') no-repeat;
	}
#left div#build form fieldset.shield-dimensions label {
	background-position: left top;
	width: 35px;
	text-align: center;
	color: #aaa;
	}
#left div#build form fieldset.shield-dimensions input {
	background-position: right top;
	width: 80px; height: 30px;
	padding: 2px 0 4px 10px;
	font-size: 24px;
	line-height: 30px;
	color: #444;
	}
#left div#build form fieldset.shield-dimensions label.focused { background-position: left  -40px; color: #aaa; }
#left div#build form fieldset.shield-dimensions input.focused { background-position: right -40px; color: #444; }
#left div#build form fieldset.shield-dimensions label.invalid { background-position: left  -80px; color: #ff6666; }
#left div#build form fieldset.shield-dimensions input.invalid { background-position: right -80px; color: #ff6666; }


/* Step 2: Builder Form - Mounting Style, Material Thickness -------------------- */

div.custom-radio label.hover { background-position: left -30px; }
div.custom-radio label.checked { background-position: left -60px; }

#left div#build form div.custom-radio label { background: none; }

#left div#build form div.custom-radio label strong,
#left div#build form div.custom-radio label em {
	background: url('../images/app/builder-input.png') no-repeat;
	display: block;
	float: left;
	}
#left div#build form div.custom-radio label strong {
	background-position: left -120px;
	width: 40px; height: 36px;
	padding-right: 6px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	}
#left div#build form div.custom-radio label.hover strong   { background-position: left -160px; }
#left div#build form div.custom-radio label.checked strong { background-position: left -200px; }

#left div#build form div.custom-radio label em {
	background-position: right -120px;
	height: 24px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 5px;
	line-height: 12px;
	font-size: 11px;
	font-style: normal;
	}
#left div#build form fieldset.mounting-style div.custom-radio em     { width: 100px; }
#left div#build form fieldset.material-thickness div.custom-radio em { width: 70px; }

#left div#build form div.custom-radio label.hover em   { background-position: right -160px; }
#left div#build form div.custom-radio label.checked em { background-position: right -200px; }

/* Step 2: Builder Form - Internet Explorer 7 Fixes -------------------- */

#left div#build div.ie7fix,
#left div#build form fieldset.shield-dimensions label.ie7fix,
#left div#build form fieldset.shield-dimensions input.ie7fix { background: none; }


/* Step 2: Final Part Number -------------------- */

#left div#build ul.builderNumber {
	width: 450px;
	display: block;
	position: absolute;
	top: 180px; left: 150px;
	line-height: 32px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #aaa;
	}

#left div#build ul.builderNumber li {
	margin-right: 6px;
	display: inline;
	float: left;
	}
#left div#build ul.builderNumber li div {
	height: 30px;
	border-bottom: 1px dotted #444;
	display: block;
	text-align: center;
	color: #ddd;
	}
#left div#build ul.builderNumber li div.focused { border-bottom: 2px solid #38825b; }

#left div#build ul.builderNumber li.partA div,
#left div#build ul.builderNumber li.partB div,
#left div#build ul.builderNumber li.partC div     { width: 75px; }
#left div#build ul.builderNumber li.partStyle div { width: 45px; }
#left div#build ul.builderNumber li.partThick div { width: 30px; }


/* Step 2: Contact Form -------------------- */

body#board-level-shielding form#contact    { float: left; clear: left; }
body#board-level-shielding form#contact p  { width: auto; }

body#board-level-shielding form#contact input.button { width: 240px; height: 60px; background: url('../images/app/builder-submit.png') no-repeat left top; }
body#board-level-shielding form#contact input.button:hover { background-position: left -60px; }
body#board-level-shielding form#contact input#partHolder { display: none; }




