* {padding: 0; margin: 0;}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 13px;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url("../img/macFFBgHack.png") repeat;}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/* background: #ffffff; */
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #666;
	text-align:left;
	top:50%;
	left:50%;
	color: #999;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow {

}

#TB_closeWindowButton {
	display: block;
	overflow: hidden;
	/* border: 1px solid red; */
	width: 22px;
	height: 16px;
	text-indent: -5000px;
	background: url('../img/btn_close.gif') no-repeat;
	position: absolute;
	top: -18px;
	left: -1px;
}

#TB_closeWindowButton:hover {
	background-position: 0 -16px;
}

#TB_closeAjaxWindow a:active {
	background-position: 0 -16px;
	top: -17px;
}


#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	
	display: none;
}

#TB_title{
	/* background-color:#e8e8e8;
	height:27px;
	display: none; */
}

#TB_ajaxContent{
	clear:both;
	/* padding:2px 15px 15px 15px; */
	/* overflow:auto; */
	text-align:left;
	/* line-height:1.4em;	 */
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p {
	/* padding:5px 0px 5px 0px; */
}

#TB_load{
	position: fixed;
	display:none;
	height:11px;
	width:43px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -22px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#TB_window {
	vertical-align: middle;
}

#TB_window .imgnav {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100px;
}

#TB_window a img {
	border: none;
}

#TB_window div.description {
	/* border: 1px solid red; */
	position: absolute;
	right: -221px;
	bottom: -2px ;
	width: 200px;
}

#TB_window div.description p {
	padding: 0;
	margin: 6px 0 0;
	color: #666;
}

#TB_window div.description p strong {
	color: #999;
}

#TB_window div.description p strong.en {
	display: none;
}

body.en #TB_window div.description p strong {
	display: none;
}

body.en #TB_window div.description p strong.en {
	display: inline;
}

#TB_window div.description ul,
#TB_window div.description ul li {
	padding: 0;
	margin 0;
	list-style-type: none;
}

#TB_window div.description ul {
	margin-top: 10px;
	height: 23px;
	width: 49px;
	overflow: hidden;
	background-image: url("../img/bg_prev_next.gif");
	position: relative;
}

#TB_window div.description ul li.prev a {
	position: absolute;
	left: 0;
	top: 0;
}

#TB_window div.description ul li.next a {
	position: absolute;
	left: 28px;
	top: 0;
}

#TB_window div.description ul li a {
	display: block;
	width: 21px;
	height: 22px;
	text-indent: -5000px;
	background-image: url("../img/btn_prev_next.gif");
}

#TB_window div.description ul li.prev a {
	background-position: 0 0;
}

#TB_window div.description ul li.prev a:hover {
	background-position: 0 -22px;
}

#TB_window div.description ul li.next a {
	background-position: 21px 0;
}

#TB_window div.description ul li.next a:hover {
	background-position: 21px -22px;
}

#TB_window div.description ul li a:active {
	top: 1px;
}

#TB_window span.order {
	display: block;
	width: 200px;
	color: #404040;
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	left: 60px;
}

#TB_window span.order span.en,
body.en #TB_window span.order span.fr,
#TB_window div.description span.en,
body.en #TB_window div.description span.fr {
	display: none;
}

body.en #TB_window span.order span.en,
body.en #TB_window div.description span.en {
	display: inline;
}

#TB_window span.vendu {
	display: block;
	position: absolute;
	top: -1px;
	right: -74px;
	/* border: 1px solid red; */
	width: 53px;
	line-height: 20px;
	text-indent: -5000px;
	/* background-color: red; */
	height: 22px;
	background-repeat: no-repeat;
	background-image: url("../img/icn_vendu.gif");
}

body.en #TB_window span.vendu {
	background-image: url("../img/icn_sold.gif");	
}