/* Normal Text:    color: #5C5C5C;   "dark gray"
 * Hover Text:     color: #009900;   "green"
 * Header Text:    color: #003264;   "blue"
 * Menu/Alt Bkg:   color: #E3EDF2;   "light gray"
 * Header Text:    font-size: 14px; font-weight: bold;             
 * Subheader Text: font-size: 12px; font-weight: bold;
 * Normal Text:    font-size: 12px; font-weight: normal;
 * Selected Tab:
 *   color:            #FFFFFF  (255, 255, 255)
 *   background-color: #96BADE  (150, 186, 222)
 * Normal Tab:
 *   color:            #003264  (  0,  50, 100)
 *   background-color: #D2E2F1  (210, 226, 241)
 * Simple Border:          // i.e. not widget.
 *   border: solid 1px #96BADE;
 */

div.PromoCode
{
	position: fixed;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
overflow:hidden;
}

div.PromoCode .outer
{
position:absolute;
top:30%;
left:50%;
width:400px;

}

div.PromoCode .left
{
padding:10px 10px 10px 10px;
}

div.PromoCode .right
{
padding:10px 10px 10px 10px;
margin:0 auto;
}

div.PromoCode label,
div.PromoCode input
{
margin:5px
}

div.PromoCode label
{
width:100px;
display:inline-block;
}

div.PromoCode .message
{
color:red;
padding-top:10px;
}


div.PromoCode .inner
{
position:relative;
left:-200px;
top:-140px;
background:white;
text-align:center;
padding:10px 10px 20px 10px;
border:1px solid #888;
}

div.PromoCode h1
{
font-size:16px;
}

.noscriptbar
  {
  background-color: #f08080;      /* LightCoral; */
  color: Black;
  border: solid 3px red;
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  }

.noscriptbar SPAN  /* bold site name in message */
  {
  font-weight: bold;
  }

.modalPopupBackground {
	background-color: #E3EDF2;
	color: #ffffff;
	filter: alpha(opacity=40);  /* IE */
	opacity: 0.4;               /* Mozilla */
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
  }

BODY {
/* For background-image tried:
 *   background-image: url('repository/site/mainBG.gif') repeat-x; 
 *   background-image: url('~/repository/site/mainBG.gif') repeat-x; 
 * CSS is being picked up since: border: groove 1px black; will show up. 
 */
  background-image: url(/repository/site/mainBG.gif) repeat-x; 
  }

.headerRegionCurrentDate {
  color: #003264;
  font-size: 12px;
  font-weight: bold;
  }

.headerRegionContactPhone {  
  color: #003264;
  font-size: 20px; 
  font-weight: bold;
  }

.welcomePanel {
  font-size: 10px;
  padding-right: 5px; 
  float: right;  
  display: inline;
  padding-top: 4px;  /* 4px will align bottom with "Herbalife Independent Distributor" line */
}

#leftContent {
  width: 180px;
  float: left;
/*  border: 1px solid red; */
}

#mainContent {
  margin-left: 185px;
  /*border: 1px solid blue;*/
}

#footer {
  clear: both;  
  padding-top: 5px;
}

/* Top Menu ~\controls\authentication */
.loginView {
  font-weight: bold;
  font-size: 12px;
  }

.loginView SPAN {
  color: #009900;
  font-size: 12px;
  }

.loginView A {
  color: #009900;
  font-size: 12px;
  }

.loginView A:hover {
  text-decoration: underline;
  }

.loginView IMG {
  vertical-align: middle; 
}

/* 1 Column layout |----------------| */
#oneColumnMainContent {
/*  border: dotted 1px green; */
  text-align: center;
  }

/* register, login, password recovery pages */
.register {
  font-size: 12px;
  white-space: nowrap;
  border: solid 1px black;
  padding: 0px 10px 5px 10px;
  border-collapse: separate;
  }

.wizardHeader {
  font-size: 14px;
  white-space: nowrap;
  padding-bottom: 10px;
  text-decoration: underline;
  }

.wizardLabel {
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  width: 80px;
  }

.wizardTextBox {
  font-size: 12px;
  width: 240px;
  margin-left: 10px;
  }

.wizardInstruction {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #003264;
  }

.wizardSuccess {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #003264;
  }

.wizardInputError {
  font-size: 18px; /* Just an asterisk */
  font-weight: bold;
  padding-left: 5px;
  padding-right: 0px;
  }

.wizardButton {
  font-size: 12px;
  height: 27px;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  margin-top: 10px;
  }


.login {
  border: dashed 1px black;
  }

.loginHeader {
  border-bottom: solid 2px #96BADE;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: bold;
}


/* 2 Column layout |---|------------| */
#twoColumnLeftContent {
  width: 185px;
  float: left;
}

#twoColumnMainContent {
  margin-left: 185px;
}

/* 3 Column layout |---|--------|---|*/
#threeColumnLeftContent {
  width: 190px;  /* 180px */ /* wider for pic */
  float: left;
/*  border: 1px solid red; */
}

#threeColumnMainContent {
  margin-left: 185px;
  margin-right: 185px; 
  padding-left: 10px;  /* 5px; */
  padding-right: 2px;
  border-collapse: collapse;
}

#threeColumnRightContent {
  width: 190px; /* 190px;  */
  float: right;
/*  border: 1px solid green;  */
}

#centercontent {
  position: relative;
  left: 37%;  
}

#site_centercontent {
  position: relative;
  border: 1px solid #FFFFFF;
  padding: 5px;
}


/* BEGIN ~\Web\controls\paging.ascx (catalogListing paging controls) */

.paging {
  width: 100%;
  height: 30px;
  border: solid 1px #96BADE;
  background-color: #E3EDF2;  

  color: #003264;
  font-size: 14px;
  font-weight: bold;
  }

.pagingLeft {
  text-align: left;
  padding-left: 10px;
  width: 30%;
  }

.pagingMid {
  text-align: center;
  width: 40%;
  }

.pagingMid A {
  color: #003264;
  }

.pagingMid A:hover {
  color: #009900;
  text-decoration: underline;
  }

.pagingRight {
  text-align: right;
  padding-right: 10px;
  width: 30%;
  }

.pageLinks {
  }

.pagingRight A {
  color: #003264;
  }

.pagingRight A:hover {
  color: #009900;
  text-decoration: underline;
  }


/* END   ~\Web\controls\paging.ascx */

/* BEGIN ~\Web\controls\catalogList.ascx */
.catalogListing {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFF;
}

.productBox {
  height: 140px;
  width: 140px;
  margin: 5px 10px 5px 10px;
  padding-left: 5px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
}

.productBox A {
/*  color:  #5C5C5C; - Changed so links to products are always green and always underlined */
  color:  #009900;
  text-decoration: underline;
  }

.productBox A:hover {
/*  color:  #009900; */
/*  text-decoration: underline; */
  }

.productImageContainer {
  height: 100px;
  width: 120px;
  text-align: center;
}

.productImageContainer A {
  padding: 5px;
  text-decoration: none;
  }

.ourPrice {
  font-size: 0.7em;
  color: #5C5C5C;
  }

/* END ~\Web\controls\catalogList.ascx */

.productImage {
  vertical-align: middle;
  text-align: center;
}

.productName {
  color: #5C5C5C;
  font-size: 0.7em;
  text-align: center;
  font-weight: normal;
}

.catalogProductName {
  color: #024A76;
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
}

.retailPrice {
  font-size: 0.7em;
  font-weight: bold;
  color: #024A76;
  text-decoration: line-through;
  margin-right: 5px;
}

.retailPriceLabel {
  font-size: 0.7em;
  font-weight: bold;
  color: #5C5C5C;
}


.ourPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #B22222; 
}

.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 {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  }

.breadcrumbs A {
  color: #003264;
  font-size: .85em; 
  font-weight: bold;
  }

.breadcrumbs A:hover {
  color: #009900;
  text-decoration: underline;
  }


.totals {
  color: #003264;
  font-size: 1.4em;
  font-weight: bold;
  float: left;
  margin-top: 2px; 
}

.labels
  {
  color: #024A76;
  font-size: 1.4em;
  font-weight: bold;
  float: right;
  margin-top: 2px; 
  }

.links 
  {
  color: #024A76;
  font-size: 1.0em;
  font-weight: bold;
  position: relative; 
  left: 160px;
  top: 0px;
/*
  left: -60px; 
  float: right;
  top: 3px;
*/
  }

.links A {
  padding: 3px;
  border: 1px solid transparent;
  color:  #009900;
  text-decoration: none;
}

.links A:hover {
  padding: 3px;
  font-weight: bold;
  border: 1px solid #CCC;
  background-color: #FFF;
  color:  #009900;
}

.links A:visited {
  padding: 3px;
  color:  #0066A6;
  text-decoration: none;
}

.categoryImage {
}



.imageCell {
  width: 45%;
  vertical-align: top;
}

.addToCart FIELDSET {
  height: 150px;
}

.addToCart FIELDSET #buttonGroup {
  vertical-align: bottom;  
}

.cartSubTotal {
  width: 99%;
  border: 1px solid #C0C0C0;
  padding: 5px;  
  background-color: #EBEBEB;
}

.quantitytextbox {
  text-align: right;
  width: 20px;  
}

.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 #E3EDF2;
  color: #003264;
  background-color: #E3EDF2;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 5px 5px 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 dashed #2F4F4F; */
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}

.checkoutRightPanel {
  font-size: .9em;
  border: 1px solid #CCC;
  border-top: none;
  border-right: none;
  color: #666;
  width: 100%;
  padding-left: 2px;
  margin-right: 0px;
}

/* UpdateProgress ProgressTemplate style (common "Updating..." display) */
.loadingbox 
  {
  position: absolute;
  top: 30%;
  left: 40%;
  border: 5px outset lightsteelblue;
  background-color: #ffffff;
  height: 155px;
  width: 250px;
  text-align: center;
  padding-top: 40px;
  }

.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;  
}

.controlHeader {
  font-size: .8em;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

/* cartOrderSummary.ascx */
.orderSummaryTable {
  width: 99%;
  font-size: .9em;
}

.orderSummaryTable TH {
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
  }

.orderSummaryTable .removeHeading {
  padding-right: 5px;
  padding-left: 5px;
  }

.orderSummaryTable TH {
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
  padding-bottom: 5px;
  border-bottom: solid 1px #000000; 
  }

.itemRow {
  background-color: #FFFFFF; 
  border-bottom: solid 1px #E3EDF2;
  } 

.itemRow TD {
  padding-top: 10px;
  }

.itemSku {
  width: 12%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}

.itemName {
  width: 50%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}

.itemQuantity {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.itemAmount {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.extendedAmount {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;
}

/* END cartOrderSummary.ascx */

.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%;
}

.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: 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, Sans-Serif;
    font-size:1em;
    padding:8px;
    background-color:#ffffff;
    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;
}

.contentMenu {
  display: none;	/* Added to hide line on Google Chrome */
  background: url( images/dcAdminNav.jpg ) repeat-x; 
  }

/* categoryNavigation Styles (3 static) */

/* Search input text box */
.categoryMenuSearch  {
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  }

.categoryMenuSearchWaterMark  {
  color: #98AFC7;                   /* Slate gray3 */
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  }

.categoryMenuTable {
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #003264; 
  }

.categoryMenu {
  margin-bottom: 10px; 
  width: 100%;
  }

.categoryLevel1 {
  height: 25px; 
  color: #5C5C5C;
  background: #E3EDF2; 
  margin-top: 5px;
  margin-bottom: 5px;
  }

.categoryLevel1 A:link {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px; 
}

.categoryLevel1 A:visited {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel1 A:hover {
  color: #009900;
  text-decoration: underline;
}

.categoryLevel2 {
  font-size: 11px;
  font-weight: normal;
  }

.categoryLevel2 A:link {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel2 A:visited {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel2 A:hover {
  color: #009900;
  text-decoration: underline;
}

.categoryLevel3 {
  font-size: 11px;
  font-weight: normal;
  }

.categoryLevel3 A:link {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel3 A:visited {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel3 A:hover {
  color: #009900;
  text-decoration: underline;
}

.contentGroupHeader {
  border: 1px solid #2F4F4F;
  color: #555;
  background: url(images/greyfade_bg.gif) repeat-x;
  font-family : Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 20px;
}

.contentGroupHeaderText {
  }

/*****************************************************************************************
 * Horizontal tab menu styles
 *****************************************************************************************/
.menu {
  background-color: Transparent;
  }

.horizontalMenuItem {
  /* declare common menu item styles */
  background-image: url(images/horizontalMenuItem.gif); 
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 32px;      /* height & width need to match background-image h x w */
  width: 181px;        

  /* declare default menu item styles */
  color: #003264;
  background-color: #D2E2F1;
  }

.horizontalMenuItemHover {
  background-color: #D2E2F1;
  }

.horizontalMenuItemSelected {
  background-color: #96BADE;
  }

.horizontalMenuItem A {
  background: none;
  color: #003264;
  }

.horizontalMenuItemHover A {
  background: none;
  color: #003264;
  text-decoration: underline;
  }

.horizontalMenuItemSelected A {
  background: none;
  color: #FFFFFF;
  }

/*****************************************************************************************
 * Summary sub header & body content styles
 *****************************************************************************************/
.summaryContent {
  border: solid 1px #96BADE;
  padding-left: 10px;
  margin-bottom: 8px
  }

.summarySubHeader {
  font-size: 12px;
  font-weight: bold;
  }

.summaryBody {
  margin-top: 5px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: normal;
  display: block;
  }

.summaryBody UL {
  padding-left:  15px;
  margin-bottom: 5px;
  margin-top: 0px;
  margin-left: 0px;  /* Needed to move bullets to left in IE */
  }

.summaryBody LI {
  padding-top: 0px;
  margin-top: -2px;  /* Make bullet lines line up with regular text (when 2 categorySummaryBodies are side-by-side). */
  }  

/*****************************************************************************************
 * Product Summary specific styles: ~\Web\controls\categorySummary.ascx 
 *****************************************************************************************/
#categorySummary {
  }

.categorySummaryContent {
  height: 195px;
  }

.categorySummaryContent SPAN {
  }

.categorySummaryContent TD {
  }

/*****************************************************************************************
 * Product Summary specific styles
 *****************************************************************************************/


/*****************************************************************************************
 * BEGIN ~\Web\controls\attributeSelector.ascx.cs attributeSelector styles 
 *****************************************************************************************/

.attributeName {
  font-size: .8em;  
}

.attributeLabel {
  font-size: .8em;
  font-weight: bold;
}

.attributeList {
  font-size: .85em;
  font-weight: normal;
  width: 160px;
  height: 20px;
  margin: 5px 0px 0px 5px;
  }
/* END   ~\Web\controls\attributeSelector.ascx.cs attributeSelector styles */


/* Widgets (shopping cart, we recommend, customer service, and other side content items) */

.widget {
  color: #5C5C5C;
  font-size: 14px;
  font-weight: bold;
  }

.widget FIELDSET LEGEND 
  {
  color: #5C5C5C;
  font-size: 10px;
  font-weight: normal;
  }

.widget TABLE 
  {
  background-color: transparent;
  width: 100%;
  }

.widget .productImage {
  text-align: center;
  padding: 10px 5px 10px 5px;
  background-color: #ffffff;
  }

.widget .quantityCell {
  height: 25px; 
  background: #E3EDF2;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-align: center;
  }

.widget .quantityCell SPAN {
  padding-left: 5px;
  }

.widget .quantityCell INPUT {
  width: 30px;
  text-align: right;
  height: 13px;
  }

.widget .addToCartCell {
  padding-top: 8px;
  padding-bottom: 0px;
  text-align: center;
  }

.widget .rightButtonCell {
  text-align: right;
  padding-right: 7px;
  padding-top: 5px;
  }

.widget .normalWidgetText
  {
  font-size: 10px;
  font-weight: normal;
  }


.largeWidgetText {
  font-size: 12px;
  color: #5C5C5C;
  }

.widget A {
  font-size: 0.9em;
/*   color: #5C5C5C; Change so links to products are always green and always underlined. */
  color: #009900;
  text-decoration: underline;
  }

.widget A:hover {
/*  color: #009900;
  text-decoration: underline;  */
  }

/* Quicklinks.ascx */
.quickLinks {
  color: #003264;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 10px 0px 10px;
  width: 100%;
  }

.quickLinks TD {
  vertical-align: top;
  text-align: left;
  width: 33%;
  }

.quickLinks UL {
  padding-left:  15px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;  /* Needed to move bullets to left in IE */
  }

.quickLinks LI {
  color: #5C5C5C;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  }

.quickLinks A {
  color: #5C5C5C;
  }

.quickLinks A:hover {
  color: #009900;
  text-decoration: underline;
  }

/* cartList.ascx styles */
.cartList {
  color: #5C5C5C; 
  width: 100%; 
  text-align: left;
  font-size: 12px;
  }

.cartList TD {
  padding: inherit 5px inherit 5px;
  }

.cartList A {
  color: #009900;
  text-decoration: underline;
  }

.cartList THEAD TR {
  font-size: 14px; 
  background-color: #E3EDF2; 
  color: #003264; 
  height: 32px;  
  }

.cartList TH {
  border-top: solid 1px #96BADE;
  border-bottom: solid 2px #96BADE;
  }

.cartList TBODY TD {
  color: #5C5C5C;
  padding-top: 10px;
  padding-right: 5px;
  border-bottom: solid 1px #E3EDF2;
  }

.cartList TBODY INPUT {
  font-size: 12px;
  text-align: right;
  width: 40px;
  }

.cartList TFOOT TR {
  text-align: right; 
  font-size: 12px; 
  font-weight: bold; 
  border: none; 
  background-color: #E3EDF2;
  }

.cartList TFOOT TD {
  color: #003264;
  padding-top: 2px;
  padding-right: 5px;
  }

.cartListOrderSubtotal {
  height: 28px; 
  }

.cartListOrderSubtotal TD {
  border-top: solid 2px #96BADE;
  }

.cartListOrderTotal {
  height: 28px; 
  }

.cartListOrderTotal TD {
  font-size: 14px;
  }

/* MessageBox default style */
.messageBox {
  border: 5px outset lightsteelblue;
  background-color: #ffffff;
  padding: 10px 20px 10px 20px;
  }

.messageBoxBackground {
  background-color:Gray;
  filter:alpha( opacity=60 );
  opacity:0.6;
  }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

