
.div-body {
	background:#FFF;
	margin-left:-8px;
	margin-right:-8px;
	
	font-family: 'MontserratR', sans-serif;
	font-size:15px;
	color:#222;
	line-height:25px;
	
	text-align:justify;
	
}

.body-text {
	cursor:pointer;
}
.body-text:hover {
	color:#222;
}



.text-title1 {
	font-size:24px;
	
}

.text-title2 {
	font-size:18px;
	
}

.text-menu-item {
	color:#666;
	font-size:15px;
	cursor:pointer;
	line-height:28px;
}
.text-menu-item:hover {
  color:#0093D7;
}
.text-menu-item:active {
  color:#F00;
}


.text-menu-item-a {
	color:#0093D7;
	font-weight:500;
	font-size:15px;
	cursor:pointer;
	line-height:28px;
}
.text-menu-item-a:hover {
  color:#666;
}
.text-menu-item-a:active {
  color:#F00;
}


.search-button {
	background:#0093D7;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	
	text-align:center;
	line-height:40px;
	
	border:1px solid #0093D7;
	border-radius:0px 5px 5px 0px;
	
	display:inline-block;
	height:40px;
	width:100px;
	margin-left:0px;
}
.search-button:hover {
	background:#FFF;
	color:#0093D7;
}
.search-button:active {
	border:1px solid #F00;
	background:#F00;
	color:#FFF;
}



.search-textfield {
	color:#666;
	font-size:15px;
	
	text-align:left;
	line-height:40px;
	
	border:1px solid #CCC;
	border-radius:5px 0px 0px 5px;
	
	padding-left:20px;
	
	height:42px;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	
}
.search-textfield::placeholder {
  color: #CCC;
}

.sort-select {
	font-family: 'MontserratR', sans-serif;
	color:#666;
	font-size:15px;
	
	text-align:left;
	cursor:pointer;
	
	border-radius:5px;
	padding-left:10px;
	
	height:40px;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


.button {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	
	border: 1px solid #0093D7;
	background:#0093D7;
	color:#FFF;
	
	display:inline-block;
	border-radius:3px;
	
	cursor:pointer;
	
	font-size:14px;

}
.button:hover {
	border: 1px solid #0093D7;
	background:#FFF;
	color:#0093D7;
}
.button:active {
	border: 1px solid #F00;
	background:#F00;
	color:#FFF;
}

.button-more {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	
	border: 1px solid #0093D7;
	background:#0093D7;
	color:#FFF;
	
	display:inline-block;
	border-radius:3px;
	
	width:60%; 
	margin-top:40px;
	
	cursor:pointer;
	
	font-size:14px;

}
.button-more:hover {
	border: 1px solid #0093D7;
	background:#FFF;
	color:#0093D7;
}
.button-more:active {
	border: 1px solid #F00;
	background:#F00;
	color:#FFF;
}


/* ------------------------------------------------------------- */

.div-author {
	background:#F4F4F4; 
	margin-left:-8px;
	margin-right:-8px;
}

.authors-frame {
	display:inline-block;
	width:200px;
	margin:20px;
}
.authors-header {
	font-family: 'MontserratR', sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	
	padding-left:5px;
	
	color:#0093D7;
	border-bottom:1px solid #222;
}
.authors-details {
	font-family: 'MontserratR', sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	
	cursor:pointer;
}
.authors-details:hover {
	color:#0093D7;
}
.authors-details:active {
	color:#F00;
}


/* ------------------------------------------------------------- */