body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Form elements */

form
{
	margin: 0px;
	padding: 0px;
}

select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.buttonstyle
{
}

/* Hyperlinks */

a:visit
{
	color: #ff6600;
	text-decoration: underline;
}

a:link, a:visited, a:active
{
	color: #ff6600;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Layout styles */

.sitewidth
{
	width: 950px;
}

.contentleftcolumn
{
	width: 160px;
	vertical-align: top;
}

.contentmaincolumn
{
	vertical-align: top;
}

.contentrightcolumn
{
	width: 160px;
	vertical-align: top;
}

.contentcentercolumn
{
	vertical-align: top;
}

.contentsinglecolumn
{
}

/* Text styles */

.smalltext
{
	font-size: 10px;
}

.redtext
{
	color: #c00;
}

.errortext
{
	color: #c00;
}

/* Header styles */

.smallheader
{
	font-weight: bold;
}

.largeheader
{
	font-weight: bold;
	font-size: 17px;
}

/* Content editor */

.contenteditor
{
	border: 1px dashed #cccccc;
	padding: 4px;
}

/* Price display */

.pricebeforediscount
{
	text-decoration: line-through;
}

.priceafterdiscount
{
	color: #c00;
}

/* Category summary display user control */

.categorysummarybox
{
	height: 150px;
	width: 170px;
	border: 1px solid #C9D3DD;
	margin: 0px 8px 8px 0px;
	text-align: center;
	padding-top: 10px;
}

.categorysummaryimageholder
{
	height: 100px;
}

.categorysummarytext
{
	padding: 0px 5px 0px 5px;
}

/* Product summary display user control */

.productsummarybox
{
	height: 170px;
	width: 170px;
	border: 1px solid #C9D3DD;
	margin: 0px 8px 8px 0px;
	text-align: center;
	padding-top: 10px;
	margin-bottom:35px;
}

.productsummarybox ul
{
	padding:0;
	margin:0;
	list-style: none;
}

.productsummarybox li
{
	padding:0;
} 

.productsummaryimageholder
{
	height: 75px;
}

.productsummarytext
{
	padding: 0px 5px 0px 5px;
}

/* Linked product summary display user control */

.linkedproductsummarybox
{
	height: 170px;
	width: 170px;
	border: 1px solid #C9D3DD;
	margin: 0px 8px 8px 0px;
	text-align: center;
	padding-top: 10px;
}

/* no longer used */
.linkedproductsummaryimageholder
{
	height: 100px;
}

/* no longer used */
.linkedproductsummarytext
{
	padding: 0px 5px 0px 5px;
}

