@charset "UTF-8";
/* CSS Document */
/* Styles for Matias reviews pages */



/* Reviews header styles */

.reviews-page {

}

.starz {
}

#reviews-sub-nav {
	height: 40px;
	padding-top: 10px;
}

.product-link {
	font-family: NimbusSanNovConD-SemBol,'Helvetica Neue',Helvetica,Arial,sans-serif;    
	font-size: 23px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 0;
	float: left;
}

.product-link a {
	color: #666;
}

.product-link a:hover, a:active {
	color: #003399;
	text-decoration: none;
}


.sub-nav-write-review-button {
	float: right;
	height: 24px;
	width: 114px;
	float: right;
	margin: 3px 0px 0px 20px;
}

.sub-nav-write-review-button a {
	height: 24px;
	width: 114px;
	display: block;
	text-indent: -9999px;
	background-image: url(../../site_gfx_2011/sub-nav-write-review.png);
	background-repeat: no-repeat;
}

.sub-nav-write-review-button a {
	background-position: 0px 0px;
}

.sub-nav-write-review-button a:hover {
	background-position: 0px -48px;
}

.sub-nav-write-review-button a:active {
	background-position: 0px -24px;
}


#review-header {
	background-color: #EEE;
	margin-bottom: 1em;
	padding: 20px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}

#page-title {
	color: #003399;
	font-family: NimbusSanNovConD-Reg,'Helvetica Neue',Helvetica,Arial,sans-serif;	
	font-size: 30px;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 0;
	float: left;
	width: 500px;
}

#page-title strong {
	font-family: NimbusSanNovConD-SemBol,'Helvetica Neue',Helvetica,Arial,sans-serif;    
    font-weight: normal;
}


#ratings-total {
	float: right;
	text-align: center;	
	margin-top: 6px;
}

#jump-menu {
	float: left;
}



/* Reviews styles */

.review-box {
	border-bottom: 1px #CCC solid;
	padding: 35px 0;
	clear: both;
}

.revs-index .review-box {
	border-bottom: none;
}

.review-rating-box {
	float: left;
	width: 125px;
	text-align: center;
	margin-bottom: 1em;
}

.review-rating {
}

.review-date {
}

.review-title-box {
}

.review-title {
	width: 530px;
	float: right;
	margin: 0 0 1em 0;
	text-align: left; 
	color: #003399;
	font-family: NimbusSanNovConD-SemBol,'Helvetica Neue',Helvetica,Arial,sans-serif;    
	font-size: 23px;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 20px;
}

.review-author {
	width: 530px;
	float: right;
	text-align: right; 
	font-style: italic;
}

.review-text {
	width: 530px;
	float: right;
    margin-bottom: 20px;
	text-align: left; 
}


/* Review pagination links */

#review-pagination {
	margin: 50px 0;
	text-align: center;
}

.review-page-nav {
	margin: 3px;
}

.review-page-nav-arrow {
	margin: 3px;
}

.review-page-nav-thispage {
	margin: 3px;
	padding: 5px;
	background-color: #F90;
	color: #FFF;	
}

.review-page-nav a {
	padding: 5px;
	background-color: #EEE;	
	text-decoration: none;
}

.review-page-nav a:hover {
	background-color: #F90;	
	color: #FFF;	
}

.review-page-nav-arrow a {
	padding: 5px;
	background-color: #EEE;	
	text-decoration: none;
}

.review-page-nav-arrow a:hover {
	background-color: #F90;	
	color: #FFF;	
}

