@charset "utf-8";
/* CSS Document */


.sort_element {
	width: 100%;
	margin-bottom: 12px;
	text-align: right;
	padding:0 15px 0 15px;
}

.filter_sortButton {
	float: left;
	width: 30px;
	height: 30px;
	background-image:url(../media/icon_FilterSort.gif);
	border: none;
}

.filter_sortBox {
	height: 30px;
	width: 100%;
	text-align: left;
	border: solid 2px #a8a8a8;
	margin-left: 2px;
	padding-left: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: #4e4e4e;
	font-size: 1.5rem;
	background-image:url(../media/icon_FilterSort.gif); 
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.filter_sortBox > option {
	font-family: "Helvetica Neue", Helvetica, Arial;
	color:#4e4e4e;
	font-size: 1.5rem;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


.ReviewName {
	font-size: 19px;
	height: auto;
	color: #00578e;
	border-bottom:#00578e solid 3px;
	margin-bottom:5px;
	background-color:#eaeaea;
	padding: 0 5px;
	margin-top: 35px;

}

.ReviewDate {
	clear: right;
	font-size: 16px;
	float:right;
	margin-top: 4px;
	color: #4e4e4e;

}

.Comment {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 1.65rem;
	color: #4e4e4e;
	line-height: 140%;
	text-align: justify;
	padding-top: 10px;
}

.Reply {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 1.65rem;
	color: #4e4e4e;
	line-height: 140%;
	text-align: justify;
	padding-top: 10px;
	border-top:#ccc solid 1px;
	margin-top: 10px;
}

.ReplyOpening
{
    font-weight:bold;
	clear:both;
}

.ReplyContent
{
	font-style: italic;
	clear:both;
	font-stretch:normal;
}

hr.review {
	border: 0;
	height: 1px;
	background: #333;
	margin:15px 0 15px 0;
}

.ReviewSubject {
	font-family: Helvetica;
	color: #333333;
	font-size: 15px;
	text-align: left;
	display: inline-block;
	width:100%;
	line-height:180%;
	font-weight: bold;
	border-bottom:#ccc solid 1px;

}

.ReviewStars {
	float: right;
	width: auto;
}

.ReviewSubjectContainer {
	text-align: left;
	display: inline-block;
	width:100%;
	padding:0 15px 0 15px;
}

.ReviewType {
	text-transform: uppercase;
	padding: 5px 0 3px 0;
	margin-bottom: 2px;
	color: #4e4e4e;
	border-bottom: solid 1px #ababab;
	font-size: 16px;
	
}