#babies {
	padding: 0;
	margin: 0;
}

#babies h2 {
	background: url(img/title.jpg) top right no-repeat;
	border-bottom: 1px solid black;
	height: 90px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

/* TOP */
#babynavtop {
	background: url(img/toprepeat.gif) top center no-repeat #CECAA7;
	border-bottom: 1px solid black;
	height: 23px;
}

#btnLeft {
	float: left;
}

#btnRight {
	margin-left: 247px;
}


/* BOTTOM */
#babynavbottom {
	margin: 0;
	padding: 0;
	background: url(img/pickdate.gif) bottom left no-repeat #CECAA7;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	text-align: right;
}

#babynavbottom select {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#bottomcontrols {
	/* margin-left: 210px; */
	display: inline;
	font-size: 18px;
	padding-left: 15px;
	background: url(img/pickerbg.gif) bottom left no-repeat #CECAA7;
	vertical-align: bottom;
}

#btnJump {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* BABY DIVS */

img {
	border: 0;
	margin: 0 10px 0 0;
	display: block;
}

.baby {
	clear: both;
	min-height: 100px;
	height:auto;
	_height: 100px;
	border: 1px solid white;
	margin: 0;
	padding: 0;
}

.baby img {
	float: left;
	border: 1px solid #5C6883;
	border-bottom: 3px solid #5C6883;
	margin: 10px;
}

.baby p {
	margin: 10px 10px 0 0;
	font-size: 14px;
	color: #475065;
}

.baby p strong {
	color: #272D38;
}

/*  NO BABIES */
#nobabies {
	text-align: center;
	margin: 100px 0 0;
	color: #A8ADB6;
}

/* OVERRIDES */
#twocol #colone {
    padding-bottom: 0;
    margin: 0;
}

/* Details Pages */
#babyname {
	background: url(img/babyname.gif) top left no-repeat #CECAA7;
	text-align: right;
	border-bottom: 1px solid black;
}

#babyname span {
	padding: 0 15px;
	background: url(img/namebg.gif) top left no-repeat #CECAA7;
	font-size: 18px;
	font-weight: bold;
	color: #272B30;
}

#picdiv {
	text-align: center;
	border-bottom: 1px solid black;
	/* background: url(img/babybg.jpg) top left repeat #A4B2BE; */
	background: url(../img/alt.gif) bottom center repeat-x #F3F5F9;
}

#babypic {
	display: block;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#details, #notfound {
	font-size: 16px;
	margin: 10px 30px;
}

#details span  {
	font-size: 16px;
}

#returnlink {
	background: url(img/returnbg.gif) top right no-repeat #CECAA7;
	height: 25px;
	border-top: 1px solid black;
}

#returnlink img {
	border: 0;
	margin-top: 2px;
}