body{ text-decoration:none; font-family: Calibri, Arial; font-size: 12px; padding:5px; margin:0;}

#divPopup{padding:5px; margin:0; position: absolute; left: 50%; top: 50%;
margin-left:-180px; margin-top:-65px; z-index:1000; height: 130px; width: 360px; 
background: white; border:1px #CCCCCC dashed; display:none; text-align:left;}
#divPopup h3{padding:5px;}

#divPopupHeavy{padding:5px; margin:0; position: absolute; left: 50%; top: 50%;
margin-left:-180px; margin-top:-65px; z-index:1000; height: 130px; width: 360px; 
background: white; border:1px #CCCCCC dashed; display:none; text-align:left;}
#divPopupHeavy h3{padding:5px;}

#shopContent{}
#shopContent img{border: 1px solid #CCCCCC;}
#shopContent td{}
#shopContent td a.info{
    position:relative; 
    z-index:0;
    text-decoration:none;
	}

#shopContent td a.info:hover{z-index:25; background-color:#FFFFFF;}

#shopContent td a.info span{display: none}

#shopContent td a.info:hover span{ 
    display:block;
    position:absolute;
    top:-150px; left:10px; right:10px;
    border:1px solid #CCCCCC;
	padding:5px;
    background-color:#FFFFFF; color:#000000;
    text-align: left;}
#shopContent td h3{ font-size:12px; font-weight:bold; text-align:center; margin-top:2px;}
#shopContent ul li{ padding:3px; list-style:none;}

.title {font-size:16px; font-weight: bold; }
#storecontent { clear: both; padding-top: 25px; }
#webshopNav { 
    padding: 10px 30px 0px 20px;
    border: 1px solid #000000;
    background: #f0f0f0 url('../gfx/cartbg.gif') repeat-x;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
#webshopNav ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding-left: 10px;
}
#webshopNav ul li { float: left; padding-left: 15px; }
#webshopNav a { color: #0099FF; font-size: 16px; }
#webshopCart {
    font-size: 13px;
    padding: 10px 30px 0px 20px;
    border: 1px solid #000000;
    background: #f0f0f0 url('../gfx/cartbg.gif') repeat-x;
    width: 100%;
}
#webshopCart a { color: #0099FF; font-size: 13px; }
#webshopCart ul { list-style-type: none; padding-left: 10px; }

.product { float: left; margin: 5px 5px 30px; height: 255px; width: 205px: }
.prodButton { padding-left: 25px; }
.prodButton a { color: #0099FF!Important; font-weight: bold; }
.prodName { text-align: center; clear: both; width: 200px; }
.prodImage { width: 200px; text-align: center; }
.prodImage img { max-height:200px; border: 1px solid #cccccc; }

.prodPrice { padding-left: 25px; }
.toCart { float: right; }
.toCart a { font-weight: bold; }
