/*------------------------------------------------------*/
/*                    	Zoom                            */
/*------------------------------------------------------*/

.zoom{
position:relative;
width:240px;
margin-left:auto;
margin-right:auto;
}		

.zoommain{
float:left;
width:240px;
}

.zoommain:hover{color:#CCCCCC;}


.zoomsub{
display:none;
margin-left:auto;
margin-right:auto;
right:35px;
top:15px;
}

.zoom :hover .zoomsub{
display:inline;
position:absolute;
}

.zoomsubl,.zoomsubr{
color:#999999;
background-repeat:no-repeat;
width:98px;
padding:1px; 
float:left;
}

.zoomsubl{
height: 26px;
background-image:url(zooml1.png);
background-position:right;
}

.zoomsubr{
background-image:url(zoomr1.png);
height: 26px;
background-position:left;
}

.zoomsubl:hover{
color: #000000;
background-image: url(zooml2.png);
}
.zoomsubr:hover{
color: #000000;
background-image: url(zoomr2.png);
}

.tooltiptxtl,.tooltiptxtr{
margin:0px;
padding:0px; 
position:relative;
font-size:10px;
font-weight:bold;
font-style:normal;
line-height:24px;
}

.tooltiptxtl{text-align:left;left:10px;}
.tooltiptxtr{text-align:right;left:10px;}

.tooltiptxtlb,.tooltiptxtrb{
margin:0px;
padding:0px; 
position:absolute;
width:86px;
height:24px;
float:left;
top:0px;
}

.tooltiptxtlb{
border-right:none;
left:0px;
}
.tooltiptxtrb{
border-left:none;
left:13px;
}


/*-----------------------------------------------------------------------*/
/*                              Formatting                               */
/*-----------------------------------------------------------------------*/

.v10px{padding:5px;float:left;}


.h10px{height:10px;clear:both;}


.imgtn{
font-size:10px;
font-weight:bold;
font-style:normal;
color:#666666;
}


a{
outline:none;
text-decoration:none;
}


img{
border:none;
padding:0px;
margin:0px;
}


h1,h2{
font-weight:bold;
padding:0px;
margin:0px;
}

h1{
color:#000000;
font-size:18px;
line-height:18px;
}

h2{
font-size:18px;
line-height:18px;
}

.h1{
font-weight:bold;
font-style:normal;
padding:0px;
margin:0px;
font-size:18px;
line-height:18px;
}

.h1:link{color:#000000;}
.h1:visited{color:#000000;}
.h1:hover{color:#BBBBBB;}
.h1:focus{color:#BBBBBB;background-color:#000000;}

a.h1:link{color:#000000;}
a.h1:visited{color:#000000;}
a.h1:hover{color:#FFFFFF;;background-color:#000000;}
a.h1:focus{color:#FFFFFF;background-color:#000000;}
