﻿/**************************************************/
#newrelease
{
	width: 100%;
}

#newrelease thead td
{
	font-weight:bold;
	color:#000066;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:110%;
}

#newrelease thead td img
{
	margin: 0 5 0 0;
	vertical-align:middle
}

#newrelease tbody th
{
	width:100%;
}

/**************************************************/
#newrelease table
{
	width:100%;
}

#newrelease table thead td
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#6699CC' ,endColorStr= '#FFFFFF' ,gradientType= '1' );
	background-color:#69C;
	color:#FFF;
	font-weight:bold;
	padding:3 0 3 12;
	font-size:70%;
}

#newrelease table td
{
	color:#333;
	font-size:80%;
	font-weight:bold;
	padding:3 2 2 2;
}

#newrelease table td li
{
	list-style-image:url(../../images/dot/09.gif);
	padding:3;
	font-size:70%;
	font-weight:lighter;
	margin-left:5;
}

#newrelease table td a
{
	color:#06C;
}

#newrelease table td  a:hover
{
	color:#93F;
	text-decoration:underline;
}


