/*
----------------------------------------
ASI Cart Manager Style Sheet
---------------------------------------- */

/* CSS users, please refer to http://www.w3schools.com/css/css_reference.asp for details */

body
{
	/* background: background-color background-image background-repeat background-attachment background-position */
	/* border: border-width border-style border-color */
	border: 0px solid #000;
	/* font: font-style font-variant font-weight font-size/line-height font-family */
	font: normal normal normal small Verdana, Arial, Helvetica, sans-serif;
	/* margin: margin-top margin-right margin-bottom margin-left */
	margin: 0px 0px 0px 0px;
	/* padding: padding-top padding-right padding-bottom padding-left */
	padding: -1px 5px 5px 5px;
}

/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyContent
{
	position:relative;
	padding-top: 1px;
	/*padding-right: 10px;*/
	padding-bottom: 10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:left;
}

.cartManagerTableHeader
{
	height: 18px;
	font-size: 11px;
	color: #000;
	background-color: #e9ebf4;
	border-left: 6px solid #999;
	font-weight:bold;
}

.cartManagerTableHeaderCell
{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 3px;
	padding-right: 3px;	
}

.cartManagerTableHeaderCellSelected
{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 3px;
	padding-right: 3px;	
	background-color: Yellow;
}

.cartManagerTableCell
{
	border-top: 1px solid #ccc;
	padding: 3px;
}

.cartManagerTableRow
{
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
}

.cartManagerTableRowSelected
{
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: Yellow;
}

.cartManagerTableRowAlt
{
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #f4f4ff;	
}

#cartEventDetailsItem
{
	border: 1px solid #ccc;
	background-color:Transparent;
	width:495px;
}

#cartProductDetailsItem
{
	border: 1px solid #ccc;
	background-color:Transparent;
	width:495px;
}
#cartDuesDetailsItem
{
	border: 1px solid #ccc;
	background-color:Transparent;
	width:495px;
}


.cartManagerCartDetails
{
	font-size: 11px;
	background-color:Transparent;
	height:auto;
}

.cartManagerTableRowDetails
{
	font-size: 11px;
	background-color:Transparent;
}

#tblCartItem
{
	border: 1px solid #ccc;
}