/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}


/*-----------header--------------*/


/*-----------header end-------------*/

<!--popup/css.css -->
.popup_container {
	width: 397px;
	color:#000000;
	position: absolute ;
	margin: 0px;
}
#popup-top-bg {
	background: url(../images/top-bg1.gif) no-repeat bottom;
	height: 25px;
	width: 380px;
	border-left:1px solid #e7b08a;
	border-right:1px solid #e7b08a;	
	
	
	
}
#content-inner {
	background-color: #FFFFFF;
	background-image:url(../images/middle-bg1.gif) repeat-y;
	width: 380px;
	border-left:1px solid #e7b08a;	
	border-right:1px solid #e7b08a;	
	

}
#popup-bottom-bg {
	background: url(../images/bottom-bg.gif) no-repeat;
	height: 62px;
	width: 381px;
	text-align:right;
	
	
}
.f-left {	
	float: left;
}
.f-right {
	float: right;
}
.margin-top-n-right {
	margin: 8px 15px 0 0;
}
.tooltip_link {
	text-decoration:none;
	border-bottom: 1px dashed #0000cc;
}	
<!--popup/ajax-tooltip.css -->
#mainContainer{
	width:630px;
	border-left:1px solid #317082;	
	border-right:1px solid #317082;	
	margin:0 auto;	/* Center align content, equivalent to margin-left:auto;margin-right:auto; */
	text-align:left;	/* Override inherited text-align:center from the body tag */
	background-color:#FFF;
	height:100%;
}

#menuColumn{
	width:160px;
	float:left;
	padding:5px;
	font-size:0.9em;
}
#mainContent{
	width:440px;
	float:left;
}

.oddRow{
	background-color:#FFF;
}
.evenRow{
	background-color:#EEE;
}

.productTable{
	border:3px double #000;
}
h3{
	margin-top:0px;
}


/* End css for the demo */

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	top:0px;
	
	position:absolute;
	font-size:0.8em;	/* Font size of content */
	overflow: hidden;	/* Hide overflow content */
	z-index:1000001;
}
 #ajax_tooltipObj .ajax_tooltip_content2{
	left:17px;	/* Same as border thickness */
	top:20px;
	position:absolute;
	width:388px;	/* Width of tooltip content */
	height:272px;	/* Height of tooltip content */
	background-color:#000;
	opacity: .2;
	filter: alpha(opacity=20);	/* Background color */
	font-size:0.8em;	/* Font size of content */
	overflow: hidden;	/* Hide overflow content */
	z-index:1000000;
}


#mainContainer{
	width:630px;
	border-left:1px solid #317082;	
	border-right:1px solid #317082;	
	margin:0 auto;	/* Center align content, equivalent to margin-left:auto;margin-right:auto; */
	text-align:left;	/* Override inherited text-align:center from the body tag */
	background-color:#FFF;
	height:100%;

}

#menuColumn{
	width:160px;
	float:left;
	padding:5px;
	font-size:0.9em;
}
#mainContent{
	width:440px;
	float:left;	
}

.oddRow{
	background-color:#FFF;
}
.evenRow{
	background-color:#EEE;
}

.productTable{
	border:3px double #000;
}
h3{
	margin-top:0px;
}


/* End css for the demo */

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow 5E0300*/
	/*background-image:url('../images/corner2.gif');*/
	width:37px;
	position:absolute;
	left:120px;
	top:-38px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:31px;
}



.shadow{
border-left:1px solid #8D8D8D; border-right:1px solid #8D8D8D; border-top:1px solid #8D8D8D; border-bottom:none; position:relative;
display:inline;
z-index:100;
width:386px;
background:#FFFFFF;
/*background:url('images/pop-middle.gif') repeat-x;*/
font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:arial

}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/

}




#ajax_tooltipObj .ajax_tooltip_content{
	/*border:1px solid #404040;
	background-color:#F5F5F5;
	background-image:url(../../images/bg-grey.gif);*/
	background-repeat:repeat-y;
	width:410px;
	
	padding:1px 15px 15px 15px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

.close {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}


