/*
File:			style.css
Description:	Custom style of Testimonials plugin
*/
.clr { clear:both;}

/* do the magic */
.ct_do_magic {
	position:absolute;
	left:-9999px;
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
}

/*************************
	default rating style
*************************/
#ct_rating {
	clear:both;
	padding: 10px;
	background: none repeat scroll 0 0 #F6F6F6;
	border: 2px solid white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow:hidden;
}

.ct_rating { 
	position: relative;
	background: transparent url(../img/stars.png) 0 -16px repeat-x;
	width: 80px;
	height: 16px;
}
.ct_rating .result {
	position: absolute;
	background: transparent url(../img/stars.png) 0 0 repeat-x;
	top: 0px;
	left: 0px;
	height: 16px;
	z-index: 102;
	text-indent: -9999px;
}
.result {
	text-indent: -9999px;
}
/*************************
	front snippets style
*************************/
#wpct_front {
	padding:5px 0 20px 0;
	height:20px;
	text-align:center;
	margin:auto;
	font-size:12px;
	color:#666;
	max-width:800px;
}
#wpct_front .ct_front_rating, #wpct_front span {
	float:right;
	margin-left:5px;
	
}

/*************************
	shortcode & tooltip style
*************************/
#wpct_shortcode {
	margin: 20px 5px 0px 5px;
	text-align:center;
	height:auto;
}
.wpct_shortcode_inner {
	width:95%;
	max-width:800px;
	margin: auto;
}
.wpct_tooltip_item {
	margin : 5px 25px 20px 25px;
	vertical-align:top;
	width: 150px;
}
.wpct_shortcode_inner img {
	background-color: #FFFFFF;
	/*border: 1px solid #f1f1f1;*/
	box-shadow: 0 1px 2px #999999;
    margin: 0 0 10px;
    padding: 5px;
	width:120px;
	height:120px;
	margin-bottom:10px;
}
.wpct_shortcode_inner h5 {
	color:#111;
	margin-top:5px;
	font-style:normal;
	text-transform:none;
	font-size:100%;
}
.wpct_shortcode_inner h6 {
	color:#666;
	font-size: 90%;
	font-weight:normal;
	font-style: italic;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
}
/* rating */
.wpct_shortcode_inner .ct_rating {
	/*margin:auto;
	margin-bottom:20px;*/
	margin-top:5px;
}
/* set tooltip to center */
.qlabs_tooltip_top span, .qlabs_tooltip_focus_top span {
	left: -55px !important;
	min-width: 180px;
}
.qlabs_tooltip_top span::before, .qlabs_tooltip_focus_top span::before {
	margin-left:45px;
}
