.img-shadow {
  float:left;
  background: url(../../memberarea/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../../memberarea/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
  

#memTemplateDiv {
	width: 774px;
}

#tagfilter-header {
	background: #6B6B6B url(../../memberarea/images/tag_filter_top_long.gif) no-repeat left top;;
	color: white;
	padding: 6px;
	font-weight: bold;
	float: left;
	width: 762px;
}

#tagfilter-header #heading {
	background: transparent url(../../memberarea/images/icon_tags.gif) no-repeat 0 3px;
	padding: 3px;
	padding-left: 20px;
	float: left;
	font-size: 14px;	
}

#tagfilter-header #loading {
	float: left;	
}

#tagfilter-header select {
	float: right;
}

#tagfilter-body {
	background: #A0A0A0 url(../../memberarea/images/template_tags_bg.gif) repeat;
	border: 1px solid #555;
	padding: 4px;
	color: white;
	clear: both;
}

#tagsForm {
	padding: 0; 
	margin: 0;
}

#template-thumbs-bottom {
	background: #fff url(../../memberarea/images/template_chooser_bottom_long.gif) no-repeat left bottom;
	width: 774px;
	height: 16px;
	clear: both;
	margin-bottom: 10px;
}

.tag {
	white-space: nowrap;
	padding-right: 10px;
}

.template-thumbs {
	float: left;
	background: #EFEFEF;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	width: 772px;
}

.template-thumb {
	background: #efefef url(../../memberarea/images/template_label.gif) no-repeat 8px bottom;
	margin: 5px;
	float: left; 
	width: 175px; 
	padding: 3px;
	color: white;
  	xheight:220px;
}

.template-thumb img {
	width: 155px;
	height: 161px;
	cursor: pointer;
}

.template-selected {
	background: #efefef url(../../../memberarea/images/template_label_selected.gif) no-repeat 8px bottom;
}

.template-saved {
	background: #efefef url(../../memberarea/images/template_label_saved.gif) no-repeat 8px bottom;
}

.template-selected .img-shadow img {
	border: 1px solid green;
}

.template-saved .img-shadow img {
	border: 1px solid yellow;
}

.template-pagination {
	width: 100%;
	background: transparent;
	margin: 0;
	font-size: 11px;
	display: block;
	clear: both;
	padding-top: 20px;
}

.template-pagination .current-page {
	font-weight: bold;
	background: #aaa;
	border: 1px solid #777;
	color: white;
	padding: 1px 5px 1px 5px;
	position: relative;
}

.template-pagination a {
	border: 1px solid #aaa;
	color: #555;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	position: relative;
	background: #fff;
}

.template-pagination a:hover {
	background: #ffffce;
}

.yui-dt-firstpage, .yui-dt-prevpage, .yui-dt-lastpage, .yui-dt-nextpage  {
	border: 1px solid #bbb;
	color: #bbb;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	position: relative;
	background: #fff;
}

.template-info {
	clear: both;
	font-size: 11px;
	color: #fff;
	padding: 0 6px 4px 10px;
	text-align: center;
}

	.template-info a:link, .template-info a:visited {
		color: #efefef;
	}
	
.indent {
	padding-left: 20px;
}

ul.template-thumbs {
	list-style-type:none; margin:0;padding:0;
}