.screenshot {
	margin: 10px;
	width: 150px;
	height: 114px;
	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.7);
}

.screenshot.small {
	width: 100px;
	height: 77px;
}

.screenshot.tall {
	width: 76px;
	height: 114px;
}



body {
    font: 12px "Lucida Grande", sans-serif;
    margin: 0;
}

#sourcelist {
    float: left;
    width: 150px;
    margin-right: 25px;
    height: 520px;
}

.sourceitem {
    height: 30px;
    display: block;
    text-decoration: none;
    color: black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 2px;
}

.sourceitem:hover {
    background: rgba(0,0,0,0.1);
}

.sourceitem.selected {
    color: white;
    text-shadow: 0 2px 1px #1a57ae;
    background: url(/resources/images/ui/featurebox/selection.gif) repeat-x;
}

.sourceitem > img {
    width: 26px;
    height: 26px;
    margin: 2px 2px 2px 6px;
    vertical-align: middle;
    border: none;
}

.sourceitem > span {
    position: relative;
    top: 2px;
}



#featurebox {
    width: 100%;
}

.listheader {
    text-transform: uppercase;
    color: #505D6D;
    font-weight: bold;
    font-size: 11px;
    text-shadow: 0px 1px 1px white;
    margin: 16px 0 6px 0;
}

.contentpart {
    display: none;
}


.downloadbutton {
    display: block;
    background-image: url(/resources/images/ui/products/download.png);
    background-repeat: no-repeat;
    color: white;
    height: 23px;
    text-decoration: none;
    padding: 7px 0 0 31px;
    text-shadow: 0px 2px 2px rgb(14,130,22);
    margin-bottom: 6px;
    width: 119px;
    text-align: left;
    margin: 6px auto 6px auto;
}

.downloadbutton:hover, .purchasebutton:hover {
	text-shadow: 0px 0px 5px white;
}

.purchasebutton {
    display: block;
    background-image: url(/resources/images/ui/products/purchase.png);
    background-repeat: no-repeat;
    color: white;
    height: 23px;
    text-decoration: none;
    padding: 7px 0 0 31px;
    text-shadow: 0px 2px 1px rgb(150,140,18);
    
}
