@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basic{
position: relative;
z-index: 22;
}

.basic:hover{
background-color: transparent;
z-index: 0;
}

.basic span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.basic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.basic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50;
left: 50px; /*position where enlarged image should offset horizontally */

}

.advanced{
position: relative;
z-index: 20;
}

.advanced:hover{
background-color: transparent;
z-index: 0;
}

.advanced span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.advanced span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.advanced:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50;
left: 50px; /*position where enlarged image should offset horizontally */

}

.super{
position: relative;
z-index: 18;
}

.super:hover{
background-color: transparent;
z-index: 0;
}

.super span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.super span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.super:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50;
left: 50px; /*position where enlarged image should offset horizontally */

}

.platinum{
position: relative;
z-index: 18;
}

.platinum:hover{
background-color: transparent;
z-index: 55;
}

.platinum span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.platinum span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.platinum:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50;
left: -160px; /*position where enlarged image should offset horizontally */

}

.basic_renew{
position: relative;
z-index: 14;
}

.basic_renew:hover{
background-color: transparent;
z-index: 50;
}

.basic_renew span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.basic_renew span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.basic_renew:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15;
left: 50px; /*position where enlarged image should offset horizontally */

}

.advanced_renew{
position: relative;
z-index: 10;
}

.advanced_renew:hover{
background-color: transparent;
z-index: 50;
}

.advanced_renew span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.advanced_renew span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.advanced_renew:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15;
left: 45px; /*position where enlarged image should offset horizontally */

}

.super_renew{
position: relative;
z-index: 8;
}

.super_renew:hover{
background-color: transparent;
z-index: 50;
}

.super_renew span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.super_renew span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.super_renew:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15;
left: 60px; /*position where enlarged image should offset horizontally */

}

.platinum_renew{
position: relative;
z-index: 0;
}

.platinum_renew:hover{
background-color: transparent;
z-index: 50;
}

.platinum_renew span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.platinum_renew span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.platinum_renew:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 425;
left: 650px; /*position where enlarged image should offset horizontally */

}