.ShoppingCart
{
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
	font-family: Arial;
	background-color: #15477a;
	height: 23px;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
}
.CartSeparator
{
    height:1px;
    width:700px;
    background-color:#15477a;
}
a.CheckOut:link, a.CheckOut:visited, a.CheckOut:active {
	color: #ffffff;	
	border-top: 1px solid #8baed0;
	border-bottom: 1px solid #15477a;
	border-left: 1px solid #8baed0;
	border-right: 1px solid #15477a;
	padding: 1px 15px 2px 16px;
	margin: 15px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #4e7499;
}
a.CheckOut:hover {
	color: #fdfb7b;
	background: #15477a;
}
td.SuperCategory {
	border-top: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	padding: 2px 2px 3px 2px;
	background: #ececec;
	text-align: center;
}
td.SuperCategoryActive {
	border-top: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	padding: 2px 2px 3px 2px;
	background: #FFFFFF;
	text-align: center;
}
a.SuperCategory, a.SuperCategory:link, a.SuperCategory:active, a.SuperCategory:visited {
	color: #3c3c3c;	
	font-family: Arial;
	font-weight: bold;
	font-size:  13pt;
	text-decoration: none;
}
a.SuperCategory:hover {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 13pt;
	text-decoration: underline;
}
.ShippingBox 
{
    padding: 5px;
    height:40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
    color: #333333;
    width: 650px;
}
.message
{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
}
.smallerrormessage 
{
    font-size: smaller;
    font-family: Arial;
    color:Red;
    font-style:italic;
}
.errormessage 
{
    font-size: inherit;
    font-weight: bold;
    font-family: Arial;
    color:Red;
    font-style:italic;
}
.ValidatorAstrick
{
    font-weight: bold;
    color: Red;
}
.FeaturedProductItems
{
    padding-left:25px;
}
.FeaturedProductHeader
{
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
	font-family: Arial;
	background-color: #15477a;
	height: 40px;
	display:block;
}
.SeparatorItems
{
    padding-top:10px;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:0px;
	height:0px;
}
.modalPopup {
	background-color:#ffffff;
	border-width:2px;
	border-style:solid;
	border-color:#3333cc;
	padding:3px;
	width:350px;
	overflow: auto;
}
.frameText
{
	width:100px;
	height:100px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family: Arial Rounded MT Bold;
	line-height:1.0em;
	text-transform: uppercase;
}
.handleText
{
	width:10px;
	height:10px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor: n-resize;
}
.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}
.ctext 
{
    padding-left:10px;
	padding-top: 5px;
	text-align: center;
}
.TextBoxPane
{
    padding-right:10px;
    width: 260px;
}
.Total 
{
    font-family: Verdana;
    font-weight: bold;
	font-size: 13pt;
    color: #333333;
    text-align: right;
}
.SubTotal 
{
    font-family: Verdana;
    font-weight: bold;
	font-size: 10pt;
    color: #333333;
    text-align: right;
}
.ProductLinks {
    font-weight: normal;
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    white-space: nowrap;
}
A.ProductLinks:link, A.ProductLinks:visited, A.ProductLinks:active {
    text-decoration: underline;
}
.productlistitem
{
}
UL.ShoppingCartLinks
{
	width: 140px;
}
LI.ShoppingCartLinks
{
    margin-top:0;
    margin-bottom:0;
	list-style-position:outside;
	list-style-type: disc;
}
.CategoryList
{
	display:block;
    margin-left:0;
    list-style-type: circle;
}
A.CategoryLink:link, A.CategoryLink:visited, A.CategoryLink:active {
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
    font-size: 9pt;
    text-decoration: underline;
}
A.CategoryLink:hover
{
    text-decoration: underline;
}
.leftimage
{
    float: left;
    padding-bottom: 0px;
    padding-right: 20px;
}
.rightimage
{
    float: right;
    padding-bottom: 0px;
    padding-left: 20px;
}
.CategoryItem
{
    vertical-align:top;
    padding: 5px;
    width: 310px;
    border: solid 1px gray;
}
.LandingPageItem
{
    vertical-align:top;
    border: solid 1px gray;
    text-align:center;
}
.CategoryDescription
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: small;
    font-weight: normal;
}
.CategoryDescription UL
{
    margin-left: 20px;
}
.ProductItem
{
    vertical-align:top;
    padding: 5px;
    width: 310px;
    border: solid 1px gray;
}
.ProductImage
{
    vertical-align:top;
    text-align:center;
    width: 120px;
    height: 120px;
}
A.ProductLink:link, A.ProductLink:visited, A.ProductLink:active {
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
}
A.ProductLink:hover
{
    font-weight: bold;
    text-decoration: underline;
}
.pricetitle 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #333333;
}
.priceitem
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #003366;
}
.MoreInfo
{
   	background: #4e7499;
}
A.MoreInfoLink:link, A.MoreInfoLink:visited, A.MoreInfoLink:active
{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
    font-size: 12pt;
    text-decoration: underline;   
    color: #ffffff; 
}
A.MoreInfoLink:hover
{
    text-decoration: underline;
}
LI
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    list-style-type: disc;
}
UL.categorylist
{
    margin-right: 20px;
}
UL.categorylist LI
{
    list-style-position: outside;
    list-style-type: disc;
}
.smalltextbox
{
    width: 80px;
}
.rowtitle 
{
    font-size: 10pt;
    font-family: Arial;
}
div.ColorOnly 
{
    border: 1px solid black;
    position: relative;
}
.CustomLayout
{
    border: 1px solid black;
}