#rlink1 {
	display:inline;
}
.lastyear {
		font-size:16px;
		font-weight: normal;
		margin-left:26px;
		margin-top:30px;
		color:#999;
}
.action_note_on {
	margin-left:25px;
	background-color: #ddd;
	width:740px;
	padding:5px;
	margin-bottom: 1px;
	opacity:1;
}
.action_note_off {
	margin-left:25px;
	background-color: #ddd;
	width:740px;
	padding:5px;
	margin-bottom: 1px;
	opacity:0;
}

#showreviews.stars {
	display:inline-block;
	cursor: pointer;
	top: 4px;
	position: relative;
}
.close {
	display: block;
	margin:2px;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	background: url(../images/dark_close.svg) no-repeat;
	cursor: pointer;
	outline: none;
}
.close:hover { 
	background: url(../images/dark_close.svg) no-repeat;
	background-position: 0 -30px;
}
.review_outer {
	height: 0px;
	opacity:0;
	text-align: left;
	background: rgba(0,0,0,0.8);
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	background-color: white;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-o-border-radius: 17px;
	-khtml-border-radius: 17px;
	border-color: #d0d0d0;
	border-width: 1px;
	border-style: solid;
	width: 880px;
	margin-top: 10px;
	margin-bottom: 35px;
}
.review_inner {
	width: 800px;
	height: 660px;
	overflow-y:scroll;
	margin-left:34px;
}
.rate_link_on, .rate_link, .rate_link:hover {
	display:inline-block;
	cursor:pointer;
	margin:7px;
	margin-bottom:20px;
}
.rate_link_on {
	color: #222;
}
.rate_link:hover {
	color: #666;
}

.rate_link {
	color: #0e73c0;
}
.see_ratings {
	color: #08c;
	text-decoration: none;
	cursor: pointer;
	display:inline-block;
	margin-left:1px;
	margin-right:-6px;
	
}
.see_ratings:hover {
	text-decoration:underline;
}
.revscorehead, .revscoretxt, .dots  {
	font-size: 9px;
	line-height: 11px;
	color: #333;
}
.dots {
	margin-top: 3px;
}
.revscorehead {
	font-weight: bold;
	margin-top:5px;
}
.revhandle {
	font-size: 12px;
	font-weight: bold;
}
.revscoreline {
	border-top: 1px solid #d5d5d5;
	margin-top: 15px;
	margin-bottom:10px;
}
.revscores {
	display: inline-block;
	background: none repeat scroll 0 0 #F3F3F3;
	padding: 20px;
	padding-bottom:10px;
	width:100px;
}
.revbox {
	font-family: helvetica;
	display: block;
	border-top-color: rgb(213, 213, 213);
	border-top-style: solid;
	border-top-width: 1px;
	margin-left:25px;
	margin-right:5px;
	padding-top:30px;
}
.revtitle {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom : 5px;
	color: #333;
}
.revdate {
	font-size: 9px;
	line-height: 1.2em;
	color: #666;
	margin-bottom: 15px;
}
.revtext, .techsol, .techhead, .servhead {
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
}
.techsol, .techhead, .servhead {
	margin-left: 20px;
}
.techhead, .servhead {
	font-weight: bold;
	margin-top: 20px;
}
.revdets {
	width: 600px;
	margin-right:10px;
	display: inline-table;
	vertical-align: top;
}
.recommended, .notrecommended {
	font-size: 11px;
	margin-top:30px;
	color:#059e23;
	font-weight: bold;
}
.revstars {
	font-size: 9px;
}
.voting {
	font-family: helvetica;
	font-size:11px;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:25px;
}
.voteyes, .voteno, .writerev, .writerev_off {
	display:inline-block;
	cursor: pointer;
	background-color:rgb(41, 113, 167);
	color:white;
	padding:5px;
	font-weight:bold;
	font-size: 12px;
	width: 50px;
	text-align: center;
	line-height: 12px;
	margin-left:10px;
	margin-right:-5px;
	border: 1px solid #333;
	border-radius: 15px 15px;
}
.writerev, .writerev_off {
	width: 100px;
	float:right;
	margin-top:-20px;
	margin-right: -97px;
}
.writerev a {
	color: white;
	text-decoration:none;
}
.writeref_off {
	cursor: auto;
	background-color: #ccc;
	color: #aaa;
	border-color: #999;
}

.inapprops {
	text-decoration:none;
	font-size: 9px;
	color: rgb(41, 113, 167);
	display: inline;
	margin-left:20px;
}
.ovbox, .bigscore {
	font-size: 10px;
	font-weight: bold;
	font-family: helvetica;
	line-height: 18px;
	display:inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
}
.bigscore {
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
}
.oscore {
	display:inline-block;
	margin-left:25px;
	width: 245px;
}
.rscore {
	display: inline-block;
	width:130px;
}
h1.company_title {
	font-family: "SF Pro Text", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana;
	font-size:16px;
	margin:8px 0px;
	border-bottom:none;
}
.badge_off, .cust_off{
	display:none;
}
.badge_on {
	display:inline-block;
	width:40px;
	margin:5px;
}
.cust_on {
	display: block;
	font-size: 15px;
	line-height: 18px;
}
.badges {
	position: absolute;
	margin-top: -5px;
	border-radius: 3px;
	margin-left: -7px;
	color: #eee;
	font-weight: 600;
	width: 35px;
}

.badges:hover:after {
	background: #ddd;
	border-radius: 5px;
	bottom: 0px;
	color: #000;
	content: attr(data-tip);
	left: 3px;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	padding: 10px;
	position: absolute;
	width: 290px;
	height: 20px;
	font-weight: 100;
	letter-spacing: 0.5px;
	border: 0.5px solid #444;
	z-index: 100;
	margin-left: 36px;
}