/* tt */
.ttLeft,.ttRight {display:block;position:relative;width:175px;clear:both;}
.ttLeft .ttContent {width:138px;position:absolute;top:0;right:17px;}
.ttRight .ttContent {width:180px;position:absolute;top:0;left:17px;}
.ttContent {color:#fff;padding:10px;display:block;}

.ttContentHeadline {font-weight:bold;display:block;}
.ttArrow {width:17px;height:17px;display:block;position:absolute;top:10px;}
.ttLeft .ttArrow {background:url(../images/bgTTLeft.gif) no-repeat left top;right:0;}
.ttRight .ttArrow {background:url(../images/bgTTRight.gif) no-repeat left top;left:0;}

/* leave in this order because javascript relies on it */
.ttRed .ttContent {background:#f30;}
.ttRed .ttArrow {background-position:0px -138px;}
.ttToolTip .ttContent {background:#b4b4b4;color:#666;}
.ttToolTip .ttArrow {background-position:0px -120px;}
.ttParent .tt {display:none;}
