/*
<div class="disney-ui-feature">
	<div class="feature-header feature-heading">
		<h2>Outside Heading</h2>
	</div>
	<table class="feature-panel">
		<tbody>
			<tr>
				<td colspan="2" class="feature-heading"><h2>Featured Product</h2></td>
			</tr>
			<tr>
				<td class="feature-media">
					<img class="feature-media" alt="Handy Manny Action Figure and Tool Kit" src=""/>
				</td>
				<td class="feature-content">
					<h3>Handy Manny Action Figure</h3>
					<p>Let's Get to Work Handy Manny Action Figure and Tool Kit</p>
					<p class="feature-price">$29.95</p>
					<ul class="feature-related">
						<li><a href="#2">Handy Manny's 2-in-1 Transforming Truck</a></li>
						<li><a href="#3">5pc Handy Manny Bath Set</a></li>
						<li><a href="#4">Handy Manny; Toolbox Book</a></li>
					</ul>
				</td>
			</tr>
		</tbody>
	</table>
	<div class="feature-footer">{FOOTER}</div>
</div>
*/

div.disney-ui-feature
{
	width: 614px;
}

div.disney-ui-feature table.feature-panel,
div.disney-ui-feature table.feature-panel td
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

div.disney-ui-feature table.feature-panel
{
	width: 614px;
	height: 339px;
	/*	background: transparent url(/wwwroot/media/en-US/dcom/foryou/preschool/disney-ui/feature/panel.gif) 0 0 no-repeat;	*/
	background: transparent url(http://a.dolimg.com/media/en-US/dcom/foryou/preschool/disney-ui/feature/panel.gif) 0 0 no-repeat;
}

div.disney-ui-feature .feature-heading h2
{
	color: #8b7ee3;
	font-weight: bold;
	font-size: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	font-family: "Georgia", serif;
}

div.disney-ui-feature td.feature-content h3,
div.disney-ui-feature td.feature-content h3 a
{
	color: #8b7ee3;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	font-family: "Georgia", serif;
	text-decoration: none;
}

div.disney-ui-feature td.feature-content h3 a:hover
{
	text-decoration: underline;
}

div.disney-ui-feature div.feature-header h2
{
	padding-bottom: 16px;
}

div.disney-ui-feature table.feature-panel td.feature-heading
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
	vertical-align: middle;
}

div.disney-ui-feature table.feature-panel td.feature-media
{
	padding-left: 32px;
	width: 264px;
	overflow: hidden;
	vertical-align: top;
}

div.disney-ui-feature table.feature-panel div.feature-media,
div.disney-ui-feature table.feature-panel object.feature-media
{
	width:  264px;
	height: 264px;
}

div.disney-ui-feature table.feature-panel td.feature-content
{
	padding-left: 8px;
	padding-right: 16px;
	vertical-align: top;
}

div.disney-ui-feature img.feature-media
{
	display: block;
}

div.disney-ui-feature ul.feature-related
{
	padding: 0;
	margin: 0;
	margin-left: 16px;
}

div.disney-ui-feature ul.feature-related li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	
div.disney-ui-feature ul.feature-related li a
{
	padding-left: 12px;
    color: #e19f37;
    text-decoration: none;
    /*	background: transparent url(/wwwroot/media/en-US/dcom/foryou/preschool/disney-ui/see-all.gif) 0 50% no-repeat;	*/
    background: transparent url(http://a.dolimg.com/media/en-US/dcom/foryou/preschool/disney-ui/see-all.gif) 0 50% no-repeat;
}

div.disney-ui-feature ul.feature-related li a:hover
{
	text-decoration: underline;
}

div.disney-ui-feature p.feature-price
{
	font-weight: bold;
}

div.disney-ui-feature div.feature-footer
{
	text-align: center;
}
