﻿/* Shopping Cart */

.ShoppingCartSection
{
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}

.ShoppingCartSection table.tbl_common *
{
	font-size: 9pt;
}

.ShoppingCartNote
{
	padding-top: 5px;
	font-weight:bold;
	clear: left;
}

.ShoppingCartContent
{
	padding-bottom: 5px;
	clear: left;
}

table.tbl_common tr.prow1 .ShoppingCartItemCodeCol
{
	width:120px;
}

table.tbl_common tr.prow1 .ShoppingCartItemDescCol
{
	width:225px;
}

table.tbl_common tr.prow1 .ShoppingCartFigureCol
{
	width:100px;
}

table.tbl_common tr.prow1 .ShoppingCartActionCol
{
	width:60px;
}


table.tbl_common tr.prow2 .ShoppingCartItemCodeCol
{
	width:120px;
}

table.tbl_common tr.prow2 .ShoppingCartItemDescCol
{
	width:225px;
}

table.tbl_common tr.prow2 .ShoppingCartFigureCol
{
	width:100px;
}

table.tbl_common tr.prow2 .ShoppingCartActionCol
{
	width:60px;
}

/*
.ShoppingCart_Table
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/
/*
.ShoppingCartItem
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/
/*
.ShoppingCartHeader
{
	background-color: #A6D2EB;
	color: #FFFFFF;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 10pt;
}
*/
/*
.ShoppingCartRow
{
	background-color: #5587AC;
	color: #6CCFF6;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/
/*
.ShoppingCartAltRow
{
	background-color: #A6D2EB;
	color: #636466;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/
/*
.ShoppingCartRowCell
{
	background-color: #ffffff;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/
/*
.ShoppingCartRowAltCell
{
	background-color: #ffffff;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/
/*
.ShoppingCartAltRowCell
{
	background-color: #ffffff;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/
/*
.ShoppingCartAltRowAltCell
{
	background-color: #ffffff;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
*/
/*
.ShoppingCartFooter
{
	background-color: #A6D2EB;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 10pt;
}
*/
/*
.ShoppingCartEmptyRow
{
	background-color: #A6D2EB;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 3px;
}
*/