/* Import */
@import url(http://fonts.googleapis.com/css?family=Balthazar|Montserrat|Open Sans);
/* Variables */
/* Base */

html {
	overflow-y: scroll;
}
html, body {
	min-height: 100%;
	margin-bottom: 1px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #2D2D2D;
}
a:link {
	text-decoration: none;
	color: #669966;
}
a:visited {
	text-decoration: none;
	color: #669966;
}
a:hover {
	text-decoration: underline;
	color: #66FF99;
}
a:active {
	text-decoration: none;
	color: #66FF99;
}
a.one:link {
	text-decoration: none;
	color: #669966;
}
a.one:visited {
	text-decoration: none;
	color: #669966;
}
a.one:hover {
	text-decoration: underline;
	color: #66FF99;
}
a.one:active {
	text-decoration: none;
	color: #66FF99;
}
a.two:link {
	text-decoration: underline;
	color: #66FF99;
}
a.two:visited {
	text-decoration: underline;
	color: #66FF99;
}
a.two:hover {
	text-decoration: underline;
	color: #66FF99;
}
a.two:active {
	text-decoration: underline;
	color: #66FF99;
}
.imagecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AAAAAA;
	line-height: 15px;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	line-height: 18px;
}
div.one td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	font-weight: normal;
	line-height: 18px;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.jumpmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #A3E0A3;
}
.toysdescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
}
.toysdescription2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.pedianav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.comingsoon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b96a3d;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}
li {
	background-image:url(bullet_whitehyphen.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 8px 12px;
}
.bg_black  {
	background-color: #000000
}
.bg_grey  {
	background-color: #252525
}
.bg_lightgrey  {
	background-color: #2C2C2C
}
.bg_darkgreen  {
	background-color: #2D402C
}
.bg_lightgreen  {
	background-color: #476545
}
.bg_linkgreen  {
	background-color: #66FF99
}
.bg_orange  {
	background-color: #5A3213
}
.bg_red  {
	background-color: #590914
}	
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
}
.article_title {
	font-family: 'Balthazar', 'Open Sans', sans-serif;
	font-size:30px;
	color: #EEEEEE;
}
.article_image  {
  float: left;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 0px;
  border: 0px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}