@charset "UTF-8";
/* CSS Document */
#media {
	float: left;
	height: 175px;
	width: 920px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
}
#imageVideo {
	float: left;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#word {
	float: left;
	height: 100px;
	width: 225px;
	margin: 20px 10px 0px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#related {
	float: left;
	height:190px;
	width:225px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.bookPicture {
	border: thin solid #000;
	margin-left: 30px;
	margin-top: 5px;
	float: left;
	display:block;
}
.bookTitle {
	width: 435px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
}
.bookTitle a {
	text-decoration:none;
	color: #029AD1;
	font-weight: bold;	
}
.bookTitle a:hover{
	color: #139367;
}
.bookAuthor {
	width: 125px;
	float: left;
	margin-top: 0px;
	font-size: 11px;
}
.bookDescript {
	float: left;
	width: 435px;
	margin-top: 15px;
}
.bookDescript a {
	text-decoration:none;
	color: #029AD1;
	font-weight: bold;
}
.bookDescript a:hover {
	color: #139367;
}
.bookDescriptB {
	float: left;
	width: 435px;
	margin-top: 0px;
	font-style: italic;
}
.bookDescriptB a{
	text-decoration:none;
	color: #029AD1;
	font-weight: bold;
}
.bookDescriptB a:hover{
	color: #139367;
}
.blueButton {
	font-size: 18px;
	font-weight: bold;
	background-image: url(../../museumoftheives/images/bluebutton.jpg);
	float: left;
	width: 145px;
	height: 25px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	margin-top: 5px;
	padding-top: 1px;
	clear: both;
	margin-left: 44px;
}
.blueButton:hover{
	background-position: -147px;
}
.blueButton a{
	text-decoration:none;
}
.bookAttributes {
	float:right;
	margin-left:15px;
	width: 470px;
	color: #000;
}
.formatsLinks {
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;	
}
.formatsLinks a{
	text-decoration: none;
	color: #029AD1;
	font-weight: bold;
	padding-left: 15px;
}
.formatsLinks a:hover{
	color: #139367;
}
.moreDetails {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;	
}
.imgBook {
	float: left;
	padding-right: 10px;
}
.imgBook img{
	border: 2px solid #029AD1;	
}
.imgBook img:hover{
	border: 2px solid #139367;
}
/*Carousel*/
.prev {
	background: url(../../museumoftheives/images/bluearrowsback.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	border-style: none;
	float: left;
	margin-top: 65px;
}
.prev:hover {
	background: url(../../museumoftheives/images/bluearrowsback.jpg);
	background-position: -34px;
}
.bookScroller {
	height: 175px;
	width: 855px;
	float: left;
}
.next {
	background: url(../../museumoftheives/images/bluearrowsforward.jpg);
	height: 30px;
	width: 32px;
	border-style: none;
	float: left;
	margin-top: 65px;
}
.next:hover {
	background: url(../../museumoftheives/images/bluearrowsforward.jpg);
	background-position: -34px;
}
#media .disabled:hover {
	background: white;
}
.disabled {
	background: white;
}

#extCarButtons {
	margin: 0 auto;
	text-align: center;
	clear: both;
}
#extCarButtons button {
	height: 10px;
	width: 12px;
	background: url(../../museumoftheives/images/dotscarousel.jpg);
	background-repeat: no-repeat;
	border-style: none;
	margin-left: 20px;
}
#extCarButtons button:hover {
	background: url(../../museumoftheives/images/dotscarousel.jpg);
	background-position: -12px;
}
#extCarButtons .current {
	height: 10px;
	width: 12px;
	background: url(../../museumoftheives/images/dotscarousel.jpg);
	background-position: -12px;
	border-style: none;
	margin-left: 20px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #495563;
	margin-left: 34px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bookScroller ul li a{
	height: 142px;
	width: 126px;
	display: block;
	border: 2px solid #029AD1;	
}
.bookScroller ul li a:hover{
	border: 2px solid #139367;
}
.bookScroller li {
	margin: 0 4px;	
}
.bookScroller li img{
	margin: 0px;
}
