﻿body
{
	margin-top: 20px;
	/* margin-left: 20px; */
	background-color: #ccffff;
}

.menu
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}

.menu a 
{
    display:block;
}

.menuitem
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}

.Breadcrumbs
{
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
	color: #cc0000;
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 4px;
}

.WhatsHotHeader {
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 6px 6px 0px 6px;
	color: #003399;
}

.InfoBlock 
{
	margin: 0px;
	padding: 48px;
	padding-top: 36px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px; 
    text-align: left;
    border: solid 1px #F0F0FF;
    /*background-color: #F4F4FF;*/
}

.InfoBlockHeader
{
	font-size: 18px;
	font-weight: bold; 
}

.InfoBlockSubHeader
{
	font-weight: bold; 
	margin-top: 20px;
}

.footer {
    width: 100%;
    text-align: center; 
    /* background-color: #EAF1FF; */
	font-family: Verdana, Tahoma, Arial;
    font-size: 10px; 
    color: #a5b3ff;
    letter-spacing: 2px;	
}

/* following to support product by manufacturer pages */

div#prodListingOuter
{
	font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #003399;
    background-color: White;
    padding: 24px;
    text-align: left;
}
div#prodListingOuter div#headline
{
	font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
}
div#prodListing
{
    margin-top:4px;
}
div#prodListing div.plItem, div#prodListing div.plAltItem 
{
    padding-top:3px;
    padding-bottom:6px;
    border-top-width:1px;
    border-top-color:#fdd;
    border-top-style:dotted;
}
div#prodListing div.plItem 
{
	background-color: #ffffff;
}
div#prodListing div.plAltItem 
{
	background-color: #f9f8f5;
}
div#prodListing a.prodName 
{
    color: #003399;
    font-weight: bold;
    text-decoration: none;
}
div#prodListing a.prodName:hover 
{
    text-decoration: underline;
}
div#prodListing a.catLink 
{
    color: #993399;
    text-decoration: none;
}
div#prodListing a.catLink:hover 
{
    text-decoration: underline;
}
div#prodListing span.buyNowLink, div#prodListing span.buyNowLink a 
{
  background-color: #FFF4F4;
  color: #FF4040;
  font-weight: bold;
  text-decoration: none;
}
div#prodListing span.buyNowLink a:hover 
{
  text-decoration: underline;
}
.rowSeparator
{
    border-top: dotted 1px #ffc0c0;
    border-top: dotted 1px #f7e6e3;
}
.altRowSepBlock
{
    height: 4px;
    background-color: #f7f6f3;
}
.rowSepBlock
{
    height: 4px;
}
xtr
{
    padding: 1px 4px 1px 4px;
}
div.item div, div.altItem div
{
    padding-left: 4px;
}
div.item div
{
    background-color: #ffffff;
}
div.altItem div
{
    background-color: #f7f6f3;
}
div.prodListing strong.buyNow
{
	/*color: #FFFFC4;*/
    background-color: #FF0000;
	background-color: #FFFACD;
	border-bottom: solid 4px red;
}
div.prodListing a
{
	color: rgb(255,132,56);
    color: rgb(153,51,153);
    text-decoration: none;
}
div.prodListing a:hover
{
    text-decoration: underline;
}

div.prodListing span.addToCartLink
{
	font-weight: bold;
    color: #ff4040;
    background-color: #fff4f4;
    /*border: solid 1px #ffa0a0;*/
    /*padding: 0px 4px 0px 4px;*/
}

div.prodListing span.addToCartLink a
{
	font-weight: bold;
    text-decoration: none;
    color: #ff4040;
}

div.prodListing span.addToCartLink a:hover
{
    text-decoration: underline;
}

td div.leftSideMenuPic
{
	/*text-align: center; */
	border: #003366 2px solid; 
	padding: 1px;
	width:113px;
	margin-left:20px; 
	margin-top: 6px;
}

.OlsContentPanelHeader
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 6px 6px 0px 6px;
	color: #003399;
}


