/* - - - - - - - - - - - - - - - - - - - - -
LIGHTBOX
- - - - - - - - - - - - - - - - - - - - - */
form {margin:0;padding:0}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	margin:-220px 0 0px -300px;
	background-color:#fff;
	text-align:left;
}
#lightbox{height:464px;}

#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background:#684322 url(../images/common/bullets/loading.gif) no-repeat center center;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox .done #lbLoadMessage{
	display:none;
	overflow:hidden;
}
#lightbox .done #lbContent{
	display:none;
	overflow:hidden;
}
#lightbox .loading #lbContent{
	display:none;
	overflow:hidden;
}
#lightbox .loading #lbLoadMessage{
	display:none;
	overflow:hidden;
}

#lightbox .done img{
	width:100%;
	height:100%;
}
#definition{
	padding:2px;
}
div.headFicha {
	height:20px;
	width:100%;
	clear:both;
	background:#fff !important;
}
div.marca {
	padding:4px;
	float:left;
	color:#fff;
	width:88%;
	background-color:#4F3325;
}
div.cerrar {
	float:right;
	background-color:#8D8E8D;
	padding:4px 0 4px 3px;
	width:10%;
	text-align:center;
}
div.cerrar a {
	color:#fff;
}
div.cerrar a:hover {
	color:#001F20;
}
div.contentFicha {
	width:100%;
	height:430px;
	padding:1px 0 0 0;
	clear:both;
}
div.detailFicha
{
	float:left;
	width:240px;
	height:380px;
	padding:50px 0 0 40px;
}
div.detailFicha div.logo
{
	width:200px;	
	padding:10px 0 0 0px;
	height:148px;
}
.url{font-size:11px !important;}

div.description {
	width:254px;
	height:130px;
	color:#ffffff !important;
	text-align:left;
	padding:20px 5px 10px 25px;
	margin:70px 0 0 -40px;
	background-color:#4F3325;
}
div.description dl {margin:0px !important;padding:0 !important;height:22px;width:100%;clear:both}
div.description dd {width:60px;margin:0 !important;padding:0 !important;float:left;text-transform:capitalize}
div.description dt {margin:0px 0 0 0 !important;padding:0 !important;float:left;}
div.description dt a{font-size:9px;color:#fff;}
div.description dt a:hover{color:#fff;text-decoration:underline;}
div.imgFicha {
	float:right;
	width:310px;
	display:block;
	height:438px;
	position:relative;
	text-align:center;
}
.wraptocenter {
    width: 310px;
    height: 412px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.thumb {
	background-color:#fff;
	border:2px solid transparent;
	width:54px;
	height:54px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	min-height:50px !important;
}

.current {border:3px solid #BD7B53 !important;}
div.thumb  * { vertical-align: middle;}

div.wrap-thumb{margin-right:3px;float:left;margin-bottom:10px;}
/* technique */
.wraptocenter img.photo{
text-align:center; /* horizontal in all browsers */
display:table-cell;
vertical-align:middle; /* ~= valign=center in CSS2 browsers */}
div.footerFicha
{
	height:40px;
	padding-top:10px !important;
	width:100%;
	text-align:center;
	background:#4F3325 !important;
	color:#fff;
	padding:0;
	position:absolute;
	bottom:0;
	right:0;
}
div.footerFicha a.prev, div.footerFicha a.next
{
	height:24px;
	margin:0;
	line-height:24px;
	vertical-align:middle;	
	display:inline-block;
	padding-top:8px;
}

div.footerFicha span.disabled img
{
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);	
}
div.footerFicha span.disabled
{
	height:24px;
	margin:0;
	line-height:24px;
	vertical-align:middle;	
	display:inline-block;
	padding-top:8px;
}
div.footerFicha div.counter{margin:0 30px;display:inline;text-align:center;}
div.imgFicha {
	display:block;
}