﻿.tt-box {
    background-color:#ededed;
    border:2px solid #666666;
    font-size:12px;
    font-weight:normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height:20px;
    position:relative;
    text-align:left;
    width:300px;
    /*min-width:75px;*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow:0 0 5px #888888;
    -webkit-box-shadow:0 0 5px #888888;
    z-index: 5000;
}

.tt-box400 {
    background-color: #ededed;
    border: 2px solid #666666;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 20px;
    position: relative;
    text-align: left;
    width: 400px;
    /*min-width:75px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    z-index: 5000;
}

.tt-box500 {
    background-color: #ededed;
    border: 2px solid #666666;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 20px;
    position: relative;
    text-align: left;
    width: 500px;
    /*min-width:75px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    z-index: 5000;
}

.tt-box600 {
    background-color: #ededed;
    border: 2px solid #666666;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 20px;
    position: relative;
    text-align: left;
    width: 600px;
    /*min-width:75px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
    z-index: 5000;
}

.tt-inner-text {
    padding: 10px;
}

.tt-box-arrow-border {
    border-color: #666666 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
    bottom:-22px;
    left:8px;
}

.tt-box-arrow {
    border-color: #ededed transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
    bottom:-19px;
    left:8px;
}

/* IE6 */
.tt-box-arrow {
    _border-left-color: pink;
    _border-bottom-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
}