/* ================================
    CSS STYLES FOR Module MWBookNews
   ================================
*/

.CartList
{
	border-right: #999999 1px solid;
	padding-right: 3px;
	border-top: #999999 1px solid;
	padding-left: 3px;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	font-family: Arial, Verdana, Sans-Serif;
	border-collapse: collapse;
	width: 100%;
}

.CartListHead
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #336699;
}

.CartListFooter
{
	background-color: #CCCCCC;
	color: #000000;
}

.CartListItem
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #FFFFFF;
}

.CartListItemAlt
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #EEEEEE;
}

.CartListSelected
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #008a8c;
}

.CartListMouseOver
{
	background-color: #d6d8e8;
}


