.thumbwrap {
	border: 0px solid #FFFFFF;
	padding: 15px 2px 0 2px;
	background-color: #FFFFFF;
	margin: 0;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 0 2px 15px 2px;
	border: 0px solid #FFFFFF;
	padding: 0;
}
/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti problemi a text resize (risolubili con refresh) */
.thumbwrap li>div {
	/*\*/ display: table; /**/
	width: 170px;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: pointer;
}
/*\*/
.thumbwrap>li .wrimg {
	display: table-cell;
	vertical-align: top;
	text-align:center;
	width: 170px;
	height: 175px;
}
/**/
.thumbwrap li .wrimg {
	background-image: url(images/lj/spacer.gif);
}
.thumbwrap img {
	border: solid 0px #FFFFFF;
	text-align:center;
	vertical-align: top;
}
.thumbwrap a:hover {
	background-color: #FFFFFF;
}
/*\*//*/
* html .thumbwrap li .wrimg {
	display: block;
	font-size: 1px;
}
* html .thumbwrap .wrimg span {
	display: inline-block;
	vertical-align: top;
	height: 175px;
	width: 1px;
}
/**/
.thumbwrap .caption {
	display: block;
	width:150px;
	padding: .3em 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.1;
	text-align:center;
	color:#84614a;
	border-top: 0px solid #FFFFFF;
	w\idth: 189px;  /* Moz, IE6 */
}
/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
	html:first-child .thumbwrap a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .thumbwrap {
		border-collapse: collapse;
		display: inline-block; /* non deve avere margin */
	}
}
.colorBoxHolder { 
	text-align:center; 
	}

.colorBox { 
	display:inline-block; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #533519; 
	margin: 1px; 
	cursor:default; 
	} 

.colorBoxSelected { 
	border: 2px solid #533519; 
	margin: 0px 1px; 
	} 
/*	
li.colorBox { margin-right:2px; margin-left:2px; margin-top:2px; margin-bottom:2px; display:block; float:left; width:20px; height:20px; cursor:pointer; border:1px solid #000; } 

li.colorBoxOn { border:2px solid #000; margin-right:1px; margin-left:1px; margin-top:1px; margin-bottom:1px; } 
*/
 
<!--[if lt IE 8]><style>
.thumbwrap li {
	width: 170px;
	w\idth: 199px;
	display: inline;
}
.thumbwrap {
	_height: 0;
	zoom: 1;
	display: inline;
}
.thumbwrap li .wrimg {
	display: block;
	/* evita hasLayout per background position */
	width: auto;
	height: auto;
}
.thumbwrap .wrimg span {
	vertical-align: middle;
	height: 199px;
	zoom: 1;
}
</style><![endif]-->
