/* @override 
	http://www.ebeanstalk.com/global3.css
	http://www-local.ebeanstalk.com:8888/global3.css
	http://ebeanstalk.com/global3.css
*/

@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

fieldset, img { 
	border:0;
}

button {border:0 none; margin:0; text-align:left; overflow: visible; }

body  {
	text-align: center;
	color: #000000;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}

p {
	margin: 0px;
}

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; }
ul,ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
caption,th { text-align: left; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 0px;
	color: #333333;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3em;
	color: #72BA29;
	margin-bottom: 0px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
}
h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
p.intro {
	font-weight: bold;
}
.more {
	text-align: right;
}

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;
}
ul li.Q {
	background-image: url(images2/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(images2/A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}
ul.checkmark {
	list-style-position: outside;
	list-style-image: url(images2/bullet_checkmark.png);
}
ul.checkmark li {
	margin-bottom: 4px;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}

.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

img {
	border: 0;
}

img.left {
	margin-right: 15px;
	float: left;
}
img.right {
	float: right;
	margin-left: 15px;
}
img.across {
	margin: 5px 0 5px 0;
}

img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }
.fltrt {
	float: right;
	margin-left: 0px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #0089ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #0089ff;
	text-decoration: underline;
}

/* @group buttons */

.awesome, .awesome:visited {
	background: #222 url(/images3/awesome-button-overlay.png) repeat-x;
	font-family: Arial, sans-serif;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover { background-color: #111; color: #fff; text-decoration: none; }
.awesome:active { top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding: 5px 10px 6px; }

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.x-large.awesome, .x-large.awesome:visited {
	font-size: 18px;
	padding: 5px 14px 6px;
}

.gray.awesome, .gray.awesome:visited { background-color: #7e7e7e; }
.gray.awesome:hover { background-color: #323232; }
.green.awesome, .green.awesome:visited { background-color: #00a10f; }
.green.awesome:hover { background-color: #006e0b; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.red.awesome, .red.awesome:visited { background-color: #e33100; }
.red.awesome:hover { background-color: #872300; }
.orange.awesome, .orange.awesome:visited { background-color: #fe6a20; }
.orange.awesome:hover { background-color: #cf561a; }

/* @end */

#container  {
	width: 976px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images3/pagebg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}

#headerContainer {
	width: 976px;
	height: 175px;
}
#header  {
	width: 966px;
	height: 136px;
	background-image: url(images3/header.png);
	padding-right: 10px;
}  
#headerNav {
    width: 102px;
    margin-top: 63px;
    float: right;
    margin-right: 5px;
    text-align: right;
}
#headerNav p {
	margin: 0;
}
#Logo {
	float: left;
	width: 283px;
	margin-top: 42px;
	margin-left: 10px;
}
#live-help {
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;

}
#live-help img {
	border:none !important;
}
#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;
}
#headerSearch {
	width: 966px;
	background-image: url(images3/head-go-bg.png);
	background-repeat: no-repeat;
	padding-right: 10px;
	height: 32px;
	text-align: right;
	padding-top: 7px;
}

.textfieldSearch {
    width: 160px;
    border: 1px solid #d05903;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 2px;
    font-size: 11px;
    height: 17px;
    margin-right: 2px;
}



/* @group nav */

#nav-container {
	background-image: url(/images3/nav-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	width: 970px;
	padding: 0 0 4px 6px;
}
ul#nav {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}
ul#nav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	z-index: 1;
}
ul#nav li a {
	float: left;
	font-size: 14px;
	color: #FFF;
	height: 23px;
	padding: 6px 20px 0px 20px;
	border-right: 1px dotted #d5ffab;	
	text-shadow:0 1px 0 #3c6216;
}
ul#nav li:hover a, ul#nav li a:hover { 
	background: url(/images3/nav-btn-bg.png) no-repeat 0 0;
	text-decoration: none;
}
/*ul#nav a.grow {
	width: 78px; 
}
ul#nav a.age {
	width: 117px; 
}
ul#nav a.category {
	width: 124px; 
}
ul#nav a.brand {
	width: 124px; 
}
ul#nav a.wishlist {
	width: 141px; 
}
ul#nav a.expert {
	width: 141px;
}*/

ul#nav a.newsletter {
	border: none;
}

ul#nav li .sub {
	position: absolute;	
	top: 29px; left: 0;
	background: #ffffff;
	font-family: Arial, sans-serif;
	padding: 20px 20px 20px;
	float: left;
	border: 1px solid #5d9823;
	border-top: none;
	display: none;
}

ul#nav li .sub h2 {
	color: #5d9823;
	margin: 0 0 10px 0;
}

ul#nav li .sub h2 a {
	color: #5d9823;
	padding: 0 0 0 5px;
	/*margin: 0;*/
	float: none;
	background: none;
	border: none;
	text-decoration: underline;
	text-shadow: none;
}

ul#nav li .sub div {
	margin: 0 0 20px 0;
	color: #5d9823;
	font-size: 16px;
}
ul#nav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#nav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 116px;
	float: left;
}

ul#nav li .sub ul.cats {
	width: 150px;
}

ul#nav .sub ul li {
	width: 100%;
}
ul#nav .sub ul li h2 {
	padding: 0;
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
}
ul#nav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #5d9823;
}
ul#nav .sub ul li a {
	font-size: 12px;
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(/images3/nav-arrow.png) no-repeat 2px 8px;
	padding: 3px 5px 3px 12px;
	display: block;
	text-decoration: none;
	color: #418300;
	border-right: none;
	text-shadow: none;
	
}
ul#nav .sub ul li a:hover {
	color: #fff;
	background: #6cb028;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 15px;
	/*background-position: 5px 12px;*/
}


/* @end */

#nav {
	clear: both;
	height: 33px;
	width: 976px;
}

/* @group sidebar 1 */

#sidebar1  {
	float: left;
	width: 182px;
	margin-left: 15px;
	margin-top: 15px;
	color: #464646;
}

#sidebar1 h2{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    height: 29px;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    background-image: url(images3/sidebar1-h2-bg.gif);
    background-repeat: no-repeat;
    background-color: #e75d1f;
}

#sidebar1 h2 a:link, #sidebar1 h2 a:visited {
    color: #ffffff;
    display: block;
}

ul.left-nav {
	padding: 0;
	margin: 0 0 15px;
}

.left-nav li {
    margin: 0;
    padding-top: 2px;
	border-bottom: 1px dotted #aeaeae;
}

.left-nav li a, .left-nav li a:visited {
    color: #484848;
    font-size: 12px;
    padding: 2px 2px 2px 4px;
    font-weight: bold;
    display: block;
}

.left-nav li a:hover, .left-nav li a:active {
	color: #484848;
    text-decoration: none;
    background-color: #ffddce;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-bottom: none;
}

.left-nav li ul {
	padding: 0 0 0 5px;
	margin: 0;
}

.left-nav li ul li {
	float: left;
	border-bottom: none;
}

.left-nav li ul li a, .left-nav li ul li a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	float: left;
	padding: 2px 12px 2px 2px;
}

.left-nav li ul li a:hover {
	color: #464646;
	text-decoration: underline;
	background: none;
}

/* @end */

/* @group sidebar 2 */

#sidebar2  {
	float: right;
	width: 252px;
	margin-top: 15px;
	margin-right: 15px;
	color: #464646;
}

#sidebar2 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #cd7230;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-bottom: 10px;
	background-image: url(images3/side2-h1.jpg);
	background-repeat: no-repeat;
	height: 19px;
}

#sidebar2 form {
	margin-top: 10px;
}

#sidebar 2 img {
	margin: 0;
}

#newsletter {
	height: 93px;
	width: 227px;
	padding: 42px 10px 0 15px;
	line-height: 1.5em;
	background: url(images3/newsletter-bg.gif) no-repeat 0 0;
}

/* @end */

#center {
	margin: 15px 0px 0 210px;
	padding: 0;
	text-align: left;
	width: 478px;
}

#home-content {
	float: left;
	width: 478px;
	margin: 0;
	padding: 0;
}

#main  {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 720px;
}

#wide {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}

.sidebar {
	font-size: 10px;
	line-height: 18px;
}
.callout  {
	background-color: #FFFFE3;
	padding: 2px 5px 5px 5px;
	border: 1px solid #c8c8c8;
}
#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;
}

/* @group footer */

#footer  {
	background-image: url(images3/pagebottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
	clear: both;
} 

#footerNav {
	width: 976px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #0089ff;
	padding-top: 5px;
	font-size: 9px;
	padding-bottom: 10px;
	color: #0089ff;
}
#footerNav a {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
}
#footerNav a:link, #footerNav a:visited {
	color: #0089ff;
}
#footerNav a:hover, #footerNav a:active {
	color: #FFFFFF;
	background-color: #0089ff;
}

/* @end */

.grid-container {
	width: 720px;
	float: left;
}

.age_heading {
	color: #F5791F;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	height: 20px;
}

.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 .header {
	color: #464646;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	height: 20px;

}

.single_gift_box .target {
	font-size: 11px;

}

.single_gift_box .header span {
	float: right;	
}

.single_gift_box .header span img {
	margin-left: 5px;
}

.single_gift_box .name_container, .gift_box .name_container, .config_single_gift_box .name_container {
	height: 3em;
	overflow: hidden;
}

img.topPick {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

img.oversize {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}


.single_gift_box .toy {
	text-align: center;
	margin: 5px 0;
	height: 140px;
}

.single_gift_box .toy a {
	color: #009352;
	font-weight: bold;
}

.single_gift_box .toy img {
	display: block;
	margin: 10px auto 10px auto;
}

.single_gift_box a:hover {
	text-decoration: none;
	color: #F87821;
}

.single_gift_box .price {
	color: #E70202;
	font-weight: bold;
	margin-bottom: 4px;
}

.single_gift_box .price span {
	margin-right: 10px;
	text-decoration: line-through;
	color: #000;
	font-weight: normal;
}

.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_age {
	float: left;
	margin-bottom: 5px;
}

.toy_age .real-age {
    font-weight: bold;
}

.toy_age .target {
    font-weight: normal;
    color: #666;
    font-size:11px;
}

.single_gift_box .gender {
	width: 20px;
	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;
}
.headingOrangeHuge {
    font-weight: bold;
    font-size: 32px;
    line-height: 1em;
    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;
}

.headingGreenHuge {
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
    color: #4B8D47;
    margin: 0;
}
.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;
}
.headingHoliday {
    color: #ab251f;
    margin: 0;
	font: bold 28px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 span {
	color: #72BA29;
}

.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;
}
.textfield-required {
	font-size: 12px;
	border: 1px solid #74C4FF;
	width: 160px;
	padding: 2px;
	background-color: #FFC;
}
.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;
	
}
.dropdown-required {
	border: 1px solid #74C4FF;
	font-size: 12px;
	background-color: #FFC;
}
.slimForm  {
    display:inline;
    margin: 0;
    padding: 0;
}
.textWhiteNorm {
	font-weight: bold;
	color: #FFFFFF;
}
.smallText {
	font-size: 10px;
	font-weight: normal;
}
.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(images2/instruction_card.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 453px;
}
#ad_art_travel {
	background-image: url(images2/ad-art-travel.png);
	background-repeat: no-repeat;
	padding: 40px 5px 10px;
	height: 145px;
	width: 468px;
	font-size: 12px;
	font-weight: bold;
}
#ad_sale_gifts {
	background-image: url(images2/ad-sale-gifts.png);
	background-repeat: no-repeat;
	padding: 40px 5px 10px;
	height: 145px;
	width: 468px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
#ad_new_top {
	background-image: url(images2/ad-new-top.png);
	background-repeat: no-repeat;
	padding: 40px 5px 10px;
	height: 145px;
	width: 468px;
	font-size: 12px;
	font-weight: bold;
}
#ad_stockup_favors {
	background-image: url(images2/ad-stockup-favors.png);
	background-repeat: no-repeat;
	padding: 40px 5px 10px;
	height: 145px;
	width: 468px;
	font-size: 12px;
	font-weight: bold;
}
#ad_gift_stocking {
	background-image: url(images2/gg-center.png);
	background-repeat: no-repeat;
	padding: 125px 5px 10px;
	height: 165px;
	width: 468px;
	font-size: 12px;
	font-weight: bold;
}
#ad_gift_stocking a {
	color: #FFF;
}

/* @group center content */

.center-col-container {
	width: 478px;
	float: left;
	margin-top: 15px;
}

.center-col-container a, .center-col-container a:visited {
	color: #464646;
	font-size: 14px;
	font-weight: normal;
	display: block;
}

.center-col-container a:hover {
    color: #0089ff;
    text-decoration: none;
}

#home-new-ages {
	width: 478px;
	height: 290px;
	background: url(images3/bg-new-ages.png) no-repeat 0 0;
}

#home-new-ages ul.sideA {
	margin-top: 74px;
	float: left;
	width: 240px;
}

#home-new-ages ul li {
	float: left;
	width: 119px;
	height: 102px;
	text-align: center;
}

#home-new-ages ul li a {
	padding-top: 80px;
	height: 20px;
}

#home-new-ages ul li.row2 a {
	padding-top: 90px;
}

#home-new-ages ul.sideB {
	width: 235px;
	float: left;
}

#home-new-ages ul.sideB li a {
	height: 21px;
	width: 235px;
	margin-top: 90px;
	padding-top: 175px;
	
}

#home-new {
	width: 478px;
	height: 402px;
	background: url(images3/bg-whats-new.png) no-repeat 0 0;
}

#home-new ul.row1 {
	margin-top: 74px;
	margin-bottom: 10px;
	float: left;

}

#home-new ul.row2 {
	float: left;
}

#home-new ul.row3 {
	float: left;
	margin-top: 12px;

}

#home-new ul li {
	float: left;
	width: 119px;
	height: 102px;
	text-align: center;
}

#home-new ul li a {
	padding-top: 80px;
	height: 20px;
}

#home-top {
	width: 478px;
	height: 290px;
	background: url(images3/bg-top-sellers.png) no-repeat 0 0;
}

#home-top ul.row1 {
	margin-top: 74px;
	margin-bottom: 10px;
	float: left;
}

#home-top ul li {
	float: left;
	width: 119px;
	height: 102px;
	text-align: center;
}

#home-top ul li a {
	padding-top: 80px;
	height: 20px;
}

#home-cat {
	width: 478px;
	height: 208px;
	background: url(images3/bg-categories.png) no-repeat 0 0;
}

#home-cat ul {
	margin-top: 80px;
}

#home-cat ul li {
	float: left;
	width: 119px;
	height: 125px;
	text-align: center;
}

#home-cat ul li a {
	padding-top: 104px;
	height: 20px;
}

#home-gifts {
	width: 478px;
	height: 100px;
	background: url(images3/bg-gifts.png) no-repeat 0 0;
}

#home-gifts ul {
	margin-left: 15px;
}

#home-gifts ul.row1 {
	margin-top: 50px;
	margin-bottom: 10px;
	float: left;
}

#home-gifts ul li {
	float: left;
	width: 115px;
}

#home-gifts ul li a {
	display: inline;
	font-size: 12px;
}

#home-diff {
	width: 478px;
	height: 30px;
	background: url(images3/bg-difference.png) no-repeat 0 0;
	padding: 50px 0 0 0;
}

/* @end */

#sidebar2  #ccoptin {
	margin-top: 8px;
	margin-left: 5px;
}
#sidebar2 p {
	padding-right: 10px;
	padding-left: 5px;
}
.ad_post {
	padding: 10px 7px 0px;
	background-image: url(images2/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(images2/head-to-toe2.gif);
	background-repeat: no-repeat;
	height: 173px;
	width: 280px;
}
.HTT_on {
	color: #FFFFFF;
}
.HTT_off {
	color: #F9B17D;
}
.box-single-gifts {
	background-image: url(images2/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(images2/bg-gift-series.gif);
	background-repeat: no-repeat;
	height: 142px;
	padding-top: 40px;
	width: 696px;
	padding-right: 10px;
	padding-left: 10px;
}
.box-expert-picks {
	background-image: url(images2/bg-expert-picks.gif);
	background-repeat: no-repeat;
	height: 142px;
	padding-top: 40px;
	width: 696px;
	padding-right: 10px;
	padding-left: 10px;
}
.box-top-sellers {
	background-image: url(images2/bg-top-sellers.gif);
	background-repeat: no-repeat;
	height: 142px;
	padding-top: 40px;
	width: 696px;
	padding-right: 10px;
	padding-left: 10px;
}
.box-surprise {
	background-image: url(images2/bg-sib-surprise.png);
	background-repeat: no-repeat;
	height: 132px;
	padding-top: 50px;
	width: 696px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-bottom: 15px;
}
.box-surprise img {
	border: 1px solid #3D94EC;
}


.box-difference {
	background-image: url(images2/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(images2/age-select-bg.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 720px;
	padding-top: 70px;
}
#age-select-single {
	background-image: url(images2/age-select-single-bg.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 720px;
	padding-top: 70px;
}
.yellow-callout {
	padding: 5px 5px 5px 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFCC;
	border: 1px dotted #CBCBCB;
}
.width {
	width: 720px;
}
.gray-callout {
	padding: 5px 5px 5px 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FAFAFA;
	border: 1px dotted #CBCBCB;
}
.registy-box {
	background-image: url(images2/registry-box-bg.png);
	background-repeat: no-repeat;
	padding: 5px 10px 10px;
	float: left;
	height: 390px;
	width: 325px;
	margin-right: 30px;
}
.registy-box img {
	border: 1px solid #9A9A9A;
}
.registy-box-right {
	background-image: url(images2/registry-box-bg.png);
	background-repeat: no-repeat;
	padding: 5px 10px 10px;
	float: left;
	height: 390px;
	width: 325px;
}
.registy-box-sm {
	background-image: url(images2/registry-box-bg-sm.png);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	height: 130px;
	width: 325px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.registy-box-sm-right {
	background-image: url(images2/registry-box-bg-sm.png);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	height: 130px;
	width: 325px;
	margin-bottom: 15px;
}
.registy-box-sm img, .registy-box-sm-right  img {
	border: 1px solid #F7EDD3;
}
.adsense-banner {
	text-align: center;
	width: 696px;
	background-color: #F2F2F2;
	padding: 10px;
	height: 60px;
	float: left;
	clear: both;
}
.adsense-banner img {
	border: 1px solid #C2C2C2;
}
.adsense-banner-center {
	text-align: center;
	width: 468px;
	padding: 5px;
}
.landingCalloutYellow {
	background-color: #FFF2A9;
	padding: 5px 10px 10px;
	border: 1px solid #EDCB43;
}
.landingCalloutYellow    .right  {
	border: 1px solid #54A2F2;
}
.landingCalloutBlue {
	background-color: #cdecfb;
	padding: 5px 10px 10px;
}
.landingCalloutBlue .right {
	border: 1px solid #9EDDFF;
}
#landHeadContainer {
	width: 720px;
	float: left;
	margin-bottom: 15px;
}
.landingSingle {
	background-color: #FFFFFF;
	padding: 5px 10px;
	width: 485px;
	height: 190px;
}
#landAgeBtn {
	width: 200px;
	float: right;
	height: 200px;
}

#landSeries {
	background-color: #c6e9ff;
	width: 268px;
	height: 635px;
	float: left;
	border: 1px solid #87d1ff;
	padding: 5px 10px;
}
#landExpert {
	background-color: #FFF2A9;
	width: 188px;
	float: right;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #D7CE73;
	text-align: center;
	height: 635px;
}
#landTop {
	background-color: #FFDCB0;
	width: 188px;
	height: 635px;
	float: right;
	padding: 5px;
	border: 1px solid #ffbd6a;
	text-align: center;
}
.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-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;
}

.breadcrumbs span {
	vertical-align: 1px;
	padding: 0 4px;
}

.btn-land-bg {
	background-image: url(images3/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(images3/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;
}
#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(images2/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(images2/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;
}

#signin-container {
	margin-top: 20px;
	font-size: 12px;
}

#signin1 , #signin2 , #signin3{
	float: left;
	width: 273px;
	margin-right: 15px;
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 210px;
	padding: 5px 10px;
}
#signin-container h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	color: #72BA29;
}

#signin1 div, #signin2 div, #signin3 div {
	display: block;
	margin: 5px 0 0;
	height: 30px;
	vertical-align: middle;
}

#signin-container .textfield {
	width: 150px;
	padding-top: 3px;
	height: 18px;
}
#signin-container div label {
	float: left;
	width: 85px;
	text-align: left;
	padding: 5px 5px 0 0;
	height: 25px;
}
#signin-container .btn-div {
	height: 40px;
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
}

label.required {
    font-weight: bold;
}

label.optional {
    font-weight: normal;
}


form div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 11px;
}


#toy-finder {
	margin-bottom: 15px;
}
.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(/images3/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(/images3/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(/images3/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(/images3/btn-bg-gray-hover.gif) left top repeat-x
}

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

/* @group detail */

#detail-container {
	width: 720px;
	float: left;
}

#detail-container iframe {
	margin-top: 5px;
	height: 50px;
}

#detail {
	width: 720px;
	float: left;
}

#detail-images {
	height: 540px;
}

#detail iframe {
	margin-top: 5px;
	height: 50px;
}

.detail-image {
	width:394px;
	float:left;
}

#detail-left {
	width:360px;
	float:left;
	padding-right: 15px;
}

#detail-alt-images {
	width: 320px;
	text-align:center;
	margin-bottom: 10px;
}

#detail-right {
	font-size: 14px;
	width:326px;
	float:right;
	color: #333333;
}

#detail-right-specs {
	height: 540px;
}

#detail-right-specs li {
	margin: 0 0 4px 25px;
}

.detail-box {
	padding: 10px;
}

.detail-buy {
	text-align: center;
	padding: 15px;
	margin: 10px 0;
	background-color: #ffffe1;
	border: 1px solid #E5D465;
}

#price {
	padding: 10px;
	font-size: 24px;
}

#price .price-line span.strike {
	text-decoration: line-through;
	margin-right: 5px;
}

#price .price-line span.price {
	color: #cc0000;
}

#detail-right h5 {
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #72BA29;
}

#detail-right div.save {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 0 160px;
}

.detail-list-price span {
    text-decoration: line-through;
    color: #000;
}

.price-temp {
    font-size: 14px;
    font-weight: bold;
}

.detail-price span{
    font-size:14px;
    font-weight:bold;
    color: #E70202;
}

.detail-price-save span { color: #E70202; }


#detail-right-specs p {
	height: 20px;
	margin: 0 0 2px 0;
	padding-left: 26px;
}

#detail-right p.in-stock {
	background: url(/images3/icon-in-stock.png) no-repeat;
}

#detail-right p.oversize {
	background: url(/images3/icon-oversize.png) no-repeat;
}

#detail-right p.del-time {
	background: url(/images3/icon-del-time.png) no-repeat;
}

#detail-right p.wrap {
	background: url(/images3/icon-wrap.png) no-repeat;
}

#detail-right p.card {
	background: url(/images3/icon-instruction-card.png) no-repeat;
}

#detail-right p.happy-kid {
	background: url(/images3/icon-happy-kid.png) no-repeat;
}

#detail-right p.returns {
	background: url(/images3/icon-returns.png) no-repeat;
}

.detail-right-feature {
	padding: 10px;
	border: 1px solid #aaaaaa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.detail-right-heading {
	font-size: 20px;
	color: #72BA29;
}

/* @end */

/* @group cart */

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

#cart-main .cart-btns {
	float: right;
	margin: 20px 0;
}

#cart-main h1 {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d4d4d4;
    padding-bottom: 3px;
    margin-bottom: 3px;
    margin-top: 0;
}
#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;
    clear: both;
}

#cart-action {
	width: 455px;
	padding-right: 20px;
}
#cart-totals {
	float: right;
	width: 220px;
	text-align: right;
}

#cart-totals2 {
    float: right;
    /*width: 220px;*/
    text-align: right;
}

#cart-totals2 p {
	margin-bottom: 4px;
}

#cart-totals span.label {
	width: 150px;
	float: left;
}

#cart-totals span.save  {
	color: #E70202;
	font-weight: bold;
}

#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 td.cart-gwp {
	/*line-height: 100px;*/
	background: #E6EFC2;
	color: #264409;
	border-left: 1px solid #C6D880;
	border-right: 1px solid #C6D880;
	font-weight: bold;
	padding: 5px 10px 5px 0;
}

#cart-main td.cart-gwp h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #264409;
	font-weight: bold;
}

#cart-main td.cart-gwp h2 span {
	font-size: 12px;
	margin-left: 5px;
}

#cart-main td.cart-gwp img {
	float: left;
	margin: 0 10px 0 70px;
	border: 1px solid #C6D880;
}

#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;
}

#cart-add-info {
    float: left;
    width: 380px;
}

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

#cart-extras {
	margin: 20px 0 0 0;
	padding: 10px;
	background-color: #d0e4f0;
	height: 150px;
	width: 680px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#cart-extras a {
	color: #006fb2;
}

#cart-extras img {
	border: 1px solid #e0f3fe;
	margin-bottom: 20px;
}

#cart-extras h3 {
	color: #006fb2;
	font-size: 18px;
	margin: 0 0 5px 0;
}

#cart-extras .sibling {
	float: left;
	width: 420px;
	margin-right: 20px;
}

table#sib td {
	border: none;
	width: 100px;
	padding: 5px 0;
}

#cart-extras .books {
	float: left;
	width: 220px;
}

/* @end */

/* @group cart2 */

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

#cart-main-dev a:link, #cart-main-dev a:visited {
	text-decoration: none;
}

#cart-main-dev a:hover, #cart-main-dev a:active {
	text-decoration: none;
	color: #F87821;
}

#cart-main-dev h1 {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d4d4d4;
    padding-bottom: 3px;
    margin-bottom: 3px;
    margin-top: 0;
}

#cart-main-dev .cart-btns {
	float: right;
	margin: 20px 0;
}

#cart-main-dev th {
	background-color: #f3f3f3;
	border-right: 1px solid #ffffff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#cart-main-dev th.list {
	text-align: center;
}

#cart-main-dev th.discount {
	text-align: center;
	color: #000000;
}

#cart-main-dev td {
	padding: 10px 5px;
	border-bottom: 1px dashed #c8c8c8;
}

#cart-main-dev .item {
	padding-left: 5px;
	text-align: left;
}

#cart-main-dev .qty {
	width: 50px;
	text-align: center;
}

#cart-main-dev input#quantity {
	width: 30px;
	text-align: center;
}

#cart-main-dev .available {
	width: 80px;
	text-align: center;
}

#cart-main-dev .wrap {
	text-align: center;
	width: 80px;
}

#cart-main-dev .list {
	text-align: right;
	width: 65px;
}

#cart-main-dev .discount {
	text-align: right;
	width: 65px;
	color: #E70202;
}

#cart-main-dev .subtotal {
	text-align: right;
	width: 65px;
}

#cart-offer {
	float: left;
	width: 315px;
	font-size: 16px;
	padding: 10px 0px 5px 0px;
	margin: 0px 10px 0 0;
	background-color: #f57b20;
	border: 1px solid #ce671b;
}

#cart-offer ul {
	margin: 0 0 0 10px;
}

#cart-offer ul li {
	padding-left: 30px;
	margin-bottom: 8px;
}

#cart-offer li.check {
	background: url(/images3/icon-cart-offer-check.png) no-repeat;
}

#cart-offer p#qualify {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
}

#cart-offer p#not-qualify {
	font-size: 30px;
	font-weight: bold;
	color: #fffc99;
	margin-bottom: 15px;
}

#cart-offer li#not-apply {
	font-size: 12px;
	margin-bottom: 0;
}

#cart-offer li#save {
	color: #ffffff;
	background: url(/images3/icon-cart-offer-star.png) no-repeat;
	font-size: 22px;
	line-height: 1.1em;
}

#cart-offer li span {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
}

#cart-ship {
	background-color: #f3f3f3;
	width: 360px;
	float: right;
	padding: 0px 5px 5px 5px;
}

#cart-ship h3 {
	font-size: 14px;
	padding: 5px 0 0px 5px;
}

#cart-ship h4 {
	font-size: 13px;
	color: #E70202;
	padding: 0 0 5px 5px;
}

#cart-ship ul {
	overflow: hidden;
}

#cart-ship ul li {
	padding: 5px;
	border-bottom: 1px dashed #d4d4d4;
}

#cart-ship ul li span {
	float: right;
}

#cart-ship ul li a.ship-plus {
	padding-left: 15px;
	background: url(images3/icon-plus.gif) no-repeat 0 2px;
}

#cart-ship ul li a.ship-minus {
	padding-left: 15px;
	background: url(images3/icon-minus.gif) no-repeat 0 2px;
}

#cart-sidebar {
	float: left;
	width: 215px;
	margin-top: 50px;
	padding-right: 5px;
	padding-left: 10px;
	border-left: 1px dashed #d4d4d4;
}

#cart-sidebar h3 {
	color: #72BA29;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#need-help {
	margin: 0 15px 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #d4d4d4;
}

#need-help #live-help {
	text-align: left;
}

#assurance {
	font-size: 11px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #d4d4d4;
}

#assurance h3 img {
	float: left;
	margin: 0 5px 0 0;
	border: none;
}

#grandparents-discount {
	font-size: 14px;
}

#grandparents-discount h3 img {
	float: left;
	margin: 0 8px 0 0;
	border: none;
}

/* @end */


/* @group landing */

#land-toy-container {
	float: left;
	width: 720px;
	margin-bottom: 15px;
}

#toy-callout {
    width: 540px;
    float: left;
}

#landing-toy {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

#land-toy {
    float: left;
    width: 180px;
    margin-bottom: 20px;
    padding-left: 60px;
}

#land-quote {
    margin-left: 30px;
    padding-top: 10px;
    float: left;
    text-align: left;
    width: 450px;	
}

#land-quote-name {
	padding: 15px;
	line-height: 1.5em;
}

#land-milestones {
    margin-left: 20px;
    padding-top: 10px;
    float: left;
    text-align: left;
    width: 460px;
}
#land-milestones ul {
    font-size: 12px;
    line-height: 1.3em;
    list-style-position: outside;
}

#land-milestones ul li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 30px;
}

#land-milestones ul li a { font-size: 12px; }

#land-milestones li.experts {
	background: url(images3/icon-experts.png) no-repeat;
}

#land-milestones li.cards {
	background: url(images3/icon-instruction-card.png) no-repeat;
}

#land-milestones li.happy-kid {
	background: url(images3/icon-happy-kid.png) no-repeat;
}

#land-milestones li.returns {
	background: url(images3/icon-returns.png) no-repeat;
}


#landing-tagline {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
}

#landing-happy {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

#landing-nav {
    margin-top: 10px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 690px;
}

#landing-nav ul {
	margin: 0;
	padding: 0;
}

#landing-nav ul li {
    float: left;
    width: 135px;
    display: inline;
}

#landing-nav ul li a { 
	display: block;
	text-align: center;
    
}
#landing-nav ul li a.btn_orange .last{ margin-right: 0px; }

#landContainer {
	width: 720px;
	float: left;
	margin-bottom: 15px;
}

.box-landing {
	background-color: #eeeeee;
	border: 1px solid #c9c9c9;
	padding: 5px;
	width: 160px;
	float: left;
}

#col-1 {
	text-align: center;
	margin-right: 10px;
	height: 725px;
}

#col-2 {
	margin-right: 10px;
	text-align: center;
	height: 725px;
}

#col-3 {
	margin-right: 10px;
	text-align: center;
	height: 725px;
}

#col-4 {
    float: left;
    text-align: center;
    min-height: 725px;
}

.box-round {
	background-image: url(images2/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;
}

#land-advantage {
    padding: 10px;
    color: #136935;
    background-color: #fefcb4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    width: 152px;
    margin-bottom: 10px;
}

#land-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;
    width: 152px;
    text-align: left;
}

#land-assurance h2 {
	color: #136935;
	font-size: 16px;
	margin-bottom: 5px;
}

#land-assurance h2 img {
	float: left;
	margin-right: 5px;
	border: none;
	margin-top: 0px;
}

#product-seals {
	vertical-align: middle;
	float:right;
	height: 75px;
	width: 300px;
	text-align:right;
}
#product-seals #geotrust {
	vertical-align: middle;
	height: 46px;
	width: 115px;
	float: right;
	padding-right: 5px;
	padding-top: 8px;
}
#product-seals #authorize {
	height: 72px;
	width: 90px;
	float: right;
}

/* @end */

/* @group Age Id */

#age-id {
	width: 720px;
	float: left;
}

#age-id #mile-link {
	float: right;
	margin: 0 0 20px 0;
}

#age-id #heading {
	float: left;
	width: 380px;
}

#age-id #heading h1 span {
	font-size: 16px;
	color: #555555;
	padding-left: 5px;
}

#age-id #heading .category {
	font-size: 16px;
	color: #555555;
	padding-left: 5px;
	margin-bottom: 5px;
}

#age-id #heading .all {
	font-size: 16px;
	color: #555555;
	font-weight: normal;
	line-height: 20px;
	margin: 20px 0 0 5px;
	padding-left: 45px;
	background: url(/images3/icon-ageid-all-ages.gif) no-repeat 0 3px;
}

#age-id #heading .all a:link {
	color: #72BA29;
}

#age-id h1 {
	margin: 0;
	padding: 0;
}

#age-id #heading h1 span.boys {
	color: #008BD0 !important;
}

#age-id #heading h1 span.girls {
	color: #e500a9;
}

#age-id h2 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 10px;
}

#age-id h2 span {
	font-size: 13px;
	padding-left: 15px;
}

#age-id h2 span.milestones {
	float: right;
	width: 300px;
	text-align: right;
}

#age-id h2 span a {
	color: #48741a;
	border-bottom: 1px dotted #48741a;
}

#age-id h2 span a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #000000;
}

#age-id .cart-btn {
	width: 200px;
	float: right;
	text-align: right;
	height: 40px;
	margin: 5px 0;
}

.cart-btn input.btn_orange {
	margin: 0px !important;
}

#age-id #grid {
	width: 100%;
	font-size: 14px;
}

#age-id table#grid td {
	width: 216px;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

#age-id table#grid .toy {
	text-align: center;
	margin-bottom: 5px;
	height: 240px;
}

#age-id table#grid img {
	display: block;
	margin: 0 auto 5px auto;
}

#age-id table#grid a:hover {
	text-decoration: none;
	color: #F87821;
}

#age-id table#grid .price {
	font-weight: normal;
	padding-bottom: 10px;
}

#age-id table#grid .price span {
	margin-right: 10px;
	text-decoration: line-through;
}

#age-id table#grid .buy-row {
	background-color: #fceadd;
	height: 26px;
	padding: 0 0 0 8px;
	line-height: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#age-id table#grid .buy-row label {
	cursor: pointer;
}

#age-id table#grid .year {
	font-weight: normal;
	padding: 10px 0 5px 0;
	color: #555;
}

#age-id table#grid .target {
	font-size: 12px;
	color: #555;
}

#age-id table#grid .target a:link {
	text-decoration: underline;
	color: #555;
}

.sort {
	font-size: 16px;
	color: #fff;
	background-color: #4bb005;
	height: 27px;
	width: 700px;
	padding: 10px;
	margin-bottom: 15px;
	line-height: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sort select {
	font-size: 13px;
	background-color: #f6f4bb;
	border: 1px solid #eaeaea;
	margin-right: 10px;
}

#target-tooltip { 
    display:none; 
    background: url(images3/tooltip/black-up-large.png) no-repeat; 
    font-size:11px; 
    height:185px; 
    width:300px; 
    padding:35px 20px 20px 20px;
    color:#fff;
    cursor: pointer;
}

#target-tooltip p.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

#target-tooltip p {
	margin: 0;
	height: auto;
	padding: 0;
}

#mile-1, #mile-2, #mile-3, #mile-4 { 
	width: 175px;
	margin-right: 20px;
	float: left;
}

#mile {
	width: 550px;
	margin: 0 auto;
}

#mile-5, #mile-6 { 
	width: 250px;
	float: left;
}

#mile-5 {
	margin-right: 50px;
}

#mile-1 ul, #mile-2 ul, #mile-3 ul, #mile-4 ul, #mile-5 ul, #mile-6 ul {
	margin: 0;
	padding-left: 15px;
}

#mile-1 li, #mile-2 li, #mile-3 li, #mile-4 li, #mile-5 li, #mile-6 li {
	margin-bottom: 8px;
}

#milestones a {
	color: #0089ff;
}

#milestones h5{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 10px 0 0 0;
	
}

#milestones h6{
	font-size: 14px;
	font-weight: bold;
	color: #72BA29;
	margin: 0 0 7px 0;
	
}

#happy { font-size: 13px; }

a#advantage_link {
	background: url(images3/icon-advantage.jpg) no-repeat 0 0;
	padding-left: 25px;
	padding-top: 5px;
	height: 24px;
	display: block;
	margin-top: 3px;
}

span.carrot {
	color: #fff;
}

/* @end */

/* @group pagination */

.pagination {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	list-style: none;
	width: 500px;
	float: left;
	margin: 10px 15px 0 0;
}

.pagination ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.pagination ul li {
	float: left;
	display: inline;
	margin-right: 1px;
}

.pagination ul a {
	display: block;
	color: #555555;
	padding: 3px 7px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pagination ul a:hover {
	background-color: #fceadd;
	outline: none;
	padding: 3px 7px;
}

.pagination ul a:focus {
	background-color: #fceadd;
	outline: none;
}

.pagination ul a:active {
	background-color: #fceadd;
	outline: none;
}

.pagination ul li.current, .pagination ul li.all {
	background-color: #fceadd;
	padding: 3px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pagination ul li.skip {
	letter-spacing: 140%;
	padding-top: 4px;
}

/* @end */

/* @group slider */

#slider-container {
	float: left;
	width: 750px;
}

#slider {
	width: 750px;
	margin: 15px 0 0 13px;

}

.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 748px; 
    height: 250px;
    border: 1px solid #417b3e;
} 

#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
} 
 
#flowpanes div { 
    float:left; 
    display:block; 
    width:748px;
    cursor:pointer;
} 

#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0;
} 

.navi {
	width: 45px;
	height: 15px;
	cursor: pointer;
	margin: 5px auto 0 auto;
}

.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images3/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

.navi a:hover {
	background-position:0 -8px;      
}

.navi a.active {
	background-position:0 -16px;     
}

/* @end */

/* @group grow and learn */

.gl {
	width: 720px;
	margin-bottom: 30px;
	float: left;
}

.gl-container {
	width: 708px;
	margin: 0 5px 0 5px;
	padding: 10px 0;
	border: 1px solid #cfcfcf;
	border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}

.gl-header {
	height: 50px;
	background: url(images3/gl/gl-header-bg.gif) no-repeat 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #72BA29;
	line-height: 40px;
	padding: 0 0 0 10px;
}

.gl-header span {
	color: #588f1f;
}

.gl-content {
	width: 344px;
	float: left;
	padding: 0 5px;
}

.gl-detail {
	line-height: 1.6em;
	width: 344px;
	float: left;
	padding: 0 5px;
}

.gl-box {
	width: 150px;
	text-align: center;
	float: left;
}

.gl-toy {
	
}

.gl-name {
	height: 35px;
}

.gl-age {
	font-size: 12px;
	color: $666;
	margin-bottom: 10px;
}

.gl-includes {
	margin: 10px 0;
	font-weight: bold;
}

.gl-includes ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: square;
}

.gl-price {
	font-size: 18px;
	font-weight: bold;
	color: #72BA29;
	margin: 0 0 10px 0;
}

.gl a:hover {
	text-decoration: none;
	color: #F87821;
	cursor: pointer;
}

/* @end */

/* @group category */

.catitem li{
	width: 110px;
	float: left;
	padding: 10px 5px;
	text-align: center;
	height: 140px;
}

.catitem li img {
	margin: 4px auto;
}

.catitem a:hover {
	text-decoration: none;
	color: #f87821;
}

#subcat-top {
	float: left;
}

#cat-grid {
	float: left;
}

#subcat-intro {
	font-size: 14px;
	line-height: 1.4em;
	width: 330px;
	padding-top: 20px;
	margin-left: 380px;
}

#subcat {
	width: 360px;
	float: left;
	margin: 15px 0 20px 0;
	background: url(/images3/sub-cat-bg.gif) no-repeat 0 0;
}

#subcat-content {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 10px 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#subcat p {
	font-size: 16px;
	font-weight: bold;
	color: #027746;
	padding: 10px 0 10px 10px;
}

#subcat ul {
	width: 165px;
	padding: 0px 0px 0px 10px;
	margin: 0;
	float: left;
}

#subcat ul li {
	line-height: 20px;
	margin-bottom: 3px;
	height: 100%;
}

#subcat ul li a {
	padding: 2px 5px;
	display: block;
	border: 1px solid #ffffff;
}

#subcat ul li a:hover {
	background-color: #dbf3e9;
	border: 1px solid #dfdfdf;
	color: #027746;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

#subcat ul li a.current {
	background-color: #dbf3e9;
	border: 1px solid #dfdfdf;
	color: #027746;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

/* @end */

.popup {
	text-align: left;
	width: 464px;
}

.popup .content {
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.5em;
	color: #464646;
}

.popup .content .subhead {
	font-size: 24px;
	margin-bottom: 10px;
}

.popup .content .code {
	color: #72BA29;
	font-weight: bold;
}

.popup .content #email {
	width: 180px;
	margin-left: 8px;
	padding-left: 5px;
	height: 28px;
	border: 1px solid #ee771f;
}

.popup .content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 30px;
}

.best {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: 170px;
	height: 182px;
	background-image: url(images3/best-of-the-best.png);
	text-align: center;
}

.best a {
	width: 170px;
	height: 30px;
	color: #ffffff;
	display: block;
	padding: 152px 0 0 0;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



