.grid-table,
.grid-table-body {
	border:0 !important;
}

.grid-table-row {
	background-color:#fff !important;
	border:0 !important;
}

.grid-table-data {
	font-weight:normal;
	vertical-align:top;
	border:0 !important;
	padding:4px;
	width:220px;
}

.grid-item-container {
	position:relative;
	overflow:hidden;
	display:block;
	height:310px;
	width:100%;
	background-color: #000;
	vertical-align:top;
	margin-bottom:20px;
}

.grid-item-image {
	height:210px;
	width:220px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 100%;
	cursor:pointer;
	background-color:#000;
}

.grid-item-details {
	width:100%;
	overflow:hidden;
	position:relative;
}

.grid-item-details-title {
	height:30px;
}

.grid-item-details-container {
	position:absolute;
	top:210px;
	right:0;
	left:0;
	bottom:0;
	padding:5px;
	background-color: #eee;
}

.grid-item-details-top {
	height:30px;
	padding-bottom:10px;
}

.grid-item-details-top-left {
	float:left;
	width:60%;
}

.grid-item-details-top-right {
	float:right;
}

.grid-item-details-btm {
	padding-bottom:0;
}

.grid-item-details-btm-left {
	float:left;
	width:50%;
	font-size:0.8em;
}

.grid-item-details-btm-right {
	float:right;
	font-size:0.8em
}

