﻿.commentQuestionArea
{
    margin-top: 9px;
    height: 22px;
    margin-bottom: 2px;
}

.commentQuestionArea .chooseReviewOrComment li, .commentFormLeft .leftlist li, .commentFormRight .rightList li
{
    float: left;
    margin: 0px 2px 0px 0px;
    padding: 0px;
}

.commentQuestionArea .chooseReviewOrComment .radioLabel
{
    padding-top: 3px;
    margin-right: 5px;
}

.commentQuestionArea .chooseReviewOrComment .icon
{
    padding-top: 3px;
    margin-right: 10px;
}

.commentFormArea
{
    margin-top: 10px;
    line-height: 18px;
    display: inline-block;
}



.commentFormArea .txtInput
{
    width: 220px;
    margin-bottom: 5px;
    
}

.commentFormArea .txtArea
{
    height: 65px;
}

.commentFormArea .commentFormLeft
{
    float: left;
    width: 244px;
    display: inline-block;
}

.commentFormArea .commentFormRight
{
    display: inline-block;
    float: right;
    width: 225px;
}

.commentFormArea .commentFormRight .alias
{
    padding-top: 57px;
}

.iframeUploadImages
{
    width: 100%;
    }

.imageUploadArea
{
    clear: both;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.uploadImage
{
    margin-top: 10px;
}

.uploadImage .txtInput
{
    width: 240px;
    z-index: 15;
    color: #7D7D7D;
    font-size: 10px;
    padding: 2px 2px 2px 4px;
    border: 0px;
    border-top: solid 1px #bbbbbd;
    border-bottom: solid 1px #e9eaec;
    border-left: solid 1px #e9eaec;
    border-right: solid 1px #e9eaec;
}

.uploadImage .imageArea
{
    margin-top: 15px;
}


.uploadImage .actionButtonSmall
{
    display: inline-block;
    height: 17px;
    color: #ffffff;
    padding-left: 10px;
    line-height: 17px;
    cursor: pointer;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: left;
    clear: right;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    text-transform: uppercase;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/btnLayer.gif);
    font-weight: bold;
    z-index: 2;
    text-decoration: none;
}

.uploadImage .actionButtonSmall span
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/btnAction.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
    color: #ffffff;
    line-height: 17px;
    height: 17px;
    display: inline-block;
}

.uploadImage .actionButtonSmall:hover
{
    text-decoration: none;
}

.uploadImage .fileUpload
{
    width: 226px;
    display: inline-block;
    float: left;
}

.uploadImage .actionButtonSmall span
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/btnLayer.gif);
    font-weight: bold;
}

.uploadImage .uploadButton
{
    float: right;
}

.uploadImage .imageArea .image
{
    float: left;
    display: inline-block;
}

.uploadImage .imageArea .limitedText
{
    padding-top: 10px;
    padding-right: 15px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, hel, Sans-Serif;
    font-size: 11px;
}

.uploadImage .imageArea .uploadImageSizeInfo1
{
    color: red;
    font-family: Arial, hel, Sans-Serif;
    font-size: 11px;
    }

.uploadImage .imageArea .listImages
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

.uploadImage .imageArea .image li
{
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.uploadImage .imageArea .imageFrame
{
    display: block;
    padding-top: 20px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    color: #252525;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.uploadImage .imageArea .deleteImage
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/deleteComment.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 6px;
    margin-left: 15px;
    cursor: pointer;
}



