/* CSS Document */

.table_bg
{
	background-color:f7f6f6;
	}
.listheader_bg
{
	background-image:url(../images/listheader_bg.jpg);
	background-repeat:repeat-x;
	height:16px;
	}
.arrow
{
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
.order_bt
{
	background-image:url(../images/order-btn.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
.headertxt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	}
.list_txt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	}
.table_border
{
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
.inside_border
{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
}
.border_bottom
{
	border-bottom:1px solid #333333;
}
.border_top
{
	border-top:1px solid #333333;
}

.border_right
{
	border-right:1px solid #333333;
}