.myaccountwrap .loginwrap {
	width: 210px;
	margin: auto;
	text-align: left!important;
}
.myaccountwrap .logintext {
	font-size: 12px;
	font-weight: 600;
	color: #333;
	text-align: left!important;
	margin-top: 5px;
}
.myaccountwrap input {
	width: 180px;
	padding: 4px 4px;
	margin: 4px 0;
	font-size: 16px;
	color: #666;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	outline:none;
}
.myaccountwrap input.loginbutton {
	width: 70px!important;
	padding: 3px;
	font-size: 12px;
	margin-top: 12px;
	cursor: pointer;
	outline:none;
}
.widecolumn form {
	margin-left: 15px;
}
.ordersbutton {
	width: 112px;
	height: 22px;
	overflow: hidden;
	background: transparent url('images/orders-button.jpg') no-repeat 0 0;
	margin-top: 12px;
	margin-left: 15px;
}
.quotesbutton {
	width: 112px;
	height: 22px;
	overflow: hidden;
	background: transparent url('images/quotes-button.jpg') no-repeat 0 0;
	margin-top: 5px;
	margin-left: 15px;
}
.accountbutton {
	width: 112px;
	height: 22px;
	overflow: hidden;
	background: transparent url('images/account-button.jpg') no-repeat 0 0;
	margin-top: 5px;
	margin-left: 15px;
}
.ordersbutton:hover, .quotesbutton:hover, .accountbutton:hover {
	background-position: 0 -22px!important;
}
h2.welcomemessage {
	font-size: 16px;
	color: #AAAAAA!important;
	margin-top: 0;
	font-family: Arial, 'Helvetica', sans-serif;
}
.errormsg {
	font-size: 12px;
	color: #FF0000;
	font-weight: 600;
	width: 220px;
	text-align: center;
	margin: 10px auto;
	padding-left: 14px;
}
#orderlistingtable {
	width: 100%;
}
#orderlistingtable th {
	background: #CCCCCC url('images/table-gradient.jpg') repeat-x 0 0;
	height: 26px;
}
#orderlistingtable td {
	padding: 4px 0;
}
#orderlistingtable td {
	background: #FFF;
}
#orderlistingtable tr.altcol td {
	background-color: #efefef;
}
#orderdetailstable {
	width: 100%;
	margin-top: -3px !important;
	margin-left: -5px!important;
}
#orderdetailstable td {
	font-size: 12px;
}
#orderdetailstable td p {
	font-size: 12px;
	margin-top: 10px!important;
	line-height: 17px;
}
#orderproducts {
	width: 100%;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-left: -5px;
}
#orderproducts th {
	font-weight: 600;
	font-size: 12px;
	border-bottom: 1px dotted #CCC;
	padding: 0 4px 10px 4px;
}
#orderproducts td {
	border-bottom: 1px dotted #CCC;
	padding: 5px 0;
}
#orderproducts td.grandtotaltd {
	border-bottom: 1px solid #CCC!important;
	font-weight: 800;
	font-size: 12px;
	padding: 10px 0;
}
.viewbutton a img {
	display: none!important;
}
