﻿@CHARSET "UTF-8";
	
*{
	box-sizing: border-box;
}
img{
	*max-width:100%!important;
	*max-height:100%!important;
}
.show-more{text-align:center; margin:10px 0;}
.show-more a{display:inline-block; color:#555; font-size:13px; text-shadow:0 1px 1px #fff; box-shadow:0 1px 1px 0 rgba(0,0,0,0.2) inset; padding:8px 50px; background:#DDD; text-decoration:none;}


.doubleli{
	height: 240px;
	width: 48%;
	float: left;
	padding: 1%;
	text-align: center;
	vertical-align: middle;
	*border: 1px solid #999;
	margin: 1%;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.doubleli img{
	max-height: 200px;
}
.doublediv{
	height: 200px;
	width: 100%;
	
}
.doubleli p{
	height: 20px;
}
.singleli{
	width: 98%;
	float: left;
	padding: 2%;
	text-align: center;
	vertical-align: middle;
	margin: 1%;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.singleli img{
	width: 100%;
	min-height:100px;
}

.singlelis p{
	text-align: center;
	position: relative;
	top: -30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.36);
	line-height: 30px;
	color: #fff;
}	
.linediv{
	margin:10px 15px 0px;
	border-bottom:1px solid #D3D8DC;
}
	
	
	
	
	