/*
 * name: tip.css
 * version: v0.1.2
 * update: 显示效果微调
 * date: 2015-03-06
 */
.tip-box{display:none;position:absolute;z-index:99;}
.tip-title{background:#eee;padding:5px 10px;border:1px solid #ccc;border-bottom:0;border-radius:4px 4px 0 0;}
.tip-content{background:#fff;color:#000; line-height: 1.5em; padding:8px 20px;border:1px solid #ccc;}
.tip-withContent .tip-object{display:none;}
.tip-withObject .tip-content{display:none;}

.tip-noTitle .tip-content{border-radius:4px;box-shadow: rgba(0,0,0,.3);}
.tip-noTitle .tip-title{display:none;}
.tip-withTitle .tip-content{border-radius:0 0 4px 4px;}

.tip-arr, .tip-arr-cell{position:absolute;width:0;height:0;overflow:hidden;border:6px solid transparent;}
.tip-left .tip-arr{border-left-color:#ccc;right:-12px;top:50%;margin-top:-6px;}
.tip-left .tip-arr-cell{border-left-color:#fff;right:-11px;top:50%;margin-top:-6px;}
.tip-right .tip-arr{border-right-color:#ccc;left:-12px;top:50%;margin-top:-6px;}
.tip-right .tip-arr-cell{border-right-color:#fff;left:-11px;top:50%;margin-top:-6px;}
.tip-top .tip-arr{border-top-color:#ccc;bottom:-12px;left:50%;margin-left:-6px;}
.tip-top .tip-arr-cell{border-top-color:#fff;bottom:-11px;left:50%;margin-left:-6px;}
.tip-bottom .tip-arr{border-bottom-color:#ccc;top:-12px;left:50%;margin-left:-6px;}
.tip-bottom .tip-arr-cell{border-bottom-color:#fff;top:-11px;left:50%;margin-left:-6px;}

