/*brianc 7/23/08 - I fixed the adult diaper menu seperator*/
/*tbaker 8/26/08 - Changed .menusepbgadultdiapers class to point to web instead of test */
/*brianc 10/3/08 - I moved the gel button formatting into here from the p_specials component*/
/*brianc 11/05/08 - Resolving problems with website being fully encrypted, removed absolute path references*/
/*brianc 11/10/08 - I added CSS for the checkout page (the CSS for the tabs at the top of the sections).*/

select {
	background-color: #BDC7D5;
	color: #000000;
}

input, textarea {
	background-color: #BDC7D5;
	color: #000000;
}

td.adultDiaperTypesBanner {
	background-color: #B0DFFD;
	width: 778px;
	background-repeat: no-repeat;
	height: 84px;
}

td.specialsBanner {
	background-color: #B0DFFD;
	width: 778px;
	background-image: url(/web/images/greens/L_Body_FlashSpecialNoLine.jpg);
	background-repeat: no-repeat;
	height: 84px;
}

span.specialsText {
	font-size : 9pt;
	font-weight: bold;
}

div.webstorecontain {
	background-color: #CED7E6;
	height: 300px;
	width: 778px;
}

td.storehead {
	background-image: url(/web/images/greens/L_Body_StoreHead.gif);
//	background-repeat: no-repeat;
	background-repeat: repeat-x;
	height: 44px;
	width: 778px;
	background-color: #1F4D8F;
}

.alignbottom {
	vertical-align: bottom;
}

.aligntop {
	vertical-align: middle;
}
h1.storehead, span.storehead {
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

span.cartinfo {
	font-size: 10pt;
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

td.category {
	background-color: #1F4D8F;
	height: 22px;
}

td.shortdesc {
	background-color: #7DA9E7;
	height: 22px;
}

p.desc {
	margin-left: 5px;
	font-size: 11pt;
}

span.catBar {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
}

tr.catBar {
	background-color: #1F4D8F;
}
span.plcatBar {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}
span.sdBar {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 10px;
}

tr.sdBar {
	font-size: 10pt;
	font-weight: bold;
//	color: #FFFFFF;
	color: #000000;
	background-color: #7DA9E7;
}

span.plsdBar {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 15px;
	color:#000000;
}

.indent {
	margin-left: 15px;
}

span.info ,a.info {
	font-size: 10pt;
}

input.qtyBox {
	background-color: #BDC7D5;
	color: #000000;
}

table.prodlist {
	background-color: #CED7E6;
}

a.p_e_basket {
	color: #FFFFFF;
}

a.p_e_basket:visited {
	color: #FFFFFF;
}

td.checkoutTop {
	background-image: url(/web/images/greens/Checkout_Round_Top.gif);
	background-repeat: no-repeat;
	width: 579px;
	height: 21px;
}

td.checkoutBottom {
	background-image: url(/web/images/greens/Checkout_Round_Bottom.gif);
	background-repeat: no-repeat;
	width: 579px;
	height: 21px;
}

span.whiteBoldRightMargin {
	color: #FFFFFF;
	margin-right: 5px;
	font-weight: bold;
	font-size: 10pt;
}

span.whiteBoldLeftMargin {
	color: #FFFFFF;
	margin-left: 10px;
	font-weight: bold;
	font-size: 10pt;
}

.menusepbgadultdiapers {
  background-image: url(/web/images/greens/L_Head_SepMenu_Adult_Diapers.jpg);
  background-repeat: no-repeat;
  height: 14px;
}

.smCheckOutTableLeft {
  background-image: url(/web/images/greens/sm-checkout-top-left.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
.smCheckOutTableRight {
  background-image: url(/web/images/greens/sm-checkout-top-right.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
.smCheckOutTableText {
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
}
table.smCheckOutTable {
  background-color: #1f4d8f;
}
table.smCheckOutTable td {
  background-color: #052a5d;
}

/* This applies to all web store gel buttons, not just the buttons the specials component */
.specialsgelbutton {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
}
a.specialsgelbutton:visited {
  color: #FFFFFF
}
.specialsgelbuttonimg {
  background-image: url(/web/images/greens/GelButtonMidPop.jpg);
  background-repeat: repeat;
}
