﻿


/*
Popup Comment Div
---------------------------------------------------------------------------------*/
.td-RateTxt
{
    position:relative; 
    width:75px;
    top:20px; 
    left:0px;
    font-weight:bold;
}
    .ratingStar 
    {
        position:relative; 
        top:32px;
        width:13px; 
        height:12px; 
        cursor:none; 
        display:block;
        background-repeat:no-repeat; 
        cursor:pointer;
    }
    #ctl00_ctl00_Content_CPH_Main_If1_TrueTemplate0_UserRatingComments1_ratingsLayer
    {
        position:relative;
        top:-25px;
    }
.thankyouMessageCssClass
{
    position:relative;
    z-index:100000;
    width:80px;
    top:5px;
    left:0px;
    color:Red;
    display:none !important;
}
.ratingMessageCssClassReadOnly
{
    position:relative; 
    top:2px; 
    left:85px;
    text-align:left;
    font-weight:bold;
}
*:first-child + html .ratingMessageCssClassReadOnly
{
    left:150px;
}
    .ratingStarReadOnly
    {
        position:relative;
        top:9px;
        left:150px;
        width:13px;
        height:12px;
        cursor:none;
        display:block;
        background-repeat:no-repeat;
    }
    .ratingVotesCssClassReadOnly
    {
        position:relative;
        top:8px; 
        left:155px;
        font-size:0.9em;
        color:#666;
    }

/*********************************** RATINGS STAR IMAGES ***********************************/
.filledRatingStar {background-image:url(/TopletsResources/UserRatingComments2/images/FilledStar_new.gif)}
.emptyRatingStar {background-image:url(/TopletsResources/UserRatingComments2/images/EmptyStar_new.gif)}
.halfRatingStar {background-image:url(/TopletsResources/UserRatingComments2/images/HalfFullStar_new.gif)}
.savedRatingStar {background-image:url(/TopletsResources/UserRatingComments2/images/SavedStar.png)}
.reducedRatingStar {background-image:url(/TopletsResources/UserRatingComments2/images/FilledStar_new.gif)}

.td-UserRatingsCommentsShowHide
{
    position:relative;
    left:500px;
}


/*
Popup Comment Div
---------------------------------------------------------------------------------*/
.CommentDivCssClass
{
    z-index:10000;
    width:400px;
    height:200px;
    padding:20px;
    border:solid 5px #000;
    background-color:#F5F5F5;
    position:fixed;
    top:35%;
    left:35%;
}
.CommentHeaderCssClass
{
    position:absolute;
    top:15px;
    font-size:1.4em;
    font-weight:bold;
}
.CommentTitle
{
    position:absolute;
    top:50px;
    font-weight:bold;
}
.InputTitleCssClass
{
    position:absolute;
    top:70px;
    width:398px;
    padding:1px 0;
    font-family:Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
}
.CommentDescription
{
    position:absolute;
    top:100px;
    font-weight:bold;
}
.InputDescriptionCssClass
{
    position:absolute;
    top:120px;
    width:398px;
    height:67px;
    font-family:Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
}
.FBCheckBoxCssClass
{
    position:absolute;
    top:202px;
}
    *:first-child + html .FBCheckBoxCssClass
    {
        top:198px;
        left:15px;
    }
.FbTextCssClass
{
    position:absolute;
    top:200px;
    left:38px;
}
.CloseBtnCssClass
{
    position:absolute;
    top:197px;
    left:266px;
    cursor:pointer;
    background:url(/App_Themes/images/btnCloseWindow.gif) no-repeat;
    border:0;
    padding:0;
    width:91px;
    height:24px;
}
.SubmitBtnCssClass
{
    position:absolute;
    top:197px;
    left:364px;
    cursor:pointer;
    background:url(/App_Themes/images/btnSubmit.gif) no-repeat;
    border:0;
    padding:0;
    width:56px;
    height:24px;
}



/*
Comments
---------------------------------------------------------------------------------*/
.td-UserRatingsCommentsHeader
{
    border-top:solid 1px #EEE; 
    border-bottom:solid 1px #EEE;
    padding:20px 0;
}
    *:first-child + html .td-UserRatingsCommentsHeader
    {
        padding:20px 0 0;
    }
    *:first-child + html .td-UserRatingsCommentsHeader h3
    {
        padding:0;
    }
.td-CommentsList li
{
    float:left;
    color:#CCC;
    margin-right:5px;
}
.td-CommentsList li a
{
    cursor:pointer;
}
.td-UserRatingsComments
{
    margin:20px 0 0;
}
    .td-UserRatingsComments p.header
    {
        font-size:1.5em;
    }
.td-UserComments 
{
}
    *:first-child + html .td-UserComments 
    {
        position:relative;
        top:-25px;
    }
    .td-UserCommentsSort
    {
        float:right; 
        position:relative; 
        top:-37px;
    }
    *:first-child + html .td-UserCommentsSort
    {
        top:-34px;
    }
    .td-UserComments div table
    {
        width:100%;
    }
    .td-UserComments div table tbody tr
    {
        border-bottom:solid 1px #EEE;
    }
    .td-UserComments div table,
    .td-UserComments div table tbody,
    .td-UserComments div table tbody tr,
    .td-UserComments div table tbody tr td
    {
        border-top:solid 1px #FFF;
        border-right:solid 1px #FFF;
        border-bottom:solid 1px #EEE;
        border-left:solid 1px #FFF;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsProfile
    {
        width:30%;
        padding:20px 0;
        border-right:solid 1px #EEE;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsProfile p.userphoto
    {
        margin-bottom:5px;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsProfile p.username
    {
        margin-bottom:5px;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsProfile p.date
    {
        color:#888;
        font-size:0.8em;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsComment
    {
        width:75%;
        padding:20px 0 20px 20px;
        border-right:solid 1px #FFF;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsComment p.header
    {
        font-size:1.5em;
        margin-bottom:15px;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsComment p.text
    {
        margin-bottom:15px;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsComment ul li
    {
        float:left;
        margin-right:5px;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsComment ul li span
    {
        font-weight:bold;
        color:#F00;
    }
    .td-UserComments div table tbody tr td.td-UserCommentsComment ul li.sep
    {
        color:#CCC;
    }
    
/* Comments Pagination */
.td-CommentPagination {}



































/* 

.descriptionCssClassReadOnly {border:solid 1px red; width:280px; height:60px;}
*html .userRatingNewReadOnly {position:relative; top:0px; left:0px; margin:0; padding:0;}
.userRatingNewReadOnly {position:relative; top:-10px; left:0px; margin:0; padding:0;}


.userRatingNew {margin:0; padding:0;}
.userRatingNew textfield {font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:11px;}
.userRatingNew input {font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:11px;}
.userRatingNew h1 {padding-bottom:3px; font-size:11px; font-weight:bold; margin:0;}
.userRatingNew h2 {position:relative; left:5px; top:-1px; font-size:11px; font-weight:normal; margin:0;}
.userRatingNew h3 {padding-top:3px; font-size:10px; font-weight:normal; margin:0;}
*/

.showCommentCssClass 
{
    background-color:#F5F5F5;
    border:solid 1px #DDD;
    font-weight:bold;
    padding:5px;
    cursor:pointer;
}
.commentHeaderCssClass {font-weight:bold; padding:0; margin:0;}

*html #userComments {margin-top:1px;}
#userComments {width:100%; margin-top:1px;}
*html #userCommentsHeader {margin-bottom:-1px;}
#userCommentsHeader 
{
    margin:0;
    padding:0;
}
#userCommentsHeader div.left {float:left;}
#userCommentsHeader div.right {float:right; font-size:10px; font-weight:bold;}
#userCommentsHeader div.right a, 
#userCommentsHeader div.right a:visited, 
#userCommentsHeader div.right a:active
{
    font-size:10px;
    font-weight:bold;
    color:#369;
    text-decoration:underline;
}
#userCommentsHeader .right a:hover {text-decoration:none;}

.recentcomment_wrapper {float:left; width:630px; padding-bottom:15px;}
.recentcomment_wrapper_new {float:left; width:630px; border-bottom:1px solid #eee;}
.recentcomment_wrapper_grey {float:left; width:630px; background:#f7f7f7; border-bottom:1px solid #eee;}
.recentcomment_divider { width:630px; border-bottom:1px solid #eee; height:1px; float:left;}
.recentcomment_content{width:530px; float:left;padding:10px 10px 10px 15px;}
.recentcomment_photo{float:left; padding:10px 10px 0 0; width:58px;}
.recentcomment_wrapper ul
{
    display:block;
    margin:0;
    padding:10px 0 10px 0px;
    border-bottom:1px solid #e5e5e5;
}
.recentcomment_wrapper ul.grey
{
    display:block;
    margin:0;
    padding:10px 0 10px 0px;
    border-bottom:1px solid #e5e5e5;
    background:#f7f7f7;
}
.recentcomment_wrapper ul li
{
    padding:10px 0 10px 5px;

}
.recentcomment_wrapper ul li.profil
{
    width:540px;
    padding:5px;
}
.recentcomment_wrapper ul li.photo
{
    float:left;
    padding:4px;
    border:solid 1px #DDD;
    margin:5px;
}
.recentcomment_wrapper ul li.photogrey
{
    float:left;
    padding:4px;
    border:solid 1px #DDD;
    margin:5px;
}

.recentcomment_wrapper ul li.grey
{
    padding:10px 0 10px 5px;
    background:#f7f7f7;
}

.label
{
    color:#666666;
    padding-right:10px;
    line-height:15px;
}
.catlabel
{
    color:#666666;
    padding-right:5px;
    line-height:15px;
}
.cat
{
    padding-left:35px;
}
.comment_abstract {line-height:16px; padding-bottom:5px;}
.username{font-weight:bold;}