body, td, th, select, input, textarea {
	font: normal 12px/1.2 Helvetica, Arial, sans-serif;
	color: #000;
}

img {
	border: 0;
}

a {
	color: #173575;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #6d99c6 url('bkg.jpg') repeat-x 0 0;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	background-color: #fff;
}

#header {
	float: left;
	width: 100%;
	background: url('headBg.png') no-repeat 0 0;
	padding: 4px 0 1px;
}

#logo {
	float: left;
	width: 300px;
	height: 120px;
	overflow: hidden;
}

#logo a {
	display: block;
	padding-top: 130px;
}

#headerLinks {
	float: right;
	width: 408px;
	height: 64px;
	padding: 10px 16px;
	overflow: auto;
	text-align: right;
}

#headerLinks a {
	text-decoration: none;
	margin-left: 12px;
}

#headerLinks a:hover {
	color: #8b0408;
}

#searchBox {
	clear: right;
	float: right;
	text-align: right;
	width: 276px;
	padding: 8px 12px 0;
}

#searchBox fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#searchBox * {
	vertical-align: middle;
}

#searchIn {
	width: 236px;
	margin-right: 4px;
}

#topNav {
	float: left;
	width: 100%;
	background: url('headShadow.gif') repeat-x 0 bottom;
	padding-bottom: 16px;
}

#topNav .links,
#footer .links {
	background-color: #ee353a;
	color: #fff;
	padding: 4px 10px;
	margin: 0;
	float: left;
	width: 740px;
}

#topNav .links li,
#footer .links li {
	list-style: none;
	margin: 0;
	float: left;
}

#topNav .links li {
	background: url('topNavSep.gif') repeat-y 0 0;
	padding: 0 0 0 1px;
	text-transform: uppercase;
}

#topNav .links li.first,
#footer .links li.first,
#topNav .links li.last,
#footer .links li.last {
	background: none;
	padding: 0;
}

#topNav .links li.cart,
#footer .links li.cart {
	float: right;
}

#topNav .links a,
#footer .links a {
	color: #fff;
	text-decoration: none;
	padding: 6px 10px;
	float: left;
	display: block;
}

#topNav .links a:hover,
#footer .links a:hover {
	text-decoration: underline;
}

#topNav .links li.cart a,
#footer .links li.cart a {
	background: url('cartIcon.gif') no-repeat right center;
	padding-right: 30px;
}

#main {
	background: url('navBg.png') repeat-y 0 0;
	float: left;
	width: 100%;
}

#mainInner {
	background: url('navBtm.png') no-repeat 0 bottom;
	float: left;
	width: 100%;
	padding-bottom: 7px;
}

#sideNav {
	background: url('shopBy.png') no-repeat 0 0;
	float: left;
	width: 168px;
	padding: 25px 7px 20px 0;
	color: #fff;
}

#sideNav a {
	color: #fff;
}

#shopByBox {
	background-color: #1cb3eb;
	padding: 6px 10px 12px;
	zoom: 1;
}

#shopByDD {
	width: 144px;
}

#categoriesHd {
	background: url('navHead.png') no-repeat 0 0;
	height: 38px;
	width: 168px;
	overflow: hidden;
}

#categoriesHd span {
	display: block;
	padding-top: 48px;
}

#categoriesBox ul {
	padding: 0 0 6px;
	margin: 0;
}

#categoriesBox li {
	border-bottom: solid 1px #c2de7f;
	list-style: none;
	padding: 0;
	margin: 0;
}

#categoriesBox li a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
}

#categoriesBox li a:hover {
	background-color: #87ae1f;
}

#mailingBox {
	background: #1cb3eb url('mailingCrnrBtm.png') no-repeat right bottom;
	padding-bottom: 8px;
	text-align: right;
}

#mailingBox form {
	background: url('mailingTop.png') no-repeat 0 0;
	padding: 32px 4px 4px;
}

#mailingBox form * {
	vertical-align: middle;
}

#mailingBox fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#mailingIn {
	width: 120px;
	margin-right: 4px;
}

#mailingBox .privacyLink {
	padding: 6px 12px;
}

#badges {
	text-align: center;
	padding: 20px 8px 8px;
}

#pageContent {
	float: left;
	padding-left: 5px;
	width: 568px;
}

#shopByAgeBar {
	background: url('ageBarBg.png') no-repeat 0 0;
	position: relative;
	height: 53px;
	width: 567px;
	z-index: 0;
	margin-bottom: 8px;
}

#shopByAgeBar span {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 38px;
	width: 82px;
	overflow: hidden;
}

#shopByAgeBar a {
	display: block;
	padding-top: 48px;
}

#shopByAgeBar span.newborn {
	left: 2px;
}

#shopByAgeBar span.newborn a:hover {
	background: url('newbornBtn.png') no-repeat 0 0;
}

#shopByAgeBar span.toddler {
	left: 82px;
}

#shopByAgeBar span.toddler a:hover {
	background: url('toddlerBtn.png') no-repeat 0 0;
}

#shopByAgeBar span.years23 {
	left: 165px;
}

#shopByAgeBar span.years23 a:hover {
	background: url('23yearBtn.png') no-repeat 0 0;
}

#shopByAgeBar span.years45 {
	left: 252px;
}

#shopByAgeBar span.years45 a:hover {
	background: url('45yearBtn.png') no-repeat 0 0;
}

#shopByAgeBar span.years68 {
	left: 340px;
}

#shopByAgeBar span.years68 a:hover {
	background: url('68yearBtn.png') no-repeat 0 0;
}

#shopByAgeBar span.years912 {
	left: 431px;
}

#shopByAgeBar span.years912 a:hover {
	background: url('912yearBtn.png') no-repeat 0 0;
}

.breadcrumbs {
	padding: 0 12px 8px;
}

.breadcrumbs span {
	color: #ee353a;
}

.breadcrumbs a {
	color: #000;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

#splashBox {
	background: url('mainSplash.jpg') no-repeat 1px 0;
	position: relative;
	height: 260px;
	width: 566px;
	z-index: 0;
}

#splashBoxInner {
	position: absolute;
	z-index: 1;
	top: 23px;
	right: 1px;
	height: 173px;
	width: 270px;
	padding: 8px 12px;
	overflow: auto;
}

h1 {
	background-color: #fff3d2;
	padding: 6px 12px;
	color: #002f87;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 12px;
}

#itemImg {
	text-align: center;
	float: left;
	width: 260px;
	margin: 0 0 20px;
}

#itemInsets {
	padding: 6px;
}

#itemInsets a {
	margin: 0 4px;
}

#itemPit {
	float: right;
	width: 279px;
	background: url('pitBg.png') no-repeat 0 0;
	margin: 0 0 20px;
	padding-top: 10px;
}

#itemPit form,
#itemPit fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#itemPit table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#itemPit th,
#itemPit td {
	padding: 4px 10px;
	text-align: left;
	font-weight: normal;
}

#itemPit th {
	width: 90px;
	text-align: right;
}

#itemPit tr.sale th,
#itemPit tr.sale td {
	color: #de4c26;
	font-size: 14px;
	font-weight: bold;
}

#itemPit tr.atc td {
	padding-top: 20px;
	text-align: right;
}

#itemPit #sendToFriendLink {
	float: left;
	margin-top: 8px;
}

#sectionImg {
	float: left;
	padding: 12px 16px 8px;
}

#descriptionHd {
	clear: both;
	background: url('descriptionHd.gif') no-repeat 16px 0;
	height: 12px;
}

#description {
	padding: 12px 16px;
	font-size: 13px;
	line-height: 1.4;
}

.blobBox {
	clear: both;
	margin-top: 8px;
	background: #f1f6f7 url('blobBg.gif') repeat-y 0 0;
	width: 568px;
}

.blobBoxInner {
	background: url('blobBtm.png') no-repeat 0 bottom;
}

#bestSellers,
#specials,
#shopByBrandBox,
#crossSell {
	padding: 38px 2px 10px;
	text-align: center;
}

#bestSellers {
	background: url('bestSellersHd.png') no-repeat 0 0;
}

#specials {
	background: url('stuffWeLoveHd.png') no-repeat 0 0;
}

#shopByBrandBox {
	background: url('shopByBrandHd.png') no-repeat 0 0;
}

#crossSell {
	background: url('youMayAlsoHd.png') no-repeat 0 0;
}

#sectConts {
	padding: 10px 2px 10px;
	text-align: center;
}

#sectConts {
	background: url('sectContsHd.png') no-repeat 0 0;
}

table.vertical {
	border: 0;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}

table.vertical td {
	padding: 6px;
	text-align: center;
	font-weight: bold;
}

table.vertical td div {
	margin-bottom: 3px;
}

table.vertical .name a {
	color: #000;
}

table.vertical .price,
table.vertical .price-bold {
	color: #999;
}

table.vertical .sale-price,
table.vertical .sale-price-bold {
	color: #c30020;
}

table.vertical .you-save {
	color: #1a545e;
}

#shopByBrandBox {
	padding-left: 40px;
}

#shopByBrandBox ul {
	float: left;
	width: 489;
	background: url('relatedColBg.gif') repeat-y 0 0;
	padding: 0;
	margin: 0;
	text-align: left;
}

#shopByBrandBox li {
	float: left;
	padding: 3px 12px;
	width: 139px;
	margin: 0;
	list-style: none;
}

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

#copyright {
	clear: both;
	text-align: right;
	padding: 10px 16px;
}

.clearer {
	clear: both;
}


