
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* Only use header one time via an element ID */
#header
{
	height: 80px;
	background-image: url(images/Generic_Header.gif);
	padding-top: 0px;
	margin-top: 0px;
}

.buttonBanner
{
	width: 100%;
}

.buttonBanner td
{
	width: 50%;
	padding: 0px;
	margin: 0px;
}

#inputTable
{
	padding: 0px;
	margin: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 742px;
}

#inputTable .label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	text-align: right;
	vertical-align: top;
	width: 40%;
}

#inputTable .input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#inputTable .input a
{
	line-height: 150%;
}

#inputTable .input .textbox
{
	width: 300px;
	border: solid 1px #999;
	margin: 2px;
}

#productTable, #productKitTable
{
	padding: 0px;
	margin: 4px;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#productTable, #productKitTable .columnTitle
{
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #666;
	background-color: #eef0ff;
}

#productTable, #productKitTable td
{
	padding: 2px;
	margin: 0px;
	border-left: 1px solid #ccc;
}

#productTable, #productKitTable tr
{
	height: 18px;
	font-size: 11px;
	cursor: pointer;
}

#productTable, #productKitTable .nowrap
{
	white-space: nowrap;
	overflow: hidden;
	width: inherit;
}

#productTable .preview
{
	width: 100px;
}

#productTable .name
{
	width: 352px;
}

#productTable .quantity
{
	width: 84px;
}

#productTable .rowOver
{
	background-color: #e9ebf4;
}

#productKitTable .rowOver
{
	background-color: #e9ebf4;
}

#productTable .rowOut
{
	background-color: #fff;
}

#productKitTable .rowOut
{
	background-color: #fff;
}

#productTable, #productKitTable .rowHighlight
{
	background-color: #fbe4c3;
}

#mainContent
{
	float: left;
	width: 750px;
	border: 1px solid #dcdcdc;
}

#mainContentColumnWide
{
	float: left;
	width: 536px;
}

#mainContentColumnThin
{
	float: left;
	width: 200px;
	margin-left: 10px;
}

#productContents
{
	float: left;
	width: 100%;
	border: 1px solid #dcdcdc;
}

#categoryNavigation
{
	float: left;
	width: 100%;
	border: 1px solid #dcdcdc;
	font-size: 10px;
}

#categoryNavigation a
{
	margin-left: 20px;
	display: block;
}

#productHeader
{
	float: left;
	width: 356px;
}

#productDetailAttributes
{
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
}

.price
{
	font-weight: bold;
	font-size: 12px;
	color: black;
}

.subtitle .quantity
{
	border: 1px solid #dcdcdc;
	width: 260px;
	padding: 8px 3px;
	font-size: 10px;
	color: #000;
}

.itemHeader
{
	font-size: 12px;
	font-weight: bold;
}

.itemDescription
{
	padding-top: 10px;
	font-size: 12px;
}

.formLabel
{
	font-size: 12px;
	text-align: right;
	padding-right: 4px;
}

.formTextfield
{
	width: 200px;
	font-size: 11px;
	height: 15px;
	margin-bottom: 4px;
}

.formCheckbox
{
	margin-left: 0px;
}

.formCheckboxRightLabel
{
	font-size: 12px;
	vertical-align: text-top;
}

.formButton
{
	font-size: 11px;
	height: 20px;
	margin: 4px 0px;
	border: solid 1px #000;
	background-color: #CACFDE;
}

.formButtonCancel
{
	font-size: 11px;
	height: 20px;
	margin: 4px 0px;
	color: #666;
	border: solid 1px #000;
	background-color: #CACFDE;
}