﻿/* Cart*/
table #Cart 
{
    width:100%;
    border-width:0px;
    border-collapse:collapse;
}

#Cart th 
{
    background-color: #185C1A;
    color: #CCFFBB;
}

#Cart .ActionColumn
{
    width:90px;
}

#Cart .Alternate
{
	background-color: #F7F6F3;
}
/* ------------------------------------------------------------*/

/* Cart Sub */
table #CartSub
{
    margin-left: 10px;
    width: 95%;
    color: #C0C0C0;
    font-size: small;
    border-collapse:collapse;
}

#CartSub th
{
    background-color: #CCCCCC ;
    color: #808080;
}

/* ------------------------------------------------------------*/
.rightAlign
{
    text-align:right;
}

.leftAlign
{
    text-align: left;
}
#GoogleHelp
{
	border: 1px solid #000080;
	padding: 2px;
	float: left;
	background-color: #FFFF99;
	width: 300px;
	text-align:center;
	z-index:99999;
	position: absolute;
	visibility:hidden;
}
