/* Download Box */


.download {
margin: 0px 0px 0px 0px;
background-color: white;
border: 2px solid #FFC30D;
line-height: normal;
}

.download a.downloadnow {
font-weight: bold;
display: block;
text-decoration: none;
color: #FFC30D;
font-size: 110%;
}

.download a.downloadnow:hover {
font-weight: bold;
display: block;
text-decoration: underline;
}

.download .winsys {
display: block;
font-size: 70%
}

.download a.othersys {
display: block;
font-size: 70%;
font-weight: normal;
color: #FFC30D;
}

.download .downloadtext {
background: #feb url(download.png) no-repeat left center;
padding: 5px 5px 5px 40px;
}

.download .switch {
background: white url(learn.png) no-repeat left center;
padding: 5px 5px 5px 40px;
}

.download a.learnmore {
font-weight: bold;
display: block;
text-decoration: none;
font-size: 110%;
color: #FFC30D;
}

.download a.learnmore:hover {
font-weight: bold;
display: block;
text-decoration: underline;
color: #FFC30D;
}

.download .about {
font-size: 70%;
display: block;
}


/* Screenshot Thingamagig */

.ssgroup {
margin: 0px;
float: right; 
position: relative; 
left: 2px;
bottom: 46px;
}

.ssimage {
text-align: right;
margin-right: 2px;
z-Index: -1;
}

.sstext {
margin-top: -1px;
width: 300px;
border: 2px solid #fc0;
background-color: #fec; 
padding: 5px;
line-height: normal; 
font-size: 70%; 
border-top:none; 
text-align: left;
}

.sstext span {
color: blue;
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}



