﻿.popover
{
    position: absolute;
    top: -25px;
    left: 120px;
    z-index: 1010;
    width: 170px;
    height: 80px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    background: url(../images/v1/mainbg.jpg) repeat scroll 0 0 transparent;
    border-radius: 5px;
}
.popover p
{
    padding: 3px 15px;
    background: url(../images/v1/mainbg.jpg) repeat scroll 0 0 transparent;
    font-size: 13px;
    color: #A64604;
    position: absolute;
    left: 0px;
    top: 5px;
    z-index: 10;
    font-weight: bold;
}
.popover .arrows
{
    color: #ccc;
    position: absolute;
    left: -10px;
    top: 30px;
    font-size: 16px;
    padding: 2px;
    z-index: 9;
}
.popover .arrows_c
{
    color: #fff;
    position: absolute;
    left: -9px;
    top: 30px;
    font-size: 16px;
    padding: 2px;
    z-index: 9;
}
.popover .arr_close
{
    display: block;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    z-index: 11;
}
.popover a:hover
{
    text-decoration: none;
    color: #333;
}