﻿/*-----------------------------------------------------------*/
/* -----------------------  JQModal css     -----------------*/
/*-----------------------------------------------------------*/
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -400px;
	width: 800px;/* original styling:
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
*/
}
#modalWindowSmall {
	display: none;
	position: fixed;
	top: 17px;
	left: 50%;
	/*
	margin-left: -215px;
	width: 430px;
	*/
	margin-left: -248px;
	width: 496px;
}
#modalWindowLarge {
	display: none;
	position: fixed;
	top: 2px;
	left: 50%;
	margin-left: -285px;
	width: 617px;
}
#modalWindowWC {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -215px;
	width: 430px;
}
a.jqmClose {
	text-decoration: none;
}
a.jqmClose:hover {
	text-decoration: none;
}
.jqmImg {
	margin-right: 10px;
}
.jqmOverlay {
	background-color: #000;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
 width: expression(this.parentNode.offsetWidth+'px');
 height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*html #modalWindow {
	position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(($(window).height() - document.getElementById('modalWindow').clientHeight) / 2) + 'px');
}
*html #modalWindowSmall {
	position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(($(window).height() - document.getElementById('modalWindowSmall').clientHeight) / 2) + 'px');
}
*html #modalWindowLarge {
	position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + 2 + 'px');
}
*html #modalWindowWC {
	position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(($(window).height() - document.getElementById('modalWindowWC').clientHeight) / 2) + 'px');
}
*html #modalFlash {
	position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(($(window).height() - document.getElementById('modalFlash').clientHeight) / 2) + 'px');
}
/*-----------------------------------------------------------*/
/*-------------------  Overlay (modal window)  --------------*/
/*-----------------------------------------------------------*/

.overlayTop {
	background: url("../assets/images/overlay/overlayT.gif") top repeat-x;
}
.overlayHeader {
	background: #1f1f1f;
	font-size: 8pt;
	color: #fff;
	line-height: 25px;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	height: 25px;
	padding-left: 9px;
	padding-right: 14px;
}
.overlayMiddle {
	background: url("../assets/images/overlay/overlayM.gif") top repeat-x;
}
.overlayContentLeft {
	background: url("../assets/images/overlay/overlayCL.gif") top repeat-y;
}
.overlayContent {
/*background: #fff;*/
}
.overlayContentLogin {
	padding-top: 27px;
	padding-bottom: 31px;
	padding-left: 33px;
}
.overlayContentRegister {
	padding-top: 27px;
	padding-bottom: 31px;
}
.overlayContentBenefits {
	padding-top: 37px;
	padding-right: 33px;
	padding-bottom: 31px;
	font-size: 10px;
	color: #5d5d5d;
}
.overlayContentRetrieve {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 33px;
}
.overlayContentBenefits p {
	padding-top: 8px;
}
.overlayContent h1 {
	font-weight: 800;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #000;
	letter-spacing: -1px;
	text-decoration: none;
	word-spacing: normal;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.overlayContent h2 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #000;
	letter-spacing: 0px;
	text-decoration: none;
	word-spacing: normal;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.overlayContentRight {
	background: url("../assets/images/overlay/overlayCR.gif") top repeat-y;
}
.overlayBottom {
	background: url("../assets/images/overlay/overlayB.gif") top repeat-x;
}
/* quicklook specific */
.overlayContentQuicklook {
	padding: 15px;
}
.overlayContent h1.quicklookH1 {
	margin: 0px 0px 13px 0px;
	font-size: 19px;
	line-height: 22px;
}
.overlayContent h2.quicklookH2 {
	margin: 0px;
}
.quicklookHeader {
	background: url("/assets/images/interface/wishlist_li_bg.png");
	/*background-color: #232323;*/

padding:20px;
}
.quicklookMiddle {
	margin-top: 20px;
}
.quicklookMbuttons {
	background: url("/assets/images/overlay/quicklookMidSpacer.jpg") no-repeat center right;
	/*
	width: 271px;
	height: 87px;
	*/
	height: 65px;
	float: left;
}
.quicklookMviewButton {
	float: right;
}
.quicklookBottom {
	background: url("/assets/images/interface/wishlist_li_bg.png");
	/*background-color: #232323;*/
	padding:20px;
	margin-top: 10px;
}
.quicklookImage {
	border: solid 1px #cacaca;
}
.quicklookBottom h3 {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	font-weight:800;
	font-size:10px;
	color:#9e9e9e !important;
}
.quicklookBottom ul.prodDownloads {
	margin: 0px;
	padding:10px 0 0 20px;
}
.quicklookBottom ul.prodDownloads li {
	border-bottom:none;
	padding:0px 0px 0px 3px;
}
/* technical search window specific */

/*.overlayContentTechSearch {
	padding: 24px 25px 20px 25px;
}
.overlayContentTechSearch h1 {
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: normal;
	color: #1f1f1f;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
.overlayContentTechSearch p {
	font-size: 9pt;
	font-weight: normal;
	color: #6d6d6d;
	margin: 0px;
	padding: 0px;
}
.techDocSearchBox {
	background: url("../assets/images/overlay/techDocSearchBoxBack.gif") repeat-y;
	padding: 16px 8px 15px 9px;
}
.techDocSearchBox h2 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
	color: #353535;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}
.techDocSearchBox input.txtInput {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	color: #777;
	border: solid 1px #d7d7d7;
	margin: 0px;
	padding: 2px;
	width: 240px;
}
.techDocSearchBox #techDocSearchValidationMsg {
	display: none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	color: #f00;
	padding-top: 6px;
}
*/
/* cross ref specific 
.techDocSearchBox #crossRefValidationMsgW {
	display: none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	color: #f00;
	padding-top: 6px;
}
#ddlManufacturerW {
	width: auto;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	color: #777;
	border: solid 1px #d7d7d7;
	margin: 0px 0px 11px 0px;
	padding: 1px;
}
*/
/*
.quicklookBottom li.dwgIcon
{
	list-style-image:url(../assets/images/dwgIcon.gif);
}

.quicklookBottom li.pdfIcon
{
	list-style-image:url(../assets/images/pdfIcon.gif);
}
*/


.quicklookBottom ul.prodDownloads li a {
	text-decoration:none;
}
.jqmWindow h1 {
	display: block;
	visibility: visible !important;
	font-size: 16px !important;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: normal;
}
.jqmWindow h2 {
	display: block !important;
	visibility: visible !important;
	font-size: 14px !important;
	font-weight: lighter !important;
	color: #F5B21D !important;
	letter-spacing: normal !important;
	padding: 0px !important;
	margin-top: 10px !important;
	margin-right: 0px !important;
	margin-bottom: 5px !important;
	margin-left: 0px !important;
}
.jqmWindow h3 {
	display: block !important;
	visibility: visible !important;
	font-size: 12px !important;
	font-weight: lighter !important;
	color: #CCC !important;
	letter-spacing: normal !important;
	padding: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 5px !important;
	margin-left: 0px !important;
}
.jqmWindow h4 {
	display: block;
	visibility: visible !important;
}
.jqmWindow h5 {
	display: block;
	visibility: visible !important;
}
.jqmWindow .divider {
	background-image: url(../assets/images/interface/divider.png);
	height: 2px;
	background-repeat: repeat-x;
	margin-right: 3px;
}
.jqmWindow .content_start {
	background-image: url(../assets/images/interface/left_content_container_start.gif);
	background-repeat: repeat-x;
	margin-right: 3px;
	margin-left:1px;
	background-position: top;
	padding: 20px;
}
.jqmWindow li {
	margin-bottom: 5px;
}

