@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.header { padding-left: 10px; padding-bottom: 12px; color: #FF3399; font-family: Times New Roman, sanserif; font-size:28px; }
.header16 { color: #FF3399; font-family: Times New Roman, sanserif; font-size:16px; font-weight: lighter; }

.darkgreytext { color: #333333; font-family:times new roman; font-size: 12px;}
.darkgreytext { color: #9C9C9C; font-family:times new roman; font-size: 12px;}

.footertext { color: #ff6699; font-size: 8px; font-family: arial, helvetia;}
a.footer:link { color: #ff6699; text-decoration: none; font-size: 8px; font-family: arial, helvetia;}
a.footer:visited { color: #ff6699; text-decoration: none; font-size: 8px;  font-family: arial, helvetia;}
a.footer:hover { color: #ff6699; text-decoration: underline; font-size: 8px; font-family: arial, helvetia;}

.copyright { color: #ff6699; font-size: 8px;}

.availableinfo { font-size: 10px; }

.pinkbckg { background-color: #FFD3E9; }

.thrColLiqHdr #container { 
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #ffffff;
	padding: 0 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #F06EA9;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColLiqHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFC1E0;
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColLiqHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFC1E0;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Below here is css copied in from previous stylesheet */


.whitebckg { background-color: #FFFFFF; }
.productlinkbckg { background-color: #FFECF6; }


.header { padding-left: 10px; padding-bottom: 12px; color: #FF3399; font-family: Times New Roman, sanserif; font-size:28px; }
.header16 { color: #FF3399; font-family: Times New Roman, sanserif; font-size:16px; font-weight: lighter; }
.pressHeader { color: #ff6699; font-size:13px; }

.email_tree_header { padding-top: 35px; padding-left: 10px; padding-bottom: 12px; color: #FF3399; font-family: Times New Roman, sanserif; font-size:22px; }
.email_tree_header2 { padding-top: 35px; padding-left: 10px; padding-bottom: 12px; color: #FF3399; font-family: Times New Roman, sanserif; font-size:28px; }

.leftpad { padding-left: 10px; }

.leftrightpad { padding-left: 10px; padding-right: 10px; }

.pinktext { color: #ff6699; }

.copyright {
	color: #FF3399;
	font-size: 9px;
}

.subtitle { font-family:times new roman; font-size: 16px; }

.textspot { font-family:times new roman; font-size: 11px; color: #777777; }

.pinktextspot { color: #ff6699; font-family:times new roman; font-size: 10px; }

.darkgreytext { color: #333333; font-family:times new roman; font-size: 12px;}
.darkgreytext { color: #9C9C9C; font-family:times new roman; font-size: 12px;}

.spotlighttile { font-family: 'times new roman'; font-size: 11px; }
.spotText {font-size:9px; font-family:verdana,arial,helvetica;}

a.footer:link { color: #ff6699; text-decoration: none; font-size: 8px; font-family: arial, helvetia;}
a.footer:visited { color: #ff6699; text-decoration: none; font-size: 8px;  font-family: arial, helvetia;}
a.footer:hover { color: #ff6699; text-decoration: underline; font-size: 8px; font-family: arial, helvetia;}

a.side:link { color: #727171; text-decoration: none; font-size: 10px; }
a.side:visited { color: #727171; text-decoration: none;	font-size: 10px; }
a.side:hover { color: #ff6699; text-decoration: none; font-size: 10px; }

div.pink{color: #ff6699; font-size:10px;}
td.pink{color: #ff6699; font-size:10px;}
div.pink2{color: #ff6699; }

a.spotPink:link { color: #ff6699; text-decoration: none; font-size: 9px; }
a.spotPink:visited { color: #ff6699; text-decoration: none;	font-size: 9px; }
a.spotPink:hover { color: #ff6699; text-decoration: underline; font-size: 9px; }

a.pink:link { color: #ff6699; text-decoration: none; font-size: 10px; }
a.pink:visited { color: #ff6699; text-decoration: none;	font-size: 10px; }
a.pink:hover { color: #ff6699; text-decoration: underline; font-size: 10px; }
.pinkBig{color: #ff6699; font-size:26px;}

a.deadlink:link { color: #ff6699; text-decoration: none; }
a.deadlink:visited { color: #ff6699; text-decoration: none; }
a.deadlink:hover { color: #ff6699; text-decoration: none;  }

a.pinkLink {text-decoration: none; }
a.pinkLink:link { color: #ff6699; }
a.pinkLink:visited { color: #ff6699;}
a.pinkLink:hover { color: #ff6699; text-decoration: underline; }


a.grey:link { color: #727171; text-decoration: none; }
a.grey:visited { color: #727171; text-decoration: none;}
a.grey:hover { color: #ff6699; text-decoration: underline; }


.spotlightbckg { background-color: #FFC1E0; }
.orangebckg { background-color: #FFDB94; }
.magentabckg { background-color: #FFB7F0; }
.cyanbckg { background-color: #B5E5E9; }
.pinkbckg { background-color: #FFD3E9; }

.availableinfo { font-size: 10px; }

.rightinfo { padding: 5px; font-size: 10px; }
.rightinfo2 { font-size: 10px; }

.bagHeadCell { background-color: #FF3399; color:#FFFFFF; padding: 5px; }
.bagCell { background-color:#FFEAF4; color:#666666; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; padding-right: 5px; font-size: 10px;}
.bagSubCell { background-color:#FFEAF4; color:#666666; padding:3px; font-size: 10px;}


.tiny {font-size:9px;}

.bigArialPink{color: #ff6699; font-size:16px; font-family:arial,helvetica,verdana;}

.vibrantPinkBar {background-color:#FF3399; color:#FFFFFF; padding:3px; font-size:9px;}
.mattePinkCell {background-color:#FFEAF4; padding:3px; font-size:9px;}
