/* ================= */
/* = Artist Global = */
/* ================= */
.artist-title {
    font-size: 150%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
}
    .artist-name {
        font-weight: bold;
        text-shadow: 0px 0px 1px #141414;
    }
    .artist-role {
        font-size: 70%;
        text-shadow: 0px 0px 1px #141414;
    }

.artist-maindescription {
    font-size: 92%;
}
.artist-maindescription p.artist-mainimage {
    margin-bottom: 30px;
}
.artist-maindescription .artist-links {
    margin-top: 30px;
}
.artist-subdescription p {
    margin-bottom: 20px;
}
.artist-subdescription p:last-child {
    margin-bottom: 0;
}





#main > div {
    margin-bottom: 90px;
}
#main > div:last-child {
    margin-bottom: 0px;
}

.targetproduct .product-preview {
    width: 950px;
    height: 559px; /*534px;*/
    margin-bottom: 50px;
    background-color: #000000;
}

.targetproduct .product-description {
    margin-bottom: 90px;
}

.targetproduct .product-additionalbind {
    margin-left: 40px;
    padding: 20px;
    width: 150px;
    background-color: #1b1b1b;
}
.targetproduct .product-oslist {
    width: 150px;
    margin-bottom: 15px;
}
.targetproduct .product-price {
    width: 150px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/*.targetproduct .product-version {
    font-size: 92%;
    margin-bottom: 15px;
}*/
.targetproduct .product-download {
    margin-bottom: 10px;
}
.targetproduct .product-download:last-child {
    margin-bottom: 0;
}
.targetproduct .product-version {
    font-size: 83%;
    text-transform: lowercase;
    position: relative;
    left: 20px;
    top: 21px;
    color: #808080;
}
.targetproduct .product-download:hover {
    text-decoration: none;
}
/*a.imagebutton.button-downloadmac*/
/*.targetproduct .product-purchase {
    height: 23px;
    margin-bottom: 20px;
}*/
.targetproduct .product-paypal {
    padding-top: 10px;
}

.targetproduct .product-shortannotation {
    padding-top: 30px;
    font-size: 92%;
}
.targetproduct .product-shortannotation ul {
    padding-left: 1.5em;
    list-style-type: disc;
	list-style-position: outside;
}

.product-systemrequirements {
    margin-bottom: 90px;
}
.product-systemrequirementstable tr td {
    padding-bottom: 1em;
}
.product-systemrequirementstable tr:last-child td {
    padding-bottom: 0;
}

.product-systemrequirementstable ul {
    padding-left: 2.5em;
    list-style-type: disc;
}

.product-systemrequirementstable ul li {
    margin-bottom: 1em;
}