

/*
NOTES:
#fb7c65 - Birth-5 Months
#fed6cf - 
#fdbdb2 - 
#fb9740 - 6-11 Months
#fedfc4
#fdcb9f
#f9c340 - 12-23 Months
#fdecc4
#fce19f
#83ce5f - 2 Years
#def4d3
#c8ecb7
#469faf - 3 Years
#c6e1e6
#a2cfd7
#6d70ff - 4 Years
#d2d3ff
#b6b7ff
#9a7ce2 - 5 Years & Up
#e0d6f6
#ccbdf0
#d872a5 - All Ages
#f3d3e3
#ebb8d2

Start Date: 03/26/09
Last Edit: 
*/

/* ---------------------------------------------------- INITIALIZE / DON'T TOUCH ---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

html {
    font-size: 100%; /* IE hack */
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 100%;
   
    color: #ffffff;
}

table,
select,
input {
    font-size: 100%; /* IE hack */
}

input,
select,
th,
td,
li li,
li p,
td p,
blockquote p {
    font-size: 1em;
}

/* ---------------------------------------------------- DEFAULT STYLES ---------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
    list-style: none;
    list-style-position: outside;
    padding: 0;
	margin: 0;
}

h1 {
    font-size:2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

sup {

}

/* ----------------------------------------- TEMPLATE OVERWRITES -------------------------------------- */

#template_leftnav {
	margin-left: -960px;
}

#template_legal {
	width: 792px;
	/*margin-left: 168px;*/
}

#search input#keyword_box  {
	font-size: .9em;
}

#content_container {
	z-index:4;
}
/* ---------------------------------------------------- HEADER ------------------------------------------ */

#content {
    background: url(/content/v5/us/toysby/img/browsetoys.gif) no-repeat;
    padding-top: 5px;
    width: 770px;
    margin: 15px auto 0;
    color: #000000;
    position: relative;
    font-size: .9em;
    z-index: 4;
}

#seo {
	width: 575px;
	height: 55px;
	margin-left: 210px;
	line-height: 1.2em;
}

/* ----------------------------------------- AGE -------------------------------------- */

#age {
	width: 146px;
	float: left;
}

#age h2 {
	background: url(/content/v5/us/toysby/img/h_age.gif) no-repeat;
	text-indent: -9999px;
	height: 17px;
	padding-bottom: 5px;
	margin-top: 5px;
}

	.ie6 #age h2,
	.ie7 #age h2 {
		padding-bottom: 8px;
	}

#age ul {
	font-weight: bold;
	color: #ffffff;
}

#age ul li {
	height: 27px;
	width: 144px;
	margin-top: 3px;
	clear: both;
	cursor: pointer;
}

	.ie6 #age ul li,
	.ie7 #age ul li {
		margin-top: 0px;
	}

#age ul li.click-active {
	height: 30px;
}

#age ul li div {
	padding: 6px 0 1px 7px;
	float: left;
	display: inline;
}

	.ie6 #age ul li div,
	.safari #age ul li div,
	.chrome #age ul li div {
		padding: 5px 0 0px 7px;
	}

#age ul li.click-active div {
	padding: 8px 0 1px 7px;
}

#age ul li div.active {
	width: 9px;
	background: #ffffff;
	float: right;
	height: 22px;
}

#age ul li.click-active div.active {
	background: url(/content/v5/img/toysby/arrow-inverse.gif) no-repeat 5px 0px;
	height: 21px;
	width: 13px;
}

li#age-birth-5 {
	background-color: #ef634a;
}

li#age-6-11 {
	background-color: #fb9740;
}

li#age-12-23 {
	background-color: #fdcc48;
}

li#age-24-35 {
	background-color: #83c93e;
}

li#age-36-47 {
	background-color: #259547;
}

li#age-48-59 {
	background-color: #17b0a0;
}

li#age-60-72 {
	background-color: #1967a9;
}

li#age-birth-72 {
	background-color: #4546b1;
}

/* ----------------------------------------- CHOOSE A CATEGORY -------------------------------------- */

#category {
	width: 624px;
	float: left;
	display: inline;
}

#catheader {
	height: 30px;
}

#category h2 {
	background: url(/content/v5/us/toysby/img/h_category.gif) no-repeat;
	text-indent: -9999px;
	height: 17px;
	margin-top: 5px;
	float: left;
	width: 300px;
}

#category #reset {
	background: url(/content/v5/us/toysby/img/btn_reset.gif) no-repeat;
	cursor: pointer;
	float: right;
	width: 65px;
	height: 23px;
	text-indent: -9999px;
}

#category ul {
	float: left;
	background-color: #d2d3ff;
	width: 208px;
	min-height: 180px;
}

	.ie6 #category ul {
		height: 180px;
	}

#category ul.alt {
	background-color: #b6b7ff;
}

#category.age-birth-5 ul {
	background-color: #fed6cf;
}

#category.age-birth-5 ul.alt {
	background-color: #fdbdb2;
}

#category.age-6-11 ul {
	background-color: #fedfc4;
}

#category.age-6-11 ul.alt {
	background-color: #fdcb9f;
}

#category.age-12-23 ul {
	background-color: #fdecc4;
}

#category.age-12-23 ul.alt {
	background-color: #fce19f;
}

#category.age-24-35 ul {
	background-color: #def4d3;
}

#category.age-24-35 ul.alt {
	background-color: #c8ecb7;
}

#category.age-36-47 ul {
	background-color: #d3eada;
}

#category.age-36-47 ul.alt {
	background-color: #a8d5b5;
}

#category.age-48-59 ul {
	background-color: #c4ebe7;
}

#category.age-48-59 ul.alt {
	background-color: #a2dfd9;
}

#category.age-60-72 ul {
	background-color: #d1e1ee;
}

#category.age-60-72 ul.alt {
	background-color: #a3c2dd;
}

#category.age-birth-72 ul {
	background-color: #d2d3ff;
}

#category.age-birth-72 ul.alt {
	background-color: #b6b7ff;
}

#category ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-birth-72.gif) no-repeat -17px 0px;
	margin: 5px 6px;
	cursor: pointer;
	line-height: 1.3em;
	padding: 1px 0 0 22px;
}

#category.age-birth-5 ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-birth-5.gif) no-repeat -17px 0px;
}

#category.age-6-11 ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-6-11.gif) no-repeat -17px 0px;
}

#category.age-12-23 ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-12-23.gif) no-repeat -17px 0px;
}

#category.age-24-35 ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-24-35.gif) no-repeat -17px 0px;
}

#category.age-36-47 ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-36-47.gif) no-repeat -17px 0px;
}

#category.age-48-59 ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-48-59.gif) no-repeat -17px 0px;
}

#category.age-60-72 ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-60-72.gif) no-repeat -17px 0px;
}

#category.age-birth-72 ul li {
	background: url(/content/v5/img/toysby/checkboxes-age-birth-72.gif) no-repeat -17px 0px;
}

#category ul li.disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
	zoom: 1;
}

#view-all {
	/*background: #ebb8d2 url(/content/v5/img/toysby/checkbox.gif) no-repeat 6px 5px;
	padding: 7px 0 3px 28px;
	margin: 3px 1px 0 0;
	float: right;*/
	margin-left: 416px;
	height: 17px;
	cursor: pointer;
	clear: both;
}

#view-all ul {
	min-height: 27px;
	margin-top: 3px;
}

	.ie6 #view-all ul {
		height: 27px;
	}

/*#category.age-birth-5 #view-all {
	background-color: #fdbdb2;
}

#category.age-6-11 #view-all {
	background-color: #fdcb9f;
}

#category.age-12-23 #view-all {
	background-color: #fce19f;
}

#category.age-24-35 #view-all {
	background-color: #c8ecb7;
}

#category.age-36-47 #view-all {
	background-color: #a2cfd7;
}

#category.age-48-59 #view-all {
	background-color: #b6b7ff;
}

#category.age-60-72 #view-all {
	background-color: #ccbdf0;
}

#category.age-birth-72 #view-all {
	background-color: #ebb8d2;
}*/

#category ul li.click-active {
	background-position: 0px -17px;
}

/* ----------------------------------------- POPULAR BRANDS -------------------------------------- */

#brand {
	clear: both;
}

#brand h2 {
    background: url(/content/v5/us/toysby/img/h_brand.gif) no-repeat;
    text-indent: -9999px;
    margin: 5px 0 3px;
    height: 13px;
}

#brand ul.jcarousel-list {
    width: 591px;
}

/* ----------------------------------------- THUMBNAIL CONTROL -------------------------------------- */

#thumb-container {
	position: relative;
	margin: 10px 0px 30px;
	min-height: 710px; 
}

#thumb-container #head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 769px;
}

#thumb-container #thumb-content {
	padding-top: 58px;
	width: 770px;
}

#thumb-head {
    background: #7778cb url(/content/v5/us/toysby/img/h_results.gif) no-repeat 8px 5px;
    color: #ffffff;
    height: 24px;
}

#view {
	float: right;
	padding: 6px 8px 0 0;
}

#sort {
    cursor: pointer;
    width: 118px;
    clear: both;
    float: right;
    margin-top: 10px;
    position: relative;
}

#view h4 {
	cursor: pointer;
}

#sort h4 {
    background: url(/content/v5/us/toysby/img/dd_sort.gif) no-repeat;
    width: 118px;
    height: 27px;
    text-indent: -9999px;
}

#view ul {
	display: none;
}

#sort ul {
    background: #febbb7;
    color: #000000;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    width: 112px;
    padding: 0 0 5px 6px;
    line-height: 1.6em;
}

#sort.hover-active ul {
	visibility: visible;
    left: 0;
    top: 27px;
    width: 112px;
}

#view ul li:hover,
#sort ul li:hover {
    color: #ffffff;
}

#loading {
	left: 270px;
    width: 235px;
    position: relative;
    top: 0;
}

#loading img {
    margin: 20px 0px 30px;
}

/* ----------------------------------------- PAGINATION -------------------------------------- */

.pagination {
	float: right;
    margin-top: 5px;
}

.pagination li {
	float: left;
    margin-right: 8px;
}

.pagination li a {
	color: #ffffff;
    text-decoration: underline;
}

.pagination li a:hover {
    text-decoration: none;
}

/* ----------------------------------------- THUMBNAILS -------------------------------------- */

#products {
    clear: both;
    position: relative;
    top: 10px;
}

#thumbs {
    margin: 0 auto;
}

#thumbs:after {
	content: '[.]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#thumbs div.product {
    width: 182px;
    display: inline;
    float: left;
    /*height: 270px;*/
    margin: 10px 5px;
    color: #000000;
    position: relative;
}

#thumbs div.product a {
    color: #3f428c;
    font-weight: bold;
    text-decoration: none;
}

#thumbs div.product a:hover {
    text-decoration: underline;
}

#thumbs div.product img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#thumbs div.product-name {
    margin: 118px 0 3px;
    line-height: 1.3em;
    width: 174px;
}

#thumbs div.product-price {
	margin-bottom: 7px;
	font-size: 0.85em;
}

#thumbs div.product-buy-now a {
	background: url(/content/v5/us/toysby/img/btn_buynow.gif) no-repeat;
}

#thumbs div.product-demo a {
	background: url(/content/v5/us/toysby/img/btn_demo.gif) no-repeat;
}

#thumbs div.product-award a {
	background: url(/content/v5/us/toysby/img/btn_award.gif) no-repeat;
}

#thumbs div.product-commercial a {
	background: url(/content/v5/us/toysby/img/btn_see.gif) no-repeat;
}

#thumbs div.product-buy-now a,
#thumbs div.product-demo a,
#thumbs div.product-award a,
#thumbs div.product-commercial a {
	width: 108px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 5px;
}

#thumbs div.product-find-a-retailer a {
    text-decoration: underline;
    font-size: .8em;
}

#thumbs div.product-rating img {
	position: relative;
	margin-top: 2px;
}

#thumbs div.product-rating {
	margin-bottom: 5px;
}

	.ie6 #thumbs div.product-rating,
	.ie7 #thumbs div.product-rating,
	.ie8 #thumbs div.product-rating {
		margin-bottom: 8px;
	}


<!--/* 0.0254660955479663 [10.89.198.137] */-->