
img {
	border: none;
}

/* dock - top */

.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
    
}




 

#detailsBar {
   width: 100%;
   height: 400px;
   bottom: 50px;
   position: absolute;
   display:none;
   z-index:99;
   background-image:url(../images/detailsBar.png);
   
    /*left: 0px;*/
}

/* dock2 - bottom */

#dock2 {
    position: absolute;
    height: 48px;
    background: #f7f6fb;
    margin: 0 0 4px 0.4%;
    border-radius: 8px;
    width: 99%;
    bottom: 0;
    z-index: 50;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.dock-container2 {
	position: absolute;
	height: 50px;
	margin-left:50%;

}
a.dock-item2 {
	display: block; 
	width: 80px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
    margin: 55px 10px 0px;
	text-decoration: none;
}

.dock-item2 img {
	border: none; 
	margin: 50px 10px 0px;
	width: 60px; 
}
.divNotify{
    color: gray;
    position: absolute;
    display: none;
    width: 365px;
    height:233px;
    border-Radius: 15px;
       /*background-color: #f4f4f4;
    -webkit-box-shadow: 0px 0px 2px #aaaaaa;
       -moz-box-shadow: 0px 0px 2px #aaaaaa;
            box-shadow: 0px 0px 2px #aaaaaa;*/ 
background-image: url(../images/notify.png);
}
/*#alertCount{

    cursor:pointer; 
    position:absolute; 
    margin-left:7px; 
    margin-top:16px; 
    width:20px; 
    height:20px; 
    overflow:auto; 
    text-align:center; 
    color:red;
    font-size:12px;
    font-weight: bold;

}*/