

#productTable
{
	padding: 0px;
	margin: 2px 4px 4px 4px;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 192px;
}

#productTable .columnTitle
{
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #666;
	background-color: #dde0ee;
	text-align: left;
}

#productTable td
{
	
	margin: 0px;
	border-left: 1px solid #ccc;
}

#productTable tr
{
	height: 18px;
	font-size: 11px;
}

#productTable .name
{
	width: 480px;
}

#productTable .label
{
	font-weight: normal;
}

#productTable .name a
{
	font-weight: bold;
}

#productTable .quantity
{
	width: 80px;
}

#productTable .price
{
	width: 80px;
}

#productTable .actions
{
	text-align: right;
	width: 84px;
}

#productTable .rowOver
{
	background-color: #e9ebf4;
}

#productTable .rowOut
{
	background-color: #fff;
}

#productTable .rowHighlight
{
	background-color: #fbe4c3;
}

#productTotal
{
	margin-top: 10px;
	margin-left: 508px;
	font-size: 12px;
}

#mainContentShoppingCartEvents
{
	float: left;
	width: 198px;
	border: 1px solid #ccc;
	text-decoration: none;
}

#mainContentShoppingCartProducts
{
	float: left;
	width: 198px;
	border: 1px solid #ccc;
	text-decoration: none;
}

