﻿div.Subtitle a:link,
div.Subtitle a:hover,
div.Subtitle a:active,
div.Subtitle a:visited
{
    font-weight: bold;
}

table.ProductRow td
{
    width: 142px;
    vertical-align: top;
}

table.ProductRow td.separator
{
    width: 10px;
}

.ProductName
{
    color: #5F3F1A;
    font-weight: bold;
    font-size: 12px;
}

table.ProductRow td .Price
{
    font-size: 14px;
}

a.BulletedLink:link,
a.BulletedLink:hover,
a.BulletedLink:active,
a.BulletedLink:visited
{
    margin-bottom: 5px;
}

div.AdditionalItem
{
    background-color: #f2efe0;
	background-image: url(/images/backgrounds/darkTan_topLeft_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 295px;
	margin-bottom: 12px;
}

div.AdditionalItem div
{
	background-image: url(/images/backgrounds/darkTan_topRight_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.AdditionalItem div div
{
	background-image: url(/images/backgrounds/darkTan_bottomLeft_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.AdditionalItem div div div
{
	background-image: url(/images/backgrounds/darkTan_bottomRight_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.AdditionalItem td
{
    vertical-align: top;
}
