.ov .ov_voteContent {
  font-size: 13px;
  position: relative;
}
.ov .ov_voteContent .ov_voteButton {
  color: #444;
  background-color: #E6E6E6;
  padding: 3px 5px;
  margin: 3px;
  display: inline-block;
  text-decoration: none;
  text-shadow: none;
}
.ov .ov_voteContent .ov_voteButton:hover {
  color: #FFF;
  background-color: #48A8F3;
}
.ov .ov_voteContent .ov_voteUseful {
  margin-bottom: 10px;
  color: #4C4C4C;
}
.ov .reviews-list .abuse.mobile-only a {
  margin: 10px 0;
  display: block;
  color: #4D4D4D;
  text-decoration: underline;
  text-align: right;
  font-size: 14px;
}
.ov .ov-width-height {
  overflow: auto;
}
.ov .header.abuse {
  background: #000;
  float: none;
}
.ov .header.abuse h1 {
  color: white;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.ov .header.abuse .icon-abuse {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-top: 1px;
  line-height: 31px;
  vertical-align: text-top;
  background: url(/bundles/openvoicereview/img/abuse.png) 50% 50% no-repeat;
}
.ov .abuse-form .input-label {
  text-align: right;
  margin-right: 10px;
}
.ov .abuse-form .input-widget {
  display: inline-block;
  width: 60%;
  position: relative;
}
.ov .abuse-form .input-block.buttons {
  float: right;
}
.ov .abuse-form input[type="text"],
.ov .abuse-form input[type="email"] {
  width: 100%;
}
.ov .abuse-form textarea {
  height: 120px;
  max-width: 100%;
  max-height: 220px;
  min-width: 100%;
  min-height: 120px;
  resize: both;
  overflow: auto;
}
.ov .button,
.ov .button:hover {
  background: #CCC;
}
.ov button,
.ov button:hover {
  background: #ff6e03;
  background: -moz-linear-gradient(top,#ff6e03 0,#ff4a00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6e03),color-stop(100%,#ff4a00));
  background: -webkit-linear-gradient(top,#ff6e03 0,#ff4a00 100%);
  background: -o-linear-gradient(top,#ff6e03 0,#ff4a00 100%);
  background: -ms-linear-gradient(top,#ff6e03 0,#ff4a00 100%);
  background: linear-gradient(to bottom,#ff6e03 0,#ff4a00 100%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ov .iframe.utilityIframe .ov_voteContent,
.ov .iframe.utilityIframe .abuse a {
  font-size: 11px;
  color: #4C4C4C;
}
.ov .iframe.utilityIframe .abuse a:hover {
  color: #48A8F3;
}
.ov .iframe.utilityIframe .ov_voteContent .ov_voteUseful,
.ov .iframe.utilityIframe .ov_voteContent p.ov_voteMessage {
  margin-bottom: 0;
}
.ov .iframe.utilityIframe .ov_voteContent .ov_voteButton {
  padding: 1px 4px;
}
.ov .informations-mobile {
  display: none;
}
.desktop .ov .abuse-form .input-widget {
  width: 65%;
}
.ie6 .ov .abuse-form .input-type-email,
.ie6 .ov .abuse-form .input-type-text {
  width: 100%;
  padding: 5px;
}
.ie6 .ov .abuse-form textarea {
  width: 100%;
  padding: 5px;
}
.ie7 .ov .abuse-form .input-type-email,
.ie7 .ov .abuse-form .input-type-text {
  width: 100%;
  padding: 5px 0;
}
.ie7 .ov .abuse-form textarea {
  min-width: 100%;
  max-width: 100%;
  padding: 5px 0;
}
.ie8 .ov .abuse-form textarea {
  min-width: 94%;
  max-width: 94%;
}
@media only screen and (min-width: 960px) {
  .ov .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .ov .desktop-only {
    display: none !important;
  }
  .mobile .ov .form-entry label {
    display: inline-block;
  }
  .mobile .ov .abuse-form .input-label {
    text-align: left;
    width: 100%;
  }
  .mobile .ov .abuse-form .input-widget {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .ov .form-entry label {
    display: inline-block;
  }
  .ov .abuse-form .input-label {
    text-align: left;
    width: 100%;
  }
  .ov .abuse-form .input-widget {
    width: 100%;
  }
  .ov .form-entry .input-block.buttons {
    width: auto;
    margin-left: 0;
  }
  .ov .informations {
    display: none;
  }
  .ov .informations-mobile {
    display: block;
  }
  .desktop .ov .abuse-form .input-widget {
    width: 100%;
  }
}
.ov .star-rating {
  display: inline-block;
  position: relative;
  overflow: visible;
  width: 125px;
  height: 24px;
}
.ov .infos-star-rating-container {
  position: absolute;
  width: 240px;
  z-index: 999;
  top: -5px;
  left: 130px;
}
.ov .infos-star-rating-left {
  width: 0;
  height: 0;
  line-height: 0;
  border: 15px solid #fff;
  border-top-color: #fff;
  border-right-color: #48A8F3;
  border-bottom-color: #fff;
  padding: 0;
  font-size: 0;
  display: inline-block;
}
.ov .infos-star-rating-container.no-rating .infos-star-rating-left {
  border-color: #fff;
}
.ov .infos-star-rating {
  display: inline-block;
  background: #48A8F3;
  color: #fff;
  width: 200px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  font-size: 13px;
}
.ov .infos-star-rating-container.no-rating .infos-star-rating {
  background: #fff;
  color: #000;
}
.ov .input-block.error .infos-star-rating-container.no-rating .infos-star-rating {
  background: url(/bundles/openvoicereview/img/picto-form-error.png) left 50% no-repeat;
  padding-left: 25px;
  color: #cc0000;
}
.ov .jRatingAverage {
  background-color: #FFB500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
}
.ov .jRatingColor {
  background-color: #FFB500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
}
.ov .jDisabled .jRatingColor {
  display: none;
}
.ov .jStar {
  position: relative;
  left: 0;
  z-index: 4;
  background: url(/bundles/openvoicereview/img/star-destop-click.png) repeat-x;
  height: 100%;
  width: 100%;
}
.ov .star-rating.jDisabled {
  width: 95px;
  height: 18px;
}
.ov .jDisabled .jStar {
  background: url(/bundles/openvoicereview/img/star-display.png) repeat-x;
}
.ov .jDisabled {
  background-color: #7F7F7F;
}
.mobile .ov .infos-star-rating-container {
  left: 295px;
  top: 15px;
}
.mobile .ov .infos-star-rating-container.no-rating {
  left: 280px;
}
.mobile .ov .infos-star-rating-container.no-rating .infos-star-rating-left {
  display: none;
}
.mobile .ov .infos-star-rating-container.no-rating .infos-star-rating {
  background: none;
}
.mobile .ov .jStar {
  background: url(/bundles/openvoicereview/img/star-mobile-click.png) repeat-x;
}
.mobile .ov .star-rating {
  width: 280px;
  height: 56px;
}
.ie6 .ov .jStar {
  background: url(/bundles/openvoicereview/img/star-destop-click.gif) repeat-x;
}
.ie6 .ov .jDisabled .jStar {
  background: url(/bundles/openvoicereview/img/star-display.gif) repeat-x;
}
.ie6 .ov .infos-star-rating {
  top: 0;
  left: 30px;
}
.ie7 .ov .infos-star-rating {
  top: 0;
  left: 30px;
}
.ov .reviews-stats,
.ov .reviews-content {
  background-color: #FFF;
}
.ov blockquote,
.ov blockquote p {
  margin: inherit;
  padding: inherit;
  border-left: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-style: inherit;
}
.ov blockquote {
  margin: 5px 0;
}
.ov blockquote p {
  padding-top: 3px;
}
.ov hr {
  background-color: #48A8F3;
  height: 1px;
  border: none;
  width: 40%;
  margin: 15px auto;
}
.ov h1,
.ov h2,
.ov h3,
.ov h4,
.ov h5,
.ov h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.ov .list-header,
.ov .list-footer {
  background: transparent;
  padding: 5px 10px;
  color: #444;
  margin: 5px 0;
}
.ov .reviews-stats {
  margin-top: 10px;
}
.ov .reviews-stats > .row {
  margin-bottom: 10px;
}
.ov .reviews-stats.summary {
  color: #646464;
  margin: 0;
}
.ov .reviews-stats.summary .stats .note-text {
  display: none;
}
.ov .reviews-stats.summary .stats .score,
.ov .reviews-stats.summary .stats .count {
  display: inline-block;
}
.ov .reviews-stats.summary .stats .recommendation {
  font-size: 11px;
  font-weight: bold;
}
.ov .reviews-stats.summary .criterias {
  padding-right: 30px !important;
  margin-top: 10px;
  font-size: 11px;
}
.ov .reviews-stats.summary .criterias .score {
  margin-top: 0;
}
.ov .reco,
.ov .post,
.ov .list {
  text-align: center;
}
.ov .average,
.ov .reco {
  height: 50px;
}
.ov .average {
  font-size: 14px;
}
.ov .average .note {
  float: right;
  margin: 5px 10px;
}
.ov .stats {
  text-align: center;
}
.ov .stats .note {
  display: inline-block;
  margin: 1px 10px 5px 0;
  vertical-align: middle;
}
.ov .stats .score {
  font-weight: bold;
  font-size: 14px;
}
.ov .stats .score .average-note {
  color: #48A8F3;
}
.ov .stats .count {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}
.ov .criterias .score {
  text-align: right;
  margin-top: 5px;
}
.ov .criterias .score .note {
  float: right;
  margin: 1px 0 5px 10px;
}
.ov .reco {
  padding-right: 20px;
}
.ov .response b,
.ov .response strong {
  font-weight: bold;
}
.ov .response i {
  font-style: italic;
}
.ov .post,
.ov .list {
  padding-top: 15px;
}
.ov .list {
  display: none;
}
.ov .reviews-list {
  position: relative;
}
.ov .reviews-post {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  border-top: 1px solid #48A8F3 !important;
}
.ov .note {
  width: 95px;
  height: 18px;
  background-color: #ccc;
  margin: 5px 0;
  position: relative;
}
.ov .note .rating,
.ov .note .star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ov .note .rating {
  background-color: #FFB500;
  z-index: 2;
}
.ov .note .star {
  background: url('/bundles/openvoicereview/img/star-display.png') repeat-x;
  z-index: 3;
}
.ov .note.small {
  width: 55px;
  height: 10px;
}
.ov .note.small .star {
  background: url('/bundles/openvoicereview/img/star-display-small.png') repeat-x;
}
.ov .note.row {
  width: auto;
  background: none;
}
.ov .note.small .rating {
  background-color: #FFB500;
}
.ov .summary {
  margin-bottom: 20px;
}
.ov .sort,
.ov .filter {
  float: right;
}
.ov .sort label,
.ov .sort select,
.ov .filter label,
.ov .filter select {
  display: inline-block;
  margin: 0 5px;
}
.ov .sort select,
.ov .filter select {
  max-width: 200px;
  padding: 0;
}
.ov #oyreviews_link {
  float: right;
}
.ov .oyreviews_distribution {
  float: left;
  width: 330px;
}
.ov #oyreviews_link,
.ov .oyreviews_distribution {
  line-height: 20px;
}
.ov #oyreviews_link li {
  line-height: 0px;
  margin-bottom: 5px;
}
.ov #oyreviews_link a {
  text-decoration: none;
  color: #777;
}
.ov #oyreviews_link .linkBlack {
  color: #000 !important;
}
.ov .oyreviews_distribution ul {
  list-style: none;
  padding: 0;
}
.ov .oyreviews_distribution .oyreviews-percent-container {
  display: inline-block;
  width: 150px;
  height: 14px;
  background: #ccc;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
}
.ov .oyreviews_distribution .oyreviews-percent {
  display: inline-block;
  height: 100%;
  background: #FFB500;
  font-size: 0;
  line-height: 0;
}
.ov .star-repartition {
  display: inline-block;
  width: 55px;
  height: 10px;
  position: relative;
}
.ov #oyreviews_link .bold {
  font-weight: bold;
}
.ov #oyreviews_link a {
  cursor: pointer;
}
.ov #display-link-all {
  width: 60%;
  text-align: center;
}
.ov #display-link-all a {
  color: #000;
}
.ov .rating {
  clear: both;
  cursor: pointer;
}
.ov .abuse {
  float: right;
  margin-bottom: 10px;
}
.ov .abuse a {
  color: #888;
  text-decoration: none;
  font-size: 12px;
}
.ov .row.item {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #48A8F3 !important;
  padding: 10px;
  margin-bottom: 0;
}
.ov .row.item .criterias-content {
  float: left;
  width: 250px;
}
.ov .row.item .by {
  float: right;
}
.ov .row.item .title {
  display: block;
  font-style: italic;
}
.ov .row.item .positive .icon,
.ov .row.item .negative .icon {
  display: inline-block;
  position: relative;
  padding: 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  text-decoration: none;
  text-align: center;
  color: white;
  background-color: #48A8F3;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  font: bold 22px/15px Helvetica, Verdana, Tahoma;
  background-image: url(/bundles/openvoicereview/img/plusminus.png);
}
.ov .row.item .positive .icon span,
.ov .row.item .negative .icon span {
  position: absolute;
  display: block;
}
.ov .row.item .negative .icon {
  background-position: 0 0px;
}
.ov .row.item .positive .icon {
  background-position: 0 -25px;
}
@-moz-document url-prefix() {
  .ov .row.item .positive .icon span {
    top: 3px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .ov .row.item .ipad-portrait {
    color: red;
  }
}
.ov .row.item hr {
  width: 100%;
}
.ov .row.item .used-since {
  text-align: center;
  margin: 10px 0;
}
.ov .row.item blockquote.description {
  background: url(/bundles/openvoicereview/img/guillemet_02.png) no-repeat right bottom;
  text-indent: -25px;
  padding-right: 25px;
  padding-left: 25px;
  border: none;
}
.ov .row.item blockquote.description:first-letter {
  background: url(/bundles/openvoicereview/img/guillemet_01.png) no-repeat left top;
  padding-left: 25px;
}
.ov .row.item .item-response {
  border: 1px solid #48A8F3 !important;
}
.ov .row.item .item-response .response-label {
  background: #48A8F3;
  padding: 3px 10px;
  color: white;
}
.ov .row.item .item-response .response {
  padding: 5px;
  border: none;
}
.ov .list-footer .pagination {
  float: right;
}
.ov .list-footer .pagination a {
  color: #444;
  background-color: #E6E6E6;
  padding: 3px 5px;
  margin: 3px;
  display: inline-block;
  text-decoration: none;
  text-shadow: none;
}
.ov .list-footer .pagination a:hover {
  color: #FFF;
  background-color: #48A8F3;
}
.ov .list-footer .pagination .current {
  background: white;
  padding: 2px;
  color: #444;
  font-weight: bold;
  margin: 0 2px;
}
.ov .pagination-mobile {
  display: none;
  text-align: center;
  margin: 20px 0;
}
.ov .pagination-mobile a {
  white-space: nowrap;
  background: #48A8F3;
  padding: 10px;
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.ov .iframe-useful {
  height: 30px;
  width: 100%;
}
.ov a.post-review,
.ov a.list-review {
  white-space: nowrap;
  background: #48A8F3;
  padding: 10px;
  color: white;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.ov .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.ov .loading .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.ov .loading .loader {
  position: fixed;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: #48A8F3 url(/bundles/openvoicereview/img/loader.gif) 50% 50% no-repeat;
}
.ov.container .column.post-column {
  float: right;
}
.ov.no-reviews .average {
  border: none;
}
.ov.no-reviews .list,
.ov.no-reviews .list-footer {
  display: none;
}
.ov .answer-voted {
  margin-top: 50px;
  text-align: center;
}
.ov .offer-container {
  text-align: center;
}
.ov .offer-container .offer-title {
  color: #000;
}
.ov .offer-container .img-shadow {
  -moz-box-shadow: 0 0 20px #999;
  -webkit-box-shadow: 0 0 20px #999;
  box-shadow: 0 0 20px #999;
  margin: 20px;
}
.ov .offer-container .img-product {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.ov .offer-container .img-brand {
  height: auto;
  width: auto;
  max-height: 40px;
  max-width: 100%;
}
.ov .summary-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.ov .summary a {
  text-decoration: none;
}
.ov .summary .note {
  display: inline-block;
  margin: 0 10px 0 0;
}
.ov .summary .rating {
  font-size: 14px;
  font-weight: bold;
}
.ov .summary .count-reviews {
  font-weight: bold;
  padding: 0 5px;
}
.ov .summary .read-reviews {
  text-decoration: underline;
}
.ov-mobile .loading {
  position: relative;
  height: 60px;
}
.ov-mobile .loading .loader {
  position: absolute;
}
.ov-mobile .pagination-mobile {
  display: block;
}
.ov-mobile .list-footer {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ov .average,
  .ov .reco {
    border: none;
  }
  .ov .average .note {
    margin: 0 0 0 10px;
  }
  .ov .post,
  .ov .list {
    text-align: right;
  }
  .ov .row.item .by {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .ov .row.item blockquote.description {
    background: none;
    text-indent: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .ov .row.item blockquote.description:first-letter {
    background: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .ov .page-summary.page-1 {
    display: none;
  }
  .ov .abuse {
    position: static;
    text-align: left;
  }
}
#new_review .ov {
  background-color: #FFF;
}
#new_review .ov .hidden {
  display: none;
}
.desktop #new_review .ov .container {
  width: 90%;
}
#new_review .ov form,
#new_review .ov fieldset {
  margin: 0;
}
#new_review .ov strong,
#new_review .ov b {
  font-weight: bold;
}
#new_review .ov .no-strong {
  font-weight: normal;
}
#new_review .ov h1,
#new_review .ov h2,
#new_review .ov h3,
#new_review .ov h4,
#new_review .ov h5,
#new_review .ov h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#new_review .ov hr {
  background-color: #48A8F3;
  height: 1px;
  border: none;
  width: 40%;
  margin: 10px auto;
}
#new_review .ov .breadcrumb {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
  margin-top: 10px;
}
.ie7 #new_review .ov .breadcrumb {
  margin-bottom: 12px;
}
#new_review .ov .breadcrumb ol,
#new_review .ov .breadcrumb ul {
  position: relative;
  left: 50%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  color: #ccc;
}
#new_review .ov .breadcrumb ol li,
#new_review .ov .breadcrumb ul li {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
#new_review .ov .breadcrumb ol li.active,
#new_review .ov .breadcrumb ul li.active {
  color: #48A8F3;
}
#new_review .ov .breadcrumb ol li .num,
#new_review .ov .breadcrumb ul li .num {
  display: inline-block;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  text-decoration: none;
}
#new_review .ov .breadcrumb ol li:first-child .num,
#new_review .ov .breadcrumb ul li:first-child .num {
  margin-left: 0;
}
#new_review .ov .breadcrumb ol li.active .num,
#new_review .ov .breadcrumb ul li.active .num {
  background: #48A8F3;
}
#new_review .ov .breadcrumb ol li.separator,
#new_review .ov .breadcrumb ul li.separator {
  background: url(/bundles/openvoicereview/img/step-arrow.png) center 50% no-repeat;
  width: 25px;
}
#new_review .ov #step2,
#new_review .ov #step3 {
  display: none;
}
#new_review .ov blockquote {
  background: url(/bundles/openvoicereview/img/guillemet_02.png) no-repeat 95% bottom;
  text-indent: -25px;
  padding-right: 25px;
  padding-left: 25px;
  border: none;
  font-size: 95%;
}
#new_review .ov blockquote:first-letter {
  background: url(/bundles/openvoicereview/img/guillemet_01.png) no-repeat left top;
  padding-left: 25px;
}
#new_review .ov button,
#new_review .ov input[type="button"],
#new_review .ov input[type="reset"],
#new_review .ov input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  white-space: nowrap;
}
#new_review .ov button {
  border: none;
}
#new_review .ov input,
#new_review .ov select,
#new_review .ov textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
#new_review .ov label {
  display: inline-block;
  cursor: pointer;
}
#new_review .ov .criteria-label {
  display: block;
  text-align: right;
  margin-right: 10px;
  float: left;
  width: 50%;
}
#new_review .ov input[type="number"],
#new_review .ov input[type="search"],
#new_review .ov input[type="email"],
#new_review .ov input[type="text"],
#new_review .ov input[type="password"],
#new_review .ov textarea,
#new_review .ov select {
  display: inline-block;
  color: #8f8f8f;
  font: 12px/1.5 Arial, sans-serif;
  padding: 6px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddcdc;
  background-color: #fff;
}
#new_review .ov input[type="number"],
#new_review .ov input[type="search"],
#new_review .ov input[type="email"],
#new_review .ov input[type="text"],
#new_review .ov input[type="password"],
#new_review .ov textarea,
#new_review .ov select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#new_review .ov input[type="checkbox"] {
  padding: 0;
  border: none;
}
#new_review .ov textarea:focus,
#new_review .ov input:focus {
  border-color: #acaaaa;
}
#new_review .ov select {
  padding: 5px;
}
#new_review .ov textarea {
  padding: 10px;
  resize: both;
}
#new_review .ov button.back,
#new_review .ov button.back:hover,
#new_review .ov #buttonBackSite button {
  background: #CCC;
}
#new_review .ov button,
#new_review .ov button:hover {
  border: none;
  border-radius: 0;
  text-shadow: none;
  margin-bottom: 0;
  font-size: 16px;
}
#new_review .ov button,
#new_review .ov button:hover {
  background: #ff6e03;
  background: -moz-linear-gradient(top,#ff6e03 0,#ff4a00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6e03),color-stop(100%,#ff4a00));
  background: -webkit-linear-gradient(top,#ff6e03 0,#ff4a00 100%);
  background: -o-linear-gradient(top,#ff6e03 0,#ff4a00 100%);
  background: -ms-linear-gradient(top,#ff6e03 0,#ff4a00 100%);
  background: linear-gradient(to bottom,#ff6e03 0,#ff4a00 100%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#new_review .ov .picshare-button,
#new_review .ov .picshare-button:hover {
  background: #ff6e03 !important;
  background: -moz-linear-gradient(top,#ff6e03 0,#ff4a00 100%) !important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6e03),color-stop(100%,#ff4a00)) !important;
  background: -webkit-linear-gradient(top,#ff6e03 0,#ff4a00 100%) !important;
  background: -o-linear-gradient(top,#ff6e03 0,#ff4a00 100%) !important;
  background: -ms-linear-gradient(top,#ff6e03 0,#ff4a00 100%) !important;
  background: linear-gradient(to bottom,#ff6e03 0,#ff4a00 100%) !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  margin-bottom: 0;
  font-size: 16px;
}
#new_review .ov .input-block {
  margin-bottom: 10px;
}
#new_review .ov .input-block.buttons {
  text-align: right;
  padding-left: 10px;
  width: 90%;
}
#new_review .ov #step2 .input-block.buttons {
  margin-top: 0px;
  margin-bottom: 0px;
}
#new_review .ov .input-block:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}
#new_review .ov .input-block .input-label {
  display: block;
  float: left;
  width: 30%;
  vertical-align: top;
}
#new_review .ov .communication {
  font-size: 12px;
  background: #eee;
  padding: 10px 7px;
  margin-bottom: 10px;
}
#new_review .ov .communication.site {
  background: none;
}
#new_review .ov .required-fields {
  font-style: italic;
  color: #999;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 10px;
  text-align: right;
}
#new_review .ov .wrong-data {
  border-color: #cc0000;
}
#new_review .ov .help-bubble-container {
  position: absolute;
  width: 100%;
  bottom: 38px;
  left: 0;
  display: none;
}
#new_review .ov .help-bubble-container .content-bubble {
  padding: 15px 7px;
  background: #d8ecfc;
  border: 1px solid #48A8F3;
  position: relative;
}
#new_review .ov .content-bubble:after,
#new_review .ov .content-bubble:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#new_review .ov .content-bubble:after {
  border-color: rgba(255,255,255,0);
  border-top-color: #d8ecfc;
  border-width: 10px;
  margin-left: -10px;
}
#new_review .ov .content-bubble:before {
  border-color: rgba(72,168,243,0);
  border-top-color: #48A8F3;
  border-width: 11px;
  margin-left: -11px;
}
#new_review .ov input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
#new_review .ov input[type="radio"] {
  -webkit-appearance: radio;
}
#new_review .ov input::-webkit-input-placeholder,
#new_review .ov textarea::-webkit-input-placeholder {
  color: #8f8f8f;
  line-height: 1.5;
}
#new_review .ov input:-moz-placeholder,
#new_review .ov textarea:-moz-placeholder {
  color: #8f8f8f;
  line-height: 1.55;
}
#new_review .ov .input-block.error .input-type-text,
#new_review .ov .input-block.error .input-type-email,
#new_review .ov .input-block.error textarea {
  background: url(/bundles/openvoicereview/img/picto-form-error.png) 5px 7px no-repeat;
  padding-left: 25px;
  color: #cc0000;
}
#new_review .ov .input-block.error textarea {
  background-position: 5px 11px;
}
#new_review .ov .image_supermodel {
  border-width: 1px;
  border-style: solid;
  border-color: #dddcdc;
  margin-right: 10px;
  cursor: pointer;
}
#new_review .ov .form-entry {
  padding: 0px 10px 10px 10px;
}
#new_review .ov .form-entry .help,
#new_review .ov .form-entry label {
  display: block;
}
#new_review .ov .form-entry label {
  line-height: 20px;
}
#new_review .ov .form-entry .label-check {
  display: inline-block;
  margin: 0 10px;
  vertical-align: sub;
}
#new_review .ov .form-entry .help {
  color: #999;
  font-size: 11px;
  font-style: italic;
  margin-right: 9px;
}
#new_review .ov .form-entry .help-description-icon {
  display: inline-block;
  padding: 5px;
  border: 2px solid #999;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #999;
  font-size: 22px;
}
#new_review .ov .form-entry .help-description-icon:hover {
  color: #000;
  border-color: #444;
}
#new_review .ov .form-entry .help-description-icon:visited {
  text-decoration: none;
}
#new_review .ov .form-entry .help-description-content {
  display: none;
  position: absolute;
  width: 80%;
  top: 25%;
  left: 50%;
  margin-left: -40%;
  z-index: 999;
}
#new_review .ov .form-entry .help-description-body {
  border: 2px solid #48A8F3;
  padding: 10px;
  text-align: left;
  background: #fff;
  font-size: 11px;
}
#new_review .ov .form-entry .help-description-content ul {
  list-style: disc;
  margin-left: 15px;
}
#new_review .ov .form-entry .help-description-content ul li {
  margin: 0;
}
#new_review .ov .form-entry .help-description-content .help-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #48A8F3 url(/bundles/openvoicereview/img/close.png) no-repeat;
  cursor: pointer;
  border: 2px solid #48A8F3;
  border-bottom: none;
}
#new_review .ov .form-entry input[type="number"],
#new_review .ov .form-entry input[type="search"],
#new_review .ov .form-entry input[type="email"],
#new_review .ov .form-entry input[type="text"],
#new_review .ov .form-entry input[type="password"],
#new_review .ov .form-entry select,
#new_review .ov .form-entry textarea {
  width: 100%;
  margin-bottom: 0;
}
#new_review .ov .form-entry textarea {
  min-height: 225px;
  margin-bottom: 5px;
}
#new_review .ov .form-entry input.input-type-ajax {
  width: 30%;
}
#new_review .ov .wrong {
  color: #cc0000;
  font-style: italic;
}
#new_review .ov .form-entry .check {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 25px;
}
#new_review .ov .form-entry .check.checkbox {
  margin-left: 31%;
}
#new_review .ov .check sup {
  color: #797878;
}
#new_review .ov .form-entry .length-rest {
  color: #999;
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#new_review .ov .form-entry .global-error-container {
  height: 20px;
  font-size: 13px;
  margin-bottom: 0px;
}
#new_review .ov .form-entry .global-error {
  color: #cc0000;
  display: none;
}
#new_review .ov .form-entry .button {
  margin: 0;
}
#new_review .ov .rememberme,
#new_review .ov .check {
  vertical-align: middle;
}
#new_review .ov .check input[type="checkbox"],
#new_review .ov .check input[type="radio"] {
  margin-right: 10px;
  vertical-align: sub;
}
#new_review .ov .comments-form .input-label {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 5px;
}
#new_review .ov .comments-form .input-label-superModel {
  margin-top: 10px;
}
#new_review .ov .comments-form .input-widget {
  display: inline-block;
  width: 60%;
  position: relative;
}
#new_review .ov .input-block .input-label-choice {
  width: 50%;
}
#new_review .ov .input-block .input-widget-choice {
  width: auto;
  padding-right: 25px;
  vertical-align: top;
}
#new_review .ov .input-block.error .input-widget-choice,
#new_review .ov .input-block.checkbox.error {
  background: url(/bundles/openvoicereview/img/picto-form-error.png) right 50% no-repeat;
}
#new_review .ov .error-invalid {
  display: none;
  font-size: 13px;
  color: #cc0000;
}
#new_review .ov .comments-form input[type="text"],
#new_review .ov .comments-form input[type="email"] {
  width: 100%;
}
#new_review .ov .comments-form textarea {
  height: 120px;
  max-width: 100%;
  max-height: 220px;
  min-width: 100%;
  min-height: 120px;
  resize: both;
  overflow: auto;
}
#new_review .ov .comments-form input.input-type-ajax {
  width: 30%;
}
#new_review .ov .comments-form .ajax-target {
  display: inline-block;
  margin-left: 10px;
}
#new_review .ov .comments-form .ajax-target.ajax-loading {
  background: url(/bundles/openvoicereview/img/ajax-loader.gif) 10px 50% no-repeat;
  width: 30px;
  height: 16px;
}
#new_review .ov #ov-speech {
  position: absolute;
  right: 20px;
  top: 7px;
  display: none;
  width: 15px;
  height: 15px;
  color: #999;
  font: normal normal 19px/1 FontAwesome;
  cursor: pointer;
}
#new_review .ov #ov-speech-textarea {
  position: absolute;
  right: 35px;
  top: 7px;
  display: none;
  width: 15px;
  height: 15px;
  color: #999;
  font: normal normal 19px/1 FontAwesome;
  cursor: pointer;
}
#new_review .ov .row.center {
  text-align: center;
}
#new_review .ov .row.final {
  font-size: 20px;
}
#new_review .ov #step2 .separator {
  width: 300px;
  margin: 10px auto;
  border-bottom: 1px solid #48A8F3;
}
#new_review .ov #step2 .points {
  text-align: left;
  margin: 10px auto;
}
#new_review .ov #step2 .points .point {
  margin-top: 10px;
}
#new_review .ov #step2 .informations {
  margin-bottom: 0px !important;
}
#new_review .ov #step2 .informations p {
  margin-bottom: 5px !important;
}
#new_review .ov .positive .icon,
#new_review .ov .negative .icon {
  display: inline-block;
  padding: 5px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 22px;
  background: #48A8F3;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}
#new_review .ov .negative .icon.minus {
  line-height: 10px;
}
#new_review .ov #step2 .title {
  margin: 10px;
  font-style: italic;
}
#new_review .ov #step3 .title {
  font-weight: bold;
  font-size: 95%;
}
#new_review .ov #step3 .row.informations,
#new_review .ov #step3 .row.informations p {
  margin-bottom: 0;
  font-size: 95%;
}
#new_review .ov .body {
  text-align: left;
  margin: 10px 10%;
}
#new_review .ov .header {
  background-color: #000;
}
#new_review .ov .header h1 {
  color: white;
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  margin-left: 20px;
}
#new_review .ov .header-mobile {
  display: none;
  text-align: center;
}
#new_review .ov .header-mobile-title {
  background-color: #ccc;
}
#new_review .ov .page-title {
  line-height: 30px;
  vertical-align: sub;
}
#new_review .ov .header-mobile .page-title h1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
}
#new_review .ov .navigation {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#new_review .ov .offer-container {
  text-align: center;
}
#new_review .ov .offer-container .offer-title {
  color: #000;
}
#new_review .ov .final-with-offer .final {
  padding: 0 0 40px 0;
}
#new_review .ov .final-with-offer-banner {
  margin-top: 3%;
}
#new_review .ov .final-with-offer {
  margin-top: 3%;
}
#new_review .ov .img-shadow {
  -moz-box-shadow: 0 0 20px #999;
  -webkit-box-shadow: 0 0 20px #999;
  box-shadow: 0 0 20px #999;
  margin: 20px;
}
#new_review .ov .img-product {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
#new_review .ov .img-brand {
  height: auto;
  width: auto;
  max-height: 40px;
  max-width: 100%;
}
#new_review .ov .header-mobile .img-brand {
  margin-top: 10px;
}
#new_review .ov .banner-store-review {
  max-width: 600px;
  max-height: 150px;
  margin: 0 auto 15px auto;
  position: relative;
  border: 1px solid #aaa;
}
#new_review .ov .banner-store-review .logo-store-review {
  float: left;
  height: 150px;
  width: 200px;
  background: #eee;
}
#new_review .ov .banner-store-review .logo-picshare-review {
  float: left;
  height: 125px;
  width: 165px;
  background: #eee;
  position: relative;
  margin-top: 12px;
  margin-left: 15px;
}
#new_review .ov .logo-picshare-review p {
  position: absolute;
  left: 0;
  top: 0;
}
#new_review .ov .banner-store-review .text-link-store {
  float: left;
  max-width: 385px;
  padding-left: 10px;
  height: 150px;
}
#new_review .ov .banner-store-review .text-link-picshare {
  float: left;
  max-width: 410px;
  height: 150px;
}
#new_review .ov .text-link-store p {
  font-size: 25px;
  text-align: left;
  line-height: 30px;
  padding-top: 30px;
  font-style: normal;
}
#new_review .ov .text-link-picshare p {
  font-size: 20px;
  line-height: 30px;
  padding-top: 20px;
  font-style: italic;
}
#new_review .ov .content-banner-review span {
  font-weight: bold;
}
#new_review .ov .content-banner-review .link-review-store,
#new_review .ov .content-banner-review .link-review-picshare {
  position: absolute;
  bottom: 20px;
  right: 12px;
}
#new_review .ov .link-review-store a {
  background: #2076bf;
}
#new_review .ov #link-post-review-store {
  background: #2076bf !important;
}
#new_review .ov .link-review-picshare a {
  background: #f68712;
}
#new_review .ov #link-post-review-picshare {
  background: none;
}
#new_review .ov .finalWithoutOffer {
  padding: 100px 0 20px 0;
  font-size: 20px;
}
#new_review .ov .finalWithOffer {
  padding: 0 0 40px 0;
  font-size: 20px;
}
.ov .terms {
  font-size: 13px;
  color: #444;
}
.ov .terms-title {
  text-align: center;
  font-weight: bold;
  margin: 20px;
  text-transform: uppercase;
}
.ov .terms-content {
  text-align: justify;
  line-height: 1.5;
  font-size: 13px;
  color: #000;
}
.ov .terms-date {
  float: right;
  margin: 10px 0;
}
.not-ie #new_review .ov input,
.not-ie #new_review .ov textarea,
.not-ie #new_review .ov select {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.ie6 #new_review .ov .input-block {
  height: 1%;
}
.ie6 #new_review .ov .input-block.error .input-type-text,
.ie6 #new_review .ov .input-block.error .input-type-email,
.ie6 #new_review .ov .input-block.error textarea {
  padding-left: 0;
  background: none;
}
.ie6 #new_review .ov .form-entry .help-description-content .help-close {
  background: #48A8F3 url(/bundles/openvoicereview/img/close.gif) no-repeat;
}
.ie6 #new_review .ov .comments-form .input-type-email,
.ie6 #new_review .ov .comments-form .input-type-text {
  width: 100%;
  padding: 5px;
}
.ie6 #new_review .ov .comments-form textarea {
  width: 100%;
  padding: 5px;
}
.ie6 #new_review .ov .header img {
  float: left;
  margin: 10px 20px 0 0;
}
.ie6 #new_review .ov .comments-form .input-type-ajax {
  width: 30%;
}
.ie7 #new_review .ov .input-block.error .input-type-text,
.ie7 #new_review .ov .input-block.error .input-type-email,
.ie7 #new_review .ov .input-block.error textarea {
  padding-left: 0;
  background: none;
}
.ie7 #new_review .ov .comments-form .input-type-email,
.ie7 #new_review .ov .comments-form .input-type-text {
  width: 100%;
  padding: 5px 0;
}
.ie7 #new_review .ov .comments-form textarea {
  min-width: 100%;
  max-width: 100%;
  padding: 5px 0;
}
.ie7 #new_review .ov .header img {
  float: left;
  margin: 10px 20px 0 0;
}
.ie8 #new_review .ov .comments-form textarea {
  min-width: 94%;
  max-width: 94%;
}
.desktop #new_review .ov .input-block.buttons {
  width: 95%;
}
.desktop #new_review .ov .comments-form .input-widget {
  width: 65%;
}
.desktop #new_review .ov .comments-form .input-widget-choice {
  width: auto;
  padding-right: 25px;
  vertical-align: top;
}
.mobile #new_review .ov .form-entry .label-check a {
  color: #fff;
}
.mobile #new_review .ov .form-entry .label-check {
  margin: 0;
  background: #ccc;
  padding: 5px 10px;
  color: #fff;
  border-right: 1px solid #fff;
}
.mobile #new_review .ov .form-entry .label-check.checked {
  background: #48A8F3;
}
.mobile #new_review .ov .form-entry .label-check input[type="radio"] {
  display: none;
}
.mobile #new_review .ov .form-entry .checkbox .label-check,
.mobile #new_review .ov .form-entry .checkbox .label-check.checked {
  background: none;
  color: #444;
  padding: 5px 0;
}
.mobile #new_review .ov .form-entry .checkbox .label-check a {
  color: #444;
}
.mobile #new_review .ov .input-block .input-label-note {
  margin-top: 20px;
}
.mobile #new_review .ov .input-block .input-label-choice {
  margin-top: 5px;
}
@media only screen and (max-width: 959px) {
  .mobile #new_review .ov .form-entry .help,
  .mobile #new_review .ov .form-entry label {
    display: inline-block;
  }
  .mobile #new_review .ov .form-entry .help {
    text-indent: 5px;
  }
  .mobile #new_review .ov .form-entry .check.checkbox {
    margin-left: 0;
  }
  .mobile #new_review .ov .comments-form .input-label {
    text-align: left;
    width: 100%;
  }
  .mobile #new_review .ov .comments-form .input-widget {
    width: 100%;
  }
  .mobile #new_review .ov .comments-form .input-widget-choice {
    width: auto;
  }
  .mobile #new_review .ov .form-entry .help-description-icon {
    float: right;
    margin-top: -25px;
    margin-bottom: 5px;
  }
  .mobile #new_review .ov .form-entry .help-description-content {
    left: 50%;
    width: 94%;
    margin-left: -47%;
    margin-top: -15px;
  }
  .mobile #new_review .ov .infos-star-rating-container {
    left: 295px;
    top: 15px;
  }
  .mobile #new_review .ov .input-block .input-label-note {
    margin-top: 0;
  }
  .mobile #new_review .ov .input-block .input-label-choice {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #new_review .ov #step2 .points {
    width: auto;
  }
  #new_review .ov .finalWithOffer-banner {
    max-height: none;
    height: 225px;
    margin: auto;
    position: relative;
    border: none;
  }
  #new_review .ov .finalWithOffer-banner .banner-store-review .logo-store-review {
    float: none;
    margin: auto;
  }
  #new_review .ov .finalWithOffer-banner .banner-store-review .logo-picshare-review {
    float: none;
    margin: auto;
  }
  #new_review .ov .finalWithOffer-banner .content-banner-review {
    float: none;
    margin: auto;
  }
  #new_review .ov .finalWithOffer-banner .content-banner-review p {
    text-align: center;
  }
  #new_review .ov .finalWithOffer-banner .content-banner-review .link-review-store {
    position: relative;
    bottom: 0px;
    right: 0px;
    top: 30px;
    clear: both;
  }
  #new_review .ov .finalWithOffer-banner .content-banner-review .link-review-picshare {
    position: relative;
    bottom: 0px;
    right: 0px;
    top: 30px;
    clear: both;
  }
  #new_review .ov .finalWithOffer-banner .banner-store-review .content-banner-review {
    max-width: 100%;
    float: none;
    padding-left: 0;
  }
  #new_review .ov .finalWithoutOffer {
    padding: 40px 0 20px 0;
  }
  #new_review .ov .finalWithOffer {
    padding: 0;
  }
  #new_review .ov .final-with-offer {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .mobile #new_review .ov .container {
    width: 90%;
  }
  .mobile #new_review .ov .star-rating {
    margin-bottom: 33px;
  }
  .mobile #new_review .ov .star-rating.jDisabled {
    margin-top: 0;
  }
  .mobile #new_review .ov .infos-star-rating-container {
    left: 50%;
    margin-left: -85px;
    top: 66px;
  }
  .mobile #new_review .ov .infos-star-rating-left {
    display: none;
  }
  .mobile #new_review .ov .infos-star-rating-container.no-rating {
    left: 50%;
  }
  .mobile #new_review .ov #step2 .points {
    width: auto;
  }
  .mobile #new_review .ov #step2 .points {
    width: auto;
  }
  .mobile #new_review .ov .comments-form textarea {
    height: 90px;
    min-height: 90px;
  }
  .mobile #new_review .ov .required-fields {
    display: none;
  }
  .mobile #new_review .ov .global-error-container {
    margin-bottom: 0;
  }
  .mobile #new_review .ov #form_review .not-required {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 649px) {
  #new_review .ov .finalWithoutOffer-banner {
    border: none;
    max-height: none;
    height: 225px;
    margin: auto;
    position: relative;
  }
  #new_review .ov .finalWithoutOffer-banner .banner-store-review .logo-store-review {
    float: none;
    margin: auto;
  }
  #new_review .ov .finalWithoutOffer-banner .banner-store-review .logo-picshare-review {
    float: none;
    margin: auto;
  }
  #new_review .ov .finalWithoutOffer-banner .content-banner-review {
    float: none;
    margin: auto;
    padding-left: 0;
  }
  #new_review .ov .finalWithoutOffer-banner .content-banner-review p {
    text-align: center;
  }
  #new_review .ov .finalWithoutOffer-banner .content-banner-review .link-review-store {
    position: relative;
    bottom: 0px;
    right: 0px;
    clear: both;
    top: 30px;
  }
  #new_review .ov .finalWithoutOffer-banner .content-banner-review .link-review-picshare {
    position: relative;
    bottom: 0px;
    right: 0px;
    clear: both;
    top: 30px;
  }
  #new_review .ov .finalWithoutOffer-banner .banner-store-review .content-banner-review {
    max-width: 100%;
    float: none;
    padding-left: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #new_review .ov .finalWithOffer-banner {
    border: none;
    max-height: none;
    height: 225px;
  }
  #new_review .ov .finalWithOffer-banner .banner-store-review .logo-store-review {
    float: none;
    margin: auto;
  }
  #new_review .ov .finalWithOffer-banner .banner-store-review .logo-picshare-review {
    float: none;
    margin: auto;
  }
  #new_review .ov .finalWithOffer-banner .content-banner-review {
    float: none;
    margin: auto;
    padding-left: 0;
  }
  #new_review .ov .finalWithOffer-banner .content-banner-review p {
    padding-top: 10px;
    text-align: center;
  }
  #new_review .ov .finalWithOffer-banner .content-banner-review .link-review-store {
    position: relative;
    bottom: 0px;
    right: 0px;
    top: 20px;
    clear: both;
  }
  #new_review .ov .finalWithOffer-banner .content-banner-review .link-review-picshare {
    position: relative;
    bottom: 0px;
    right: 0px;
    top: 20px;
  }
  .desktop #new_review .ov .container {
    width: 100%;
  }
  .desktop #new_review .ov .container .sixteen.columns {
    width: 95%;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .desktop #new_review .ov .container .five.columns.positive,
  .desktop #new_review .ov .container .five.columns.negative {
    width: 50%;
  }
  .desktop #new_review .ov .column.alpha .form-entry {
    padding: 0 10px;
  }
  .desktop #new_review .ov .finalWithOffer {
    padding-bottom: 0px;
  }
  .desktop #new_review .ov .finalWithoutOffer {
    padding: 40px 0 20px 0;
  }
  .desktop #new_review .ov .final-with-offer {
    margin-bottom: 120px;
  }
  .desktop #new_review .ov .offer-container {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 479px) {
  #new_review .ov .breadcrumb ol li .text,
  #new_review .ov .breadcrumb ul li .text {
    display: none;
  }
  #new_review .ov .breadcrumb ol li.active .text,
  #new_review .ov .breadcrumb ul li.active .text {
    display: inline-block;
  }
  #new_review .ov .form-entry .help,
  #new_review .ov .form-entry label {
    display: inline-block;
  }
  #new_review .ov .form-entry .help {
    text-indent: 5px;
  }
  #new_review .ov .form-entry .check.checkbox {
    margin-left: 0;
  }
  #new_review .ov .comments-form .input-label {
    text-align: left;
    width: 100%;
  }
  #new_review .ov .comments-form .input-widget {
    width: 100%;
  }
  #new_review .ov .comments-form .input-widget-choice {
    width: auto;
  }
  #new_review .ov .form-entry .help-description-content {
    top: inherit;
    left: 50%;
    width: 94%;
    margin-left: -47%;
    margin-top: -15px;
  }
  #new_review .ov .form-entry .input-block.buttons {
    width: auto;
    margin-left: 0;
  }
  #new_review .ov .form-entry .global-error-container {
    height: 40px;
  }
  #new_review .ov .final-with-offer {
    margin-top: 0;
  }
  #new_review .ov .header {
    display: none;
  }
  #new_review .ov .header-mobile {
    display: block;
  }
  #new_review .ov .container .column.offer-container {
    display: none;
  }
  #new_review .ov .container .five.columns {
    width: 280px;
  }
  #new_review .ov .banner-store-review {
    border: none;
    margin-bottom: 70px;
  }
  #new_review .ov .banner-store-review .logo-store-review {
    float: none;
    margin: auto;
    background: none;
    height: 105px;
  }
  #new_review .ov .banner-store-review .logo-store-review img {
    width: 150px;
  }
  #new_review .ov .banner-store-review .logo-picshare-review {
    float: none;
    margin: auto;
    background: none;
    height: 105px;
    width: 130px !important;
  }
  #new_review .ov .banner-store-review .logo-picshare-review img {
    width: 130px;
  }
  #new_review .ov .content-banner-review {
    float: none !important;
    margin: auto;
    height: 105px !important;
    padding-left: 0 !important;
  }
  #new_review .ov .text-link-picshare p {
    padding-top: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  #new_review .ov .text-link-store p {
    padding-top: 0px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
  #new_review .ov .content-banner-review .link-review-store {
    position: relative;
    bottom: 0px;
    right: 0px;
  }
  #new_review .ov .content-banner-review .link-review-picshare {
    position: relative;
    bottom: 0px;
    right: 0px;
  }
  #new_review .ov .finalWithOffer,
  #new_review .ov .finalWithoutOffer {
    padding: 0;
    margin-bottom: 30px !important;
    font-size: 16px;
  }
  .desktop #new_review .ov .comments-form .input-label-choice {
    text-align: left;
    width: 100%;
  }
  .desktop #new_review .ov .comments-form .input-widget {
    width: 100%;
  }
  .desktop #new_review .ov .comments-form .input-widget-choice {
    width: auto;
  }
  .desktop #new_review .ov .infos-star-rating-container {
    left: 130px;
    width: 150px;
  }
  .desktop #new_review .ov .infos-star-rating {
    width: 120px;
  }
  .mobile #new_review .ov .form-entry .help-description-icon,
  #new_review .ov .form-entry .help-description-icon {
    float: right;
    margin-top: -35px;
  }
}
.ov.collaborator .col-left {
  text-align: center;
  margin-top: 10px;
}
.ov.collaborator .reviews-communication.collaborator {
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.ov.collaborator .note .rating {
  background-color: #333;
}
.ov.collaborator .note .star {
  background: url('/bundles/openvoicereview/img/round-display.png') repeat-x;
}
.ov.collaborator .note.small .rating {
  background-color: #333;
}
.ov .infos-star-rating-left {
  border-right-color: #48A8F3;
}
.ov .infos-star-rating {
  background: #48A8F3;
}
.ov hr {
  background-color: #48A8F3;
}
.ov .breadcrumb ol li.active,
.ov .breadcrumb ul li.active {
  color: #48A8F3;
}
.ov .breadcrumb ol li .num,
.ov .breadcrumb ul li .num {
  border-radius: 8px;
}
.ov .breadcrumb ol li.active .num,
.ov .breadcrumb ul li.active .num {
  background: #48A8F3;
}
.mobile .ov .form-entry .label-check.checked {
  background: #48A8F3;
}
.ov .form-entry .help-description-body {
  border: 2px solid #48A8F3;
}
.ov .form-entry .help-description-content .help-close {
  background: #48A8F3 url(../img/close.png) no-repeat;
  border: 2px solid #48A8F3;
  border-bottom: none;
}
.ie6 .ov .form-entry .help-description-content .help-close {
  background: #48A8F3 url(../img/close.gif) no-repeat;
}
.ov #step2 .separator {
  border-bottom: 1px solid #48A8F3;
}
.ov .positive .icon,
.ov .negative .icon {
  background: #48A8F3;
}
.ov .header {
  background-color: #000;
}
#new_review.ov-store .ov .header-mobile {
  background-color: #00aaf5;
}
#new_review .ov .header-mobile-title {
  background-color: #000;
}
.ov hr {
  background-color: #48A8F3;
}
.ov .row.item {
  border-top: 1px solid #48A8F3;
}
.ov .row.item .positive .icon,
.ov .row.item .negative .icon {
  background-color: #48A8F3;
}
.ov .pagination-mobile a,
.ov a.post-review,
.ov a.list-review {
  background: #48A8F3;
}
.ov .item-response {
  border: 1px solid #48A8F3;
}
.ov .row.item .item-response .response-label {
  background: #48A8F3;
}
.ov a.post-review,
.ov a.list-review {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ov input[type="text"],
.ov input[type="password"],
.ov input[type="email"],
.ov textarea,
.ov select {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ov .iframe.utilityIframe .ov_voteContent {
  margin-left: 20px;
  font-weight: normal;
}
.ov .iframe.utilityIframe .ov_voteContent .abuse {
  position: absolute;
  top: 0;
  right: 0;
}
.ov .iframe.utilityIframe .ov_voteContent .abuse a {
  font-weight: normal;
}
.ov .iframe.utilityIframe .ov_voteContent .abuse a:hover {
  color: #4C4C4C;
  text-decoration: underline;
}
.mobile .ov .communication {
  display: none;
}
