﻿/* used for info box */
.tt
{
	background:Transparent; /* url(../images/info.gif) no-repeat 10px 0px; */
}
.tt .tla
{
	background-image:url(../images/tt_tla.gif);
	background-repeat:no-repeat;
	background-position:top left; 
	width:10px; 
	height:10px;
}
.tt .tl
{
	background-image:url(../images/tt_tl.gif);
	background-repeat:no-repeat;
	background-position:top right; 
	width:10px; 
	height:10px;
}
.tt .tr
{
	background-image:url(../images/tt_tr.gif);
	background-repeat:no-repeat;
	background-position:top right; 
	width:10px; 
	height:10px;
}
.tt .bl
{
	background-image:url(../images/tt_bl.gif);
	background-repeat:no-repeat;
	background-position:bottom right; 
	width:10px; 
	height:10px;
}
.tt .br
{
	background-image:url(../images/tt_br.gif);
	background-repeat:no-repeat;
	background-position:bottom right; 
	width:10px; 
	height:10px;
}
.tt .t
{
	background-image:url(../images/tt.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.tt .b
{
	background-image:url(../images/tt.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.tt .m
{
	background-image:url(../images/tt.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:9px;
}
.tt .l
{
	background-image:url(../images/tt.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding-right:10px;
	width:10px;
}
.tt .r
{
	background-image:url(../images/tt.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding-right:10px;
}

