table.myMenu{
	border:0;
	padding:0;
	margin:0;
	width:100%;
}
table.myMenu td{
	width:50%;
	vertical-align:text-top;
}
table.myMenu th{
}
table.myMenu td p{
	border-bottom:1px dotted #aaaaaa;
	padding:0;
	margin:0;
}
table.myMenu td a{
	display:block;
	text-decoration:none;
	color:#333333;
	padding:10px;
}
table.myMenu td a:hover{
	background-color:#eeeeee;
}
table.myMenu td a .title{
	color:#FF6600;
}

table.invoicePaymentDetails{
	border:1px solid #FFD74E;
}
table.invoicePaymentDetails th{
	font-weight:normal;
	color:#666666;
	text-align:right;
	padding:5px;
	background-color:#FFF9DC;
}
table.invoicePaymentDetails td{
	text-align: left;
	width:50%;
	padding:5px;
}

div.breadCrumb {
	min-height:1px;
}
div.breadCrumb a{
	color:#333333;
	padding:3px 10px 3px 10px;
	border:1px solid #dddddd;
	margin-bottom:4px;
	margin-right:10px;
	text-decoration:none;
	background-color:#eeeeee;
	white-space: nowrap;
	float: left;
}

div.breadCrumb a:hover{
	background-color:#FFF9DB;
	border:1px solid #FFD74E;
}

h1{
	border-bottom:1px solid #FF9900;
	padding-bottom:7px;
	margin-bottom:15px;
}

table.myAccountOrderHistory{
	width:100%;
}
table.myAccountOrderHistory td{
	padding:4px;
	border-bottom:1px dotted #aaaaaa;
}
table.myAccountOrderHistory th{
text-align:left;
	border-bottom:1px dotted #aaaaaa;
	padding:5px;
}


table.form{
	width:100%;
	border:0;
}
table.form th{
	padding:10px;
	text-align:left;
	border-bottom:1px dotted #aaaaaa;
}
table.form td{
	padding:4px;
}

#orderConfirmation {
	margin: 0 0 10px 0;
}

p.breadCrumb {
	color: #999;
	padding: 0 0 20px 0;
}
p.breadCrumb a {
	color: #999;
	text-decoration: none;
}
p.breadCrumb a:hover {
	color: #000;
	text-decoration: none;
}
table.checkoutDetails {
	border:1px solid #FFD74E;
}
table.checkoutDetails th{
	font-weight:normal;
	color:#666666;
	text-align:left;
	padding:5px;
	background-color:#FFF9DC;
	border-bottom:1px solid #FFee99;
}
table.checkoutDetails th.billing {
	border-bottom:none;
}
table.checkoutDetails td.billing {
	border-bottom:none;
}
table.checkoutDetails td{
	width:50%;
	padding:5px;
	border-bottom:1px solid #FFee99;

}
table.checkoutDetails tr.bglight td{
	background-color:#FFFDEF;
}
table.checkoutDetails tr.bgdark td{
	background-color:#FFF9DC;
}

table.alert td{
	padding:15px;
}
table.invoiceAddresses{
}
table.invoiceAddresses td{
	padding:10px;
}
table.invoiceAddresses td.shipping{
	background-color:#FFF9DC;
	border:1px solid #FFD74E;
}
table.invoiceAddresses td.billing{
	border:0;
	background-color:#eeeeee;
	border-right:1px solid #cccccc;
}

.myAccountOrderHistory a{
	color:#FF6600;
	text-decoration:none;
}
.myAccountOrderHistory a:hover{
	color:#000000;
	text-decoration:underline;
}
