@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------- Products Index ---------------------------------------------------------- */
#editors_picks {
	float: left;
	height: auto;
	width: 628px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #77787b;
}
#editors_picks h1.headline {
	font-size: 32px;
	background-color: #227dc4;
	color: #8dc9e8;
	width: 606px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 10px;
/*-------------- Stroke --------------*/
	-webkit-text-stroke: 1px #ffffff;
	/* text-shadow: 0 0 2px #fff; *//* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #fff;
/*-------------- /Stroke --------------*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #77787b;
	border-right-color: #77787b;
	border-bottom-color: #77787b;
	border-left-color: #77787b;
}
ul.toy_categories, ul.toy_categories_right {
	width: 313px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	border-right-width: 1px;
	border-right-color: #77787b;
	border-right-style: solid;
}
	ul.toy_categories_right {
		width: 314px;
		border: none;
	}
ul.toy_categories li, ul.toy_categories_right li {
	padding: 15px;
	margin: 0px;
	width: 283px;
	list-style: none;
}
	ul.toy_categories_right li {
		width: 284px;
	}
ul.toy_categories li:nth-child(2n+2) {
	background-color: #e6e6e6;
}
	ul.toy_categories_right li:nth-child(2n+2) {
		background-color: #ffffff;
	}
	ul.toy_categories_right li:nth-child(2n+1) {
		background-color: #e6e6e6;
	}
ul.toy_categories li h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.toy_categories li p {
	margin-bottom: 0px;
}
ul.toy_categories li h4.see_also {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	color: #d7272d;
}
ul.toy_categories li h2.subcategory {
	font-size: 16px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
