

.subcategory_list_view {
  width: 650px;
  overflow-x: hidden;
}


body#cms_category_body #cms_category_wrapper .subcategory_list_view h1 {
  background-color: transparent !important;
  position: relative;
  z-index: 50 !important;
  top: 0px;
}


.subcategory_list_view hr {

	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul#subcategory_thumbnail_list {
	list-style: none;
	width: 650px !important;
	margin-left: -40px;
	display: block;
	
}

ul#subcategory_thumbnail_list li {
	display: block;
	float: left;
	width: 265px;
	height: 250px;
	list-style: none;
	margin-bottom: 15px;
	margin-right: 35px;
	margin-left: 0px;
	padding-right: 25px;
	padding-left: 0px;

}

ul#subcategory_thumbnail_list li h2 {
  font-size: 1.5em;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  line-height: 1em;
  margin-left: 0px;
}

ul#subcategory_thumbnail_list li h3 {
  font-size: 1.5em;
  color: #999999 !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  line-height: 1em;
  margin-left: 0px;
}

ul#subcategory_thumbnail_list li h4 {
  font-size: 1.5em;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  line-height: 1em;
  margin-left: 0px;
}

ul#subcategory_thumbnail_list li .thumb_wrapper {
  width: 290px;
  height: 200px;
  margin-top: 20px;
}

ul#subcategory_thumbnail_list li .thumb_wrapper .thumb_image {
  width: 290px;
  height: 200px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 10;
  
}

ul#subcategory_thumbnail_list li .thumb_wrapper .thumb_image img {
  width: 290px;
}

ul#subcategory_thumbnail_list li .thumb_wrapper .thumb_text {
  width: 290px;
  height: 200px;
  display: block;
  float: left;
  margin-top: -200px;
  position: relative;
  z-index: 0;
  background-image: url(/client_files/londonplay.them.co.uk/images/greyrollover.png);
}

ul#subcategory_thumbnail_list li .thumb_wrapper .thumb_text p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	color: #FFFFFF !important;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul#subcategory_thumbnail_list li .thumb_wrapper:hover .thumb_text {
  z-index: 20;
}




