@charset "utf-8";
/* CSS Document */
/*Popup images*/
a.thumbnail img{ 
text-decoration:none;
border:none;
}
.thumbnail{ 
border:none;
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;

border: 2px solid #999999;
visibility: hidden;
color: #0099CC;
font-size:10px;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 60px; /*position where enlarged image should offset horizontally */

/*FRAMES*/

}
#eshopframe {
    background:#FFFFFF;
    border:#999999 1px solid;
    width:105px;
    height:205px;
	text-align: center;
	margin:5px;
	padding:10px 5px 5px 5px;
	float:left;
}
#eshopframe img { border:#333333 solid 1px}
.prices {
    font-weight:700; 
	color:#FF6600;
}

