/*Product Page Modal Window*/
*:first-child+html .pr-modal-wrapper .pr-modal-content  {
width:560px; 
}

*:first-child+html .pr-modal-wrapper .pr-review-rating-wrapper {
position: static;
}

*:first-child+html .pr-modal-wrapper .pr-stars {
position: static;
}

/* Public Profile Revies Page */
#publicProductReviews .pr-review-author {
display:none;
width:0%;
}

#publicProductReviews .pr-review-rating-wrapper, .pr-review-main-wrapper {
width:98%;
}



/* Comparsion Chart CSS 
#CompareProduct .pr-snippet-review-count {
display: inline;
}

#CompareProduct .pr-snippet-read-write {
display: none;
}

#CompareProduct .pr-snippet-wrapper {
padding: 0;
background: none;
}
*/
/* snippet  v2*/
.pr-snippet-read-write {
border: none;
clear:right;
float:right;
margin:0;
padding:0;
text-align:left;
width:105px;
font-size:0.7em;
}

.pr-snippet-read-reviews {
border-right:none;
padding:0 5px 5px 0;
clear:right;
float:right;
text-align:left;
width:105px;
}

.pr-snippet-read-write a.pr-snippet-link span {
font-weight:normal;
}

.pr-snippet-stars {
display:inline;
float:left;
line-height:15px;
}

.pr-snippet-write-review {
border-right:none;
padding:0 5px 5px 0;
clear:right;
float:right;
text-align:left;
width:105px;
}

.rei .pr-snippet-read-write a.pr-snippet-link {
color: #668800;
font-size:11px;
}

.outlet .pr-snippet-read-write a.pr-snippet-link {
color: #CC6600;
font-size:11px;
}

.prSnippetTitle {
padding:0 5px 5px 0;
}

*html .prSnippetTitle {
padding:0 5px 2px 0;
}

*:first-child+html .prSnippetTitle {
padding:0 5px 2px 0;
}


.pr-snippet-wrapper {
background:#fff;
border:none;
}

.pr-snippet-write-first-review p {
display: none;
}


.pr-snippet-stars {

border:none;
float:left;
margin-right:0;
padding:0;
}

.pr-snippet-stars .pr-snippet-rating-decimal {
display: none;
}

.pr-snippet-review-count {
display: none;
}




/* snippet  v2 New Product Page*/
#area2 .pr-snippet-read-write {
border: none;
clear:right;
float: left;
font-size:0.7em;
margin:0;
padding:0 0 0 6px;
text-align:left;
}
#area2 .pr-snippet-read-reviews {
border-right:  none;
float: left;
padding:0 5px 5px 0;
text-align:left;
}

#area2 .pr-snippet-read-write a.pr-snippet-link span {
font-weight:normal;
}

#area2 .pr-snippet-stars {
display:inline;
float:left;
line-height:15px;
}

#area2 .pr-snippet-write-review {
border-left:1px solid #CCCCCC;
clear:right;
float:left;
padding:0 0 5px 5px;
text-align:left;
}


/* engine  v2*/

.pr-other-attributes {
display:none;
}


*html .pr-contents-wrapper {
    width:753px;
}

.pr-snapshot-head {
background-image:url();
background-repeat:repeat-x;
border-color:#CCCCCC;
background-color:#F6F4F2;
}

.pr-attribute-label-pros {
color:#859F09;
}


.pr-snapshot-consensus-value {
background:#859F09 url() repeat-x scroll 0 0;
}


.pr-attribute-key p {
background-color:#F6F4F2;

}


.pr-snapshot-body {
background-color:#F6F4F2;
border-color:#CCCCCC;
}


.pr-review-sort {
background-color:#F6F4F2;
border-color:#CCCCCC;
}


.pr-contents {
background-color:#F6F4F2;
border-color:#CCCCCC;
}


.pr-contents-wrapper {
border:1px solid #CCCCCC;
}


.pr-snapshot-body-wrapper {
border:1px solid #CCCCCC;
}


/* PowerReviews default stylesheet copyright 2006 all rights reserved */
.prReviewEngine {
 font-family:verdana,sans-serif;
font-size:1em;
width:90%;
margin: 0 5% 0 5%;
/*font-size:0.75em ;*/
color:#333333;
line-height:1.6em;
}


/* Summary styles */
#prReviewSummary {
  border:none;
  background:#fff;
  margin:0 0 0px 0;
  padding:0;
}

.prSummaryHeader {
    background-color: #fff;
    margin:0;
    padding:.5em 1em .6em 0;  /* large right padding (was 10em)  to accept the absolutely positioned print link*/
    height:1em;
    line-height:1.0;

    /*position:relative;*/  /* had to hide it for Safari */ /* to establish the reference for print link positioning*/
}

.prSummaryTitle {
    font-weight:bold;
    text-transform:none;
    font-size:1.6em;
    font-family: arial, sans-serif;    
}

.prSummaryCobrand {  /* "(Powered by PowerReviews.com)" */
    font-size: .9em;
}

/*
a.prSummaryCobrandLink, a.prSummaryCobrandLink:hover {
	color:#000;
	text-decoration:none;
	}
*/

.prSummaryBody {  /* Contains Avg. Rating, pros/cons, and write link */
    margin:1em 1em 3px 0;
    padding: 8px;
    overflow:auto; /* to auto-expand around contained floats */
    border:none;
    background-color: #f6f4f2;
    width:526px;
}

.prSummaryRating {
    border:0;
    font-weight:normal;
    font-size:1em;
    padding:0;
    line-height: 20px; /* height of large stars row */
    color:#000;
}

.prSummaryRating .prSummaryAverageRatingText {
    float:left;
    font-weight: bold;
    margin-right: 0.5em;
    font-size:1.3em;
    color:#000;
    font-family:arial, sans-serif;
}

.prSummaryRating .prSummaryAverageRatingDecimal {   
    display:inline;
    float:left;
    margin-right: 0.5em;
    margin-left: 0.5em;
    color:#000;
    font-weight:bold;
}

 .prSummaryBottomLineConsensus {
    display:block;
    color:#333333;
    }

.prSummaryWriteReview {  /* Already own it? ... */
    margin:0.5em 1em 0 0;
    padding:0;
    /*overflow:auto;*/  /* had to hide it for Safari */
    text-align:left;
}

a.prSummaryWriteReviewLink:link, a.prSummaryWriteReviewLink:visited, a.prSummaryWriteReviewLink:hover, a.prSummaryWriteReviewLink:active {
    font-size: 1em;
}

.prSummaryKey {		/* Pros,Cons,Best Uses keys */
    width: auto;  /*100px;  this should be big enough that "Best Uses" doesn't wrap */
    font-weight:bold;
    vertical-align:top;
    text-align:left;
    padding:0px 5px 0 0;
    float:left;
    clear:left;
    color:#000;
}

.prSummaryValue {  /* values for pros,cons,best uses */
    font-weight:normal;
    margin-left:5px;	/* add left space equal to the width of the key */
    vertical-align:top;
    text-align:left;
    padding: 0;  /* I've padded the values.  you could also add some extra space to the left margin, and keep this zero */
}

.prSummaryCount {
    font-weight:normal;
}

.prSummaryPrintableViewLink {
    font-size:.9em;
    position:absolute;  /* to get around the Safari float issue, I've positioned these absolutely in the header */
    /*bottom:.6em;
    right:10px;
    top:0px;*/
    right:103px;
    width:11em;
    text-align:right;
}

.prSummaryPrintableViewLink img {
    position:relative;
    top:3px; /* nudge the printer icon to fit better with text*/
    padding-right:5px;
}


.prReviewSort {  /* Reviewed by ... and Sort box */
    margin:0;
    padding:.3em 8px;
    border:none;
    font-weight:bold;
    text-align:left;
    text-transform:none;  /* for flexibility */  
    width:526px;
    background:#f6f4f2;  
    float:left;
}

.prReviewSortBox {
    vertical-align:middle;
    float:right;
    font-weight:bold;    
    color:#000;
    text-transform:none;  /* keep this mixed case if the container has been uppercased */
    margin-top:3px;
    background:#f6f4f2;
}

.prReviewSortBox #sorter {
    vertical-align:middle;
    }
    
.prReviewCount {  /* Reviewed by ... */
    float:left;
    margin:.3em 0;
    color:#000;
    background:#f6f4f2;
}

/* Review styles
--------------------------------------------------*/

#prMiniSiteIndividualReviews { /* wrap around all reviews */

}

.prReviewWrap {  /* wraps all reviews */
    float:left;
    margin:5px 0 10px 0;
    padding: 15px 10px 0 0;
    width:532px;
    border:none;
    background: #fff url('https://media.rei.com/common/dot_horiz.gif') repeat-x;
  }

/* EXPERT STYLES
	--------------------------------------------------*/

	.prReviewWrap.prExpert {
		margin:1em 0 0;
		padding-top:0;
		background:url(https://media.rei.com/graphics/pwr/grad_expert_bg.png) top left repeat-x;
		border:1px solid #d9b38e;
		border-width:1px 1px 2px 1px;
		}

	.prExpertHeader { /* "Industry Expert" etc. */
		position:relative;
		top:0;
		left:-0.8em;
		margin:0;
		padding:5px 0 0; /* top padding only */
		height:40px;
		font-size:1.25em;
		font-weight:bold;
		color:#af8e2c;
		}

	.prExpertHeader .prExpertHelp { /* "what's this?" */
		padding-left:.5em;
		font-size:.75em;
		font-weight:normal;
		text-indent:0;
		color:#af8e2c;
		}

	.prExpertHelp a {
		color:#af8e2c;
		}

	/* Set backgrounds and give padding to the two different types */
	.prReviewWrap.prExpert.prStaff .prExpertHeader {
		padding-left:55px;
		background:url(https://media.rei.com/graphics/pwr/expert_staff_bg.png) top left no-repeat;
		}

	.prReviewWrap.prExpert.prIndustry .prExpertHeader {
		padding-left:45px;
		background:url(htts://media.rei.com/graphics/pwr/expert_industry_bg.png) top left no-repeat;
		}

.prReviewRating {  /* Contains headline and stars */
    font-size:1.15em;
    width:100%;
    display:block;
}

.prReviewRatingHeadline {  /* just the headline */
    display:inline;
    font-weight: bold;
    margin-left: 6px;
    font-family: arial, sans-serif;
    font-size:1.3em;
}

.prReviewAuthor {  /* wrapper for name, location, date */
    margin:1em 0;
}

.prReviewAuthorName span,  /* set actual name, location date values to bold */
.prReviewAuthorLocation span,
    .prReviewAuthorDate span {
    font-weight:bold;
}


.prReviewPoints {  /* wrapper for pros,cons,best-uses in reviews */
        font-weight: bold;
        margin:1em 0;
        overflow:auto;
        width:520px;
}

.prReviewPoints p {font-weight:bold; margin-bottom:0; color:#000;}

.prReviewKey {  /* these keys and values work like the ones in the summary */
    width: auto;
    font-weight:bold;
    vertical-align:top;
    text-align:left;
    padding:0px 5px 0px 0px;
    float:left;
    clear:left;
}
.prReviewValue {
    margin-left:0px; /* match the width of the keys */
    vertical-align:top;
    text-align:left;
    padding: 0px 0px 0px 5px;  /* pad it out */
    font-weight:normal;
}

.prAdditionalRatingName {  /* Contains rating text */
    width:90px;
    font-weight:bold;
    vertical-align:top;
    text-align:right;
    margin-top:5px;
    clear:left;
    float:left;
}

.prAdditionalRatingValue {
    margin-left:90px; /* match the width of the keys */
    vertical-align:top;
    text-align:left;
    padding: 0px 0px 0px 10px;  /* pad it out */
    margin-top:5px;
}


.prReviewText { /* The actual review paragraph(s) */
    clear:both;  /* make sure it clears the keys and values above */
    margin:1.5em 0 1em;  /* some real breathing room here */
    width:520px;
}

.prReviewHelpfulText {  /* "X of Y found this review helpful" */
    font-size: .9em;
    font-style: italic;
    margin-top:10px;
    margin-bottom:10px;
}
a.prReviewHelpfulTextLink:link, a.prReviewHelpfulTextLink:visited, a.prReviewHelpfulTextLink:hover, a.prReviewHelpfulTextLink:active {
    font-size: 1em;
}

.prReviewHelpfulCount,  /* "X of Y" */
.prReviewHelpful {  /* "helpful" */
    font-weight:bold;
}


.prReviewTools {  /* wrapper div for whole helpful/report issue thing */
    margin:.5em -1em;
    padding:.5em 1em 0;
}

.prReviewRateHelpful {  /* Was this review ... ? */

}

.prReviewReportIssue {  /* "You may also ..." */
    font-size: .9em;
    font-style: italic;
    margin-left: 0.5em;
}


/* Review Pages
--------------------------------------------------*/

#prContents { 
    float:left;
    }

.prPagination {
    padding:5px 0px 8px 8px;
    color:#333333;
    border:none;
    margin:0 0 10px 0;
    width:534px;    
    background:#f6f4f2;   
    float:left;
}

.prPagination .prPageCount {
    font-weight:normal;  
    width:410px;
    float:left;
}

.prPagination .prPageNav {
    width:120px;
    float:left;
    text-align:right;  
}

.bottom {
    width:546px;
    float:left;  
    margin-top:20px;
    padding:10px 0px 0px 0px;
    background: #fff url('https://media.rei.com/common/dot_horiz.gif') repeat-x;
    }

.bottom .prPageCount {
    font-weight:normal;
    clear:none;
}

/* Snippet styles */
.prSnippetEngine {
 font-size:1em; 
 font-family:verdana,sans-serif;
padding:0px 0 0 0;
}

.prSnippetEngine div {
    padding: 0px 5px 5px 0;
}

.prSnippetTitle {
       width:100%;
       font-weight:bold;
       color:#333333;
       float:left;
       font-size:1.1em;
       margin:0;}

*html .prSnippetTitle, *:first-child+html .prSnippetTitle{letter-spacing: -0.1em;/*IE only spacing control */}

.prSnippetRating {
    display:block;
}
.prSnippetMsg {
    display:block;
    padding-left: 0px;
}
.prSnippetWriteReview  {
width: 105px;
float: right;
text-align: left;               
padding:0;     
margin:0;
              /* float:left;
	padding:0;
	margin:0 0 0 5px;*/
}

.prSnippetReadReviews {
width: 105px;
clear:right;
float: right;
text-align: left;
padding:0;     
margin:0;
	
	/*clear: both;
	float:left;
	padding:0;
	width:110px;
	margin:0 0 0 91px;*/
}

a.prSnippetLink:link, a.prSnippetLink:active,  a.prSnippetLink:visited,  a.prSnippetLink:hover {
              /*  font-size: 0.9em;
	color:#f7941d;*/
	font-weight:normal;
}

.prSnippetRatingClickable {
    display:none;
}
.prSnippetRatingUnclickable {
    float: left;
    display:inline;
    line-height: 15px; /* height of small stars row */
}
.prSnippetNumberOfRatingsText {
	display:none;
    /*display:inline;
    float:left;
  	font-size:0.85em;
    margin:0 5px 0 0;
    color:#333333;*/
}

/* for merchant response */
.prMerchantResponse {
    border: 1px solid #e6e5e2;
    background: #eeeeee;
    font-style: italic;
    padding: 5px;
    margin-left: 50px;
    text-align: left;
    margin-top: 5px;
}

.prVerified {
    position:relative;
    display:inline;
    margin:0 0 -.55em 0.5em;
    border-style:none;
}

/*  Image Display
------------------------------------- */

.prCustomerPics {
    clear:both;
    width:100%;
    margin:0;
    padding:0 0 10px;
    overflow:auto;
}

.prPic {
    position:relative;
    top:0;
    left:0;
    width:207px;
    float:left;
    margin:0 0px 25px 0px;
    padding:10px 0px 0;
    background:#fff url(https://media.rei.com/graphics/pwr/shade_light.gif) bottom left repeat-x;
    border:1px solid #ddd;
}

.prPic.prLeft {
    margin-right:12px;
}

.prPic .prCaption {
    margin:0 10px 5px;
    font-size:11px;
    color:#333;
}

.prPicContent {
    position:relative;
    top:0;
    left:0;
    margin:0 2px 10px 9px;
    text-align:center;
    line-height:0;
}

/*core drop shadow rules*/
.prPicContent, .wrap1, .wrap2 {
    display:inline-table;
/* \*/display:block;/**/
}

.prPicContent {
    float:left;
    background:url(https://media.rei.com/graphics/pwr/shadows/shadow.gif) right bottom no-repeat;
}

.prPicContent .wrap1 {
    background:url(https://media.rei.com/graphics/pwr/shadows/corner_bl.gif) -15px 100% no-repeat;
}

.prPicContent .wrap2 {
    padding:0 7px 7px 0;
    background:url(https://media.rei.com/graphics/pwr/shadows/corner_tr.gif) 100% -15px no-repeat;
}

.prPicContent .wrap2 img {
    display:block;
    padding:4px;
    background:#fff;
    border:1px solid #bbb;
}

/* extra styles for hover hilites */

.prPicContent .wrap2 a:hover img {
    background:#9cf;
    border-color:#36f;
}


.prPic .prPicTags {
    float:left;
    width:70px;
    margin:0;
    padding-bottom:10px;
    font-size:9px;
    line-height:13px;
    color:#777;
}

.prPicTags .prTaglabel, .prVidTags .prTaglabel {
    font-weight:bold;
    font-size:10px;
}

/* stars rating styles */
div.prStars {
    position: relative;
    background-repeat: no-repeat;
    height: 20px;
    width: 112px;
    float: left;
    padding: 0;
    margin: 0 0.25em 0 0;
    line-height: 20px;
}
/* order is important here! http://css-discuss.incutio.com/?page=MultipleClasses */
div.prStars.prStarsSmall {
    height: 15px;
    width: 83px;
    line-height: 15px;
display:block;
}

/* VIDEOS */
.prVidContent {
    position:relative;
    top:0;
    left:0;
    margin:0 2px 10px 9px;
    text-align:center;
    line-height:0;
    background-color: black;
    padding: 4px;
    float:left;
}
.prVidContent div.wrap {
    border-top: 7px dotted white;
    border-bottom: 7px dotted white;
    padding: 5px 0 5px 0;
}
.prVidContent div.wrap a img {
    border: none;
}
.prPic .prVidTags {
    float:left;
    width:90px;
    margin:0 0 0 5px;
    padding-bottom:10px;
    font-size:9px;
    line-height:13px;
    color:#777;
}

.prAttributeGroupSeparator {
    clear:both;
}

/* site member badges */
.prSiteMember {
    background:url(https://www.rei.com/pix/pwr/badge_m.gif) top left no-repeat;  
    margin:0 0 -.55em 0.5em;
    width:78px;
    height:21px;
}


/*  New CSS Rules */

.pr-review-author-date {
	display: block;			 /* Displays date */
}



/* Removes Borders and Background */

.pr-snapshot-body {
	border:medium none;
	background-color:#FFFFFF;
	padding-bottom:1em;
}


.pr-snapshot-body-wrapper {
	border:medium none;
}

.pr-snapshot-head {
	border:medium none;
}

.pr-review-sort {
	background-color:#F6F4F2;
	border:medium none;
}

.pr-contents {
	background-color:#FFFFFF;
	border:medium none;
}

.pr-contents-wrapper {
	border:medium none;
}

.pr-snapshot-attribute-value-list {
	height:85px;
}

.pr-snapshot-rating-wrapper {
	padding:0.4em 0.2em;
}

.pr-review-author-info-wrapper {
	font-size:1.1em;
}
	
.pr-other-attributes-list li.pr-other-attribute-value {
	font-size:1em;
	width:inherit;
}

.pr-other-attributes-list li.pr-other-attribute-label {
	width: inherit;
}

.pr-review-bottom-line-wrapper {
	padding-top: 0.6em;
}

.pr-site-member {
    background:url(https://www.rei.com/pix/pwr/badge_m.gif) top left no-repeat;  
    margin:0 0 -.55em 0;
    width:78px;
    height:21px;
}

.pr-review-points-attr-wrapper {  /* Fix for IE7 */
	position:static; 
}

/* Comparsion Chart CSS */
#CompareProduct .pr-snippet-review-count {
display: inline;
float:left;
clear:both;
color: #668800;
text-decoration: underline;
}

#CompareProduct .pr-snippet-read-write {
display: none;
}

#CompareProduct .pr-snippet-wrapper {
padding: 0;
background: none;
}


*:first-child+html #CompareProduct .pr-snippet {
position:relative 
overflow:auto;
}

*:first-child+html #CompareProduct .pr-snippet-review-count {
position:static; 
width:100px;
}

*:first-child+html #CompareProduct .pr-snippet-stars {
position:static; 
overflow:auto;
}

*:first-child+html #CompareProduct .pr-stars {
position:static; 
}


*html #CompareProduct .pr-snippet {
position:relative 
overflow:auto;
}

*html #CompareProduct .pr-snippet-review-count {
position:static; 
width:100px;
}

*html #CompareProduct .pr-snippet-stars {
position:static; 
overflow:auto;
}

*html #CompareProduct .pr-stars {
position:static; 
}

.pr-facebook-like-snippet {
    margin:5px 0 0 0;
}