.sample, .active_sample
{
	float: left;
	width: 98px;
	height: 76px;
	margin: 0 0 3px 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.rep_sample, .active_rep_sample
{
	float: left;
	width: 194px;
	height: 151px;
	margin: 0 0 3px 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.active_rep_sample .pad
{
	background: url(../../pictures/pad-active.png) no-repeat;
}

span.padtitle
{
	position: absolute;
	color: white;
	bottom: 5px;
	margin: 0;
	padding: 0;
	width: 88px;
	left: 5px;
	text-align:center;
	background: rgba(0,0,0,0.3);
	display: block;
}

.rep_sample span.padtitle, .active_rep_sample span.padtitle
{
	bottom: 9px;
	left: 9px;
	width: 176px;
	padding: 2px 0;
}

#sidebar
{
	float: right;
	width: 202px;
}
#content
{
	float: left;
	clear: both;
	width: 580px;
	position: relative;
	background: #bfb9b6 url(../images/ceramic_tile_blurry.jpg) fixed;
}
.sample .smallpad
{
	padding: 5px;
	background: url(../../pictures/smallpad.png) no-repeat;
	width: 88px;
	height: 66px;
}


.active_sample .smallpad
{
	padding: 5px;
	background: url(../../pictures/smallpad-active.png) no-repeat;
	width: 88px;
	height: 66px;
}
.imagestack
{
	position: relative;
	margin: 0 auto;
}

.imagestack > div
{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.imagestack div img
{
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
}

.imagestack div img.frame
{
	background: transparent;
}

/*
div.data
{
	background-color: #f3efd1;
	background-color: #f0f0f0;
	margin: 0 0 10px;
	background: url(../images/top.png) no-repeat 0 25px;
	width: 588px;
	position: absolute;
}

.data h2
{
	float: left;
	margin: 0 0 0 30px;
	background: url(../images/left.png) no-repeat left top;
	padding: 0 0 4px 34px;
	height: 67px;
	overflow: hidden;
}

.data h2 strong
{
	display: inline-block;
	background: url(../images/right.png) no-repeat right top;
	padding: 21px 38px 0 0;
	height: 46px;
}

.data table
{
	clear: left;
	width: 100%;
	background: url(../images/bottom.png) no-repeat bottom;
	padding: 0 20px 20px;
}
*/
div.data
{
	padding: 0;
	margin: 0;
	/*min-height: 600px;*/
}

div.data table
{
	margin: 0;
}

div.data table.tabs
{
	width: 580px;
}

div.data div.card
{
	background: url(../images/card/bottom.png) no-repeat bottom;
	padding: 30px;
	position: relative;
}

div.data table.data
{
	width: 520px;
	background: #fff;
	
}

div.data table.data td
{
	border-top: 1px solid #d3cfb2;
	border-top: 1px solid #ccc;
	vertical-align: top;
	padding: 5px 0 5px 10px;
	line-height: 1.2em;
}

div.data table.data th
{
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	border-top: 1px solid #d3cfb2;
	border-top: 1px solid #ccc;
	
	color: #444;
	width: 30%;
	line-height: 1.2em;
	padding: 5px 0;
}
/*
.indexcards
{
	position: relative;
	height: 600px;
}
*/