/* 
  -----------------------------------
  Tooltip Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 10 wild Cherry
  -----------------------------------
*/

.p7TTM10.p7TTMbox {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px;
	border: 4px solid #F30;
	-webkit-box-shadow: 6px 6px 20px #333;
	box-shadow: 6px 6px 20px #333;
	background-color: #E62E00;
	background-color: rgba(230,44,11,0.95);
}
.p7TTM10 .p7TTMcnt {
	position: relative;
	z-index: 2;
	color:#000;
	padding: 16px 16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	zoom: 1;
}
.p7TTM10 .p7TTMcnt p {
	margin: 6px 0 12px 0;
}
.p7TTM10 .p7TTMclose {
	position: absolute;
	top: 2px;
	left: auto;
	right: 0px;
	display: none;
}
.p7TTM10 .p7TTMclose img {
	border: 0;
}
.p7TTM10 .p7TTMclose a {
	text-decoration: none;
	display: block;
	color: #000000;
	font-size: 17px;
	line-height: 17px;
	padding: 0 4px;
	border-radius: 0px 4px 0px 0px;
}
.p7TTM10 .p7TTMclose a:hover, .p7TTM10 .p7TTMclose a:focus {
	outline: 0;
	color: #FFFFFF;
}
.p7TTM10 .p7TTMclose i {
	font-style: normal;
}

/*ARROWS*/
.p7TTM10 .p7TTMcall {
	height: 9px;
	width: 26px;
	position: absolute;
	z-index: 9;
	background-repeat: no-repeat;
	display: none;
}
/*Arrow At Bottom Left*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_1 {
	height: 25px;
	width: 30px;
	left: 6px;
	top: auto;
	bottom: -28px;
	background-image: url(img/p7TTM10-southwest.png);
}
/*Arrow At Bottom Middle*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_2 {
	height: 30px;
	width: 16px;
	left: 50%;
	margin-left: -8px;
	top: auto;
	bottom: -34px;
	background-image: url(img/p7TTM10-south.png);
}
/*Arrow At Bottom Right*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_3 {
	height: 25px;
	width: 30px;
	left: auto;
	right: 6px;
	top: auto;
	bottom: -28px;
	background-image: url(img/p7TTM10-southeast.png);
}
/*Arrow At Top Left*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_4 {
	height: 25px;
	width: 30px;
	left: 6px;
	top: -28px;
	background-image: url(img/p7TTM10-northwest.png);
}
/*Arrow At Top Middle*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_5 {
	height: 30px;
	width: 16px;
	left: 50%;
	margin-left: -8px;
	top: -34px;
	background-image: url(img/p7TTM10-north.png);
}
/*Arrow At Top Right*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_6 {
	height: 25px;
	width: 30px;
	left: auto;
	right: 0px;
	top: -28px;
	background-image: url(img/p7TTM10-northeast.png);
}
/*Arrow At Left Top*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_7 {
	height: 25px;
	width: 28px;
	left: -32px;
	top: 8px;
	background-image: url(img/p7TTM10-duewest.png);
}
/*Arrow At Left Middle*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_8 {
	height: 16px;
	width: 30px;
	left: -34px;
	top: 50%;
	margin-top: -8px;
	background-image: url(img/p7TTM10-west.png);
}
/*Arrow At Right Top*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_9 {
	height: 25px;
	width: 28px;
	left: auto;
	right: -32px;
	top: 8px;
	background-image: url(img/p7TTM10-dueeast.png);
}
/*Arrow At Right Middle*/
.p7TTM10 .p7TTMcall.p7TTM_Arrow_10 {
	height: 16px;
	width: 30px;
	left: auto;
	right: -34px;
	top: 50%;
	margin-top: -8px;
	background-image: url(img/p7TTM10-east.png);
}
/*Special Class assigned to All Triggers, regardless of the Tooltip Style Theme, while its tooltip is showing.*/
.p7TTM_open {}

/*Special Class assigned to All Triggers, regardless of the Tooltip Style Theme, when using the Basic Interface.*/
.p7TTM_trg {
	text-decoration: underline;
}
/*Special Class you can use to assign to various trigger elements when using the class assignment method to define a tooltip.*/
.tooltip {}

/*Lighshow Overlay*/
#p7ttm_overlay.p7TTM10 {
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/*IE 7 and 6 fixes*/
.p7TTMtop, .p7TTMbottom,
.p7TTMmiddlewrapper {zoom: 1;}
