/* ========== THE BASICS ========== */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0;
	margin: 0;
	text-align: center;
}
div, tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
td, tr, p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 135%;
}
table {
	border: 0;
}
img {
	border: 0;
}
form {
	padding: 0;
	margin: 0;
}
hr {
	color: #369
}
li {
	line-height: 130%;
	margin-top: 6px;
}
select {
	font-size: 11px;
	padding: 2px;
}  
input {
	font-size: 11px;
	margin: 1px 1px 3px 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
#container {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	clear: both;
	overflow: hidden;
}
#floatLeft {
	float: left;
}
#floatRight {
	float: right;
}
#black {
	color: #000 !important;
}

/* ========== DEFAULT LINKS ========== */

a:link, a:visited {
	color: #008280;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
a:active {
	color: #008280;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

/* ========== HEADER ========== */

/* optional - used for creating space above the header */ 
.headerTopSpacer {
	position: relative;
	height: 15px;
	width: 770px;
	background-color: #FFF;
}

/* Contains all header DIVs and TABLEs */
.headerContainer {
	position: relative;
	width: 770px;
	height: 87px;
	clear: both;
}

/* Main Logo Image */
.logoMain {
	float: left;
	margin-top: 4px;
	width: 170px;
	height: 77px;
}

/* Text links residing in the header */
.headerLinks {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

/* Welcome message if signed in */
.welcome {
	color: #333;
	font-weight: bold;
}

/* Link allowing user to sign in as someone else */
.notYou {
	font-size: 9px !important;
	color: #999 !important;
}

.headerSpacer1 {
	position: relative;
	width: 770px;
	height: 5px;
	background-color: #008280;
}

.headerSpacer2 {
	position: relative;
	width: 770px;
	height: 10px;
	background-color: #FFF;
}

/* ========== TOP NAV CONTAINER AND LINKS ========== */

a:link.topNavLinks, a:visited.topNavLinks {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 8px 0px 8px;
}
a:hover.topNavLinks {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 8px 0px 8px;
}
a:active.topNavLinks {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 8px 0px 8px;
}

.topNav {
	position: relative;
	background-color: #906;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 770px;
	padding: 10px 0px 10px 0px;
	white-space: nowrap;
}

/* ========== SHOPPING CART ========== */


.cartContainer {
	position: absolute;
	top: 66px;
	right: 0px;
}
.cartImage {
	float: left;
	height: 15px;
	width: 19px;
	margin-right: 6px;
}
.cartData {
	font-size: 10px;
	padding-top: 1px;
}
a.cartData:link, a.cartData:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #06C;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 2px 0px 2px;
}
a.cartData:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F00;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 2px 0px 2px;
}

/* ========== CONTENT ========== */

.promo2 {
	width: 252px;
	height: 156px;
	border: 0;
	margin-top: 8px;
}
#promo2Center {
	margin-left: 7px;
	margin-right: 7px;
}

/* ========== LOGIN ========== */

.login {
	background-color: #d5eff3;
}
table.loginBox {
	margin: 12px 0px 0px 0px;
}
td.loginBox {
	padding: 4px;
	text-align: left;
	color: #000
}
input.loginBox {
	width: 100px;
	background-color: #EEE;
	border: 1px solid #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 1px;
}
#bottomPad {
	padding: 6px 0px 10px 0px;
	text-align: center;
}
input.loginGo {
	width: 36px;
	font-size: 9px;
	color: #FFF;
	background-color: #008280;
	border-top: 1px solid #9CC;
	border-right: 1px solid #033;
	border-bottom: 1px solid #033;
	border-left: 1px solid #9CC;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ========== FOOTER ========== */

.footer {
	position: relative;
	width: 770px;
	background-color: #906;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
a:link.footerLinks, a:visited.footerLinks {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 180%;
}
a:hover.footerLinks {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	line-height: 180%;
}
.footerLinkContainer {
	width: 570px;
	text-align: center; 
	float: left; 
	color: #FFF;
	padding: 7px;
}
.footerSpacer1 {
	position: relative;
	width: 770px;
	height: 10px;
	background-color: #FFF;
}
.footerSpacer2 {
	position: relative;
	width: 770px;
	height: 5px;
	background-color: #008280;
}
.footerRibbon {
	width: 116px;
	height: 40px;
	border: 0;
	margin: 7px 5px 7px 40px;
}


/* ========== BREAST CANCER AWARENESS PAGE ========== */

.bcaInfoBox {
	padding: 20px;
	border: 2px solid #F9C;
	overflow: hidden;
	height: 100%;
}
