/* This stylesheet governs the customer look & feel for screen */
/* Default print styles */

/* GENERIC */

body {
	background: #fff;
	font-family: Verdana, Helvetica, sans-serif;
}

input {
	display: none;
}

th {
	text-align: left;
}

/* CHECKOUT */

div.checkout_prog {
	display: none;
}

/* ORDER PROGRESS */

div.shipping_method {
	display: none;
}

/* NAVS */

.specnav {
	display: none;
}

.noprint {
	display: none;
}

#messages {
	display: none;
}

th {
	text-align: left;
}

div.specnav {
	display: none;
}

a {
	color: black;
	text-decoration: none;
}

table#ccbymail {
	border-collapse: collapse;
}

table#ccbymail td,
table#ccbymail th {
	border: 1px solid #000;
}

td#cvv {
	padding: 0.5em;
}


