﻿/* ---------------------------Tab System---------------------------*/

.MyDetails #TabSystem #Menu ul, .MyDetails #TabSystem #Menu ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.MyDetails #TabSystem #Menu ul
{
	height:39px;
	position:relative; top:2px;
}
.MyDetails #TabSystem #Menu ul li
{
	background: none;
	padding: 0 1px 0 0;
	float: left;
}
.MyDetails #TabSystem #Menu ul li a
{
	display: block;
	clear: both;
	background: url(/images/2009/MyDetails_NonActiveTab.gif) no-repeat 0 0;
	font-family: Arial, Sans-Serif;
	color: #505050;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 20px;
	line-height: 39px;
	width: 150px;
}
.MyDetails #TabSystem #Menu ul li a.active,
.MyDetails #TabSystem #Menu ul li a:hover
{
	background: url(/images/2009/MyDetails_ActiveTab.gif) no-repeat 0 0;
	color: #505050;
}
.MyDetails #TabSystem .tab
{
	background: url(/images/2009/MyDetails_BG.gif) repeat-y 0 0;
	padding: 24px;
	display: none;
	overflow: hidden;
}
.MyDetails #TabSystem div.active
{
	display: block;
}
.MyDetails #TabSystem .tab #tblActions
{
	clear: left;
}
.MyDetails #TabSystem .firstTab{ display:block;}
.MyDetails #TabSystem .secondTab, .MyDetails #TabSystem .thirdTabl{ display:none;}

/* ---------------------------end Tab System---------------------------*/

/*------------------- Address tab --------------------------*/
.CheckoutSummaryWrapper
{
	display: none;
}
.DetailsWrapper table
{
}

.DetailsTable1
{
	width: 290px;
	/*clear:left; */
}

.DetailsTable2
{
	width: 290px;
	position: absolute;
	top: -4px;
	left: 450px;
}

.DetailsWrapper table td
{
	padding: 2px 0 2px 0;
}

.AddressErrors ol
{
	display: none;
}

.DetailsWrapper
{
	float: left;
}

.BillingHeader .H1Class
{
	/*position: relative; 	top: -14px;*/
}

.HD
{
	display: none; /* hide superfluous div tag */
}
.WhiteBoxInner .H1Class
{
	width: 290px;
}

.WhiteBoxInner
{
	width: 694px;
	position: relative;
}

.InnerBoxWhiteTop
{
	display: none;
}

.DetailsWrapper .H1Class
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.InnerTableWrapper
{
	background: url(  "/images/MyDetails_Divider.gif" ) repeat-y left;
	width: 694px;
	display: block;
}

.DetailsBottomTable tr
{
	display: none;
}

.DetailsBottomTable
{
	width: 694px;
}

.DetailsBottomTable .MemberOnly
{
	display: inline;
}

.GreyLineDiv
{
	height: 7px;
	border-top: 1px solid #CCC;
}
.MDW
{
	width: 840px;
}
.CheckoutOnlyButton
{
	display: none;
}

.MemberOnlyButton
{
	float: right;
}

/*------------------- End Address tab --------------------------*/


.TransactionHistory, .TransactionHistory a, .TransactionHistory a:active, .TransactionHistory a:link, .TransactionHistory a:hover
{
	font: normal 12px/16px arial;
	color: #000;
	text-decoration: 'underline';
}
.TransactionColumn
{
	margin: 10px;
	width: 100px;
	text-align: left;
}
.TransactionItemsTable
{
	border-bottom: solid 1px #ededed;
}
.TransactioItemDescription
{
	text-align: left;
	width: 300px;
}
.TransactionHistory .Label, .TransactionHistory .Field
{
	width: 89px;
}
.TransactionHistory .Spacer
{
	width: 263px;
}

.SavedPanel
{
	margin: 2px;
	padding: 5px;
	background-color: #fff;
	border: solid 1px #666;
	display: block;
	clear: both;
	width: 350px;
}

.SavedPanel img
{
	padding: 2px;
	vertical-align: middle;
}

.SavedPanel span
{
	margin: 5px;
}