body {
	text-align: center;
	font-family: verdana, tahoma, arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
}

select, input, textarea, button {
	font-family: arial, sans-serif;
}

select {
	font-size: 12px;
}

input, select, label {
	vertical-align: middle;
}

hr {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
	height: 1px;
	overflow: hidden;
}

form dd, form dt {
	font-weight: normal;
}

div#ie6Detector {
	width: 100%;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	display: none;
}

div#ie6Detector a, div#ie6Detector p.button {
	color: #8F0808;
	text-decoration: none;
}

div#ie6Detector a:hover, div#ie6Detector p.button {
	text-decoration: underline;
}

div#fixedWidth {
	width: 995px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../Images/sidePanelBg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

body#index div#fixedWidth {
	background-image: none;
}

div.homepage {
	background-image: url(../Images/homeBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 584px;
	position: relative;
	margin-top: 42px;
}

div.homepage img#logo {
	position: absolute;
	top: 50px;
	left: 15px;
}

div.homepage div#languages {
	position: absolute;
	bottom: 283px;
	left: 812px;
	width: 166px;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
	height: 800px;
	overflow: hidden;
}

div.homepage div#buttonHolder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 166px;
	height: 80px;
	background-color: #EA6EA3;
	color: #ffffff;
	z-index: 10;
}

div.homepage div#buttonHolder a {
	text-align: center;
	color: white;
	text-decoration: none;
}

div.homepage div#languagesHolder {
	position: absolute;
	bottom: 80px; /* 80 */
	left: 0;
	width: 166px;
	z-index: 0;
	background-color: #EA6EA3;
}

div.homepage ul#languagesList {
	background-color: #EA6EA3;
	color: #ffffff;
	width: 100%;
}

div.homepage ul#languagesList li {
	border-bottom: 1px solid #ffffff;
	padding: 4px 0;
}

div.homepage ul#languagesList li a {
	color: #ffffff;
	text-decoration: none;
}
div.homepage div#languages img {
	margin: 11px 0 7px;
}

div.homepage img#hp2Dev {
	position: absolute;
	top: 223px;
	left: 199px;
}

div.homepage img#hp2Music {
	position: absolute;
	bottom: 65px;
	left: 279px;
}

div.homepage img#hp2catalog {
	position: absolute;
	bottom: 42px;
	left: 26px;
}

object#hpFlash, img#hpFlash {
	position: absolute;
	z-index: 0;
	top: 23px;
	left: 398px;
}

div.homepage ul#mainMenu {
	margin-left: 145px;
}

ul#mainMenu {
	height: 55px;
	padding-left: 20px;
}

ul#mainMenu li {
	padding-top: 10px;
	height: 45px;
	position: relative;
	text-transform: lowercase;
	color: #0A5EAA;
}

ul#mainMenu div {
	position: absolute;
	top: 45px;
	left: -10px;
	z-index: 2;
	width: 200px;
	overflow: hidden;
}

ul#mainMenu ul.links {
	visibility: hidden;
}

ul#mainMenu ul li {
	float: none;
	height: auto;
	width: 140px;
	white-space: normal;
	background-color: #D9f1fd;
	border-bottom: 1px solid #ffffff;
	color: #0A5EAA;
	font-weight: normal;
	padding: 5px 10px;
	font-size: 13px;
	text-transform: lowercase;
}

ul#mainMenu ul li a {
	color: #0A5EAA;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

ul#mainMenu ul li a:hover {
	text-decoration: underline;
}

img#heart {
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 6;
}

div#header {
	background-image: url(../Images/headerBg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 702px;
	height: 108px;
	padding: 7px 45px 7px 23px;
}

div#sidePanel {
	width: 145px;
	position: relative;
}

div#sidePanel img#logo {
	position: absolute;
	top: 42px;
	left: 26px;
}

form#searchBox {
	background-color: #D9f1fd;
	width: 120px;
	height: 66px;
	color: #0A5EAA;
	font-size: 13px;
	margin-top: 160px;
}

form#searchBox p {
	padding: 6px 10px;
	font-weight: bold;
}

form#searchBox input.txt {
	border: 0;
	background-color: #ffffff;
	margin: 0 10px;
	width: 100px;
	height: 19px;
}

form#searchBox input#submit {
	margin: 0;
	margin-bottom: 5px;
}

ul#submenu {
	margin-top: 30px;
	margin-bottom: 170px;
	width: 120px;
}

ul#submenu li {
	border-bottom: 1px solid #ffffff;
	padding: 5px 8px;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: lowercase;
}

ul#submenu li.submenu1 {
	background-color: #F58220;
}

ul#submenu li.submenu1:hover, ul#submenu li.submenu1.current {
	background-image: url(../Images/subMenu1Bg.gif)
}

ul#submenu li.submenu2 {
	background-color: #79B9E6;
}

ul#submenu li.submenu2:hover, ul#submenu li.submenu2.current {
	background-image: url(../Images/subMenu2Bg.gif)
}

ul#submenu li.submenu3 {
	background-color: #99CA45;
}

ul#submenu li.submenu3:hover, ul#submenu li.submenu3.current {
	background-image: url(../Images/subMenu3Bg.gif)
}

ul#submenu li.submenu4 {
	background-color: #F173AC;
}

ul#submenu li.submenu4:hover, ul#submenu li.submenu4.current {
	background-image: url(../Images/subMenu4Bg.gif)
}

ul#submenu li.submenu5 {
	background-color: #FFC20E;
}

ul#submenu li.submenu5:hover, ul#submenu li.submenu5.current {
	background-image: url(../Images/subMenu5Bg.gif)
}

ul#submenu li.submenu6 {
	background-color: #FFA70E;
}

ul#submenu li.submenu6:hover, ul#submenu li.submenu6.current {
	background-image: url(../Images/subMenu6Bg.gif)
}

ul#submenu li.submenu7 {
	background-color: #95459A;
}

ul#submenu li.submenu7:hover, ul#submenu li.submenu7.current {
	background-image: url(../Images/subMenu7Bg.gif)
}

ul#submenu li.submenu8 {
	background-color: #EF3E33;
}

ul#submenu li.submenu8:hover, ul#submenu li.submenu8.current {
	background-image: url(../Images/subMenu8Bg.gif)
}

ul#submenu li.submenu9 {
	background-color: #F58220;
}

ul#submenu li.submenu9:hover, ul#submenu li.submenu9.current {
	background-image: url(../Images/subMenu1Bg.gif)
}

ul#submenu li.submenu10 {
	background-color: #79B9E6;
}

ul#submenu li.submenu10:hover, ul#submenu li.submenu10.current {
	background-image: url(../Images/subMenu2Bg.gif)
}

ul#submenu li.submenu11 {
	background-color: #99CA45;
}

ul#submenu li.submenu11:hover, ul#submenu li.submenu11.current {
	background-image: url(../Images/subMenu3Bg.gif)
}

ul#submenu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

div#mainContent {
	margin: 42px 0;
	width: 850px;
	background-image: url(../Images/mainContentBg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

form#contact {
	position: relative;
	width: 100%;
}

div#contactText {
	position: absolute;
	right: 0;
	top: 15px;
	width: 50%;
}

div.staticContent {
	margin: 61px 67px 0 20px;
	color: #0A5EAA;
	font-size: 0.8em;
}

body#ourMusic div.staticContent {
	position: relative;
}

div.staticContent ul {
	list-style-type: disc;
	margin-left: 15px;
}

div.staticContent ol {
	margin-left: 30px;
}

div.staticContent h1, div.matrixHolder h1 {
	font-size: 20px;
	margin-bottom: 0.5em;
	line-height: 0.4em;
}

body#distributors div.staticContent h1 {
	margin-bottom: 1em;
}

dl.distributors {
	width: 380px;
	margin-top: 13px;
}

div.staticContent dl.distributors dt {
	line-height: 17px;
	font-size: 14px;
}

dl.distributors dd {
	margin-bottom: 10px;
}

div.staticContent img#logo {
	float: left;
	margin-top: 1px;
	margin-right: 1.5em;
	margin-bottom: 12px;
}

body#ourMusic div.staticContent img#logo {
	float: none;
}

div.staticContent dt {
	font-weight: bold;
}

div.staticContent form dt {
	font-weight: normal;
	font-size: 0.9em;
}

div.staticContent form dt, div.staticContent form dd {
	width: 40%;
}

div.staticContent form span.alert {
	font-size: 11px;
	font-weight: normal;
}

div.staticContent dt {
	font-size: 16px;
}

div.staticContent h2 {
	font-size: 1.2em;
}

div.staticContent h3 {
	font-size: 1em;
}

div.staticContent p, div.staticContent li, div.staticContent h2, div.staticContent dd, div.staticContent dt {
	line-height: 1.5em;
}

div.staticContent dt p, div.staticContent dd p {
	margin: 0;
}

div.staticContent p, div.staticContent ul, div.staticContent dl {
	margin-bottom: 1.5em;
}

body#distributors div.staticContent p {
	margin-bottom: 0;
}

body#ourMusic div.staticContent p {
	width: 480px;
}

div.staticContent dl.faq {
	margin-top: 29px;
}

div.staticContent a {
	color: #0A5EAA;
}

div.staticContent .last {
	margin-bottom: 0;
}

div.staticContent p.goBack {
	font-size: 0.8em;
	text-decoration: underline;
	margin: 1.5em 0;
}

div.staticContent input, div.staticContent select, div.staticContent textarea {
	color: #0A5EAA;
	width: 365px;
	border: 1px solid #79B9E6;
}

div.staticContent input.mib {
	border: 0;
	margin: 0;
}

ul.soundStrip li {
	padding-right: 20px;
}

body#faq div.staticContent ul {
	margin-bottom: 0;
}

body#faq div.staticContent h3 {
	margin-top: 1.5em;
}

body#search div.staticContent {
	font-family: aria, sans-serif;
}

body#search div.staticContent, body#search div.staticContent a {
	color: #95459A;
}

body#search div.staticContent h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 77px;
}

body#search div.staticContent p {
	margin: 0;
	line-height: 16px;
}

body#search div.staticContent h5 {
	margin-top: 10px;
}

img#develop {
	margin-top: 0;
	margin-left: 30px;
}

select#province_USA, select#province_canada {
	display: none;
}

div.matrixHolder {
	margin-top: 61px;
	color: #0A5EAA;
	font-size: 0.8em;
	position: relative;
	z-index: 0;
}

div.matrixHolder h1, div.matrixHolder p {
	margin-left: 20px;
}

ul.matrix ul {
	background-image: url(../Images/matrixRow.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 175px;
}

ul.matrix ul.first, ul.matrix ul li.first {
	background-image: none;
}

ul.matrix ul li {
	height: 165px;
	width: 170px;
	padding-top: 10px;
	text-align: center;
	background-image: url(../Images/matrixCell.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

div#focusImgHolder {
	position: absolute;
	top: 127px;
	left: 224px;
}

ul.matrix ul li:hover img.focusImg {
	display: block;
}

ul.matrix ul li h3 {
	font-size: 13px;
	white-space: normal;
	height: 35px;
	overflow: hidden;
	line-height: 15px;
	padding-right: 3px;
	font-weight: normal;
}

ul.matrix p {
	margin: 0;
}

div#mainData {
	width: 580px;
}

div#flashImgHolder {
	height: 385px;
}

div#additionalData {
	width: 250px;
}

div.toyHolder {
	margin-left: 20px;
}

div.toyHolder h1 {
	margin-top: 16px;
}

div.toyHolder h2.productNumber {
	font-size: 13px;
	color: #95459A;
	font-family: verdana, tahoma, arial, sans-serif;
}

div.toyHolder div#toyImgHolder {
	height: 329px;
	padding-top: 10px;
}

div.toyHolder div.values {
	font-size: 12px;
	color: #95459A;
	width: 500px;
	margin: 40px 0 10px;
	text-transform: lowercase;
}

div.toyHolder div.values ul {
	list-style-type: disc;
	margin-left: 15px;
}

div.toyHolder div.points {
	font-size: 13px;
	color: #95459A;
	width: 210px;
	margin-top: 40px;
}

div.additionalFlashHolder {
	width: 210px;
	margin-top: 40px;
}

div.toyHolder div.points p#ageHolder {
	margin-top: -60px;
	background-image: url(../Images/ageBg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 76px;
	height: 69px;
	font-size: 16px;
	line-height: 65px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

div.toyHolder div.points p#ageHolder img {
	margin-top: 25px;
	margin-left: 1px;
}

div.toyHolder div.points div.top {
	background-image: url(../Images/pointsBgTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 10px;
}

div.toyHolder div.points div.bottom {
	background-image: url(../Images/pointsBgBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 10px;
}

div.toyHolder div.points div.content {
	background-image: url(../Images/pointsBg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 20px;
}

div.toyHolder div.points ul {
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

div.toyHolder div.points div.soundHolder {
	margin-bottom: -60px;
	text-align: right;
}

div.toyHolder div.specs {
	font-size: 13px;
	color: #95459A;
	width: 500px;
}

div.toyHolder div.specs a, div.toyHolder div.specs a:active, div.toyHolder div.specs a:visited {
	color: #95459A;
}

div.toyHolder ul.pagesNav {
	color: #95459A;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	height: 25px;
}

div.toyHolder ul.pagesNav li {
	display: inline;
	padding-right: 5px;
}

div.toyHolder ul.pagesNav li img {
	vertical-align: middle;
}

div.toyHolder ul.pagesNav a {
	color: #95459A;
	text-decoration: none;
}

div#galleryNav {
	height: 22px;
}

div#galleryNav li {
	color: #95459A;
	font-size: 12px;
	height: 22px;
	width: 22px;
	background-image: url(../Images/imgNavBg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 21px;
	margin-top: 5px;
	cursor: pointer;
}

div#galleryNav li.current {
	background-position: bottom;
	cursor: default;
}

div.playerHolder {
	width: 595px;
	height:466px;
	position: absolute;
	top: -50px;
	right: -66px;
}

div#footer {
	color: #0A5EAA;
	font-size: 0.6em;
	padding-left: 85px;
}

div#footer ul {
	text-transform: uppercase;
	height: 15px;
}

div#footer a {
	color: #0A5EAA;
	text-decoration: none;
}

div#footer h4 {
	clear: both;
	font-weight: normal;
}

div#alert {
	width: 300px;
	padding: 15px;
	text-align: center;
	position: absolute;
	bottom: 150px;
	left: 115px;
	z-index: 11;
	display: none;
	opacity: 0;
	filter: alpha(0);
}

div#screen {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	opacity: 0;
	filter: alpha(0);
}

#marqueecontainer{
	position: relative;
	overflow: hidden;
	height: 150px;
}

#vmarquee {
	position: absolute;
	margin: 5px;
	z-index: 0;
}

div.articles {
	margin: 0 46px;
	font-size: 14px;
	line-height: 17px;
	background-color: #ffffff;
	min-height: 400px;
}

div.articles h3 {
	font-size: 16px;
	margin-bottom: 3px;
	color: #333333;
}

div.articles p {
	margin-bottom: 15px;
}

div.articles a {
	color: #0000ff;
	text-decoration: underline;
}

div.articles a:hover {
	color: #ff0000;
}

div.articles h5 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 15px;
}

div.articles p.mishne {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 10px;
}

div.articles ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 25px 15px;
}

div.articles ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 25px 15px;
}

ul.hMenu {
	white-space: nowrap;
}

ul.hMenu li {
	float: left;
	list-style-type: none;
}

ul.dropDownMenu {
	height: 30px;
	background-color: #efefef;
}

ul.dropDownMenu li {
	float: left;
	position: relative;
	padding: 0 10px;
	margin: 0 10px;
	background-color: #cccccc;
}

ul.dropDownMenu ul {
	position: absolute;
	top: 10px;
	left: 0;
	display: none;
	padding: 0 10px;
	background-color: #bbbbbb;
	width: 110%;
}

ul.dropDownMenu li:hover ul {
	display: block;
}

ul.dropDownMenu ul li {
	float: none;
	white-space: nowrap;
}

.column {
	float: left;
}

.style0 {
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

div.round {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 1px;
	font-size: 1px;
	width: 39px;
	height: 28px;
}

div.left {
	left: -6px;
}

div.right {
	right: -6px;
}

div.top {
	top: -6px;
}

div.bottom {
	bottom: -6px;
}

.bottom.left {
	background-image: url(../Images/mainBLBg.gif);
}

.bottom.right {
	background-image: url(../Images/mainBRBg.gif);
}

.top.left {
	background-image: url(../Images/mainTLBg.gif);
}

.top.right {
	background-image: url(../Images/mainTRBg.gif);
}

input.txt, input.tinyTxt {
	height: 15px;
	font-size: 12px;
}

input.radio {
	width: 10px;
	position: relative;
	bottom: 3px;
}

input.tinyTxt {
	width: 28px;
}

input.txt {
	width: 129px;
}

input.readonly {
	cursor: default;
}

input.button {
	border: 0;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
}

input.mib {
	border: 0;
	background-color: #ffffff;
	cursor: default;
	width: 2px;
}

input#submit {
	background-image: url(../Images/submitBg.gif);
	width: 22px;
	height: 22px;
	border: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 11px;
	margin-right: 10px;
	cursor: pointer;
}

input#clear {
	background-image: url(../Images/clearBg.gif);
	width: 22px;
	height: 22px;
	border: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 10px;
	cursor: pointer;
}

div#alertBox {
	background-color: #D7EDF8;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding: 10px;
	font-size: 13px;
	color: #0A5EAA;
	text-align: left;
	background-image: url(../Images/alertBoxBg.png);
	background-repeat: no-repeat;
	background-position: 244px 82px;
}

div#alertBox h3 {
	text-align: center;
	padding-bottom: 5px;
}

div#alertBox p.button {
	text-align: center;
	text-decoration: underline;
	padding-top: 5px;
}

span.button {
	text-decoration: underline;
}

a.button {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right
}

.clear {
	clear: both;
}

.oppositeAlign {
	text-align: right;
}

.centerAlign {
	text-align: center;
}

.button {
	cursor: pointer;
}

.strikedThru {
	text-decoration: line-through;
}

.number {
	font-size: smaller;
}

.search input {
	border: 0;
	height: 16px;
	width: 60px;
	font-size: 12px;
}

.calHolder label {
	display: inline;
}

.calHolder img {
	vertical-align: middle;
}

.dirrtl {
	direction: rtl;
	text-align: right;
}

.dirltr {
	direction: ltr;
	text-align: left;
}

.error, .alert {
	color: #ff0000;
	font-weight: bold;
}