.welcomePanel {
  font-size: .8em;
  float: right;
  padding-right: 5px;
}

.loginView img {
  vertical-align: middle; 
}

#leftContent {
  width: 180px;
  float: left;
  /*border: 1px solid red;*/
}

#mainContent{
  margin-left: 185px;
  width:100px;
  /*border: 1px solid blue;*/
}

#footer {
  clear: both;  
}

#twoColumnLeftContent {
  width: 180px;
  float: left;
}

#twoColumnMainContent {
  margin-left: 10px;
  margin-right:5px;
  padding-right:5px;
}

#threeColumnLeftContent {
  width: 180px;
  float: left;
	visibility:hidden;
  /*border: 1px solid red;*/
}

#threeColumnMainContent {
	margin-top:30px;
	margin-left:30px;
  width:540px;
  /*margin-right: 185px;*/
  /*border: 1px solid blue;*/
}

#threeColumnRightContent {
  width: 220px; 
  float: right;
  margin-right:15px;
  /*border: 1px solid green;*/
}

#checkoutMainContent 
{
	position:relative;
	left: -5px;
    top: 15px;

 /* margin-left: 180px;*/
  width:470px;
  /*margin-right: 185px;*/
  /*border: 1px solid blue;*/
}

#checkoutRightContent {
  position:absolute;
  left:469px;
  top: 0px;
  width: 184px; 
  /*display: inline;
  float: left;
  margin-right:15px;
  
  /*border: 1px solid green;*/
}
#centercontent {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;  
}

#site_centercontent {
  position: relative;
  border: 1px solid #663366;
  padding: 5px;
}

.contentMenu {
  background: url(images/dcAdminNav.jpg) repeat-x;
}

.categoryMenu 
{
  margin-bottom: 20px;
  width: 95%;
    
}

.catalogListing {
  top: 10px;
  margin-bottom: 5px;
  position:relative;
}

.catalogListing td {
}

.productBox 
{
  border-bottom: 1px solid #E7E4F4;
  /*border: 1px solid #C0C0C0;*/
/*KFJ - original with comments  height: 280px;*/
  height: 90px;
  /*width: 500px;*/
  /*background-image: url('./Images/prod_list_background.png'); 
  background-repeat: repeat-x;*/
  margin-bottom: 5px;
}

.productDesc
{
	width:70%;

}


.productPrice
{
	height:80px;
	width: 15%;
	margin-right: 4px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
	text-align: center;

}


.productImageContainer {
  width: 10%;
}


.compImageContainer {
  width: 100px;
  padding-top: 10px;
}


.compDesc
{
    padding-top: 10px;
}


.compDesc a
{
	font-size: 1.0em;
    padding-top: 10px;
}

.productImage 
{
	width:40px;
	height:46px;
	margin: auto auto auto 10px;
	/*vertical-align:middle;
	  margin-left: auto;
    margin-right: auto;*/
}

.productName {
  color: #024A76;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.catalogProductName {
  color: #024A76;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.retailPrice {
  font-size: 1.2em;
  font-weight: bold;
  color: #5C5C5C;
  text-decoration: line-through;
  margin-right: 5px;
}

.retailPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #5C5C5C;

}

.ourPrice {
  font-size: 1.2em;
  font-weight: bold;
  color: #B22222; 
    padding-bottom:5px;
}

.ourPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #B22222; 
}

.attributeLabel {
  font-size: .8em;
  font-weight: bold;
}

.attributeDropdownList {
  font-size: .7em;
  width: 150px;
  color: #5C5C5C;
  margin-top: 5px;
}

.imageBox {
  border: 1px solid #C0C0C0;
  padding: 5px;
}

.averageRating {
  font-size: .8em;  
}

.rating {
  margin-left: 2px;
  margin-right: 2px;
}

.rating fieldset {
  border: 0px;  
}

.rating fieldset legend {
  position: relative;
  font-size: .8em;
  left: -10px;
}

.rating fieldset span {
  left: 100px;
  top: -14px;
}


.ratingStar {
  width: 13px;
  height: 12px;
  text-align: center;
  cursor: pointer;
}

.emptyStar {
  background-image: url(images/icons/emptystar.gif);
}

.filledStar {
  background-image: url(images/icons/filledstar.gif);
}

.waitingStar {
  background-image: url(images/icons/savedstar.gif);
}

.breadcrumbs {
  font-size: .8em;
  margin-bottom: 5px;
}

.paging {
  position: relative;
  height: 30px;
  display: block;
  background: transparent;
}


.pagingLeft {
  position: relative;
  width: 5px;
  display: inline;
  /*background: url(images/pagingbg_left.gif) no-repeat;*/
  height: 30px;
  float: left;
}

.pagingMid {
  position: relative;
  display: inline;
  height: 30px;
  /*background: url(images/pagingbg.gif) repeat-x;*/
  float: left;
  width: 95.7%;
  font-size: .8em;
  padding: 5px;
  text-align: center; 
}

.pagingRight {
  position: relative;
  width: 5px;
  display: inline;
  /*background: url(images/pagingbg_right.gif) no-repeat;*/
  height: 30px;
  float: left;
}

.links {
  position: relative;
 /* left: -60px;*/
  float: right;
  top: 3px;
}

.totals {
  color: #024A76;
  font-size: 1.4em;
  font-weight: bold;
  float: left; 
  /*margin-top: 2px; */
}

.links a {
  padding: 3px;
  border: 1px solid transparent;
  color:  #0066A6;
  text-decoration: none;
}

.links a:hover {
  padding: 3px;
  font-weight: bold;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #0066A6;
}

.links a:visited {
  padding: 3px;
  color:  #0066A6;
  text-decoration: none;
}

.categoryImage {
}

.widget {
  font-size: .8em;
  margin-bottom: 20px;
}

.widget fieldset legend {
  font-size: .9em;
}

.imageCell {
  width: 45%;
  vertical-align: top;
}

.attribute {
  font-size: .7em;  
}

.addToCart fieldset {
  height: 150px;
}

.addToCart fieldset #buttonGroup {
  vertical-align: bottom;  
}

.cartSubTotal {
  width: 98%;
  border: 1px solid #C0C0C0;
  padding: 5px;  
  background-color: #EBEBEB;
}

.itemRowLarge 
{
    font-size: 1.0em;
}


.itemRow {
}

.itemSaved {
  color: Red;
  font-size: 1.0em;
  text-align: right;
  font-weight: bold;
}

.itemSku {
  width: 12%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}

.itemName {
  width: 35%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}


.itemAmountLarge {
  width: 17%;
  text-align: right;
  font-size: 1.0em;
  vertical-align: top;  
}

.itemSkuLarge {
  width: 12%;
  text-align: left;
  font-size: 1.0em;
  vertical-align: top;  
}

.itemNameLarge {
  width: 35%;
  text-align: left;
  font-size: 1.0em;
  vertical-align: top;  
}

.largeBlockText
{
  font-size: 1.0em;
  font-weight: bold;
}


.ukCartLink
{
  font-size:.4em;
}

.itemQuantity {
  width: 10%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.itemAmount {
  width: 17%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.extendedAmount {
  width: 24%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;
}

.quantitytextbox {
  text-align: right;
  width: 20px;
  font-size: .8em;  
  vertical-align:top;
}

.editArea {
  width: 10%;
  vertical-align: top;
  text-align: right; 
}

.subTotal {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}

.subTotalAmount {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}

.total {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.totalAmount {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.accordionHeader {
  border: 1px solid #2F4F4F;
  color: white;
  background-color: #7a4b85;
  /* background-image:url(images/accordian_image.jpg); */
  background-repeat:no-repeat;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
}

.accordionHeaderGray {
  border: 1px solid #2F4F4F;
  color: #555;
  /*background-color: #0066A6;*/
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
  height: 20px;
}


.cpeTitle { 
  float: left;
}

.cpeImage {
  float: right;
  vertical-align: middle;
}

#master_content .accordionHeader span {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader span:hover {
	background: none;
	text-decoration: underline;
}

.accordionContent {
  background-color: #D9E8FF;
  border: 1px solid #2F4F4F;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}

.checkoutRightPanel {
  font-size: .9em;
  border: 1px solid #CCC;
  border-top: none;
  border-right: none;
  border-left:none;
  color: #666;
  width: 99%;
  padding-left: 2px;
  margin-right: 0px;
  background-color: White;
}

.loadingbox {
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid lightsteelblue;
  background-color: #ffffff;
  height: 50px;
  width: 250px;
  text-align: center;
  padding-top: 20px;
  z-index:1001;
}

.loadingbox img {
  vertical-align: middle;
}

.loadingbox span {
  vertical-align: top;
}

.rightAlign {
  text-align: right;  
}

.receiptTable {
  width: 100%;
}

.receiptTable th {
  font-size: .7em;
}

.readOnly {
  text-align: right;
  background-color: Transparent;
  border-style: none;
  width: 20px;  
  vertical-align:top;
}

.controlHeader {
  font-size: .8em;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

.controlHeaderLarge {
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

.orderSummaryTable {
  width: 98%;
  font-size: .9em;
  padding-right:10px;
}

.favoriteProduct {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
}

.favoriteCategory {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
}

.scrollDiv {
  height: 150px;
  overflow: auto;
}

.scrollDiv table {
  width: 98%;
}

.searchBox {
}

.shippingAddresses {
  width: 48%;
  font-size: .8em;
  float: right;
}

.billingAddresses {
  width: 48%;
  font-size: .8em;
  float: left;
}

/*http://mattberseth.com/blog/2007/09/more_sample_ajaxcontroltoolkit.html*/
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tab-line.png) repeat-x bottom;
    font-size:.9em;
    display:block;
    font-weight: bold;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:arial,verdana,tahoma,helvetica;
    font-size: .8em;
    padding:8px;
    background-color:#ffffff;
    border:none;
    /*border:solid 1px #d7d7d7;*/
    border-top-width:0;
}





.siteLevel1 {
  margin-left: 5px;
  font-size: .9em;
  font-weight: bold;
  height: 31px;
}

.siteLevel1 td {
}

.siteLevel1 td a:link {
  color: #FFF;  
}

.siteLevel1 td a:visited {
  color: #FFF;
}

.siteLevel1 td a:hover {
  color: #EFEFEF;
}

.siteLevel2 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9em;
  background-color: #007ECD;
  height: 25px;
}

.siteLevel2 td {
  border-top: 2px solid #3CA2E0;
}

.siteLevel2 td a:link {
  color: #FFF;
}

.siteLevel2 td a:visited {
  color: #FFF;
}

.siteLevel2 td a:hover {
   color: #CCC; 
}

.siteLevel2 td img {
  color: #FFF;
  background: transparent url(images/icons/whitearrow.gif) right center no-repeat;
}

.categoryLevel1 
{
  color: #FFFFFF;
  font-size: small;
  font-weight: bold;
  font-family: "Arial","Sans Serif";
  height: 31px;
  background: transparent;
   
  /*background: transparent url(images/tile_sub.gif);*/
  /*background-repeat: repeat;*/
}

.categoryLevel1 td {
  border-bottom: 1px solid #E4E9FA;/*#C0C0C0;*/
}

.categoryLevel1 td a:link {
  color: #5C5C5C;
  padding-left: 20px;
  padding-right: 15px;  
}

.categoryLevel1 td a:visited {
  color: #5C5C5C;
  padding-left: 20px;
  padding-right: 15px;  
}

.categoryLevel1 td a:hover {
  color: #C0C0C0;
}

.contentGroupHeader {
  /*border: 1px solid #2F4F4F;*/
  color: #FFFFF0;
  /*background: url(images/greyfade_bg.gif) repeat-x;*/
  background: url(images/top_blue_image_blank.png);
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
  padding-top: 5px;
  padding-left:35px;
  margin-bottom: 5px;
  margin-top:-15px;
  cursor: pointer;
  height: 20px;
}

.contentGroupHeaderText {

}
/*KFJ - temporarily disable the Powered By tag*/
#version { display:none; }

/*KFJ - styles for inner text box on home page*/
.homeInnerTitle {
	font-family: "Tahoma";
	margin-left: 15px;
	font-size:small;
	font-weight: bold;
	color: #000000;
}
.homeInnerText {
	font-family: "Tahoma";
	font-size: small;
	padding: 0px 10px 0px 15px;
	/*margin: 15px;*/
}

#inner {
      background-color: #FFFFFF;
      width: 965px;
      position: relative;
			margin-right:auto;
      margin-left: auto;
      top:auto;
      min-height: 785px;
      font-family: Arial,Verdana;
}

.bottomtext_div
{
	font-family:Arial, Sans-Serif;
	font-size:small;
	font-weight: bold;
}
.addAllToCart{
	border: thin solid #E7E4F4; 
	margin: 10px; 
	width: 200px; 
	height: 80px; 
	position: relative; 
	top: 30px; 
	left: 540px; 
	background-image: url('./Images/prod_list_background.png'); 
	background-repeat: repeat-x;
	visibility:inherit;
}

#logo
{
	 width: 207px; 
	 height: 92px; 
	 position: absolute; 
	 top: 18px; 
	 left: 14px;
}

#welcomePanel
{
	position: absolute; 
	right: 5px;
	top: 15px; 
	max-width: 680px; 
	height: 50px; 
	float:right;
	font-family: Arial,Verdana;
  color: #5C5C5C;
  font-size: .8em;
  padding-right:4px;
}

#leftNav
{
	 height: 580px; 
	 width: 175px; 
	 left: 5px; 
	 position: absolute; 
	 top: 90px; 
	 background-image: url('Images/nav_background.png');
}

#wellness
{
	position: relative; 
	width: 175px; 
	height:40px; 
	background-image: url('Images/wellness.png');
}

#bottomtext_div
{
	 border-top: thin solid #E7E4F4; 
	 height: 45px; 
	 width: 955px; 
	 left:0px;
	 padding-left: 5px;
	 padding-right: 5px; 
	 position: absolute; 
	 bottom:0px;
	 font-family: Arial;
	 color: #5C5C5C;
	 background-color: #FFFFFF;
}

.buttondiv
{
	margin-top: 20px;
}

.txtPostalCheckout
{
	font-size: .9em;
  height: 1.25em;
  width: 50px;  
  vertical-align:top;
	/*margin: 0px 0px 2px 0px;*/
}
.cartdropdownlist {
  font-size: .9em;
  height: 1.8em;
  width: 190px;
  vertical-align:top;
}
.btncalcShipping{vertical-align:middle;}

.calcshipping {
  width: 20%;
  text-align: left;
  font-size: .8em;
  font-weight: bold;  
}

.errorlabel
{
	font-size:.7em;
	color:Red;
}

.loginerrorlabel
{
	font-size:1.0em;
	color:Red;
	font-family: Verdana;
}

#pnlNoCart
{
	margin-top:50px;
	margin-left:20px;
}

.shipping
{
	font-size:1.2em;
	color: #9f366a;
}

.tax
{
	font-size:.8em;
	color: #000000;
}
/*Per request, added to make row with coupon not visible.*/
.ordersummarycoupon
{
 display:none;
}

.noNYSelect
{
	font-size: .6em;
}

.choosecheckoutheader {
	font-size: large;
	text-align:left;
}
.choosecheckoutbox {
	border-style: solid;
	border-color: inherit; 
	border-width:1px; 
	width: 500px; 
	height: 230px;
	margin-left:30px;
	margin-top:50px;
	padding:10px 10px 10px 20px;
	background-color: #cccbb6;
}
