.bordesgengris {
	border: 1px solid #999999;
}

img {
	border:0px;
}

div.conteneurpopup{
	width: 100%;
}
		
#visuDiv, #backDiv {
	color: #666666;
	font-size: 11px;
	text-align:center;
}
		
div.boxpicto{
	float: left;
	text-align: center;
	width: auto;
	margin-left: 5px;
	color: #666666;
	font-size: 11px;
	font-weight:100;
	text-align: center;
}
		
.contourvert{
	background-color: white;
	border-top: 4px solid #FECD32;
	border-bottom: 4px solid #FECD32;
	border-right: 4px solid #FECD32;
	border-left: 4px solid #FECD32;
	padding: 0px;
	
}
		

div.txtchamp{
	position:absolute;
	top:533px;
    left:10px;		
	width: 100%;
	color: #666666;
	font-size: 11px;
	font-weight:100;
	text-align: center; 
	margin: 0px;
}
#divtexte2{
	position:absolute;
	top:575px;
    left:10px;		
	width: 100%;
	color: #666666;
	font-size: 11px;
	font-weight:100;
	text-align: center; 
	margin: 0px;
	display:none;
}
#divtexte1{
	position:absolute;
	top:550px;
    left:10px;		
	width: 100%;
	color: #666666;
	font-size: 11px;
	font-weight:100;
	text-align: center; 
	margin: 0px;
	display:none;
}

#master {
	position: relative;
	top: 0px;
	left: 0px;
	
}
#Marker_tl,
#Marker_tr,
#Marker_bl,
#Marker_br
{
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 8px;
	height: 8px;
	font-size: 0px;
	/* obliga a mozilla a agafar el padding al borde de l'alçada */
	
	z-index:3;
	cursor:se-resize;
}

#oCrop {
	position: absolute;
	border: 1px solid red;
	opacity: 1;
	width: 300px;
	height: 200px;
	font-size: 0px;
	/* obliga a mozilla a agafar el padding al borde de l'alçada */
	
	cursor:move;
	background: url(/img/null.gif) no-repeat;
}
#cargando {
	position: absolute;
	background: url(/img/cargando.gif) no-repeat;
	opacity: 1;
	left: 400px;
	top: 400px;
	width: 30px;
	height: 30px;
	font-size: 0px;
	/* obliga a mozilla a agafar el padding al borde de l'alçada */

	cursor:move;
}


#userimg {
	opacity: 1;
}

		
.hidden{
	display:none;
}
		
.visible{
	display:block;
}

.drag_texte{
	position:absolute;
	z-index: 100;
}




.cuadros_tl{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.cuadros_tlb{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.cuadros_tlr{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	
}
.cuadros_total{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*nuevo dropdown*/
.dd {
	display:inline-block !important;
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.dd .ddTitle {
	background:#ffffff;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
	width:200px;
}
.dd .ddTitle span.arrow {
	background:url(http://images.fotoprix.palo/fro/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0;}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	z-index:2;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;	
}
.dd .ddChild a:hover {
	background:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#66CCFF;
	
}
.hidden {display:none;}
/*nuevo dropdown*/
/*nuevo picker color*/
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(http://images.fotoprix.palo/fro/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
 background: url(http://images.fotoprix.palo/fro/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(http://images.fotoprix.palo/fro/marker.png) no-repeat;
}
.colorwell {
 border: 2px solid #fff;
 width: 6em;
 text-align: center;
 cursor: pointer;
}
body .colorwell-selected {
 border: 2px solid #000;
 font-weight: bold;
}

.breakout-box{
	position:relative;
	margin:0 0px 0.85em 0.85em;
	float:right;
	clear:right;
}
/*nuevo picker color*/

.fotoreg_slide {
	background-color: #fff;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	padding-top:3px;
	padding-bottom:3px;
	height: 15px;
}
.fotoreg_slide:hover {
	font-weight: bold;
	color: #000;
	display: block;
	background-color: #E6E6E6;

}

.fotoreg_select {
	background-color: #fff;
	COLOR: #000000;
	TEXT-DECORATION: none;
	vertical-align: middle;
	display: block;
	padding-top:2px;
	padding-bottom:2px;
}
.fotoreg_select:hover {
	color: #000;
	display: block;
	background-color: #E6E6E6;

}