/* Start of CMSMS style sheet 'css_popup' */
@charset "utf-8";
/* CSS Document */

@charset "utf-8";

.people {
	float: left;
	padding: 5px;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	text-align: center;
	clear: right;
}
.people .thumbnail img   {
	height: 80px;
	width: 80px;

}
.people .thumbnail:hover {
	background-color:transparent;
	z-index:100;
}



.people .thumbnail:hover span{
	width: 209px;
	display: block;
	font-size: 10px;
	text-align: left;
	color: #903;
	z-index: 100;
}
.people .tooltip_top {
	background-image: url(uploads/images/comments/comment_header.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 209px;
}
.people .tooltip_comment {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(uploads/images/comments/comment_background.png);
	background-repeat: repeat-y;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
}
.people .tooltip_bottom {
	background-image: url(uploads/images/comments/comment_footer.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 209px;
}

.people .tooltip-background {
	background-image: url(uploads/images/comments/comment_background.png);
	background-repeat: repeat-y;
}


.thumbnail{
	position:relative;
	z-index:0;
}

.thumbnail:hover{
	background-color:transparent;
	z-index:50;
}

.thumbnail span{
	position:absolute;
	padding:5px;
	border:1px soild #FEB5B5;
	visibility:hidden;
	color:#000000;
	text-decoration:none;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;

}

.thumbnail span img{ 
	border-width:0;
	padding:0px;
}

.thumbnail:hover span{
	visibility:visible;
	height:auto;
	top:-152px !important;
	top:-95px;

}

.productbox .image .thumbnail img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.text5{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	z-index:2;
}

.testimonial_popup{
	position:relative;
	
	
}
.testimonial_popup span{	
	position:absolute;
	background-image:url(../images/tes_ppb_bg.gif); 
	background-repeat: repeat-y;
	width:314px;
	visibility:hidden;
	color:#EC1C91;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	margin:0px;
	padding:0px;
	cursor:pointer;
	z-index:50;
	
	
}

.testimonial_popup:hover span{
	visibility:visible;
	height:auto;
	top:-70px !important; top:-95px;
	left:-39px;
}

.testimonial_popup_tex_padding{
	padding:0 10px 0 10px;
}

/* End of 'css_popup' */

