#noscript {
    display: none;
}

.productSocialBookmarks div.thirds {
    float: left;
    margin-right: 30px;
}

.productSocialBookmarks div.thirds img{
    margin-right: 5px;
}

#sendToAFriendWrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url('/interface/images/greyDot.png');
}

#notSent {
}

#successSent {
    display: none;
}

.formRow#sentRow {
    background: #6fd25b;
    width: 360px;
    padding: 5px 10px;
}

#sendToAFriendInner {
    background: white;
    width: 600px;
    height: 400px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -322px;
    padding: 20px;
    border: 1px solid #666;
    z-index: 2;
}

.sendMiniImage img {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0px;
    top: 7px;
    margin: 20px;
}

.sendTitle {
    font-weight: bold;
    font-size: 12pt;
    position: absolute;
    margin: 20px 0 0 20px;
    width: 380px;
    top: 0;
    left: 0;
}

.sendClose {
    position: absolute;
    top: 10px;
    right: 5px;
}

.formEmailAddresses {
    position: absolute;
    top: 60px;
    left: 20px;
}

.formRowLeft {
    color: #777;
}

.formRowLeft b {
    font-weight: bold;
    color: #000;
}

.formRowRight {
}

.formEmailAddresses .formRowRight input {
    width: 380px;
}

.formEmailAddresses .formRowRight textarea {
    width: 380px;
    height: 72px;
}

#sendFormSubmit {
    position: absolute;
    top: 230px;
}

#sendFormSubmit .formRowRight textarea {
    width: 590px;
    height: 113px;
}

#sendResult {
    position: absolute;
    bottom: -5px;
    left: 120px;
    color: #cc0000;
    font-weight: bold;
    font-size: 10pt;
    display: none;
}

.extraImages {
    clear: left;
    padding-top: 5px;
}

#viewer {
    /*overflow: hidden;*/
    width: 200px;
}

#viewerFrame {
    width: 110%;
}

#viewerFrame img {
    margin: 0 10px;
}

.imgButton {
    width: 80px;
    float: left;
    padding: 3px 5px;
    text-align: center;
    margin: 0 6px 0 3px;
    background: #fff;
    border: 1px solid #444;
}

.imgButton:hover {
    background: #018faa;
    color: #fff;
    border: 1px solid #d7d750;
    cursor: pointer;
}

.productImageTools {
    padding: 5px 0 0 0;
    text-align: center;
    clear: left;
}

#extraImagesHeader {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    width: 200px;
}