﻿#thumbnails div.blah {
	float:left;
	
	vertical-align:text-top;
	margin:0 5px 5px 0;
	padding:0;
	
}

#thumbnails div.blah table {
	/*border:2px solid #CCCCCC;*/
	width:104px;min-width:104px;max-width:104px;
	height:104px;min-height:104px;max-height:104px;
	border-collapse:collapse;
}

#thumbnails td.thumbpicturecell {
	vertical-align:middle;
	width:100px;
	text-align:center;    
    
	border:1px solid #c0c0c0;
	vertical-align:middle;
	height:104px;
/*	min-height:104px;
	max-height:104px;*/
	/*width:104px;*/
	/*min-width:104px;
	max-width:104px;*/
	margin:0;
	padding:0;
	
}

#thumbnails td.thumbpicturecell a {
	vertical-align:middle;
}

#thumbnails td.thumbpicturecell a img {
	margin-left:auto;
	margin-right:auto;
	display:block;
	visibility:visible;
}

#thumbnails td.thumbproductcodecell {
	border:0;
	padding-top:0.2em;
	padding-bottom:0.2em;
	background-color:#CCCCCC;
	color:#545454;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;	
}

#thumbnails td.thumbproductdesccell {
	border:0;
	padding-top:0.2em;
	padding-bottom:0.2em;	
	background-color:#CCCCCC;
	color:#545454;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;	
}


.newThumbTable {
    position:absolute;
    left: 20px;
    top: 20px;
    width:102px;
    border-collapse:collapse;
}

.newThumbTable td {
    width:100px;min-width:100px;max-width:100px;
    border:1px solid #c0c0c0;    
    text-align:center;
}

.newThumbTableTop {    
    height:100px;min-height:100px;max-height:100px;
    background-color:#ffffff;
    vertical-align:middle;    
}

td.newThumbTableBottom {
    width:100px;min-width:100px;max-width:100px;
    vertical-align:top;
    text-align:center;
}

.newThumbTableDesc {
    height:6em;
}


.newThumbTableBottom {
    font-family:Verdana,arial,helv,helvetica;        
    font-size:7pt;
    color:#666666;
    padding:5px 1px 5px 1px;
    background-image:url(../images/thumbbg2.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    background-color:#efefef;
    border:1px solid #c0c0c0;
}

