﻿body {
   
    margin:0px;
	padding:0px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	overflow:hidden;
}
*{margin:0;}
.left {
    
    position:absolute;
    z-index:1000;
    top:0px;
}

.container {
    width:1130px;
	margin:0 auto;
	padding:0px;
   
}
.leftmenu
{
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color:rgba(0,0,0,0.5);
	height:512px;
}
.leftmenu h2
{
	padding:40px 0px 0px 0px;
	color:#fff;
	margin:0px 15px 5px 15px;
	font-size:18px;
	font-weight:100;
}
.leftmenu h4
{
	
	color:#fff;
	padding:0px 15px 15px 15px;	
	width:150px;
	font-size:14px;
	font-weight:100;
	background-image:url(images/image1.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.leftmenu ul
{
	margin:0px;
	padding:0px;
}
.leftmenu ul li
{
	list-style:none;
}
.leftmenu ul li a
{
	background-color:transparent;
	color:#fff;
	width:150px;
	display:block;
	padding:10px 15px 10px 15px;
	text-decoration:none;
	cursor:pointer;
	background-image:url(images/image2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
	
	
}
.leftmenu ul li a:hover, .leftmenu ul li a.hoverstyle 
{
	
	
	 transition: ease-in-out 0s;
	 border-left:5px solid #0B9B9E;
	 padding:10px 15px 10px 10px;
	 background-color:rgba(0,0,0,0.5);
   
}
#divtest
{
	width: 1130px; height: 512px;
}




/* loading satart */


#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-image:url(Images/Initial/bg.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;
  transition: 1s;
}
#progstat{
	font-size: 0.7em;
	letter-spacing: 3px;
	position: absolute;
	top: 115px;
	margin-top: -40px;
	width: 100%;
	text-align: center;
	color: #fff;
}
/* loading end */


 
#border
{
	border:1px solid #000;
}

 .popover-area {
                display: block;
                width: 150px;
                height: 150px;
                background: #9C7A43;
                text-indent: -9999px;
            }

            .test-right {
                margin-left: 966px;
                margin-top: 60px;
                background: #FF9E49;
            }

            .test-bottom {
                background: #9C6817;
            }

            .test-top {
                margin-left: 966px;
                margin-top: 60px;
                background: #FFFBBF;
            }

        

            .popover-top {
                border: 1px solid black;
            }

            .popover {
                max-width: none;
            }
			
			avail
			{
				color:green;
			}
			sold
			{
				color:red;
			}