@font-face {
  font-family: 'Open Sans Light';
  src:url(MediaNew/Fonts/OpenSans-VariableFont_wdth,wght.ttf);
}

.headerdiv{
	color:#A35908;
	width:100%;
	padding-top:0px;
	padding-bottom:10px;	
	border:none;
	font-family: 'Open Sans Light';
	font-size:36px;
	font-display: swap;
	text-align:left;
}

div#banner{
	position:fixed; 
	border: none;
	top: 0px; 
	width: 100vw; 
	height: 180px; 
	text-align:center;
	z-index:20;
	margin:0px;
}

.logo{
	position:fixed; 
	top:10px;
	border:none; 
	width:300px; 
	left: calc(50vw - 150px);
	cursor:pointer;
	filter: drop-shadow(2px 2px 6px #000000);
	z-index:5001;
}

.linkpic{
	width:200px;
}

.formlabels{
font-weight:bold;
}

.fullMob{
	width: 500px;
}

.transparent{
	background-color:rgba(0, 0, 0, 0);	
}

/* MENU================================================================================================= */
div#menuh{
	position: fixed;
	top:124px; 
	height:30px; 
	overflow:visible; 
	width:1000px;  
	left: calc(((100vw - 1000px) / 2)); 
	margin:auto;
	z-index:50; 
	border:none; 
	float:none; 
	text-align:center;
	background-color:rgba(0, 0, 0, 0.5);	
}

.menuButton {
	cursor:pointer;
	color:#ffffff;
	font-family: Oswald; 
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	text-decoration:none;
	width:80px; 
	text-align:center;
	height:40px;
	float:left;
	z-index:20;
}

.submenu {
	margin-top:0px;
	padding-top:7px;
	display:none;
	background-color:#333333;
	z-index:40;
}
.menuItem {
	cursor:pointer;
	padding-bottom:7px;
	z-index:50;	
}




/* CONTENT================================================================================================= */
.pagetext {
	font-family: 'Open Sans Light';
	text-align:left;
	color: #000000;
}

div#content {
	position: fixed;
	top:154px; 
	width:1000px;  
	left: calc(((100vw - 1000px) / 2)); 	
	background-color:rgba(255, 255, 255, 0.91);	
	z-index: 10; 
	border:none; 
	border-width:2px; 
	height: calc(100% - 180px);
	padding-left:0px;
	padding-right:0px;	
	font-family: 'Open Sans Light';
	text-align:left;
	color: #000000;
	overflow: hidden;
	overflow-y: hidden;
}

body {
	text-align:center;
	font-family: 'Open Sans Light';
	font-size: 16px;
	font-display: swap;
	color: #000000;
	background-color:#ffffff;
	background-image:url(MediaNew/imagination_books.jpg?Version=5);	
	background-size: 100%;
	height:100%;
}

.leftdiv{
	position: absolute;
	left: 0%;
	width:140px;
	padding:10px;
	padding-left:30px;
	padding-top:10px;	
	background-color:rgba(155, 155, 155, 0.5);	
	height: calc(100vh - 195px);
	margin:0px;	
}

.rightdiv{
	position: absolute;
	top:0%;
	right: 0%;
	width:960px;
	height: calc(100% - 30px);	
	margin:10px;
	margin-top:0px;	
	padding:10px;
	padding-top:30px;			
	overflow:visible;
	border:none;
	border-width:thin;
}

.rightdiv_narrow{
	position: absolute;
	top:0%;
	right: 0%;
	width:760px;
	height: calc(100% - 30px);	
	margin:10px;
	margin-top:0px;	
	padding:10px;
	padding-top:30px;			
	overflow:visible;
	border:none;
	border-width:thin;
}

.rightdiv_wide{
	position: absolute;
	top:0%;
	left: 0%;
	width:960px;
	height: 90%;	
	margin:10px;
	margin-top:30px;	
	padding:10px;		
	overflow:visible;
	border:none;
	border-width:thin;
}

.fulldiv{
	width:95%;
	height: 94%;	
	margin:10px;
	padding:10px;		
	overflow:visible;
}


'GreyText{
color:#CCCCCC;
}

.jslinknew {
	cursor:pointer;
	text-decoration:underline;
	font-family:'Open Sans Light';
	font-size:17px;
	font-weight: normal;
	color:black;
}

.centre{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.hidden{
	display:none;
}

.border{
	border:solid;
	border-width: thin;
}

.jlink {
	cursor:pointer;
	text-decoration:underline;
}

.jslink {
	cursor:pointer;
	font-family:'Open Sans Light';
	text-decoration:underline;
}


.jslink_simple {
	cursor:pointer;
	text-decoration:underline;
	color:black;	
}



.bookdetails {
	 position:fixed; 
	 top: 150px; 
	 z-index:999; 
	 left: 25%; 
	 width: 50%; 
	 height: 70%; 
	 background-color:#eeeeee; 
	 padding:10px; 
	 border: solid; 
	 border-color:#999999; 
	 border-width: thin; 	
	 box-shadow: 5px 10px 8px #888888;
 }

.myButton:hover {
	background-color:#333333;
	color:white;
}

.myButton:active {
	position:relative;
	top:1px;
}


.pageheader{
	font-family: Oswald; 
	font-size:50px; 
	color:#990000;
}


.pageheadersmall{
	font-family: Oswald; 
	font-size:24px; 
	color:#000000;
}

.scrolldown{
	overflow-y:auto;
	}



p {margin-bottom:10px; margin-top:0px; text-indent:0px; line-height: 150%;}



div#contentHolder {
	position:absolute;
	border-width:thin;
	width:100vw; 
	height:100vh; 
	margin:0px;
	overflow:auto;
	text-align:center;
}

div#iframeContent {
	position:absolute;
	/*border-bottom:solid;*/
	border-width:thin;
	width:100%; 
	height:100%; 
	margin:0px;
	overflow:auto;
	text-align:center;
	background-color:#FFFFFF;
}



div#go_back {
	position: absolute;
	top:20px;
	right:10px;
	width:87px; 
	text-align:right;
	z-index:99999
}

.goback {
	position: absolute;
	top:20px;
	right:10px;
	width:87px; 
	text-align:right;
	z-index:99999
}

.donotbut{
	cursor:pointer; 
	position: fixed;
	bottom: 50px; 
	left: 10px; 
	z-index:999999999;
}

div#orderdiv{
	margin-left:33%; 
	margin-top:20px; 
	width:65%;
	text-align:left;
	border: none;
	border-width:thin;
}

div#orderleftcolumn{
	position: absolute;
	left: 0%;
	padding:10px;
	padding-left:30px;
	padding-top:30px;	
	background-color:#eeeeee;
	height: calc(100vh - 180px);
	margin:0px;	
	width:25%;
}

div#orderform{
	background-color:#FFFFFF; 
	z-index:9999999; 
	position: absolute; 
	left: 16%; 
	top: 100px; 
	width: 60%; 
	padding:20px;
}

.totalhere{
	text-align:right;
}

div#donotdiv{
	position: absolute; 
	left:calc(100vw / 2 - 180px); 
	top: 200px; 
	width: 360px; 
	padding:10px; 
	display:none; 
	overflow:visible; 
	color: white; 
	background-color:red; 
	z-index:300; 
	font-size:30px; 
	font-family:Oswald; 
	text-align:center; 
	margin:auto; 
	box-shadow: 5px 10px 8px #888888; 
	border:solid; 
	border-color:#000000; 	
	border-width:2px; 
	border-radius: 10px;"
}


.videoframe{
	position: relative; 
	width: 90%;
	max-width:90%;
	max-height:90%; 	
	z-index:99;
}

.yesprint{
	display:none;
}


@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 0mm 0mm 0mm 0mm;  
} 

.FooterLink { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF; 
}

.formbuttons {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000;
}

.Story {
  font-family: "Times New Roman", Times, serif; 
  font-size: 12px;
  }

.TextArea {  
	height: 100px; 
	width: 100%; 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.TextAreaLarge { 
	height: 600px; 
	width: 100%; 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 1px;
}


.showonPC {
}

.showonPC_table_cell {
	display:table-cell;
}

.showonPC_table_row {
	display:table-row;
}

.showonMob_table_cell {
	display:none;
}

.showonMob_table_row {
	display:none;
}



.showonMOB {
	display:none;
}

.showonTAB {
	display:none;
}

.showonPCTAB {
	display:inline;
}

.showonMOBTAB {
	display:none;
}

.left2div{
	width:45%;
	float:left;
	padding:10px;
	border:none;
}

.right2div{
	width:45%;
	float:right;
	border:none;
	padding:10px;		
}

.left25div{
	width:25%;
	float:left;
	padding:10px;
	border:none;
}

.right65div{
	width:65%;
	float:right;
	border:none;
	padding:10px;		
}

.left15div{
	width:15%;
	float:left;
	padding:10px;
	border:none;
}

.right75div{
	width:75%;
	float:right;
	border:none;
	padding:10px;		
}


.closeicon{
	cursor:pointer;
	width: 24px;
}

div#detailsdiv{
	position:fixed; 
	top:30px; 
	left:15%; 
	z-index:2000; 
	display:none; 
	background-color:#FFFFFF; 
	width: 70%;
	height: 90%; 
	border:solid; 
	border-width:thin; 
	border-radius: 20px; 
	padding:10px;
	overflow:hidden;	
}

.bookGenre{
	width:95%; height:20px; background-color: #c5c2be; padding:10px;
}

.youtube{
	width:65%;
}

.button {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1f2e3b), color-stop(1, #334c61) );
	background:-moz-linear-gradient( center top, #1f2e3b 5%, #334c61 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f2e3b', endColorstr='#334c61');
	background-color:#1f2e3b;
}.classname:active {
	position:relative;
	top:1px;
}

input[type=button] {
/*	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	border-radius:3px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	padding:2px 7px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;*/
	}
	
