.ciuImgDiv {
	position: relative;  
	margin-left: auto;
	margin-right: auto;
	z-index: 1;   
}
.ciuImg {
        position: relative; 
	top: 1px;
	left: 1px; 
	text-align: center; 
}


.ciuInnerAnnotation {
	background-color: #ffffff;
	filter:alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity:0;
	display: block;
	visibility: visible;
    font-size: 1px;
}
.ciuBlackAnnotation {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
	display: block;
	visibility: visible;
}
.ciuWhiteAnnotation {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
	display: block;
	visibility: visible;
}
.ciuOuterAnnotation {
	position: absolute;
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
	display: none;
        _border-color:magenta; 
        _filter:chroma(color=magenta); 
}
.ciuHighlightAnnotation {
	border-color: #ffff99;
}

.ciuNoteTextDiv {
	font-family: verdana, arial, helvetica, sans-serif;
	position: absolute;
	background-color: transparent;
	display: none;
	font-decoration: none;
 	z-index: 990;
	word-wrap: break-word;
}

.ciuNoteTextDiv tbody td {
	font-size: 8pt;
   	line-height: 130%;
}


.ciuNoteEditBoxDiv {
	position:absolute;
	background-color: transparent;
	display: block;
	z-index: 990;
	width: 200px;
	height: 125px;
}
.ciuNoteEditBoxDiv textarea {
	font-family: verdana, arial, helvetica, sans-serif;

  	font-size: 8pt;   
	width: 100%; 
	height: 80px; 
	color: #333333;
	margin-bottom: -4px !important; 
	overflow: auto;
	border: none;
	
}

.ciuDragHandle {
	position:absolute;
	font-size: 1px; 
	width: 8px;
	height: 8px;
	background-color:white;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding-left: 0px;
	margin: 0px;
	z-index:990;
}

.ciuAnnotationButton {
	margin: 0px 3px;
	cursor: pointer;
}
.ciuAddNoteButton {
	position: absolute;
    right: 0px;
    top: -30px;
}


.ciuJsfmsgDiv {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	text-align: center;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	width: 180px;
	position: absolute;
	background-color: #FFFFD5;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity: 0.8;
	z-index: 999;
}
.ciuJsfmsgDiv img {
	padding: 4px;
}

.ciuRollOverMsg {
	padding-top: 5px;
	padding-bottom: 1px;
	font-size: 0.86em;
	font-weight: bold;
	color: #666666;
	text-align: center;
}


.ciuNoteBox .topLeft {
	background-image:url(http://g-images.amazon.com/images/G/01/x-locale/communities/customerimage/notebox-tl.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:4px;
	padding-left:1px; 
	width:7px;
}
.ciuNoteBox .topCenter {
	background-color:#eaf2fd;
	background-image: url(http://g-images.amazon.com/images/G/01/x-locale/communities/customerimage/notebox-tc.gif);
	background-position: top;
	background-repeat:repeat-x;
	padding-top: 7px;	
}
.ciuNoteBox .topRight {
	background-image:url( http://g-images.amazon.com/images/G/01/x-locale/communities/customerimage/notebox-tr.gif);
	background-position: top right;
	background-repeat:no-repeat;
	font-size:20px;
	width:7px;
}
.ciuNoteBox .bottomLeft {
	background-image:url(http://g-images.amazon.com/images/G/01/x-locale/communities/customerimage/notebox-bl.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	font-size:6px;
	padding-left: 0px;
	padding-right: 0px;
	width:7px;
}
.ciuNoteBox .bottomCenter {
	background-color:#eaf2fd;
	background-image:url(http://g-images.amazon.com/images/G/01/x-locale/communities/customerimage/notebox-bc.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	font-size:6px;
	height:7px;
}
.ciuNoteBox .bottomRight {
	background-image:url(http://g-images.amazon.com/images/G/01/x-locale/communities/customerimage/notebox-br.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	font-size:6px;
	width:7px;
}


.ciuDropShadow {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.ciuDropShadowImg {
	position: absolute;
 	font-size: 1px;
}


#prodImageCell a {
	text-decoration: none;
}
