/*=ESM TEMPLATES STYLES*/

/*=LIST*/
.tx-esmtemplates-list {
	font-size: 12px;
	overflow: hidden;
}

.tx-esmtemplates-list-item {
	float: left;
	overflow: hidden;
  width: 200px;
/*	height: 290px;*/
	height: 200px;
	padding: 15px 22px;
	text-align: center;
}

.tx-esmtemplates-list-image {
	height: 170px;
}


.tx-esmtemplates-list-image img {
	border: 3px solid #ebebeb;
}


.tx-esmtemplates-list-name {
  padding-top: 3px;
}


.tx-esmtemplates-list-desc {
  font-size: 11px;
	text-align: left;
	padding: 5px;
}

/*=DETAILS*/
#tx-esmtemplates-images {
  float: left;
	width: 390px;
}

#tx-esmtemplates-images img {
	border: 3px solid #ebebeb;
}

#tx-esmtemplates-image {
  float: left;
	width: 275px;
}

#tx-esmtemplates-thumbs {
	margin-left: 290px;
}


#tx-esmtemplates-details {
	margin-left: 400px;
}

#tx-esmtemplates-details h3 {
  font-size: 14px;
}

#tx-esmtemplates-details p {
  margin: 0 0 10px 0;
}

#tx-esmtemplates-btnback {
  padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e4e3e3;
	clear: both;
}

.tx-esmtemplates-btnback {
  text-align: center;
	padding: 10px;
	clear: both;
}

