﻿div#feature_list h3 {
	margin: 0;    
	padding: 7px 0 0 0;
	font-size: 1.1em;
	height: 37px;
	overflow: hidden;
	/*text-transform: uppercase;*/
}

div#feature_list {
	width: 657px;
	height: 419px;
	overflow: hidden;
	position: relative;
	border: 1px solid #dcdcdc;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;    
	padding: 0;
	margin: 0;
}
div#feature_list ul.output {
	background: #ffffff;
	border: 10px solid #eeeeee;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 261px;
}

ul#tabs li {
	background: url(../images/feature_list_border.jpg) no-repeat left bottom;	
}

ul#tabs li .ThumbIMG {	
	float: left;
	margin: 6px 10px 0 3px;
	background: #ffffff;
	width: 45px;
    height: 45px;
	border: 1px solid #dcdcdc;
	padding: 1px;	
	background: #ffffff;
}

ul#tabs li .ThumbIMG table td {	
	width: 45px;
	height: 45px;
	text-align: center;
}

ul#tabs li .ThumbIMG table td div {	
	width: 45px;
}

ul#tabs li img {
	max-height: 45px;
	max-width: 45px;
	width: auto;
	height: auto;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;    
	display: block;
	padding: 5px 20px 5px 5px;	
	height: 60px;
	
	cursor: pointer;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background:  url(../images/ThumbBG.png) no-repeat;
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 393px;
	height: 399px;
	position: relative;
	border-left: 1px solid #eeeeee;
}

ul#output li {
	position: relative;
	width: 393px;
	margin-bottom: 20px;
}

ul#output li table td {	
	width: 393px;
	height: 399px;
	text-align: center;
	position: relative;
}
ul#output li table td div {	
	width: 393px;
}
ul#output li img.ImageResize {
	max-width: 393px;
	max-height: 399px;
	width: auto;
	height: auto;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 2px 8px;
	text-decoration: none;
	font-size: 0.8em;
	color: #FFF;
	background: #e11d81;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul#output li a:hover {
	background: #000000;
}​

