.bilbioModule{
	header h1 { margin-top: 0; }
	&.list{
		article{

			padding: 10px 0;

			.ref{
				font-size: 1.5em;
				line-height: 1.1;
				font-weight: normal;
			}

			.author{
				margin-top: 0;
				margin-bottom: .25em;

				font-size: 1.5em;
			}
			.title{
				margin-top: 0 ;
				margin-bottom: .5em;
				font-size: 1.25em;
			}
			.length{ margin-bottom: .25em;}
			.category{ margin-bottom: .25em;}
			.summary{}
			footer{ margin-top: 10px;}
		}

		article + article{
			border-top: 1px dotted #ccc;
		}

		form.search{

			.row .row{
				padding: .5em;
			}

			.btncol{
				//padding-top: 20px;
				text-align: center;
				.btn{
					margin-top: .75em;
				}
			}
			.searchAlpha{
				margin: 10px 0;
				a{
					text-decoration: none;
					padding: 5px;
				}
				a.active{
					font-weight: bold;
				}
			}
		}

		.pagecount{
			line-height: 39px;
			text-align: right;
			font-size: .85em;
		}
	}

	&.cart{
		ul.cartItems{
			list-style: none;
			padding: 0;
			li{
				padding: 10px 15px;
				line-height: 2.22223em;

				&:hover{
					background: #eee;
				}

				.btn{
					float: right;
				}
			}
			li+li{
				border-top: 1px dotted @iron;
			}
		}
	}
}

