/*Reset by Eric Meyer. Thank you very much, Eric*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:visited, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*End of Eric Meyer's code*/

html, height {
	height: 100%;
	background: url(../images/bg.jpg) repeat left top;
}
body {
	width: 100%;
	min-height:764px;
	height: 100%;
	font: 62.5% Tahoma, Arial, Verdana, sans-serif;
	background: url(../images/mainbg.jpg) no-repeat left top;
	color: #FFFFFF;
}
body.book {
	width: 100%;
	min-height:764px;
	height: 100%;
	font: 62.5% Tahoma, Arial, Verdana, sans-serif;
	background: url(../images/bgbook.jpg) no-repeat left top;
	color: #FFFFFF;
}
body.catalog {
	width: 100%;
	min-height:764px;
	height: 100%;
	font: 62.5% Tahoma, Arial, Verdana, sans-serif;
	background: url(../images/catalogbg.jpg) no-repeat left top;
	color: #FFFFFF;
}
body.catalogin {
	width: 100%;
	min-height:764px;
	height: 100%;
	font: 62.5% Tahoma, Arial, Verdana, sans-serif;
	background: url(../images/bgcatalogin.jpg) no-repeat left top;
	color: #FFFFFF;
}
strong {
	font-weight:bolder;
}
.pere {
	clear: both;
	height:0;
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
#main {
	height: auto !important;
	min-height:100%;
	height: 100%;
	min-width:100%;
	text-align: left;
	position:relative;
	float: left;
}
#mainin {
	height: auto !important;
	min-height:557px;
	height:557px;
	width:100%;
	overflow:hidden;
}
.catalog #mainin {
	height: auto !important;
	min-height:557px;
	height:557px;
	width:100%;
	overflow:visible;
}

.book #mainin,  .catalogin #mainin{
	height: auto !important;
	min-height:576px;
	height:576px;
}
#sidebar {
	width: 194px;
	float: left;
	padding-left: 19px;
    position: relative;
    z-index: 1000;
}
#nav {
	background: url(../images/menubg.jpg) no-repeat left top;
}
.book #nav{
	background: url(../images/menubg_book.jpg) no-repeat left top;
}
.catalogin #nav{
	background: url(../images/menubg_catalogin.jpg) no-repeat left top;
}
.catalog #nav {
	background: url(../images/menubg_catalog.jpg) no-repeat left top;
}
#nav.open {
	background: url(../images/menubgopen.jpg) no-repeat left top;
}
.book #nav.open{
	background: url(../images/menubgopen_book.jpg) no-repeat left top;
}
.catalogin #nav.open{
	background: url(../images/menubgopen_catalogin.jpg) no-repeat left top;
}
.catalog #nav.open {
	background: url(../images/menubgopen_catalog.jpg) no-repeat left top;
}

#navform {
	height: 64px;
	position: relative;
}
.catalog #navform, .catalogin #navform  {
	height: 95px;
	position: relative;
}

#navform  input.searchinput {
	position: absolute;
	height: 16px;
	background: #ff5a82;
	left: 21px;
	top: 14px;
	border: 1px solid #ff5a82;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 130px;
	font-size: 1.1em;
}
#navform  a.searchbutton, #navform  a.searchbutton:visited, #navform  a.searchbutton:focus {
	background: url(../images/searchbutton.jpg) no-repeat center center;
	display: block;
	position: absolute;
	overflow: hidden;
	height: 20px;
	width: 24px;
	left: 158px;
	top: 12px;
}
#navform a.searchbutton span {
	margin-left: -300px;
}
#navform a.menulink, #navform a.menulink:visited, #navform a.menulink:focus {
	position: absolute;
	line-height: 21px;
	font-size: 1.1em;
	color: #ff5a82;
	left: 12px;
	top: 37px;
	padding-left: 9px;
	height: 21px;
	width: 115px;
}
#navform a.cataloglink, #navform a.cataloglink:visited, #navform a.cataloglink:focus {
	position: absolute;
	line-height: 21px;
	font-size: 1.1em;
	color: #ffffff;
	left: 12px;
	top: 69px;
	padding-left: 9px;
	height: 21px;
	width: 115px;
	display:none;
}
#navlink {
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 12px;
	display: none;
}
.catalog #navlink {
	padding-top: 5px;
}
.catalogin #navlink {
	padding-top: 5px;
}


#navlink.open {
	display: block;
}

#navlink div.first, #navlink div.second, #navlink div.firstact, #navlink div.secondact {
	padding-bottom: 2px;
}
#navlink .first a, #navlink .first a:visited, #navlink .first a:focus {
	background: #FFFFFF;
	display: block;
	color: #CF0431;
	font-size: 1.1em;
	padding: 2px 9px;
}
#navlink .firstact a, #navlink .firstact a:visited, #navlink .firstact a:focus {
	background: #FFFFFF url(../images/lapa.png) no-repeat 9px center;
	display: block;
	color: #CF0431;
	font-size: 1.1em;
	padding: 2px 9px 0px 30px;
}
#navlink .first a:hover {
	background: #fccadf;
	text-decoration: none;
}
#navlink .firstact a:hover {
	background: #fccadf url(../images/lapa.png) no-repeat 9px center;
	text-decoration: none;
}
#navlink .second a, #navlink .second a:visited, #navlink .second a:focus {
	background: #fffbb2;
	display: block;
	color: #CF0431;
	font-size: 1.1em;
	padding: 2px 9px;
}
#navlink .secondact a, #navlink .secondact a:visited, #navlink .secondact a:focus {
	background: #fffbb2 url(../images/lapa.png) no-repeat 9px center;
	display: block;
	color: #CF0431;
	font-size: 1.1em;
	padding: 2px 9px 2px 31px;
}
#navlink .second a:hover {
	background: #fff100;
	text-decoration: none;
}
#navlink .secondact a:hover {
	background: #fff100 url(../images/lapa.png) no-repeat 9px center;
	text-decoration: none;
}
#navlink .first a.first, #navlink .first a.first:visited, #navlink .first a.first:focus {
	background: url(../images/navfirst.png) no-repeat left top;
}
#navlink .first a.first:hover {
	background: url(../images/navfirst_hover.png) no-repeat left top;
}
#navlink .first a.last, #navlink .first a.last:visited, #navlink .first a.last:focus {
	background: url(../images/navlast.png) no-repeat left bottom;
}
#navlink .first a.last:hover {
	background: url(../images/navlast_hover.png) no-repeat left bottom;
}
.catalog #navlink a, .catalog #navlink a:visited, .catalog #navlink a:focus {
	padding-left:30px;

}
.catalogin #navlink a, .catalogin #navlink a:visited, .catalogin #navlink a:focus {
	padding-left:30px;

}
#page {
	margin-left: 213px;
}
#pagein {
	width: 100%;
	overflow: hidden;
	float: left;
	padding-bottom: 204px;
}
.book #pagein, .catalogin #pagein {
	height: auto !important;
	min-height:576px;
	height:576px;
	width: 100%;
	overflow: hidden;
	float: left;
	padding-bottom: 183px;
}
.catalog #pagein {
	height: auto !important;
	min-height:684px;
	height:684px;
	width: 100%;
	float: left;
	overflow: visible;
	padding-bottom: 80px;
}
#head {
	height: 280px;
	position: relative;
	padding-right: 318px;
}
a#toyslink, a#toyslink:visited, a#toyslink:focus {
	font-size: 1.0em;
	display: block;
	color: #fff157;
	text-decoration: underline;
	font-weight: bold;
        position: absolute;
	left: 225px;
	top: 130px;
}
a#toyslink:hover {
	text-decoration: none;
}
a#accesslink, a#accesslink:visited, a#accesslink:focus {
	display: block;
	color: #fff157;
	text-decoration: underline;
	font-weight: bold;
        position: absolute;
	left: 359px;
	top: 68px;
}
a#accesslink:hover {
	text-decoration: none;
}
a#eventslink, a#eventslink:visited, a#eventslink:focus {
	font-size: 1.5em;
	display: block;
	color: #b41450;
	text-decoration: underline;
	font-weight: bold;
        position: absolute;
	left: 550px;
	top: 95px;
}
a#eventslink:hover {
	text-decoration: none;
}

#content {
	padding-right: 548px;
}
.book  #content, .catalogin #content {
	padding-right: 0px;
}
.catalog #content {
	padding-right: 0px;
}
#breadcrumb {
	padding-top: 16px;
	padding-bottom: 27px;
	padding-left: 26px;
}
.catalogin #breadcrumb  {
	padding-left: 50px;
	padding-bottom: 15px;
}
#breadcrumb li {
	display: inline;
	font-size: 1.1em;
	color: #b41450;
}
.catalog #breadcrumb li {
	color: #fff100;
}


#breadcrumb li a, #breadcrumb li a:visited, #breadcrumb li a:focus {
	color: #b41450;
	text-decoration: none;
	padding-right: 15px;
	background: url(../images/separ.png) no-repeat right center;
}
.catalog #breadcrumb li a, .catalog #breadcrumb li a:visited, .catalog #breadcrumb li a:focus {
	color: #fff100;
	background: url(../images/catalogsepar.png) no-repeat right center;
}
#breadcrumb li a:hover {
	text-decoration: underline;
}
#bookcontent {
	height: 419px;
	width: 874px;
	margin-left: 54px;
	overflow: hidden;
	/*color: #fe6aa9;*/
	color: #B41450;
}
.catalogin #bookcontent {
	height: 465px;
}

#firstpage {
	float: left;
	width: 390px;
}
#secondpage {
	float: right;
	width: 390px;
}
.catalogin #secondpage {
	width: 394px;
}

.bigpict {
	text-align: right;
}
#bookcontent h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #b41450;
	padding-bottom: 10px;
}
#bookcontent .text h2 {
	padding-bottom: 30px;
}

#bookcontent p {
	font-size: 1.1em;
	padding-bottom: 45px;
}

#bookcontent p.date {
	font-size: 1.1em;
	padding-bottom: 5px;
}
#bookcontent .text p {
	padding-bottom: 16px;
}
#bookcontent .text a, #bookcontent .text a:visited, #bookcontent .text a:focus {
	color: #b41450;
}


.smallpict {
	text-align: justify;
}

.smallpict img {
	display: inline;
	vertical-align: bottom;
	margin-bottom: 30px;

}
.smallpict .cntimg {
	margin-right: 30px;
	margin-left: 30px;
}
.cal  table.left {
	float: left;
	border-collapse:collapse;
}
.cal table.right {
	float: right;
	margin-left:15px;
	border-collapse:collapse;
}

.cal table td {
	font-size: 1.2em;
	width: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1em;
}
.cal table td.month {
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	width: 168px;
}
.cal table td a, .cal table td a:visited, .cal table td a:focus {
	color: #b41450;
}
#bookcontent .newsitem {
	width: 100%;
	overflow: hidden;
	margin-bottom: 23px;
}
#bookcontent .newsitem p {
	padding-bottom: 0px;
	line-height: 14px;
}
#bookcontent .newsimg {
	float: left;
	padding-right: 14px;
}
#bookcontent .newsheader {
	color: #b41450;
}
#bookcontent  .searchresult h2 {
	color: #fe6aa9;
}
#bookcontent  .searchresult   span  {
	color: #b41450;
}
#bookcontent .searchitem {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
#bookcontent .searchitem p {
	margin: 0px 0px 0px 44px;
	padding: 0px;
	line-height: 14px;
}
#bookcontent  .searchnum {
	float: left;
	width: 44px;
	font-size: 1.8em;
}

.searchitem a, .searchitem a:visited, .searchitem a:focus{
	color: #FE6AA9;
}
.searchitem a span{
	color: #B41450;
}
.searchitem a:hover{
	color: #B41450;
	text-decoration:underline;
}
#bookcontent .searchitem a:hover span{
	color: #FE6AA9;
}


#cataloglist {
	padding-right: 54px;
}

#cataloglist table {
	border-collapse:collapse;
}
#cataloglist td {
	height: 323px;
	width: 255px;
}
#cataloglist td.cat01 {
	background: url(../images/covers/cover01.png) no-repeat center center;
	
}
#cataloglist td.cat02 {
	background: url(../images/covers/cover02.png) no-repeat center center;
	
}
#cataloglist td.cat03 {
	background: url(../images/covers/cover03.png) no-repeat center center;
	
}
#cataloglist td.cat04 {
	background: url(../images/covers/cover04.png) no-repeat center center;
	
}
#cataloglist td.cat05 {
	background: url(../images/covers/cover05.png) no-repeat center center;
	
}
#cataloglist td.cat06 {
	background: url(../images/covers/cover06.png) no-repeat center center;
	
}
#cataloglist td.cat07 {
	background: url(../images/covers/cover07.png) no-repeat center center;
	
}
#cataloglist td.cat08 {
	background: url(../images/covers/cover08.png) no-repeat center center;
	
}
#cataloglist td.cat09 {
	background: url(../images/covers/cover09.png) no-repeat center center;
	
}
#cataloglist td.cat10 {
	background: url(../images/covers/cover10.png) no-repeat center center;
	
}

#cataloglist td a, #cataloglist td a:visited, #cataloglist td a:focus {
	display: block;
	height: 323px;
	width: 255px;
	overflow: hidden;
}
#cataloglist td a span {
	margin-left: -1000px;
}
.inncatalog {
	padding-left: 16px;
}
.catalogitem {
	width: 100%;
	overflow: hidden;
	padding-bottom: 14px;
	height: 103px;
}
.catalogpic {
	float: left;
	width: 165px;
}
.catalgtxt {
	margin-left: 187px;
}
.inncatalog  h4 {
	font-size: 1.5em;
	font-weight: normal;
}
.oneitem h4 {
	color: #b41450;
}

#bookcontent      .inncatalog     p {
	margin: 0px;
	padding: 0px;
}
#bookcontent   .inncatalog   p.price {
	padding-top: 8px;
}
#bookcontent .oneitem p {
	color: #b41450;
}

p.price span {
	font-size: 1.5em;
}
.smallimg {
	padding-top: 15px;
}
#bookcontent  .smallimg p {
	padding-bottom: 20px;
}

.smallimg img {
	padding-left: 18px;
	padding-right: 10px;
}
.itemtext {
	padding-top: 15px;
}








#newsswitcher {
	margin-left: 315px;
	font-size: 1.8em;
	color: #fff100;
	white-space: nowrap;
	margin-top: 33px;
}
.catalogin  #newsswitcher.listpager {
	margin-top: 0px;
}

#newsswitcher.years {
	font-size: 2.35em;
	margin-top: 31px;
}
#newsswitcher.listpager {
	font-size: 1.8em;
	color: #b41450;
	margin-top: 33px;
}


#newsswitcher a, #newsswitcher a:visited, #newsswitcher a:focus {
	color: #fff100;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#newsswitcher.listpager a, #newsswitcher.listpager a:visited, #newsswitcher.listpager a:focus, #newsswitcher.listpager span {
	padding-right: 12px;
	padding-left: 12px;
}

#newsswitcher a:hover {
	text-decoration: none;
	color: #b41450;
}
#newsswitcher span {
	color: #b41450;
	padding-right: 20px;
	padding-left: 20px;
}

.newsanons p {
	font-size: 1.3em;
	padding-bottom: 1px;
    text-align: justify;
    font: bold;
}
.newsanons p.date {
	font-size: 1.3em;
}
.newsitem {
	padding-bottom: 1px;
}

.newsitem  a, .newsitem a:visited, .newsitem a:focus {
	color: #000000;
	text-decoration: none;
}
.newslist .newsitem  a, .newslist .newsitem a:visited, .newslist .newsitem a:focus {
	color: #FE6AA9;
	text-decoration: none;
}
 .newsitem  .newsheader a, .newsitem .newsheader a:visited, .newsitem .newsheader a:focus {
	color: #B41450;
	text-decoration: none;
}

.newsitem a:hover {
	text-decoration: none;
}
.newslist .newsitem  a:hover {
	color: #B41450;;
	text-decoration: none;
}
.newsitem  .newsheader a:hover {
	color: #B41450;
	text-decoration: underline;
}


#acent {
	height: 512px;
	background: url(../images/acentbg.png) no-repeat right bottom;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 548px;
}
.book #acent {
	background:  url(../images/acentbg_book.png) no-repeat left top;
	height: 182px;
	width: 519px;
	right: 167px;
	bottom: 0px;
}
.catalogin #acent {
	background:  url(../images/acentbg_book.png) no-repeat left top;
	height: 182px;
	width: 519px;
	right: 167px;
	bottom: 0px;
}

a#cataloglink, a#cataloglink:visited, a#cataloglink:focus {
	font-size: 2.2em;
	color: #c40059;
	text-decoration: underline;
	position: absolute;
	left: 47px;
	top: 244px;
}
a#cataloglink:hover {
	text-decoration: none;
}
a#newprodlink, a#newprodlink:visited, a#newprodlink:focus {
	font-size: 2.1em;
	color: #fff100;
	text-decoration: underline;
	position: absolute;
	left: 416px;
	top: 466px;
}
a#newprodlink:hover {
	text-decoration: none;
}

#cup {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/topright.png);
	height: 318px;
	width: 318px;
}
.book #cup {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/leftbottom.png);
	height: 318px;
	width: 318px;
}
.catalog #cup {
	background: url(../images/catalogleft.png);
	height: 205px;
	width: 231px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: auto;
}


#prefoot {
	width: 1100px;
}

.book #prefoot {
	width: 1300px;
}
.catalog #prefoot {
	width: 1300px;
}

#footer {
	padding-left: 355px;
	padding-top:17px;
	clear: both;
	background: url(../images/footerbg.png) no-repeat 85px bottom;
	height:auto !important;
	min-height:187px;
	height:187px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-right: 548px;
}
.book #footer {
	background: url(../images/footerbg_book.png) no-repeat left bottom;
}
.catalogin #footer {
	background: url(../images/footerbg_catalogin.png) no-repeat left bottom;
}
.catalog #footer {
	background: url(../images/catalogfooterbg_book.png) no-repeat 480px bottom;
	padding-left: 232px;
	width: 1000px;
	padding-right: 0px;
	padding-top: 0px;
}

#contacts {
	position: absolute;
	bottom: 0px;
	overflow: visible;
}
.catalog  #contacts {
	height: 80px;
	width: 800px;
	background: url(../images/catalogfooterbg.png) no-repeat 230px bottom;
}

#contacts h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 29px;
}
#contacts h3 a, #contacts h3 a:visited, #contacts h3 a:focus  {
	color:#cf0431;
	text-decoration:underline;
}
#contacts h3 a:hover  {
	text-decoration:none;
}
.catalog #contacts h3 {
	float: right;
}

#contacts h4 {
	font-size: 1.6em;
	font-weight: normal;
	color: #b41450;
	padding-bottom: 10px;
}
#contacts ul {
	padding-bottom: 5px;

}

#contacts li {
	font-size: 1.8em;
	padding-bottom: 5px;
	position: relative;
	display: block;
}
.catalog #contacts li {
	display: inline;
	padding-right: 19px;
}

#contacts li a, #contacts li a:visited, #contacts li a:focus {
	color: #cf0431;
	text-decoration: underline;
}

#contacts li a:hover {
	text-decoration: none;
}

#contacts .phone {
	font-size: 1.75em;
	color: #b41450;
        padding-bottom: 5px;
}
#tooltip {
	padding-top: 12px;
	padding-left: 12px;
	font: normal 1.6em Tahoma, Arial, Helvetica, sans-serif;
	color: #b41450;
	height: 61px;
	width: 173px;
	background: url(../images/tooltip.png) no-repeat left top;
	z-index: 10000;
	position: absolute;
}
ul.gallery, .gallery li {
	list-style:none;
}
	.gallery li {float:left;margin-right:10px;margin-bottom:8px;}
	.gallery li img {
		padding:1px;
		border:1px solid #c74871;
	}
	/* Feedbackform */

.feedback {
	background:url("../images/feedback.png") repeat-y center;
	margin:0;
}
/*
	.feedback div {
		background:url("../images/feedback.png") no-repeat left top;
	}
	*/
		.feedback div div {
			/*background:url("../images/feedback.png") no-repeat right bottom;*/
			/*padding:38px 54px 28px 38px;*/
			padding:18px 34px 8px 18px;
		}
		
			.feedback dl {
				overflow:hidden;
				margin-bottom:10px;
			}
			
				.feedback dt {
					float:left;
					width:105px;
					padding-right:10px;
					font:0.9em/1.2em Tahoma;
				}
				
				.feedback dd {
					display:table;
				}
		
					.feedback .button {
						background:url("../images/feedback-button.png") no-repeat;
						width:82px;
						height:21px;
						text-align:center;
						font-size:0.9em;
						border:0;
					}
				
					.feedback .textbox {
						border:1px solid #AEADB8;
						width:200px;
					}
					
					.feedback textarea {
						border:1px solid #AEADB8;
						width:200px;
					}
					
					.feedback .textbox.small {
						width:70px;
					}
					
					.feedback img {
						vertical-align:top;
						margin-right:10px;
					}
/* feedback1form */

.feedback1 {
	background:#ffffff repeat-y center;
	margin:0;
}
/*
	.feedback1 div {
		background:url("../images/feedback1.png") no-repeat left top;
	}
	*/
		.feedback1 div div {
			/*background:url("../images/feedback1.png") no-repeat right bottom;*/
			/*padding:38px 54px 28px 38px;*/
			padding:18px 34px 8px 18px;
		}
		
			.feedback1 dl {
				overflow:hidden;
				margin-bottom:10px;
			}
			
				.feedback1 dt {
					float:left;
					width:105px;
					padding-right:10px;
					font:0.9em/1.2em Tahoma;
				}
				
				.feedback1 dd {
					display:table;
				}
		
					.feedback1 .button {
						background:url("../images/feedback-button.png") no-repeat;
						width:82px;
						height:21px;
						text-align:center;
						font-size:0.9em;
						border:0;
					}
				
					.feedback1 .textbox {
						border:1px solid #AEADB8;
						width:200px;
					}
					
					.feedback1 textarea {
						border:1px solid #AEADB8;
						width:200px;
					}
					
					.feedback1 .textbox.small {
						width:70px;
					}
					
					.feedback1 img {
						vertical-align:top;
						margin-right:10px;
					}

