@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ------------------------------- */
body {
	color: #555;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
p {
	padding: 0;
	margin: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
h1 {
	color: #768DC1;
	font-size: 230%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -1px;
	position: relative;
	padding: 0 0 5px 0;
}
h2 {
	font-weight: normal;
	font-size: 180%;
	line-height: 1.5em;
	color: #72BA29;
	padding: 15px 0 0 0;
	letter-spacing: -1px;
}
h3 {
	color: #000000;
	font-weight: normal;
	font-size: 150%;
	line-height: 1.5em;
	letter-spacing: -1px;
	padding-top: 10px;
}
h4 {
	font-weight: bold;
	font-size: 1em;
}
ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
ol li {
	margin-bottom: 6px;
}
ul.square, ul.circle, ul.checkmark {
	margin-left: 2em;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
.article li {
	background: url(../images/bullet-article.png) no-repeat left 2px;
	padding-left: 20px;
	margin-bottom: .5em;
}
ul li.Q, ul li.A {
	background-image: url(../images/bullet-Q.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-position: left top;
}
ul li.A {
	background-image: url(../images/bullet-A.gif);
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}
ul.checkmark {
	list-style-position: outside;
	list-style-image: url(../images/bullet-checkmark.png);
}
ul.checkmark li {
	margin-bottom: 4px;
}
img.left {
	margin-right: 15px;
	float: left;
}
img.right {
	float: right;
	margin-left: 15px;
}
img.across {
	margin: 5px 0 5px 0;
}
img.topPick {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}
img.oversize {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
img.flushleft {
	margin-left: -20px;
}
img.flushright {
	margin-right: -20px;
}
.align-center {
	text-align: center;
	margin: 0 auto;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #00C9DA;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#masthead {
	width: 976px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#header {
	height: 136px;
	background-image: url(../images/header.png);
	padding-right: 10px;
}
#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#header a:hover, #header a:active {
	text-decoration: underline;
}
#headerNav {
	width: 102px;
	margin-top: 60px;
	float: right;
	margin-right: 5px;
	text-align: right;
}
#logo {
    float: left;
    width: 400px;
    margin-top: 55px;
    margin-left: 0px;
}
#headerSearch {
	width: 966px;
	background-image: url(../images/head-go-bg.png);
	background-repeat: no-repeat;
	padding-right: 10px;
	height: 32px;
	text-align: right;
	padding-top: 7px;
}
.textfieldSearch {
	width: 230px;
	border: 1px solid #8BB1E1;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 11px;
	height: 17px;
	margin-right: 2px;
}
#nav {
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	width: 951px;
	padding-left: 25px;
}
#nav ul {
	
	text-align:center;
	
}
#nav ul li {
	display: block;
	height: 33px;
	float: left;
}
#nav ul li a {
	background-image: url(../images/nav-btn-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px dotted #FFF;
	display: block;
	font-size:14px;
	color: #FFF;
	height: 23px;
	padding-top: 4px;
	float: left;
}
#nav ul li a:hover {
	background-image: url(../images/nav-btn-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	text-decoration: none;
}
#nav ul li a.last {
	border-right: none;
}
#container {
	width: 976px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#contentwrapper {
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
}
#main {
	width: 740px;
	margin-left: 220px;
}
#content {
	width: 740px;
	float: left;
	padding-top: 20px;
}
#content td {
	padding: 3px;
}

#banner {
	padding-top: 10px;
}

#center {
	width: 470px;
}
#footer {
	width: 976px;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	line-height: 2em;
	clear: both;
}
#footer a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #00C9DA;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	background-color: #00C9DA;
}
#pg-bottom {
	background-image: url(../images/pagebottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
	clear: both;
	margin-bottom: 10px;
}
#sidebar1 {
	float: left;
	width: 185px;
	padding-left: 15px;
	padding-top: 15px;
	color: #464646;
	font-size: 12px;
}
#sidebar1  h2 {
	font-size: 16px;
	color: #162B7F;
	padding-top: 4px;
	padding-left: 8px;
	font-weight: bold;
	background-image: url(../images/sidebar1-h2-bg.gif);
	background-repeat: no-repeat;
	height: 26px;
	background-color: #C0D8FF;
}
#sidebar1 ul {
	margin: 5px 0 15px;
}
#sidebar1 ul li {
	padding-left: 8px;
}
#sidebar1 ul a {
	color: #00C9DA;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d8d8d8;
}
#sidebar1 ul a:link, #sidebar1 ul a:visited {
	text-decoration: none;
}
#sidebar1 ul a:hover, #sidebar1 ul a:active {
	text-decoration: none;
	background-color: #00C9DA;
	color: #FFF;
}
#sidebar1 a:link, #sidebar1 a:visited {
	text-decoration: none;
}
#sidebar1 a:hover, #sidebar1 a:active {
	text-decoration: underline;
}
#sidebar2 {
	float: right;
	width: 250px;
	color: #464646;
}
#sidebar2  #ccoptin {
	margin-top: 8px;
	margin-left: 5px;
}
#full {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 720px;
}
#full h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0px;
	color: #F87821;
}
#full h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	color: #6E6E6E;
	margin-bottom: 0px;
}
#full h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
}
#newsletter {
	background-image: url(../images/newsletter-bg.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 230px;
	padding-top: 42px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 1.5em;
	background-position: 0px 0px;
}
#live-help {
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 0px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.more {
	text-align: right;
}
.last {
	margin-bottom: 0;
}
.series_container {
	margin-bottom: 15px;
	padding: 0px;
	width: 715px;
	background-image: url(../images/series_container_bg.jpg);
	background-repeat: repeat-y;
}
.series_container th {
	width: 515px;
	height: 40px;
	background-image: url(../images/series_container_header_bg.jpg);
	background-repeat: no-repeat;
	color: #606060;
	font-size: 16px;
	font-weight: bold;
}
.series_price {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	height: 40px;
	width: 200px;
	background-image: url(../images/series_price_bg.jpg);
	background-repeat: no-repeat;
}
.series_price_2 {
	font-size: 16px;
	font-weight: bold;
}
.series_price_strike {
	color: #FF0000;
	text-decoration: line-through;
}
.series_price_container {
	height: 40px;
	width: 200px;
	background-image: url(../images/series_price_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
}
.series_container_footer {
	width: 715px;
	height: 36px;
	background-image: url(../images/series_container_footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
.package_select_newborn {
	border: 1px solid #5488B7;
	margin-bottom: 15px;
	padding: 0px;
}
.package_select_one_two {
	border: 1px solid #C1714E;
	margin-bottom: 15px;
	padding: 0px;
}
.package_select_two_three {
	border: 1px solid #369144;
	margin-bottom: 15px;
	padding: 0px;
}
.package_select_three_four {
	border: 1px solid #DEAD2D;
	margin-bottom: 15px;
	padding: 0px;
}
.package_select_four_five {
	border: 1px solid #B524C7;
	margin-bottom: 15px;
	padding: 0px;
}
.package_select_newborn th {
	background: #5488B7;
	width: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5488B7;
}
.package_select_one_two th {
	background: #C1714E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1714E;
	width: 75%;
}
.package_select_two_three th {
	background: #369144;
	width: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #369144;
}
.package_select_three_four th {
	background: #dead2d;
	width: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dead2d;
}
.package_select_four_five th {
	background: #b524c7;
	width: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b524c7;
}
.series_price1 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8DB7DD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5488B7;
}
.series_price2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #EFA787;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1714E;
}
.series_price3 {
	font-size: 16px;
	font-weight: bold;
	color: #369144;
	background-color: #B6FCD6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #369144;
}
.series_price4 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #F6DA93;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEAD2D;
}
.series_price5 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #E389EE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B524C7;
}
.age_heading {
	color: #F5791F;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}
.gift_box {
	width: 25%;
	color: #555555;
	padding: 3px;
}
.gift_box img {
	margin-top: 3px;
}
.gift_box_2_toy {
	width: 50%;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #555555;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.single_gift_box {
	width: 158px;
	border: 1px solid #D0D2D7;
	color: #555555;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.single_gift_box .name_container, .gift_box .name_container, .config_single_gift_box .name_container {
	height: 3em;
	overflow: hidden;
}
.config_single_gift_box {
	width: 155px;
	border: 1px solid #D0D2D7;
	color: #555555;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 5px;
}
.single_gift_box_col {
	width: 158px;
	color: #555555;
	padding: 5px 5px 7px;
	margin: 5px;
	border-bottom: 1px solid #E9E9E9;
}
.single_gift_box_col .name_container {
	height: 3em;
	overflow: hidden;
	margin-top: 4px;
}
.icon_container {
	float: right;
}
.toy_price {
	font-weight: normal;
	color: #555555;
}
.toy_price_strike {
	font-weight: normal;
	color: #555555;
	text-decoration: line-through;
}
.toy_name {
	font-weight: bold;
	color: #555555;
	font-size: 13px;
}
.search_price {
	color: #555555;
	font-weight: normal;
}
.cart_header {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #F87821;
}
#toolbox {
	float: right;
	width: auto;
	border: 1px solid #ffffff;
}
.col_container {
	margin-bottom: 15px;
}
.col_header {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #F77D1E;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CE6818;
}
.col_left {
	width: 340px;
	float: left;
	margin-right: 40px;
}
.col_right {
	float: right;
	width: 340px;
}
.col_across {
	width: 478px;
	border: 1px solid #CE6818;
	clear: left;
	margin-bottom: 15px;
}
.col_content {
	padding: 5px;
}
.headingBlueSm {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #008BD0;
}
.headingBlueMed {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3em;
	color: #008BD0;
}
.headingBlueLg {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	color: #008BD0;
}
.headingBlueExLg {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	color: #008BD0;
}
.headingOrangeSm {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #F87821;
}
.headingOrangeLg {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	color: #F87821;
}
.headingOrangeExLg {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	color: #F87821;
}
.headingGray {
	color: #6E6E6E;
}
.headingGraySm {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #6E6E6E;
}
.headingGrayMed {
	font-size: 16px;
	color: #6E6E6E;
	line-height: 1.3em;
}
.headingGrayLg {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3em;
	color: #6E6E6E;
}
.headingGreenSm {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #72BA29;
}
.headingGreenMed {
	font-size: 14px;
	color: #72BA29;
	line-height: 1.3em;
	font-weight: bold;
}
.headingGreenLg {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	color: #72BA29;
}
.headingGreenXtLg {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	color: #72BA29;
}
.headingYellowLg {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	color: #AE9C4E;
}
.headingYellowXtLg {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	color: #AE9C4E;
}
.headingRedLg {
	color: #ca0000;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
}
.headingPinkXtLg {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	color: #e500a9;
}
.headingPinkLg {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	color: #e500a9;
}
.heading_black {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 1.3em;
}
.headingWhiteLg {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	color: #FFF;
}
.heading_white {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.hrOrange {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F87821;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hrGray {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.border_blue {
	border: 1px solid #008BD0;
	margin-top: 3px;
	margin-right: 15px;
}
.border_gray_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
}
.border_gray_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8D8D8;
}
.border_gray_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
.textfield {
	font-size: 12px;
	border: 1px solid #74C4FF;
	width: 160px;
	padding: 2px;
}
.textfieldSmall {
	font-size: 12px;
	padding: 2px;
	width: 130px;
	border: 1px solid #74C4FF;
}
.textfield2 {
	font-size: 12px;
	border: 1px solid #74C4FF;
	width: 30px;
}
.textarea {
	font-size: 12px;
	border: 1px solid #74C4FF;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
.dropdown {
	border: 1px solid #74C4FF;
	font-size: 12px;
}
.slimForm {
	display: inline;
	margin: 0;
	padding: 0;
}
.textWhiteNorm {
	font-weight: bold;
	color: #FFFFFF;
}
.smallText {
	font-size: 10px;
}
.largeText {
	font-size: 14px;
	line-height: 1.3em;
}
.XLargeText {
	font-size: 18px;
}
.redText {
	color: #FF0000;
	font-weight: normal;
}
.blueText {
	color: #0000CC;
}
.date {
	font-size: 11px;
	color: #8C8C8C;
}
#card_popup {
	position: relative;
}
#card_popup a:hover {
	background-image: url(../images/instruction_card.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 453px;
}
.center-col-container {
	margin-bottom: 15px;
}
.detail-shipping {
	background-image: url(../images/bg-detail-shipping.png);
	height: 25px;
	width: 290px;
	padding-top: 50px;
	padding-left: 10px;
	color: #fff;
}
.detail-info {
	background-image: url(../images/bg-detail-info-top.png);
	width: 292px;
	color: #464646;
	background-repeat: no-repeat;
	padding-left: 8px;
	background-color: #ececec;
	padding-top: 5px;
}
.detail-also-like {
	background-image: url(../images/bg-detail-also-like-top.png);
	width: 300px;
	color: #464646;
	background-repeat: no-repeat;
	padding-top: 35px;
	background-position: top;
	background-color: #EFF1D8;
}
.detail-tell-friend {
	background-image: url(../images/bg-detail-tell-friend.png);
	height: 155px;
	width: 294px;
	color: #464646;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 6px;
}
.ad_post {
	padding: 10px 7px 0px;
	background-image: url(../images/gradient-gray-bg.png);
	background-repeat: no-repeat;
	height: auto;
	background-position: bottom;
}
.ad_post-heading {
	font-size: 16px;
	font-weight: bold;
	color: #464646;
}
.right_callout {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #027FBA;
	padding: 10px;
	float: right;
	width: 230px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 60px;
	border: 10px solid #75DDFF;
	clear: right;
}
#HTT {
	background-image: url(../images/head-to-toe-bg.gif);
	background-repeat: no-repeat;
	height: 173px;
	width: 280px;
}
.HTT_on {
	color: #FFFFFF;
}
.HTT_off {
	color: #F9B17D;
}
.skill {
	background-color: #F3EBD6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3AE9F;
	width: 105px;
}
.skill-last {
	background-color: #F3EBD6;
}
.milestones {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3AE9F;
}
.box-single-gifts {
	background-image: url(../images/bg-single-gifts.gif);
	background-repeat: no-repeat;
	height: 142px;
	padding-top: 40px;
	width: 696px;
	padding-right: 10px;
	padding-left: 10px;
}
.box-gift-series {
	background-image: url(../images/bg-gift-series.gif);
	background-repeat: no-repeat;
	height: 142px;
	padding-top: 40px;
	width: 696px;
	padding-right: 10px;
	padding-left: 10px;
}
.box-difference {
	background-image: url(../images/bg-difference.gif);
	background-repeat: no-repeat;
	height: 85px;
	padding-top: 50px;
	width: 696px;
	padding-right: 10px;
	padding-left: 10px;
}
#age-select {
	background-image: url(../images/age-select-bg.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 720px;
	padding-top: 70px;
}
#age-select td, age-select-single td {
	text-align: center;
}
#age-select-single {
	background-image: url(../images/age-select-single-bg.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 720px;
	padding-top: 70px;
}
.gray-callout {
	padding: 5px 5px 5px 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FAFAFA;
	border: 1px dotted #CBCBCB;
}
.registry-box {
	background-image: url(../images/registry-box-bg.png);
	background-repeat: no-repeat;
	padding: 5px 10px 10px;
	float: left;
	height: 390px;
	width: 325px;
	margin-right: 30px;
}
.registry-box img {
	border: 1px solid #9A9A9A;
}
.registry-box-right {
	background-image: url(../images/registry-box-bg.png);
	background-repeat: no-repeat;
	padding: 5px 10px 10px;
	float: left;
	height: 390px;
	width: 325px;
}
.registry-box-sm {
	background-image: url(../images/registry-box-bg-sm.png);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	height: 130px;
	width: 325px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.registry-box-sm-right {
	background-image: url(../images/registry-box-bg-sm.png);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	height: 130px;
	width: 325px;
	margin-bottom: 15px;
}
.registry-box-sm img, .registry-box-sm-right  img {
	border: 1px solid #F7EDD3;
}
#landContainer {
	width: 720px;
	float: left;
	margin-bottom: 15px;
}
.btn-land-bg {
	background-image: url(../images/btn-land-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 150px;
	padding-top: 8px;
	text-align: center;
	float: left;
	margin-right: 9px;
	font-weight: bold;
}
.btn-land-bg-last {
	background-image: url(../images/btn-land-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 150px;
	padding-top: 8px;
	text-align: center;
	float: left;
	font-weight: bold;
}
.btn-land-bg a , .btn-land-bg-last a {
	color: #FFF;
}
.gray-centered {
	background-color: #f5f5f5;
	margin-right: auto;
	margin-left: auto;
	width: 630px;
	margin-bottom: 15px;
	height: 78px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.landExtra {
	background-color: #eff1d8;
	float: left;
	width: 702px;
	border: 1px solid #C6C6AD;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.landExtra img {
	border: 1px solid #6BBA70;
}
.box-round {
	background-image: url(../images/box-round.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 110px;
	padding-top: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#col-1 {
	width: 161px;
	float: left;
	text-align: center;
	margin-right: 10px;
	height: 725px;
}
#col-2 {
	width: 161px;
	float: right;
	margin-right: 10px;
	text-align: center;
	height: 725px;
}
#col-3 {
	width: 160px;
	float: right;
	margin-right: 10px;
	text-align: center;
	height: 725px;
}
#col-4 {
	width: 160px;
	float: right;
	text-align: center;
	height: 725px;
}
.box-blue {
	background-color: #c6e9ff;
	border: 1px solid #87d1ff;
	padding: 5px;
	float: left;
}
.box-yellow {
	background-color: #FFF2A9;
	border: 1px solid #E5D465;
	padding: 5px;
	float: left;
}
.box-orange {
	background-color: #FFDCB0;
	border: 1px solid #ffbd6a;
	padding: 5px;
	float: left;
}
.box-pink {
	background-color: #fbc2ec;
	border: 1px solid #fb9de2;
	padding: 5px;
	float: left;
}
.box-green {
	background-color: #eff1d8;
	border: 1px solid #C6C6AD;
	padding: 5px;
	float: left;
}
.box-red {
	background-color: #febaba;
	border: 1px solid #fe9191;
	padding: 5px;
	float: left;
}
.box-gray {
	background-color: #fff9f9;
	border: 1px solid #e9e9e9;
	padding: 5px;
	float: left;
}
#col-1-wide {
	width: 285px;
	height: 635px;
	float: left;
	padding: 5px;
	margin-right: 10px;
}
#col-2-wide {
	width: 188px;
	float: right;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	height: 635px;
}
#col-3-wide {
	width: 188px;
	float: right;
	padding: 5px;
	text-align: center;
	height: 635px;
}
.land-toy-name {
	height: 35px;
}
.callout-green {
	background-color: #eff1d8;
	float: left;
	width: 702px;
	border: 1px solid #C6C6AD;
	margin-bottom: 15px;
	padding: 2px 8px 5px;
}
.fullContainer {
	width: 720px;
	float: left;
	margin-bottom: 15px;
}
.breadcrumbs {
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #464646;
	margin-left: 15px;
	margin-right: 15px;
}
#center-gg {
	margin-top: 15px;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	width: 520px;
}
.holiday-gg-right {
	height: 1000px;
	font-weight: normal;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	width: 180px;
}
.gg-age {
	background-image: url(../images/holiday-ag-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-left: 30px;
	height: 304px;
	font-size: 20px;
	line-height: 1.3em;
}
.holiday-gg-right ul li a {
	color: #FFF;
}
.gg-see-all {
	height: 62px;
	width: 170px;
	background-image: url(../images/gg-see-all-bg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	padding: 8px 5px 5px;
	font-weight: bold;
}
.gg-see-all a {
	color: #FFF;
}
.h1-red {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 0px;
	color: #900;
}
.detail-detail {
	width: 326px;
	float: right;
	font-size: 14px;
	line-height: 1.3em;
}
.detail-image {
	width: 394px;
	float: left;
}
.detail-price {
	font-size: 16px;
	font-weight: bold;
}
#wide {
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
.signin1 , .signin2 {
	float: left;
	width: 285px;
	margin-right: 10px;
	background-image: url(../images/checkout-bg.gif);
	background-repeat: no-repeat;
	height: 180px;
	padding: 5px;
}
.signin1 td, .signin2 td, .signin3 td, #checkoutForm td {
	padding: 2px;
}
.signin3 {
	float: left;
	width: 285px;
	margin-right: 0px;
	background-image: url(../images/checkout-bg.gif);
	background-repeat: no-repeat;
	height: 180px;
	padding: 5px;
}
#toy-finder {
	margin-bottom: 15px;
}
.btn {
	cursor: pointer;
}




.btn_orange {
	font-size: 14px;
	vertical-align: middle;
	border: solid 1px #c16019;
	padding: 5px 10px 5px 10px !important;
	color: #fff !important;
	margin: 3px 1px !important;
	background: #e5721e url(/images/btn-bg-orange.gif) left top repeat-x;
	white-space: nowrap;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    overflow:visible;
}

.btn_orange:hover {
	text-decoration: none !important;
	background: #e5721e url(/images/btn-bg-orange-hover.gif) left top repeat-x
}

input.btn_orange {
	padding: 4px 5px !important;
}

.btn_gray {
	font-size: 14px;
	vertical-align: middle;
	border: solid 1px #b4b4b4;
	padding: 5px 10px 5px 10px !important;
	color: #000 !important;
	margin: 3px 1px !important;
	background: #d2d2d2 url(/images/btn-bg-gray.gif) left top repeat-x;
	white-space: nowrap;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    overflow:visible;

}

.btn_gray:hover {
	text-decoration: none !important;
	background: #c2c2c2 url(/images/btn-bg-gray-hover.gif) left top repeat-x
}

input.btn_gray {
	padding: 4px 5px !important;
}
#cart-main {
	margin-top: 15px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 700px;
}

#cart-main h1 {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d4d4d4;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
#cart-sidebar {
	float: right;
	width: 215px;
	margin-top: 15px;
	padding-right: 15px;
}
#cart-main th {
	border-bottom: 1px solid #555555;
	font-weight: bold;
	padding: 4px;
}

#cart-main .qty {
	width: 40px;
}

#cart-main .items { padding-left: 40px; }
#cart-main .remove {
	text-align: center;
	width: 60px;
}

#cart-main #quantity {
	width: 20px;
}
#cart-main .subtotal {
	text-align: right;
	width: 80px;
}
#cart-main .wrap {
	text-align: center;
	width: 80px;
}
#cart-main .price {
	text-align: center;
	width: 80px;
}

#cart-details {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 700px;
}

#cart-questions {
    float: right;
    width: 300px;
    text-align: right;
}

#cart-add-info {
    float: left;
    width: 380px;
}
#cart-action {
	width: 455px;
	padding-right: 20px;
}
#cart-totals {
	float: right;
	width: 220px;
	text-align: right;
}
#cart-totals span.label {
	width: 150px;
	float: left;
}
#cart-totals span.value {
	width: 65px;
	float: left;
}
#cart-main img.thumb {
	vertical-align: middle;
	margin-right: 10px;
}
#cart-main td {
	padding: 4px;
	vertical-align: middle;
	border-bottom: 1px solid #c8c8c8;
}

#cart-main-left {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    width: 690px;
    float: left;
}

#promodiv {
	background-color: #F2F2F2;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#need-help {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
}
#assurance {
	background-color: #d0f0dd;
	padding: 10px;
	color: #136935;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 11px;
}
#assurance h2, .advantage h2 {
	color: #136935;
	font-size: 16px;
	margin-bottom: 5px;
}
#assurance img {
	border:1px solid #a5beaf;
	vertical-align:middle;
}
#assurance h2 img {
	float: left;
	margin-right: 5px;
	border: none;
	margin-top: 0px;
}