table.sm
{
	width:95%;
}
tr.smTitle, td.smTitle
{
	background-color:#DDDCCE;
/*text-align:center;*/
	vertical-align:top;
	font-weight: bold;
	text-align: center;
}
tr.smDark
{
	background-color:#eeeeee;
	/*text-align:center*/
}
tr.smLight
{
	background-color:#DDDCCE;
	/*text-align:center*/
}
.smCellSelected
{
	background-color: #F6F5EC;
}

.smRowSelected
{
	background-color: #F6F5EC;
	/*text-align:center*/
}
.smRow0
{
	background-color:#DDDCCE;
	/*text-align:center*/
}
.smRow1
{
	/*background-color:#dddddd;*/
	/*text-align:center*/
}
.smHeader
{
	font-weight: bold;
	font-size: 13px;
}
input.cartButton
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-image: url("/images/button_bg.gif");
	color: #666666;
	border: solid #636B6C 1px;
	background-color: #F0EFE0;
}
input.cartTextInput, input.cartRadio, input.cartCheckbox, textarea.cartTextarea, select.cartSelect
{
	color: #000000;
	border: solid #DDDCCE 1px;
	background-color: #F0EFE0;
}
.verysmall
{
	font-size: 10px;
}


a.back:link,a.back:visited,a.back:active,a:hover
{
color:912B2B;
}