@import url(Checkout.css);

#prodTable
{
	padding: 0px;
	margin: 2px 4px 4px 4px;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 339px;
}

#prodTable .columnTitle
{
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #666;
	background-color: #dde0ee;
	text-align: left;
}

#prodTable td
{
	
	margin: 0px;
	border-left: 1px solid #ccc;
}

#prodTable tr
{
	height: 18px;
	font-size: 11px;
}

#prodTable .nowrap
{
	white-space: nowrap;
	overflow: hidden;
	width: inherit;
}

#prodTable .name
{
	width: 480px;
}

#prodTable .name a
{
	font-weight: bold;
}

#prodTable .quantity
{
	width: 80px;
}

#prodTable .price
{
	width: 80px;
}

#prodTable .actions
{
	text-align: right;
	width: 84px;
}

#prodTable .rowOver
{
	background-color: #dde0ee;
}

#prodTable .rowOut
{
	background-color: #fff;
}

#prodTable .rowHighlight
{
	background-color: #fbe4c3;
}