/* RESPONSIVE */
@media only screen 
and (max-width : 500px) {
	.re-content.resp {margin-left:0;}
	.re-content.resp .retask {border: medium none;}
	.re-content.resp .re-avatar, .re-avatar.resp {border: 3px solid #FFFFFF;border-radius: 50%;box-shadow: 0 1px rgba(0, 0, 0, 0.2);float: none;height: 64px;margin: 0 auto 5px;overflow: hidden;width: 64px;}
	.re-content.resp .re-cm-meta {display: block;margin-bottom: 10px;text-align: center;}
	.re-content.resp .re-content .re-c-inner {padding-right:10px}
	.re-content.resp .re-content {margin-left:0;}
	.re-content.resp .re-rstar {display:block; margin:3px auto}
	.re-content.resp > .re-c-inner > span {display:block; text-align:center}
	.re-content.resp .re-title + br {display:none}
	.re-content.resp .retask > form {background-color:#fff8c4;max-width:none;float:none; margin:0 auto 10px;padding:7px 5px;text-align:center;border:1px solid #f2c779}
	.re-content.resp .retask > .re-cm {background-color: #D9EDF7;border: 1px solid #BCE8F1;float: none;height: 25px;line-height: 25px;margin: 3px 0 7px;padding: 5px 20px;}
	.re-content.resp .re-listcm {background-color: #EFEFEF;border-left: 1px solid #DDDDDD;margin: 0 0 30px;}
	.re-content.resp .cmblock {padding:10px !important}
	.re-content.resp form.re-form-review.new, .re-content.resp form.re-form-cm.new {margin-left:0}
	/* Form review */
	#re-review-form.resp form.re-form-review.new, form.re-form-cm.new {margin-left:0}
	#re-review-form.resp .re-avatar {float:none;margin:0 auto 3px auto;}
	#re-review-form.resp form#jr-new-99 {margin-left:0}
	
	
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.jlexreview {
  color: #333333;
  font-size: 11.5px;
  line-height: 1.5;
}
.reviewblock {
    border-bottom: 1px dashed #D1D1D1;
    margin-bottom: 20px;
    padding-bottom: 3px;
}

.reviewblock:last-child, .cmblock:last-child {
    border-bottom: medium none;
}
.jlexreview input[type="email"], .jlexreview input[type="text"], .jlexreview textarea {
    border-radius: 0;
    font-size: 11.5px;
    padding: 3px 7px;
}
.jlexreview textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 120px !important;
    resize: vertical;
    width: 100%;
}
.jlexreview label {
  font-size: 11.5px;
  margin: 0;
}

/* TOOBAR */
#re-bar {
  background-color: #F1F1F1;
  border-bottom: 1px solid #DEDEDE;
  padding: 3px 7px;
}
#re-bar > h3 {
  float: left;
  font: 1.6em/40px "Arial";
  margin: 0;
  padding: 0;
}
#re-filter {
  float: right;
  margin-top: 10px;
}
.re-caret {
  background: url("images/arrow-down.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 10px;
  margin-left: 3px;
  width: 10px;
}
.ratebtn-group {
  float: right;
  margin-left: 5px;
  position: relative;
}
.jldrop-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.2);
  float: left;
  left: 0;
  display:none;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.jldrop-menu > li {
    margin: 0;
    padding: 0;
}
.jldrop-menu > li > a {
    padding: 3px 5px;
    display: block;
    text-decoration: none;
    color: #333;
}
.jldrop-menu > li > a.active,.jldrop-menu > li > a:focus,.jldrop-menu > li > a:active,.jldrop-menu > li > a:hover {
    background-color: #e1e1e1;
    text-decoration: none;
}

/* LOADING */
a#re-loadmore, a.re-cm-more {
  background-color: #F1F1F1;
  border: 1px solid #DDDDDD;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
	overflow:hidden;
}
a#re-loadmore.active,a.re-cm-more.active {
  background-image:url("images/loading-more.gif");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -3000px;
}

.re-avatar {
  background-color: #DDDDDD;
  float: left;
  height: 50px;
  position: relative;
  width: 50px;
}

.re-avatar img {
    height: 100%;
    width: 100%;
}

.re-me span.tip {
  background-color: rgba(0, 0, 0, 0.8);
  display:none;
  color: #FFFFFF;
  left: 55px;
  padding: 5px;
  position: absolute;
  top: 10px;
  white-space: nowrap;
  z-index: 20;
}

.re-me:hover span.tip {display:block}

.re-content {
	margin-left: 60px;
}

.re-help {
	color: #555555;
	display: block;
}

.re-title {
  font: bold 13px/19px "Arial";
}
.re-date {
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  margin-left: 2px;
}

/* FORM */
form.re-form-review.new, form.re-form-cm.new {
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  margin-left: 60px;
  padding: 10px;
	position: relative;
}

form.re-form.disabled .re-proted {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}


/* BUTTON */
.ratebtn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 1px 10px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.ratebtn:hover,
.ratebtn:active,
.ratebtn.active,
.ratebtn.disabled,
.ratebtn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.ratebtn:active,
.ratebtn.active {
  background-color: #cccccc \9;
}
.ratebtn:first-child {
  *margin-left: 0;
}
.ratebtn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.ratebtn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ratebtn.active,
.ratebtn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.ratebtn.disabled,
.ratebtn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
h3>.ratebtn {margin-left:10px}

.ratenobtn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  font-size: 11px;
  margin: 0 4px 0 0;
  padding: 0;
}
.ratenobtn:hover {
    text-decoration: underline;
}
.jr-icon {
    display: inline-block;
    height: 10px;
    margin-right: 3px;
    position: relative;
    top: 1px;
    width: 10px;
}
.jr-icon.like {
  background: url("images/like.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.jr-icon.unlike {
  background: url("images/dislike.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  top:4px;
}

.active .jr-icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

/* STAR */
.re-rstar {
  background: url("images/icon-star-16-deactive.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 80px;
}
[class^="re-star-"] {
	background: url("images/icon-star-16-active.png") repeat #fff;
	display:block;
	height:16px;
}
.re-star-1 {width:16px}
.re-star-2 {width:32px}
.re-star-3 {width:48px}
.re-star-4 {width:64px}
.re-star-5 {width:80px}

.re-star-choose {
  background: url("images/icon-star-16-deactive.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 16px;
  position: relative;
  width: 80px;
}
.re-star-choose .re-star {
    background-color: rgba(0, 0, 0, 0);
    height: 16px;
    overflow: hidden;
    position: absolute;
    text-indent: -3000px;
    top: 0;
    width: 16px;
}

.re-star-choose .re-star.active {
    background: url("images/icon-star-16-active.png") repeat scroll 0 0 #F8F8F8;
}
.re-star-choose .s1 {left:0}
.re-star-choose .s2 {left:16px}
.re-star-choose .s3 {left:32px}
.re-star-choose .s4 {left:48px}
.re-star-choose .s5 {left:64px}
/* END */

/* STAR RATE */
#re-analytic {
  border-bottom: 1px solid #DFDFDF;
  margin: 10px 0;
  padding: 10px 0;
}
#re-sumrate {
  background: url("images/star-unactive.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 32px;
  width: 160px;
}
#re-sumrate + .re-countrate {
  font-size: 13.5px;
  margin-bottom: 10px;
}
#re-sumrate .active {
  background: url("images/star-active.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 32px;
}
.re-fl a.re-rate-filter {
  display: block;
  height: 15px;
  margin: 4px 0;
  max-width: 250px;
}
.re-ratenum {
  float: left;
  height: 15px;
  padding-right: 5px;
}

.re-ratebar {
  background-color: #F4F4CF;
  float: left;
  height: 15px;
  margin: 0 5px;
  width: 150px;
}

.re-ratebar .ratebar-inner {
  background-color: #FFCC66;
  display: block;
  height: 15px;
}
.re-ratecount {
	background-color: #FA3C45;
	background-repeat: repeat-x;
  background: -moz-linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 rgba(0, 0, 0, 0);
   background: -moz-linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 rgba(0, 0, 0, 0);
   background: -webkit-linear-gradient(top, #FA3C45, #DC0D17);
   background: -ms-linear-gradient(top, #FA3C45, #DC0D17);
   background: -o-linear-gradient(top, #FA3C45, #DC0D17);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font: bold 10px/14px "Arial";
  padding: 0 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
/* END */

/* FORM -REIVEW - BLOCK */
.re-content .retask {
    border: 1px solid #DDDDDD;
    margin: 15px 0 25px;
}
form.re-form-reviewblock {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin: 0;
    max-width: 300px;
    padding: 7px 15px;
    text-align: center;
}
div.re-cm {
  float: left;
  margin: 20px 0 0 15px;
}
div.re-cm .ratebtn-group {
    left: 5px;
    top: -3px;
}

/* COMMENTS */
.cmblock {
    border-bottom: 1px solid #DFDFDF;
    padding: 7px 0 15px;
}
.re-comments-box > .re-cm-form .jr-cm-cancel {display:none}
.re-cm-order,#re-review-form {display:none}
.re-comments-box .re-listcm {
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 30px;
}
.re-listcm > div:nth-child(2n) {
    background-color: #F8F8F8;
}
.cmblock.first {
    border-top: 1px solid #DDDDDD;
    margin-top: 15px;
    padding-top: 10px;
}
.re-content .reply_from {
  background-color: #FFF4E5;
  border: 1px solid #F9BC6D;
  margin-bottom: 7px;
  margin-top: 7px;
}
.reply_from .re-authorby {
    background-color: #F9D9B0;
    border-bottom: 1px solid #F9BC6D;
    color: #141414;
    display: block;
    padding: 5px 10px;
}
.reply_from .re-authorby + p {
    margin: 0;
    padding: 7px;
}
.re-content .re-c-inner {
    border-bottom: 1px dashed #DEDEDE;
    margin-bottom: 3px;
    padding-bottom: 7px;
    padding-right: 10px;
}
/* END */

.re-error {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  border-radius: 3px;
  color: #A94442;
  display: none;
  margin-bottom: 5px;
  padding: 4px;
}
.re-notice {
	background-color: #FCF8E3;
    border-color: #FAEBCC;
    color: #8A6D3B;
}

/* PROGRESS AJAX */
#re-progress {
  top: 0;
  height: 2px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
#re-progress .progress-inner {
  background-color: #2299DD;
  border-radius: 10%;
  box-shadow: 0 0 10px #2299DD, 0 0 5px #2299DD;
  height: 2px;
  width: 0;
}

/* PRO VERSION */
form#jr-new-99 {
  margin-left: 60px;
}
#re-drop {
  background-color: #F8F8F8;
  border: 3px dashed #CCCCCC;
  margin-top: 10px;
  padding: 20px;
}
#re-drop > i {
  color: #555555;
  display: block;
  font: bold 25px/25px "Arial";
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#re-drop a {
  background-color: #008000;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font: bold 18px/40px "Arial";
  height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
#re-drop input {
    display: none;
}
#jr-new-99 ul.list_file {
  list-style: none outside none;
  margin: 10px 0;
  padding: 0;
}
#jr-new-99 ul.list_file li {
  background-color: #F1F3F8;
  border: 1px solid #CED5E5;
  height: 20px;
  margin-bottom: 5px;
  position: relative;
}
.re-file-progressbar {
  background-color: #CED5E5;
  border-radius: 2px;
  float: left;
  height: 4px;
  margin: 8px 5px;
  width: 200px;
}
.re-file-progressbar .re-file-loaded {
  background-color: #3B5998;
  border-radius: 3px;
  height: 4px;
  width: 0;
}
.re-file-progressbar + p {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 10px;
}
.re-file-progressbar + p i {
  color: #888888;
  font-size: 89%;
  padding: 0 0 0 10px;
}
#jr-new-99 ul.list_file li span {
  background-position: right center;
  background-repeat: no-repeat;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 2px;
  width: 16px;
  z-index: 1;
}

#jr-new-99 ul.list_file li span.cancel {
	background-image: url("images/stop-16.png");
	cursor: pointer;
    right: 4px;
}
li span.status.success {
  background-image: url("images/success-16.png");
}
li span.status.error {
  background-image: url("images/error-16.png");
}

/* Gallery */
.re-list-img {margin:0 auto}
.re-gallery h3._title {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #0088CC;
  border-radius: 3px;
  box-shadow: 0 -1px 1px #005580 inset;
  color: #FFFFFF;
  font: 18px/35px "Arial";
  height: 35px;
  text-align: center;
  text-shadow: 0 -1px 0 #333333;
}
.re-gallery .re-swipebox {
	border: 1px solid #DDDDDD;
    border-radius: 1px;
	-moz-box-shadow: 1px 1px 3px #dcdcdc;
	-webkit-box-shadow: 1px 1px 3px #dcdcdc;
	       box-shadow: 1px 1px 3px #dcdcdc;
  float:left;
  height: 100px;
  margin: 4px;
  overflow: hidden;
  padding: 4px;
  width: 100px;
}
.re-gallery .re-swipebox span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}

/* REPORT SPAM */
.re-report {
  background: url("images/flag.png") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
.re-report.active {
  background: url("images/flag-active.png") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
}

/* EDIT FORM REVIEW */
.re-list-img-edit a.re-swipebox {
  background-color: #EEEEEE;
  float: left;
  height: 80px;
  margin: 5px;
  position: relative;
  width: 80px;
}
.re-list-img-edit a.re-swipebox span:first-child {
  background-size: cover;
  display: block;
  height: 80px;
  width: 80px;
}
.re-list-img-edit a.re-swipebox span.cancel {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
}
.re-list-img-edit a.re-swipebox span.cancel:after {
    content: "X";
    display: block;
    text-align: center;
}