/* Style for all Cateogry pages */

h1#ShortDescription
{
	color: #003399;
}

#CategoryItems, .LinkedItemTable
{
	width: 100%;
}
#CategoryItems td,
.LinkedItemTable td
{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
}
#CategoryItems a,
.LinkedItemTable a
{
	background-color: transparent;
	display: block;
}
#CategoryItems a:hover span.ItemDesc,
.LinkedItemTable a:hover span.ItemDesc
{
	background-color: #003366;
}
#CategoryItems .ItemDesc .SalePrice,
.LinkedItemTable .ItemDesc .SalePrice
{
	color: red;
	font-weight: bold;
}
#CategoryItems .ItemDesc .Price,
.LinkedItemTable .ItemDesc .Price
{
	color: #008040;
	font-weight: bold;
}

#LongDescription
{
	border-top: solid 1px #000000;
	padding-top: 5px;
}

#InventoryCount
{
	background-image: url('/images/d2gmarketingbox.jpg');
	width: 230px;
	height: 254px;
	text-align: center;
	line-height: 125px;
	
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

/* Featured Below or Show Types */
#FeaturedBelow, #Features
{
	width: 230px;
}
#FeaturedBelow span.Item, #FeaturedBelow span.TypeDesc, #FeaturedBelow span.CatDesc
{
	display: block;
}

#FeaturedBelow span.Item, #FeaturedBelow span.Item a
{
	height: 95px; /* 100(picture) - 5(top margin) to account for padding, so background does not repeat*/
	text-align: center;
	padding-top: 20px;
	margin-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

#FeaturedBelow span.Item a:hover
{
	color: #003366;
}

#FeaturedBelow span.TypeDesc
{
	font-weight: bold;
	color: #9D0C13;
	font-size: 19px;
	text-shadow: #FFF 0.05em 0.05em 0.2em, #FFF 0.1em 0.1em 0.2em;
}
#FeaturedBelow span.TypeDesc2
{
	color: #9D0C13;
	font-size: 10px;
	text-shadow: #FFF 0.1em 0.1em 0.2em;
}
#FeaturedBelow span.Item
{
	background-repeat: no-repeat;
	background-position: top left;
}
#FeaturedBelow span#SaleItems
{
	background-image: url('/images/Backgrounds/background-Sale.png');
}
#FeaturedBelow span#BestSellers
{
	background-image: url('/images/Backgrounds/background-BestSeller.png');
}
/* End Featured Below/ Show Types */
#Features
{
	text-align: center;
}
#Features .FeatureItem
{
	margin-top: 10px;
	padding-left: auto;
	padding-right: auto;
	
	font-size: 13px;
}

/* Horizontally Related Categories */
ul#HorizontallyRelated
{
	padding-left: 0px;
}
ul#HorizontallyRelated li
{
	font-size: 10px;
	list-style-type: none;
	text-align: center;
	padding-bottom: 5px;
}
/* End Horizontally Related Categories */
#VersionLink
{
	font-size: 14px;
	margin-top: 5px;
}
#BannerDescription
{
    max-height: 250px;
    overflow: hidden;
}
