* html #communityReviews {
  zoom: 1;
  position: relative;
}

*+html #communityReviews {
  zoom: 1;
  position: relative;
}

.tabContentLink {
  left: -5000px;
  overflow: hidden;
  position: absolute;
}

#communityReviews .reviewsHead {
  overflow: hidden;
}

#communityReviews .reviewsNav {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  clear: both;
  overflow: hidden;
  padding: 0.5em 0 0.5em 0;
  margin-bottom: 5px;
  width: 100%;
}

*html #communityReviews .reviewsNav {
  margin-bottom: -1px;
}

#communityReviews .reviewsNav div {
  float: left;
}

#communityReviews .reviewsNav .reviewIndices {
  padding-right: 6px;
  padding-top: 2px;
  width: 132px;
}

*html #communityReviews .reviewsNav .reviewIndices {
  width: 140px;
}

#communityReviews .reviewsNav .show {
  width: 225px;
}

#communityReviews .reviewsNav .show form {
  margin: 0;
  padding: 0;
}

#communityReviews .reviewsNav .show label {
  font-weight: bold;
}

#communityReviews .reviewsNav .show input {
  margin-bottom: -4px;
}

#communityReviews p.avgRating {
  position: relative;
  float: left;
  width: 316px;
}

#communityReviews span.avgRatingText {
  float: left;
  font-weight: bold;
  color: #333333;
  margin: 0 4px 0 0;
}

#communityReviews p.writeOwnReview {
  float: right;
  text-align: right;
  width: 196px;
}

#communityReviews p.writeOwnReview a, 
#communityReviews p.writeFirstReview a {
  color: #cc0000;
  padding-right: 10px;
  font-weight: bold;
  background: transparent url(../reviews/write-review-arrow.png) no-repeat scroll right center;
}

#communityReviews .review {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-bottom: 1em;
}

*html #communityReviews .review {
  padding-bottom: 10px;
  margin-bottom: 0;
}

#communityReviews .review .helpfulSummary {
  color: #999999;
  clear: both;
  margin: 0;
}

#communityReviews .review p.guestRating {
  position: relative;
  padding-bottom: 8px;
  clear: both;
}

#communityReviews .review .reviewTitle {
  color: #545454;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.1em;
  text-transform: uppercase;
  width: 312px;
}

#communityReviews .review .date {
  float: right;
  text-align: right;
}

#communityReviews .review .reviewer {
  font-weight: bold;
  color: #666666;
}

#communityReviews .review .badge {
  padding-left: 64px;
  margin-top: -8px;
}

#communityReviews .review .seeAllReviews {
  background: transparent url(../reviews/see-all-my-reviews-arrow.png) no-repeat scroll right center;
  color: #545454;
  padding-right: 8px;
  text-decoration: underline;
}

#communityReviews .review .editReview a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

#communityReviews .review .editReview a.editReviewBtn {
  float: left;
}

#communityReviews .review .editReview a.editReviewBtn {
  display: block;
  width: 46px;
  height: 18px;
}

#communityReviews .review .editReview a.editReviewBtn span {
  background: url(../reviews/edit-review.jpg) no-repeat;
}

#communityReviews .review .editReview a.editReviewBtn:hover span {
  background: url(../reviews/edit-review-hover.jpg) no-repeat;
}

#communityReviews .review .helpfulVote {
  clear: both;
  margin-top: 0.3em;
  padding-bottom: 10px;
  overflow: hidden;
}

#communityReviews .review .helpfulVote p {
  float: left;
  margin: 0;
}


.hidden {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}

#communityReviews .review .helpfulVote ul {
  float: left;
  margin: 0;
  padding: 0;
}

#communityReviews .review .helpfulVote li {
  background: none;
  list-style-type: none;
  float: left;
  padding: 0;
}

#communityReviews .review .helpfulVote .helpfulVoteResponse {
  display: none;
  color: #cc0000;
  font-weight: bold;
  clear: both;
}

#communityReviews .review .yesVote,
#communityReviews .review .noVote {
  display: block;
  height: 18px;
  width: 40px;
}

#communityReviews .review .yesVote {
  margin: 0 6px;
}

#communityReviews .review .yesVote span {
  background: url(../reviews/vote-yes.png) no-repeat;
}

#communityReviews .review .noVote span {
  background: url(../reviews/vote-no.png) no-repeat;
}

#communityReviews .review .noVote:hover span,
#communityReviews .review .yesVote:hover span {
  background-position: 0 -18px;
}

#communityReviews .rating {
  position: relative;
  display: block;
  float: left;
  width: 65px;
}

#communityReviews .ratingText {
  float: left;
  padding-right: 2px;
}

#communityReviews .pagination {
  float: right;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 2px 0 0;
}

#communityReviews .pagination li {
  background: none;
  float: left;
  padding: 0 3px 0 0;
}

#communityReviews .pagination li .accessibilityText {
  left:-99em;
  overflow:hidden;
  position:absolute;
  width:90em;
}

#communityReviews .pagination .previous, 
#communityReviews .pagination .next {
  display: block;
  height: 17px;
  width: 16px;
}

#communityReviews .pagination .previous span {
  background: url(../reviews/prev-page.png) no-repeat;
  left: 1px;
}

#communityReviews .pagination .next span {
  background: url(../reviews/next-page.png) no-repeat;
  right: 2px;
}

#communityReviews .pagination .previous:hover span, 
#communityReviews .pagination .next:hover span {
  background-position: -16px 0;
}

#communityReviews .pagination .previous:active span, 
#communityReviews .pagination .next:active span {
  background-position: -32px 0;
}

#communityReviews .pagination .currPage {
  color: #b71515;
  text-decoration: none;
}

#communityReviews .pagination a {
  color: #666666;
  text-decoration: underline;
}

#scripted_tabs {
  width: 557px;
  text-align: left;
  font-family: verdana, tahoma, sans-serif;
  font-size: 11px;
  float: left;
  clear: both;
  padding-bottom: 10px;
  background: transparent url(../tabs/bg_btm.png) no-repeat left bottom;
  margin-bottom: 1.5em;
}

#scripted_tabs .yui-nav {
  height: 40px;
  width: 553px;
}

#scripted_tabs .nav_bg_1 {
  background: transparent url(../tabs/nav_1.png) no-repeat ;
}

#scripted_tabs .nav_bg_2 {
  background: transparent url(../tabs/nav_2.png) no-repeat ;
}

#scripted_tabs .nav_bg_3 {
  background: transparent url(../tabs/nav_3.png) no-repeat ;
}

#scripted_tabs .nav_bg_4 {
  background: transparent url(../tabs/nav_4.png) no-repeat ;
}

#scripted_tabs .nav_bg_5 {
  background: transparent url(../tabs/nav_5.png) no-repeat ;
}  

/* .yui-navset defaults to .yui-navset-top */
.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { 
/* protect nested tabviews from other orientations */
  position: relative;
  zoom: 1;
  font-family: verdana, tahoma, sans-serif;
}

#scripted_tabs .yui-nav li {
  margin: 0 0 0 0; 
  padding: 0px 0 0px 0; /* gecko: make room for overflow */
  height: 33px;
  zoom: 1;
  text-align: center;
}

#scripted_tabs .yui-nav li.selected,
#scripted_tabs .yui-nav li.selected a, 
#scripted_tabs .yui-nav li.selected em {
  cursor:  default;
}

#scripted_tabs .yui-nav .nav_1 {
  width:552px;
}

#scripted_tabs .yui-nav .nav_2 {
  width:276px;
}

#scripted_tabs .yui-nav .nav_3 {
  width:184px;
}

#scripted_tabs .yui-nav .nav_4 {
  width:138px;
}

#scripted_tabs .yui-nav .nav_5 {
  width:110px;
}

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a,
h3.no_js_tab {
  color: black;
  text-decoration: none;
  font-family: verdana, tahoma, sans-serif;
  padding: 9px 0px 5px 0px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em { 
  cursor: pointer;
  padding: 0.25em 0;
  position: relative;
  color: #333333;
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover { 
  color: black;
  font-weight: bolder;
}

.yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus {
  outline: 0;
}

#scripted_tabs .yui-content {
  background: #fff url(../tabs/bg_mdl.png) repeat-y 0px bottom;
}

/*
Style to apply to a content block which does not correspond to the active tab
This should make the content disappear for the user
Currently moves content to the left rather than using display:none because the JavaScript
to create scrollbars will ignore hidden elements. 
Currently we are not using scrollbar. And to achieve the accessibility fix "display:none" is been used. 
We may need to revisit this code if we introduce scrollbar in future.
*/
.yui-navset .yui-content .hide {
  display: none;
}

.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content { 
  padding: 18px 17px 5px 24px;
  text-align: left;
  min-height: 200px;
  height: auto !important;
  height:200px;
}

.yui-content ul {
  padding: 0;
  margin: 0;
}

.yui-content ul li {
  background:transparent url(../tabs/icn_bullet.png) no-repeat scroll 0pt 4px;
  list-style-type:none;
  padding-left:12px;
}

.yui-content em {
  font-weight: bold;
}


.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
  color: #777;
}

.tabContent {
  width: auto;
}

#scripted_tabs a span {
  display: inline; /* counteract mol.css */
}

/* Begin See More Link Styling */

.seeMoreWrapper {
  text-align: right;
  margin-right: 0px;
  margin-left: auto;
}

.seeLess, .seeMore {
  background:transparent url(../tabs/icn_see_more.png) no-repeat scroll right center;
  color:#333333;
  padding: 1px 20px 0px 0px;
  text-decoration:none;
  font-size: 1.2em;
}
  
.seeLess:hover, .seeMore:hover {
  text-decoration: underline;
}
  
.seeLess {
  background:transparent url(../tabs/icn_see_less.png) no-repeat scroll right center;
}
  
.seeMoreContent {
  display: none;
}
  
.expanded .seeMoreContent {
  display: block;
}

.expanded .seeMoreContent p {
  margin: 0px;
}
  
.seeMoreAwards {
  display: none;
}

.seeMoreAwardsWrapper {
  padding-left: 14px;
  display:inline;
}

.moreAwards {
 color:#333333;
}

.lessAwards{
  display:none;
}
  
.expandedAwards .seeMoreAwards {
  display: block;
}

/* End See More Link Styling */
