/************************
EKTRON FIXES
************************/
div.trackingCode{
	position: absolute;
	width: 100px; /*mac IE fix */
	left: -2000px;
	margin-right: 0; /*mac IE fix */
}
div.trackingCode iframe{width:0;height:0;}
body div.PBViewing div.widget div.header {display:block;}/*pagebuilder edit btn fix for multi-variate */
body ul.columnwidgetlist, body ul.columnwidgetlist ul.columnwidgetlist{list-style-image:none;list-style:none;margin: 0;padding: 0;}/*undo any list-style for columns from pagebuilder */
body .dropzone .PBViewing{width:100%;}/* IE7 fix */
.trackingCode div.dropzone div.PBColumn ul.columnwidgetlist{min-height: 50px; max-height: 100px; min-width:200px;overflow-y:auto;overflow-x:auto;}
/************************
COMMON CSS
************************/
.center{text-align: center;}
span.s, span.smark {
	font-family: "Lucida Sans Unicode"; /* A rare sm-supporting font. */
	line-height: 0; /* keep the leading consistent in a paragraph */
	font-weight: normal;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;/*IE6 fix*/
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
	line-height:0;
}
.fineprint {
	font-size: 0.75em;
	color: #666;
}
.requiredField {color: #ff0000;}
.acrobatIcon {
	background: transparent url(/tgi3/00common/images/acrobatIcon.png) no-repeat;
	padding-left: 16px;
}
.printIcon{
	background: transparent url(/tgi3/00common/images/printerIcon.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom:20px;
}
.floatLeft{float:left;margin:0 10px 10px 0;}
.floatRight{float:right;margin:0 0 10px 10px;}
.padLeft10{padding-left: 10px;}
.padLeft15{padding-left: 15px;}
.padRight10{padding-right: 10px;}
.padRight15{padding-right: 15px;}
.padTop5{padding-top:5px;}
.marginLeft15{margin-left: 15px;}
.marginRight15{margin-right: 15px;}
.marginLeft10{margin-left: 10px;}
.marginRight10{margin-right: 10px;}
.marginTop10{margin-top: 10px;}
.marginBottom10{margin-bottom: 10px;}
.border1, #M_C_DIV2 A img.border1{border:1px solid #053a8a;}
.fpHide{display:none;}
.fpShow{display:block;}
.larger{font-size:1.25em;}
.largest{font-size:1.45em;}
.smaller{font-size:.75em;}
.bold{font-weight:bold;}
.prevLink{
	color:#39940c;
	background: transparent url(/tgi3/tgdirect/images/content/product/backArrow.gif) no-repeat 0 4px;
	padding-left: 12px;
	font-size:.85em;
}
.InfoLink{color:#39940c;}
.removeLink{color:#F00;padding-left:14px;background: transparent url(/tgi3/00common/images/removeItem.gif) no-repeat 0 2px;}
.nowrap{white-space:nowrap;}
/************************
TABLE STYLING
************************/
.PPtable{width: 100%;}
.PPquestionTR2 td{
	padding-top: 10px;
	width: 50%;
}
.PPquestionTR3 td{
	padding-top: 10px;
	width: 33%;
}
.PPquestionTR4 td{
	padding-top: 10px;
	width: 25%;
}
.PPquestionTR td{padding-top: 10px;}
.PPoddTR td{background: #f9f7f5;}
.PPevenTR td{background: #fff;}
/*****************************************
INPUT/RADIO/CHECKBOX/COMMNET BOX STYLE
*****************************************/
option, input, select, textarea {
	color: #666666;
	height: 18px;
	margin: 0px;
}
select {
	border: 1px solid #8c8c8c;
	height: auto;
}
textarea {height: auto;}
input, textarea {
	border: 1px solid #8c8c8c;
	padding: 0px 2px 0px 2px;
}
input[type="checkbox"], input[type="radio"] {
	border: 0px;
	margin-right: 4px;
	cursor:pointer;
	vertical-align:middle;
}
input[type="submit"],input.submit {
	border: 3px double #e31a22;
	color: #e31a22;
	background: #fff;
	padding: 0 3px;
	font-weight: bold;
	cursor: pointer;
	height: auto;
	overflow:auto;/* IE6/7 width issues */
}
input[type="image"],input.IMGSubmit {
	border: 0;
	width: auto;
	height: auto;
}
/************************
PRODUCT DESCRIPTION ACCORDION
************************/
#coverageMODAL {width: 975px;}
#coverageMODAL .modalContent {
	max-height: none;
	overflow-y:auto;
}
.prodDescripBox2{font-size: 1em;}
.prodDescripBoxHolder{
	padding: 10px;
	background: #fff;
	border: 1px solid #969595;
	margin-top:-1px;

}
.accordionL{}
.accordionR{}
body A.prodDescripTab{
	color: #c0c0c0;
	cursor: pointer;
	font-weight: bold;
	padding: 4px 6px;
	display:inline-block;
	text-decoration:none;
	margin-left: 2px;
	border: 1px solid #969595;
	background:#f3f2f2;
	position:relative;/*IE7 modal tabs + bottom-border fix */

    -moz-border-radius-topright: 5px;/*FF3.6+*/
	-moz-border-radius-topleft: 5px;/*FF3.6+*/
    -webkit-border-top-right-radius: 5px;/*Safari3+*/
	-webkit-border-bottom-left-radius: 5px;/*Safari3+*/
	border-top-left-radius: 5px;/* IE9+, Safari5+, Chrome, FF4+ */
	border-top-right-radius: 5px;/* IE9+, Safari5+, Chrome, FF4+ */
}
body A.prodDescripTab:hover{color: #969595;}
body A.prodDescripTab.current{
	cursor:default;
	color: #396aa1;
	border: 1px solid #396aa1;
	border-bottom: 1px solid #fff;
	
	background: #eceff8; /* Old browsers */
	background: -moz-linear-gradient(top, #eceff8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceff8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eceff8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eceff8 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eceff8 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #eceff8 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
body A.prodDescripTab.current:hover{color: #396aa1;}
/************************
JQUERY SCROLLABLE
************************/
.DZ_C_fpScroll {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 984px;
	height:337px;
}
.DZ_C_fpScroll .DZ_C_fpContainer {/* this cannot be too large */
	width:20000px;
	position:absolute;
}
.DZ_C_fpContainer .DZ_C_fpScrollItems {float:left;}
/****************************************************/
.DZ_C_fpNav {
	border-right: 1px solid #beb5ad;
	border-left: 1px solid #beb5ad;
	float: left;
	padding: 2px 3px;
	font-size:0px;/*IE7 fix*/
}
.DZ_C_fpNav A {
	width:10px;
	height:10px;
	float:left;
	margin:0 3px;
	background:url(/tgi3/00common/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor:pointer;
}
.DZ_C_fpNav A.DZ_C_fpCurrent:hover {cursor:default;}
.DZ_C_fpNav A:hover {background-position:0 -10px;}
.DZ_C_fpNav A.DZ_C_fpCurrent {background-position:0 -20px;}
A.DZ_C_fpPrev,A.DZ_C_fpNext{
	width: 11px;
	height:11px;
	cursor:pointer;
	border:0;
	font-size:0;
	background:url(/tgi3/00common/images/navigator.png) 0 -30px no-repeat;
	float:left;
	margin:1px 3px 0 3px;
}
A.DZ_C_fpNext:hover{background-position:0 -41px;}
A.DZ_C_fpPrev{background-position:0 -52px;}
A.DZ_C_fpPrev:hover{background-position:0 -63px;}
.DZ_C_fpScrollItems H1{display:inline;}
/************************
MODALS
************************/
.modalMessage1, .modalMessage2, .modalMessageErr {
	display: none;
	border: 1px solid #636363;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	min-width: 700px; /*IE7 doesn't understand both and goes straight to max*/
	max-width: 975px;
	z-index: 970;
	padding: 2px;
	text-align: left;
}
.modalMessage2 {border: 1px solid #666; z-index: 971;}/*was 979 - fixed to allow x3 lvls to mask right*/
.modalMessageErr {border: 1px solid red; z-index: 972;}/*was 989 - fixed to allow x3 lvls to mask right*/
.modalTitleBar {
	background: #636363;
	padding: 4px 4px 8px 8px;
	color: #fff;
	border: 1px solid #636363;
	text-align: right;
	vertical-align:middle;
}
.modalTitle{float: left;font-size: 1.225em;}
.modalTitleBar sup{font-size:.5em;}
A.modalClose {
	color: #fff;
	font-size: 0.55em;
	font-weight: normal;
	padding: 0 14px 2px 0;
	text-transform:uppercase;
	line-height:normal;
	background: transparent url(/tgi3/00common/images/modal/close.gif) no-repeat center right;
}
.modalMessage2 .modalTitleBar {background: #666; border: 1px solid #666;}
.modalMessage2 h1{color: #666;}
.modalMessage2 h2,.modalMessage2 h3{color: #999;}
.modalMessageErr .modalTitleBar {background: red; border: 1px solid red;}
.modalMessageErr h1, .modalMessageErr h2,.modalMessageErr h3{color: #ff0000;}
.modalMessageErr .modalContent H1{color:#ff0000;}
.modalContent {
	margin-top: 2px;
	border: 1px solid #636363;
	padding: 12px 8px 8px 8px;
	clear: both;
	max-height: 650px;
	overflow-y:auto;
	overflow-x:hidden;/*IE7 has issues w/o this*/
}
.modalContent A img {border: 0;}
.modalMessage2 .modalContent {border: 1px solid #666;}
.modalMessageErr .modalContent {border: 1px solid red;}
.modalContentRight {
	margin-left: 250px;
	padding-left: 15px;
	border-left: 1px solid #dedfde;
}
.modalContentLeft {
	float: left;
	width: 240px;
	font-size: 0.75em;
	text-align:left;
	border-right: 1px solid #dedfde;
	padding-right: 10px;
}
.modalButtons {
	text-align: center;
	margin: 20px auto 0 auto;
	width: 700px;/*IE 6/7 fix for no min+max*/
}
/************************
TOOLTIP
************************/
.tooltipALT {
	display:none;
	background:transparent url(/tgi3/00common/images/tooltip/black_arrow.png) no-repeat;
	font-size:12px;
	height:80px;
	width:170px;
	padding:20px;
	color:#fff;
	z-index: 998;/* put above dockingbar */
	text-decoration:none;
	cursor:help;
}
.tooltipALT.bottom {background:transparent url(/tgi3/00common/images/tooltip/black_arrow_down.png) no-repeat;padding-top:30px;}
A.tooltip0, .tooltip0 A{
	border-bottom: 1px dotted #0000FF;
	text-decoration:none;
	cursor: help;
}
A.tooltip0:hover, .tooltip0 A:hover{border-bottom-color: #fff;color:#00F;}
.tooltip {
	display: none;
	width: 400px;
	height: 194px;
	z-index: 998;
}
.tooltipShadow {
	position: absolute;
	top:-5px;
	left:-5px;
	background:#969696;
	border: 1px solid #000;

	z-index: 997;
	width: 408px;
	height: 212px;
}
.tooltipFrame{
	position: absolute;
	border: 1px solid #757575;
	z-index: 999;
	padding: 2px;
	font-size: 13px;
	background: #fff;
}
.tooltipArrow {
	position: absolute;
	z-index: 999;
	bottom: -21px;
	left: 10px;
	height: 9px;
	width: 11px;
	background: transparent url(/tgi3/00common/images/tooltip/arrowDown.gif) no-repeat;
}
.tooltip.left .tooltipArrow {left: 380px;}
/*.tooltip.right .tooltipArrow {left: 380px;}*/
.tooltip.bottom .tooltipArrow {top: -11px;background: transparent url(/tgi3/00common/images/tooltip/arrowUp.gif) no-repeat;}
.tooltipTitleBar {
	background: #8e8e8e;
	padding: 4px 4px 4px 8px;
	border: 1px solid #757575;
}
.tooltipTitle, h1.tooltipTitle{
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding:0;
	font-weight: bold;
		
}
.tooltipTitleBar a.tooltipClose {
	color: #fff;
	font-size: 8px;
	margin: -14px 0 0 0;
	padding-right: 14px;
	text-transform:uppercase;
	background: transparent url(/tgi3/00common/images/modal/close.gif) no-repeat center right;
	border-bottom:0;
	text-decoration:underline;
	cursor:pointer;
	float: right;
}
.tooltipTitleBar a.tooltipClose:hover {text-decoration:none;}
.tooltipTitleBar sup{font-size:.5em;}
.tooltipContent {
	margin-top: 2px;
	border: 1px solid #757575;
	padding: 12px 8px 8px 8px;
	clear: both;
	width: 376px;/* IE fix */
	height: 144px;
	overflow-y: auto;
	text-align:left;
	color: #000;
}
.tooltipContent A img {border: 0;}
