
/* ----------------------------------------------------------- 
    define styles for xml list
----------------------------------------------------------- */
#main td .aTable
{
	border: 0;
	border-top: solid 1px white;
	border-left: solid 1px white;
	width: 100%;
	vertical-align: middle;
}
.aTable td{
	padding-left: 3px;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.aTable td img{
	margin-top: 3px;
}

/* header */
.aTRHead
{
	height: 21px;
	background-color: #f0efef;
	vertical-align: middle;
}
.aTDHead, .aTDHeadLast
{
   background: #f0efef;
	font-weight: normal;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 3px;
	vertical-align: middle;
}
.aTDHeadLast
{
	border-right: solid 1px white;
	vertical-align: middle;
}
/* global definition */

/* row definition */
.aTR, .aTROver, .aTRBlock, .aEvenTR, .aEvenTROver, .aEvenTRBlock
{
	height: 18px;
	background-color: transparent;
}
.aTROver, .aEvenTROver
{
	background-color: #e0e0e0;
	cursor: pointer;
}
.aTRBlock, .aEvenTRBlock
{
	background-color: #dcdcdc;
}
/* col in row definition */
.aTD, .aTDDate, .aEvenTD, .aEvenTDDate
{
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}
.aTDSpace, .aEvenTDSpace
{
	text-align: center;
	height: 23px;
	color: Red;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}
.aImgHead, .aEvenImgHead
{
	margin-right: 4px;
}
.dlgButtonOrderImg{
	background-image: url(../images/icons/buttonCart.gif);
	height: 15px;
	width: 16px;
	float: right;
}
.dlgButtonOrderImgHover{
	background-image: url(../images/icons/buttonCartDown.gif);
   float: right;
	height: 15px;
	width: 16px;
}
.dlgButtonOrderCreditImg{
	background-image: url(../images/icons/forPoints.gif);
	height: 15px;
	width: 16px;
	float: right;
}
.dlgButtonOrderCreditImgHover{
	background-image: url(../images/icons/forPoints_hover.gif);
	height: 15px;
	width: 16px;
	float: right;
}

/* ----------------------------------------------------------- 
    end of definition styles for Xml List
----------------------------------------------------------- */