@charset "utf-8";



.contentblock .loading-indicator {
	font-size: 20px;
	background-image: url(images/default/grid/loading.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 16px;
	margin-left: 250px;
	padding-top: 50px;
}

#block-general .loading-indicator {
	margin-left: 150px;
	padding-top: 20px;
}

/***********************************************************************
	Styles for ALL blocks of content
 ***********************************************************************/
 
.contentblock {
	margin-bottom: 10px;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentblock a:link,
.contentblock a:active, 
.contentblock a:visited {
	color: #543412;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

}

.contentblock a:hover {
	color:#CC0000;
} 







/***********************************************************************
	'Latest Book' styles
 ***********************************************************************/

#block-latestbook {
	width: 504px;
	background-image: url(images/contentbg_newbook1.jpg);
	height: 600px;
}
#latestbook-cover-image {
	position: absolute;
	left: 28px;
	top: 78px;
}
#latestbook-copy {
	width: 230px;
	position: absolute;
	left: 250px;
	font-size: 12px;
	line-height: 18px;
	top: 80px;
}
#latestbook-copy p {
	margin-bottom: 10px;
}

#latestbook-title {
	position: absolute;
	top: 23px;
	left: 251px;
	width: 200px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}
#latestbook-links {
	position: absolute;
	top: 130px;
	z-index: 100;
	background-color: #612F14;
	left: 180px;
	padding: 7px 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

#latestbook-links a:link,
#latestbook-links a:active, 
#latestbook-links a:visited 
{
	color:#FBE626;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-size: 12px;
}
#latestbook-links a:hover {
color:#FFFF33;
}

#latestbook-footer-image {
	position: absolute;
	bottom: 0px;
	left:0px;
}




/***********************************************************************
	'Book Details' styles
 ***********************************************************************/
#block-booklist {
	text-align: center;
}

#block-bookdetails {
	width: 504px;
	background-image: url(images/contentbg_book1.jpg);
	height: 580px;
	
}
#bookdetails-cover-image {
	position: absolute;
	left: 29px;
	top: 45px;
}
#bookdetails-copy {
	width: 230px;
	position: absolute;
	left: 251px;
	font-size: 12px;
	line-height: 18px;
	top: 38px;
}

.bookdetails-title {	
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-bottom:10px;
	line-height: 20px;
}
#bookdetails-copy p {
	margin-bottom: 10px;
}

#bookdetails-links {
	position: absolute;
	top: 130px;
	z-index: 100;
	background-color: #612F14;
	left: 180px;
	padding: 7px 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

#bookdetails-links a:link,
#bookdetails-links a:active, 
#bookdetails-links a:visited 
{
	color:#FBE626;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-size: 12px;
}
#bookdetails-links a:hover {
color:#FFFF33;
}

#bookdetails-footer-image {
	position: absolute;
	bottom: 0px;
	left:0px; 
}




/***********************************************************************
	'general content block' styles
 ***********************************************************************/
 
#block-general {
	width: 504px;
	background-image: url(images/contentbg_plain1.jpg);
	height: 510px;
}
#general-copy {
	font-size: 14px;
	line-height: 18px;
	padding: 40px;
}
#general-copy p,
#general-copy li {
	margin-bottom: 10px;
}

#general-copy ul {
	margin-left: 20px;
}

#general-copy h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

#general-footer-image {
	position: absolute;
	bottom: -1px;
	left:0px; 
}

#block-general hr {
	height:1px;
	color:#663300;
}


/***********************************************************************
	'Name tool' styles
 ***********************************************************************/
#block-nametool {
	height: 173px;
	width: 504px;
	background-image: url(images/contentbg_namegen.gif);
	background-repeat: no-repeat;
}
#nametool_namebox {
	position: absolute;
	top: 102px;
	left: 161px;
	border: 1px solid #F89922;
	background-color: #FDF2DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B35726;
	width: 214px;
	height: 22px;
	padding: 2px;
}
#nametool-text {
	font-size: 12px;
	font-weight: bold;
	color: #A04D21;
	position: absolute;
	top: 86px;
	left: 163px;
}
#nametool-gobutton {
	position: absolute;
	left: 393px;
	top: 102px;
}





/***********************************************************************
	'News' styles
 ***********************************************************************/
#block-news {
	background-image: url(images/contentbg_news1.jpg);
	width: 343px;
}
#block-news #news-text {
	padding: 70px 30px 0px 40px;
}


/***********************************************************************
	'Games' block styles
 ***********************************************************************/
#block-games {
	width: 343px;
	height: 221px;
}




/***********************************************************************
	Default pop-up window styles
 ***********************************************************************/
.window-header {
	text-align: right;
	padding-right: 10px;	
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}

.window-header a:link,
.window-header a:active,
.window-header a:visited {
	color:#FFCC00;
	text-decoration:none;	
}

.window-header a:hover {
	color: #FFFF33;	
	text-decoration:none;	
}




/***********************************************************************
	'Name tool window' styles
 ***********************************************************************/
 
#nametool-window {
	background-image: url(images/name-popup.gif);
	position: absolute;
	height: 526px;
	width: 474px;
	font-family: Arial, Helvetica, sans-serif;	
	z-index: 20001;	
}


#nametool-window-text {
	position: absolute;
	width: 334px;
	top: 30px;
	left: 109px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#extreme-dest-map {
	position: absolute;
	top: 168px;
	width: 420px;
	height: 336px;
	left: 25px;
}
#nametool-window-lowertext {
	position: absolute;
	height: 34px;
	top: 114px;
	left: 28px;
	width: 417px;
	font-size: 12px;
	text-align: left;
}
.nametool-nametext {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
}





/***********************************************************************
	Extract pop-up styles
 ***********************************************************************/
#extract-window {
	background-image: url(images/extract_window_bg.gif);
	position: absolute;
	height: 526px;
	width: 474px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 20000; 
}
#extract-content {
	position:absolute;
	height: 477px;
	width: 430px;
	left: 27px;
	top: 29px;
	font-size: 12px;
	text-align: left;
	overflow: auto;
}

#extract-content p {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	line-height: 17px;
}

