/* Common */
h1 {    font-size: 13pt;	color: #118DE6;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}
h2 {    font-size: 10pt;	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;}
BODY, table {
     font-size : 10pt;
     font-family: Verdana, Arial, sans-serif;
     color: black;
}

.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: #F0FFFF;
	border: solid 1px #87CEFA;
	padding: 5 8 5 8px;
	}
table.login th.block{
	background: white;
	border: solid 1px #87CEFA;
	padding: 5 8 5 8px;
	}

/* My Account*/
table.login th.block h1{
	font:normal 18pt Arial;
	}

table.history {
	border: solid 1px #87CEFA;
	border-width: 1 0 0 1px;
	background:white;
	}
table.history td {
	border: solid 0px #87CEFA;
	border-width:  0 1 1 0px;
	padding: 2 5 2 5px;
	}
table.history td td{
	border:none;
	}
table.history th {
	border: solid 0px #87CEFA;
	border-width:  0 1 1 0px;
	}

/* Register */
h1.register {
	font:bold 15pt Arial;
	margin: 3 0 3 0px;
	font-weight:normal;
	color: #118DE6;
	}

/* 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: #F0FFFF;
	}


/*
*
*	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;
	}
	
#main-column td {
	vertical-align: top;
}

.product-display-box {
	padding: 10px;
	margin: 10px 3px;
	border: 1px solid #4682B4;
}

.inputtxt {
	margin: 2px;
}