@import url(https://fonts.googleapis.com/css?family=Signika);


/* Banner */

/* Search Bar */
.searchbar {
	padding-top: 20px;
/*	background-color: red;*/
	font-size: 30px;
	text-align: center;
}

#bar {
	width: 800px;
	height: 30px;
	background-color: #E6E6E6;
	font-family: futura;
	font-size: 20px;
	border: 1px solid transparent;
	text-indent: 10px;
}

input[type=submit] {
	background:url("../img/searchbaricon.png");
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    color: transparent;
    height: 22px;
    position: absolute;
    margin-left: -35px;
    margin-top: 12px;
}


/* Bulk */
.marketplace {
	/*background-color: orange;*/
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bookinfo {
	display:inline-block;
	width: 800px;
}

.bookinfo li {
    margin-top: 8px;
    background-color: #FCDE60;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    text-align: left;
    padding-left: 10px; 
}

.arrow {
	margin-left: 5%;
}

.title {
	display: inline-block;
  	width: 80%;
  	margin: 0px;
}

.price {
	display: inline-block;
	text-align: right;
	width: 10%;
	margin: 0px;
}

.info {
	margin: 2px;
	text-align: left;
	color: #696969;
}

.bookdetails {
	text-align: left;
}

.author {
	display: inline-block;
	width: 50%;
}

.vol {
	display: inline-block;
	width: 20%;
}

.edition {
	display: inline-block;
	width: 20%;
}

.classdetails {
	text-align: left;
}

.classname {
	display: inline-block;
	width: 50%;
}

.coursenum {
	display: inline-block;
	width: 40%;
}

.prof {
}

.seller_name {
}

.condition {
}

.hide {
	background-color: #F2EEDD;
	height: auto;
	padding: 10px;
}

