﻿*
{
	font-family: Helvetica, Verdana, Arial, Sans-Serif !important;
}

h2
{
	font-size: large;
	font-weight: normal;
    margin: 0px 0px 0px 10px;
}

.preamble
{
	font-size: small;
    margin-top: 5px;
    margin-left: 10px;
}



a
{
	color: White;
} 

div.DisplayBox
{
	background-color: #CCCCCC;
	display: block;
	height: 250px;
	margin-left: 10px;
	width: 930px;
}

div.DisplayBoxItem
{
	background-color: #B8B8B8;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: solid 3px #474747;
	color: Black;
	float: left;
	height: 190px;
	margin: 10px 15px;
	padding: 10px 10px 10px 10px;
	width: 180px;
	display: table;
}

.ImageBox
{
	background-color: White;
	display: block;
	margin: 5px auto 10px auto;
	width: 100%;
	
	min-height: 95px;
	height: 95px;
	/* line-height: 95px; */
	
	padding: 10px 5px 10px 5px;
	/* text-align: center; */
	/* vertical-align: middle; */
	width: 170px;
	cursor: pointer;
	
	position: relative;
}

.ImageBox img
{
    /* margin: auto; */
    /* display: table-cell; */
}

.ProductLineImage
{
	border: 0px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

span.ItemNameLink
{
	display: block;
	font-weight: bold;
	margin: 10px auto;
	max-width: 85%;
	text-align: center;
	
}

div.DisplayBoxItem a:active
{
	color: #AA0232;
	text-decoration: underline;
}

div.DisplayBoxItem a:hover
{
	color: #AA0232;
	text-decoration: underline;
}

div.DisplayBoxItem a:link
{
	color: #474747;
	text-decoration: underline;
}

div.DisplayBoxItem a:visited
{
	color: #474747;
	text-decoration: underline;
}

div.DisplayBoxItem div.ProductInfo p
{
	border: solid 1px Purple;
	font-size: smaller;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* .toggleActivationLinkButton
{
    float: right;
    position: relative;
    left: -20px;
    top: -25px;
} */

.toggleActivationLinkButton
{
    float: right;
    position: relative;
    left: -20px;
    top: -40px;
    
    display: block;
    background: #CCCCCC;
    border: 1px solid white;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    margin: 5px 5px;
    width: 250px;
    text-align: center;
    font-size: 10px;
}

.toggleActivationLinkButton:link
{
    color: Black;
}

.toggleActivationLinkButton:visited
{
    color: Black;
}

.toggleActivationLinkButton:hover
{
    color: White;
    background-color: #AC0535;
}

#CollectionLinkContainer
{
	background: #CCCCCC;
	display: block;
	line-height: 20px;
	padding: 8px 15px 0px 15px;
    margin: 0px 10px;
    text-align: right;
}

.BrowseByCollectionLink
{
    background: #CCCCCC;    
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 5px;
    margin: 5px 5px;
    width: 250px;
    text-align: center;
    font-size: 10px;
    text-decoration: underline;
}

.BrowseByCollectionLink:link
{
	color: Black;
}

.BrowseByCollectionLink:visited
{
    color: Black;
}

.BrowseByCollectionLink:hover
{
	color: White;
    background-color: #AC0535;
    text-decoration: none;
    border: solid 1px white;
}
