/*!
 * Title                   : Hotspotter - styles
 * Author                  : Basm , aka z-B
 * Version                 : 1.8.0
 * Last Modified           : 7 Nov 2013
 * CodeCanyon Profile      : http://codecanyon.net/user/z-B
 * License                 : http://codecanyon.net/licenses/regular_extended
 */
 body	{
	 font-family: verdana, arial, sans-serif;
	 font-size:14px;
	 line-height:20px;
	
 }
.hs-area {
    position: relative;
}

.hs-wrap , .tt-wrap {
    position: absolute;
    display: none;
}

.tt-wrap {
    border: 10px solid transparent;
    z-index: 1000;
}

.tt-wrap.left {
    top: -2px;
    right: 100%;
}

.tt-wrap.right {
    top: -2px;
    left: 100%;
}

.tt-wrap.top {
    bottom: 100%;
    left:-2px;
}

.tt-wrap.bottom {
    top: 100%;
    left:-2px;
}

/*======================= Spots =======================*/
.invisible-spot , .red-spot  , .onhover-spot {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
/*----- Shadow spot -----*/
.onhover-spot {
    border:2px solid transparent;
}
.onhover-spot.active {
    border:2px solid #ff0000;
    opacity: .7;
    box-shadow: 0 0 10px #000000;
}
/* Custom image & mark up spots*/
.img-spot img , .markup-spot div:last-child{
    display: none;
    /* remove space below image as the image is inline element to allow aim effect to work correctly*/
    vertical-align: bottom;
}
/*======================= Tooltips =======================*/
.tip-tooltip {
    display: block;
	width:100px;
	height:90px;
    border-radius: 2px;
    padding: 6px;
    min-height: 20px;
    min-width: 30px;
    background-color: #fff;
    color: #333333;
    box-shadow: 0 0 8px  #333333;
	font-family: 'Droid Sans', sans-serif;
	font-size:11px;
	line-height:18px;
}

.tip-tooltipwide {
    display: block;
	width:125px;
	height:90px;
    border-radius: 2px;
    padding: 6px;
    min-height: 20px;
    min-width: 30px;
    background-color: #fff;
    color: #333333;
    box-shadow: 0 0 8px  #333333;
	font-family: 'Droid Sans', sans-serif;
	font-size:11px;
	line-height:18px;
}

.tip-tooltip:before {
    content: "";
    position: absolute;
    border: 8px solid;
    width: 0px;
    height: 0px;
    z-index: 999;
}
/*------ black 'default background color' dirs------*/
.tip-tooltip.right:before {
    top: 10px;
    right:100%;
    border-color: transparent #fff transparent transparent;
}
.tip-tooltip.left:before {
    top: 10px;
    left:100%;
    border-color: transparent transparent transparent #fff;
}
.tip-tooltip.top:before {
    top: 100%;
    left: 12px;
    border-color: #fff transparent transparent transparent;
}
.tip-tooltip.bottom:before {
    bottom: 100%;
    left: 12px;
    border-color: transparent transparent #fff transparent;
}

/*------ white ------*/
.tip-tooltip.white {
    background-color: #ffffff;
    color: #000000;
}
.tip-tooltip.white.right:before {
    border-color: transparent #666666 transparent transparent;
}
.tip-tooltip.white.left:before {
    border-color: transparent transparent transparent #666666;
}
.tip-tooltip.white.top:before {
    border-color: #666666 transparent transparent transparent;
}
.tip-tooltip.white.bottom:before {
    border-color: transparent transparent #666666 transparent;
}

/*----------------------------------------------------------------------------*/
/* Bubble Tooltip */
.bubble-tooltip {
    display: block;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 0 10px #ffffff;
    padding: 10px 5px 8px 5px;
    opacity: .8;
    z-index: 999;
    min-height: 20px;
    min-width: 30px;
}
.bubble-tooltip:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    bottom: -10px;
    left: 9px;
    height: 16px;
    width: 20px;
}
.bubble-tooltip:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;    
    bottom: -17px;
    left: 18px;
    height: 9px;
    width: 11px;
}
/*----------------------------------------------------------------------------*/
/*aim handler styles*/
.aim-tooltip {
    display: none;
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    padding: 6px;
}
.aim-tooltip .tt-content {
    display: none;
}
.aim-tooltip.top {
    border-radius: 10px 10px 0 0;
}
.aim-tooltip.right {
    border-radius: 0 10px 10px 0;
}
.aim-tooltip.bottom {
    border-radius: 0 0 10px 10px;
}
.aim-tooltip.left {
    border-radius: 10px 0 0 10px;
}
.hs-aim-rect , .hs-aim-pillar {
    display: none;
    position: absolute;
    background-color: #000000;
    opacity: .75;
    z-index: 1000;
}
.hs-aim-pillar {
    opacity: .2;
    z-index: 1001;
    background-color: #ffffff; 
}
.hs-flatten {
    border-radius: 0 !important;
}

/* my css*/

.company	{
	font-weight:bold;
}
.marks	{
	color:#666666;
	float:right;
	font-weight:800;
}
.green	{
	color:#99cc33;
}

.infotextleft{
	margin-top:10px;
	margin-left:-170px;
	float:left;
	
}
.infotextright{
	margin-top:10px;
	margin-right:-70px;
	float:right;
}
.infoaction {
	width:270px;
	background:#F90;
	padding:20px;
padding-top:5px;
margin-top:20px;
margin-right:20px;
border-radius:5px;
float:right;
}
.introtext	{
	width:610px;
	float:left;
}



.button {
background: #ff9900;
color:#fff;
font-size:18px;
width: 120px;
height: 30px;
text-align: center;
padding: 4px 0 0;
border-radius:5px;
float: right;
border: 0px;
}

logo	{
	float:left;
}
.description	{
	width:700px;
	float:right;
}