/* 








 */





/* UI Slider */

.ui-slider-handle 
{ 
position: absolute; 
height: 18px; 
width: 15px; 
top: -9px; 
left: 0px; 
background-image: url(../img/slier_arrow.jpg);  
}

.ui-slider-disabled .ui-slider-handle 
{ 
opacity: 0.5; 
filter: alpha(opacity=50); 
}
.ui-slider-1 
{ 
width: 212px; 
height: 22px; 
position: relative; 
background-image: url(../img/slider.jpg); 
background-repeat: no-repeat; 
background-position: center center; 
}
.ui-slider-2 
{ 
width: 212px; 
height: 23px; 
position: relative; 
background-image: url(img/slider.jpg); 
background-repeat: no-repeat; 
background-position: center center; 
}

/***************/

/* Popup Alerte  */


#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../img/sprite.png) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
input#popup_ok
{
border:1px solid #CC9933;
background:#CC9933;
color:white;
position:relative;

}
#popup_content {
	background: 16px 16px no-repeat url(../img/info.png);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.info 
{
    color: #00529B;
    background-color: #BDE5F8;    
	background-image: url(../img/info.png);
}

#popup_content.success 
{
    color: #4F8A10;
    background-color: #DFF2BF;    
	background-image: url(../img/success.png);
}

#popup_content.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
	background-image: url(../img/warning.png);
}

#popup_content.error 
{
    color: #D8000C;
    background-color: #FFBABA;
	background-image: url(../img/error.png);
}

#popup_content.confirm 
{        
	background-image: url(../img/important.gif);
}

#popup_content.prompt 
{ 
	background-image: url(../img/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/***************//***************/

/* Carousel Fiche de bien  */

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {

}

 

.jcarousel-skin-tango .jcarousel-container-vertical {

  width: 45px;
    height: 305px;
    padding: 28px 25px;

}

 

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  99px;
    height: 300px;

}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: px;
}

 

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
 

/**  Buttons */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom:7px;
    left: 24px;
    width: 100px;
    height: 32px;
    cursor: pointer;
    background: url(../img/interface/down_arrow_01.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: -10px;
    left: 24px;
    width: 100px;
    height: 32px;
    cursor: pointer;
       background: url(../img/interface/up_arrow_01.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/***************//***************//***************//***************/

/*****Auto Complete*******/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #CA9B31;
	color: white;
}
