/*

    ////////////////////////////////////////////////////////////
    //
    // L8M
    // 
	//
	// Contains CSS (for screen).
    // 
	// Filesource /public/default/css/screen/list.css
	// Version    $Id: list.css 103 2014-08-26 13:06:27Z sl $
    //
    ////////////////////////////////////////////////////////////

    ////////////////////////////////////////////////////////////
    // general
    ////////////////////////////////////////////////////////////
    
*/

div.list {
	vertical-align: top;
}

div.list a i.fa-link {
	display: none;
}

div.list article {
	display: inline-block;
	width: 30%;
	margin: 0px 2% 10px 0px;
	box-shadow: 0px 0px 0px 1px #CFCFCF;
	padding: 10px 1%;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
}

div.list article:nth-child(3n + 3) {
	margin: 0px 0px 10px 0px;
}

div.list article.small {
	width: 18%;
	margin: 0px 2% 10px 0px;
	font-size: 85%;
}

div.list article.small:nth-child(5n + 5) {
	margin: 0px 0px 10px 0px;
}

article.product span.label,
div.list article span.label {
	display: block;
	background-color: #6f7c24;
	position: absolute;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
	line-height: 100%;
	padding: 7px 9px;
	text-transform: uppercase;
}

div.list article span.image {
	height: 230px;
	overflow: hidden;
	display: block;
	text-align: center;
	vertical-align: middle;
}

div.list article span.image img {
	max-width: none;
}

div.list article h3 {
	height: 40px;
	overflow: hidden;
}

div.list article span.subtitle {
	height: 60px;
	display: block;
	overflow: hidden;
}

div.list article span.price {
	display: block;
	color: #6f7c24;
	font-size: 165%;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 10px;
}

div.list article a.button {
	display: inline-block;
	margin-right: 5px;
}

/*
    ////////////////////////////////////////////////////////////
    // LIST VIEW
    ////////////////////////////////////////////////////////////
*/

