@charset "ISO-8859-1";
select#mnuReloadExpressCardAmount
{
	width: 80px;
}

select#mnuReloadExpressCardAmount
{
	width: 80px;
}

div#leftTop, div#leftBottom, div#leftMiddle
{
	background-repeat:no-repeat;
	width: 428px;
	margin: -1px 0 0 0;
	float: left;
	padding:0;
}

div#leftTop
{
	background-image:url(../images/estore/vipCardBackground.jpg);
	height: 180px;
}

div#leftMiddle
{
	background-image:url(../images/estore/vipReloadBackground.jpg);
	margin-top: 40px;
}

div#leftBottom
{
	background-image:url(../images/estore/reload-card.jpg);
	margin-top: 40px;
	padding-bottom:15px;
}

.heading
{
	font-size: 12px;
	text-decoration:underline;
	font-weight:bold;
}

div#shoppingCart
{
	width: 326px;
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 4px;
}

#content
{
	margin-left: 195px;
	padding-top:10px;
	padding-right: 5px;
	padding-bottom:0;
	margin-bottom:0;
}

select.amount
{
	width: 120px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	font-size:12px;
	margin-bottom: 10px;
}

select.quantity
{
	width: 80px;
	border: 1px solid #CCCCCC;
	margin-right: 0;
	margin-bottom: 10px;
	padding:0;
	font-size:12px;
}

#frmReload td
{
	padding-bottom: 10px;
}

div#shoppingCart td
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom: 1px solid #CCC;
}

div#shoppingCart th
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color:#CAF33F;
	border-top: 1px solid #FFF;
}

th#leftTopCell
{
	border-left: 1px solid #FFF;
}

th#rightTopCell
{
	border-right: 1px solid #FFF;
}

div#shoppingCart table
{
	border-left: 4px solid #2D3690;
	border-right: 4px solid #2D3690;
	border-bottom: 4px solid #2D3690;
}

#frmReload td#showBalance
{
	background-color:#2D3690;
	color:#CAF33F;
	padding: 5px 0 5px 10px;
	font-weight:bold;
}

input#txtReloadCardNumber,
input#txtReloadVIPcardNumber
{
	width: 121px;
	border: 1px solid #CCC;
	font-size:11px;
	height: 16px;
	padding-left:3px;
	color: #666;
}

#shoppingCart select
{
	width: 45px;
}

td.amt
{
	padding-right: 35px;
	text-align:left;
}

div#mainContent
{
	overflow:hidden;
}

td#emptyShoppingCart
{
	text-align:center;
	font-size:18px;
	line-height:1.5em;
}

.deleteBtn
{
	margin-right:7px;
	padding:0;
	margin-bottom:-2px;
}

div#shoppingCart tr.checkout td
{
	border: none;
	padding:5px;
}

div#shoppingCart table table
{
	border: none;
}

form
{
	margin:0;
}

form#frmReload
{
	margin-top:10px;
}


