*
{
	font-family: "Lucida Grande" , Lucida, Verdana, sans-serif;
}

/* Form fields */


input, select, textarea
{
	font-size: 1em;
	border-width: 1px;
	color: #333333;
}

input, textarea
{
	padding: 0.2em 0.4em 0.2em 0.4em;
}

input.Quantity
{
	width: 3em;
	text-align: center;
}

textarea
{
	width: 100%;
	height: 150px;
	overflow: auto;
}

input.Medium
{
	width: 16em;
}

input.Small
{
	width: 8em;
}
input.Tiny
{
	width: 3em;
}

input.Button
{
	/* These two lines remove the default padding from buttons in IE */
	overflow: visible;
	width: auto; /* So that we can apply our own */
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: white;
	color: #333333;
}

input.Button:hover
{
	background-color: #ECC600;
	color: Black;
}

.Required
{
	color: Red;
	font-weight: bold;
}

.QuantityRange
{
	/* Quantity cells are unreadable if they are allowed to wrap - TB */
	white-space: nowrap;
}

.Guide li
{
	clear: both;
	position: relative;
	padding-bottom: 12px;
}

.Guide img
{
	float: right;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 8px;
}

#PrimaryContent .sitemap li, .sitemap li a
{
	list-style: disc;
	color: Black;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 12px;
	font-size: small;
}

table, th, td, th:hover, td:hover
{
	padding: 0;
	border: 0;
	background: transparent;
}

table.DataTable {
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	background: #e1e1e1;
	}

table.DataTable th, table.DataTable td {
	padding: 0.1em 1em;
	border: 1px solid #999;
	}

table.DataTable th {
	font-weight: bold;
	color: #fff;
	background: #555;
	border: 1px solid #fff;
}

table.DataTable caption {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

table.DataTable col {
	border-right: 1px solid #999;
	}

table.DataTable col#price {
	border: none;
	}

table.DataTable thead {
	background: #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #999;
	}

table.DataTable th {
	font-weight: normal;
	text-align: left;
	}

table.DataTable tr:hover {
	background-color: #ccc;
	color: #000;
	}

table.DataTable thead tr:hover {
	background-color: transparent;
	color: inherit;
	}
