﻿/*added wfp */

/*for add testimonial*/
.modal_overlay {display:none; position: absolute; left: 0px; top: 0px; width:100%; height:100%; z-index: 9999; background:#111; -moz-opacity:.96;opacity:.96;filter:alpha(opacity=96);}

.t-border {width:510px; background:#000; margin:0 auto; border:solid 1px #333; border-radius:8px; padding:5px; }       
.testimonial-post {padding:10px; background:#fff; border-radius:8px;}
.testimonial-post * {margin:0; padding:0; font-family:Arial; font-size:12px;}
        
.testimonial-post .t-message div {background:#ffff99; padding:2px; margin-bottom:5px;}
         
.testimonial-post .t-header {font-weight:bold; font-size:16px;}
.testimonial-post .t-subheader, .t-user {font-size:11px;}
.testimonial-post .t-user {margin:5px 0; font-weight:bold;}
        
.testimonial-post .t-body {overflow:hidden;}
.testimonial-post .t-rate-img, .t-preview-img {float:left; width:80px; height:80px;}
.testimonial-post .t-rate-img {cursor:pointer;}
.testimonial-post .t-preview-img {width:47px; height:47px;}
.testimonial-post .t-body > .t-thumbsup {background: url(/testimonial/images/thumbs.png) no-repeat 0 0;}
.testimonial-post .t-body > .t-thumbsup:hover {background: url(/testimonial/images/thumbs.png) no-repeat 0 -81px;}
.testimonial-post .t-body > .t-thumbsdown {background: url(/testimonial/images/thumbs.png) no-repeat -88px 0;}
.testimonial-post .t-body >.t-thumbsdown:hover {background: url(/testimonial/images/thumbs.png) no-repeat -88px -81px;}
        
.testimonial-post .t-content {float:right; width:400px;}
.testimonial-post .t-textarea {width:394px; height:74px; padding:2px;}
.testimonial-post .t-postbtn, .t-cancelbtn {float:right; margin-top:5px; width:80px; margin-left:10px; border-radius:8px; color:#fff; cursor:pointer; padding:4px; font-weight:bold;}
.testimonial-post .t-cancelbtn {background:#a7291b; border:solid 1px #98453b;}
.testimonial-post .t-postbtn {background:#389e17; border:solid 1px #49791d;}

.testimonial-post .t-remain, .t-count {font-size:10px;}
.testimonial-post .t-remain { text-align:right; margin-bottom:5px;}
.testimonial-post .t-exceedlimit {color:Red!important; font-weight:bold;}
        
.testimonial-post .t-terms {font-style:italic; font-size:10px; text-align:justify; }
.testimonial-post .t-preview {display:none; overflow:hidden; background:#efefef; border:dashed 1px #ddd; margin:20px 20px 0; padding:5px; color:#555;}
.testimonial-post .t-preview .t-preview-text {float:left; width:380px;}
.testimonial-post .t-preview .t-preview-text p {font-size:11px!important;}
.testimonial-post .t-preview .t-thumbsup {background: url(/testimonial/images/thumbs_small.png) no-repeat 0 0;}
.testimonial-post .t-preview .t-thumbsdown {background: url(/testimonial/images/thumbs_small.png) no-repeat -51px 0;}
.testimonial-post .t-preview-img {margin-right:5px;}
/*end for add testimonial*/

/*for list*/
.t-list {font-size:11px; border:solid 1px #eee; border-top:none;}
.t-list-big {width:664px;} /*for main content*/
.t-list-sidebar {width:224px;} /*for sidebar*/
        
.t-list *, .t-list {margin:0; padding:0;}
.t-list li {list-style:none; list-style-position:outside; padding:5px;}
.t-list .t-item {overflow:hidden; border-top:solid 1px #eee;}
.t-list .t-item .t-rate-img {float:left; margin-right:5px;}
.t-list-big .t-item .t-rate-img {width:47px; height:47px;}
.t-list .t-item .t-body {float:left;}
.t-list-big .t-item .t-body {width:600px;}
.t-list-sidebar .t-item .t-body {width:165px;}
.t-list-big .t-item .t-body .t-date {color:#49791d;}
        
.t-list .t-item .t-body a.t-username {text-decoration:none;}
.t-list .t-item .t-thumbsup {background: url(/testimonial/images/thumbs_small.png) no-repeat 0 0;}
.t-list .t-item .t-thumbsdown {background: url(/testimonial/images/thumbs_small.png) no-repeat -51px 0;}
        
.t-list-sidebar .t-item .t-rate-img {width:39px; height:39px;}
.t-list-sidebar .t-item .t-thumbsup {background: url(/testimonial/images/thumbs_smaller.png) no-repeat 0 0;}
.t-list-sidebar .t-item .t-thumbsdown {background: url(/testimonial/images/thumbs_smaller.png) no-repeat -42px 0;}
/*end for list*/