input.button {
	/*
	background: #006666;
	color:white;
	font: bold 11px Verdana;
	border-color: #117777 #002222 #002222 #117777;
	*/
	background: #999999;
	border-width: 1px;
	color:white;
	font: bold 10px Tahoma;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

/* Common */

table, td, th {
	font-family: Tahoma;
	font-size: 11px;
	}


.b {	font-weight:bold;	/*bold*/
	}

.n {	font-weight:normal;	/*normal*/
	font-style:normal;
	}

.mu {	margin-top:5px;	/*margin up*/
	}

.md {	margin-bottom:5px;	/*margin down*/
	}

.mr {	margin-right:5px;	/*margin right*/
	}

.ml {	margin-left:5px;	/*margin left*/
	}


/* Login */

table.login {
	font:normal 11px Tahoma; 
	}

table.login td.block{
	background: #F0f0f0;
	border:solid 1px gray;
	padding: 5 8 5 8px;
	}
table.login th.block{
	background: white;
	border:solid 1px gray;
	padding: 5 8 5 8px;
	}

/* My Account*/
table.login th.block h1{
	font:normal 18pt Arial;
	}

table.history {
	border:solid 1px gray;
	border-width: 1 0 0 1px;
	background:white;
	}
table.history td {
	border:solid 0px gray;
	border-width:  0 1 1 0px;
	padding: 2 5 2 5px;
	}
table.history td td{
	border:none;
	}
table.history th {
	border:solid 0px gray;
	border-width:  0 1 1 0px;
	}

/* Register */
h1.register {
	font:bold 15pt Arial;
	margin: 3 0 3 0px;
	font-weight:normal;
	color:#bb1111;
	}

/* Tracker */
table.tracker {
	font:normal 11px Tahoma; 
	}
table.tracker td {
	background: white url(tracker.gif) repeat-x bottom left;
	}

/* Messages */
input.msg {
	border-width:1px;
	font:bold 10px Arial;
	width:103px;
	}
.row_even {
	background:white;
	}
.row_odd {
	background:#Ededed;
	}


/*
*
*	Tue, Dec-21-2004
*	Wishlist Controls CSS Classes
*
*/
table.wishlist-controls {
	margin: 8 0 6 0px;
	}
table.wishlist-controls td {
	vertical-align:middle;
	}
table.wishlist-controls input {
	margin: 3 0 0 0px;
	width:124px;
	font: bold 10px Arial;
	}
table.wishlist-controls select {
	margin-top:1px;
	}
table.wishlist-controls th input {
	margin: 0 0 0 3px;
	}
tr.wishlist-controls td input {
	width:300px;
	letter-spacing:1px;
	}
table.wishlist-quantity {
	margin: 0 0 6 0px;
	}
table.wishlist-quantity td{
	text-align:right;
	}
table.wishlist-quantity th{
	padding: 0 16 0 3px;
	}
table.wishlist-quantity input{
	text-align:center;
	}
