HTML {
	font-family: verdana;
	background-color: white;
	color: black;
}

BODY, TD, SELECT, INPUT {
	font-family: verdana;
	font-size: 11px;
}

H1 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
}

H2 {
	font-size: 15px;
	font-weight: bold;
}

A {
	text-decoration: none;
	color: #000099;
}

A:Hover {
	text-decoration: underline;
	color: #0000CC;
}

FORM {
	margin: 0px;
	padding: 0px;
}

INPUT.button {
	font-family: arial, verdana;
	font-size:13px;
}

INPUT.mainbutton {
	font-family: arial, verdana;
	font-size:13px;
	font-weight:bold;
	/*color:#006699;*/
}

.sidebar {
	width: 165px;
	border: 1px solid black;
	background-color: #F8F8DD;
	margin-bottom: 10px;
}

.sidebar-header {
	background-color: #EEEEBB;
	border-bottom: 1px solid black;
	padding: 5px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}

.sidebar-footer {
	background-color: #EEEEBB;
	border-top: 1px solid black;
	padding: 5px;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	text-align: center;
}

.sidebar-body {
	padding: 5px;
	font-size: 10px;
}

TABLE.cart-table {
	border-collapse: collapse;
}

TABLE.cart-table TBODY TD {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
