.info {
    position: fixed;
    top: 165px;
    left: 0px;
    width: 450px;
    padding-left: 40px;
    background-color: #FFF;
    z-index: 100;
    overflow: auto;
    display: none;
}

.title {
    width: 200px;
}

.creator {
    width: 200px;
}

.weight, .dimensions {
    display: none;
}

.product-body {
    margin-top: 55px;
    width: 400px;
}

.add-to-cart {
    position: absolute;
    left: 260px;
    top: 17px;
}

.node-add-to-cart {
    background-color: #ffff99;
    border: none !important;
    padding: 0 0 0 2px !important;
    cursor: pointer;
}

.product-info {
    position: absolute;
    left: 260px;
    top: 0px;
    text-align: left;
    width: 150px;
}

.product-info span {
    float: left !important;
    width: auto !important;
    text-align: left !important;
}

.images {
    position: absolute;
    left: 510px;
    top: 165px;
    z-index: 50;
}

.images img {
    position: relative;
    float: left;
    margin-right: 20px;
    display: none;
    cursor: pointer;
}

.footer {
    position: fixed;
    left: 40px;
    bottom: 0px;
    height: 0px;
    z-index: 150;
}

.footer-rule {
    position: absolute;
    top: -50px;
    width: 500px;
}

.footer-rule div {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
}

.footer-title {
    position: absolute;
    top: -40px;
}

.toggle-related {
    cursor: pointer;
}

.view-content {
    position: absolute;
    top: -10px;
    display: none;
}

.views-row {
    position: absolute;
    top: 0px;
}

.view-content .title {
    display: none;
}

/*.type {
    display: none;
}*/

.placeholdertitle {
    height: 30px;
    overflow: hidden;
}

.term-links {
    margin-top: 40px;
    width: 400px;
}

.info p {
    width: 400px;
}

.field-label {
    display: none;
}

.creator, .field-field-date2 {
    margin-bottom: 40px;
}

.lightbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    text-align: center;
}

.lightbox-image {
    display: none;
    position: relative;
    cursor: pointer;
    border: 3px solid white;
}

#attachments {
    width: 430px;
}

#attachments th {
    border: none;
}