@charset "utf-8";
/* CSS Document */
body{
	background-color: #f8f3ec;
	color: #9E0B0E;
	font-family: Verdana; 
}

p{
	margin: 10px;
	
}

.lastP{

	padding-bottom: 20px;
}

.mainBorder{
	background: white;
	border: 1px solid #5C5C5C;
	outline: 1px solid #D2B186;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 10px;	
}
.searchFrame{
	padding: 10px 20px 10px 20px;
	background: #FFD49B;
	border-radius: 8px;
	margin: 10px 20px 10px 20px;
}
.enterTxt{
	font-weight: bold;
	font-size: 12px;
}


.inputGroup {
width: 100%;
}

.formSearch[type=text] { 
	width: 100%; 
	color: #9E0B0E;
}
.goButtonDis { 
	cursor: default;
	height: 27px;
	width: 27px;
    margin-left: 10px;
	background: url("../img/navigation.png") 0px -150px no-repeat;
    
}

.goButton { 
	
	cursor: pointer;
	height: 27px;
	width: 27px;
    margin-left: 10px;
	background: url("../img/navigation.png") -27px -150px no-repeat;

}

.goButton:hover { 

	background: url("../img/navigation.png") -54px -150px no-repeat;

}

.enterChar{
	margin-left:20px;
	font-size: 11px;
}

.abcWraper{

	display: flex;
  align-items: center;
  justify-content: center;
}

.abcCont{
	display: flex;
	justify-content: left;
	flex-direction: column;
	margin: 10px;
}




.abcList{
     text-align: center;
    margin-top: 10px;
    width: 80%;
  margin-left: 10%;
   
}
.chooseTerm {
 text-align: left;
 font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}
    
   
.letters {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.letter {
	display: inline;
	text-align: center;
    margin:4px;
    height: 21px;
	width: 21px;
	font-size: 14px ;
	font-weight: bold;
	color: black;
	background: url("../img/navigation.png") 0px -178px no-repeat;
    cursor: pointer;
    line-height: 21px;
    text-decoration: none;
   }

   .letter:hover {
	background: url("../img/navigation.png") -20px -178px no-repeat;
   }

   

.selectTitle {
    text-align: left;
    font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.mainBorderBottom {
	display: inline-block;
    background: white;
	border: 1px solid #5C5C5C;
	outline: 1px solid #D2B186;
	margin-left: 10px;
	margin-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
			align-items: center;
			margin-bottom: 45px;
}
.covers{
	padding-bottom: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;

}
.cover{
	cursor: pointer;
margin: 10px;
height: 175px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.cover:hover {	
	-webkit-transform: scale(1.20);
	transform: scale(1.20);
	-webkit-box-shadow: 10px 10px 5px grey;
	        box-shadow: 10px 10px 5px grey;
  }









