/* tooltip */

#ZoomBox {
	border: 4px solid #012E58;
}

#ZoomCapDiv {
	background: #012E58;
	margin: -10px 0px 0px 0px;
}

#ZoomCaption {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#shadowBox TABLE {
	border-collapse: separate;
	border-spacing: 0px;
  *border-collapse: expression('separate', cellSpacing = '0px'); /* IE-specific hack */
}

#dhtmltooltip {
	visibility: hidden;
	position: absolute;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #FFFFE1;
	border: 1px solid #000000;
	z-index: 100;
}

#dhtmltooltip.help {
	width: 500px;
	color: #163B55;
	background-color: #CCE2F2;
	border: 1px solid #163B55;
}

/* Pop Up elements */

#popFrame,
#popScrn {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#popFrame {
	z-index: 90;
}

#popScrn {
	background-color: #000000;
	z-index: 100;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.popDiv,
.popNote {
	display: none;
	position: absolute;
	z-index: 105;
	background: #FFFFFF;
	border: 5px solid #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);
}

.popNote {
	width: 250px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: #F9EBB0 url(../bkg/note.jpg) no-repeat left bottom;
	border: 1px solid #C6A20E;
	border-top: 0px;
	border-left: 0px;
	overflow: auto;
}

#noteText {
	padding-bottom: 60px;
}

.popHdr {
	padding: 0px 10px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	background: #01509B;
	border-bottom: 2px solid #FFFFFF;
}

.popHdr,
.popHdr A,
.popHdr A:active,
.popHdr A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

A.popClose {
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: normal;
	padding-right: 18px;
	background: transparent url(../icons/close.gif) no-repeat right center;
}

.noteClose {
	position: absolute;
	top: 10px;
	right: 10px;
}

A.popPrint {
	position: absolute;
	top: 5px;
	right: 100px;
	line-height: normal;
}

.popBody {
	padding: 10px;
}

#addDiv UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#addDiv #itemName {
	float: left;
}

#addImg {
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.cart-add #addImg {
	float: left;
}

.compare-add #addImg {
	vertical-align: middle;
}
