.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(/includes/ajax/themes/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(/includes/ajax/themes/default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(/includes/ajax/themes/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(/includes/ajax/themes/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(/includes/ajax/themes/default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(/includes/ajax/themes/default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(/includes/ajax/themes/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(/includes/ajax/themes/default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(/includes/ajax/themes/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(/includes/ajax/themes/default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(/includes/ajax/themes/default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(/includes/ajax/themes/default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    

.overlay_spread {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.spread_nw {
	background: transparent url(/includes/ajax/themes/spread/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.spread_n {
  background: transparent url(/includes/ajax/themes/spread/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.spread_ne {
  background: transparent url(/includes/ajax/themes/spread/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.spread_w {
  background: transparent url(/includes/ajax/themes/spread/frame-left.gif) repeat-y top left;			
  width:7px;
}

.spread_e {
  background: transparent url(/includes/ajax/themes/spread/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.spread_sw {
  background: transparent url(/includes/ajax/themes/spread/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.spread_s  {
  background: transparent url(/includes/ajax/themes/spread/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.spread_se, .spread_sizer {
  background: transparent url(/includes/ajax/themes/spread/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.spread_sizer {
	cursor:se-resize;	
}

.spread_close {
	width: 23px;
	height: 23px;
	background: transparent url(/includes/ajax/themes/spread/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.spread_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(/includes/ajax/themes/spread/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.spread_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(/includes/ajax/themes/spread/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.spread_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#E47211;
}

.spread_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#A9EA00;
}

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}/*--- Set Sprite Image ---*/
#icon-id0,
#icon-id1,
#icon-id2,
#icon-id3,
#icon-id4,
#icon-id5,
#icon-id6,
#icon-id7,
#icon-id8,
#icon-id9,
#icon-id10,
#icon-id11,
#icon-id12,
#icon-id13,
#icon-id14,
#icon-id15,
#icon-id16,
#icon-id17,
#icon-id18,
#icon-id19,
#icon-id20,
#icon-id21,
#icon-id22,
#icon-id23,
#icon-id24,
#icon-id25,
#icon-id26,
#icon-id27,
#icon-id28,
#icon-id29,
#icon-id30,
#icon-id31,
#icon-id32,
#icon-id33,
#icon-id34,
#icon-id35,
#icon-id36,
#icon-id37,
#icon-id38,
#icon-id39,
#icon-id40,
#icon-id41,
#icon-id42,
#icon-id43,
#icon-id44,
#icon-id45,
#icon-id46,
#icon-id47,
#icon-id48,
#icon-id49,
#icon-id50,
#icon-id51,
#icon-id52,
#icon-id53,
#icon-star1,
#icon-star2,
#icon-star3,
#icon-star4,
#icon-star5,
#icon-plus-orange,
#icon-moins-orange,
#icon-user-chat,
#icon-user-down,
#icon-page
{
	background-image : url("/images/icons/icon-sprite.png") ;
}

/*--- filename : iconv_testimonials.gif ---*/
#icon-id0 {
	width : 37px ;
	height : 30px ;
	background-position : -90px top ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-chat.gif ---*/
#icon-id1 {
	width : 16px ;
	height : 16px ;
	background-position : -511px top ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_earth.gif ---*/
#icon-id2 {
	width : 34px ;
	height : 29px ;
	background-position : left top ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_review.gif ---*/
#icon-id3 {
	width : 41px ;
	height : 30px ;
	background-position : -40px top ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-chat2.gif ---*/
#icon-id4 {
	width : 16px ;
	height : 16px ;
	background-position : -491px top ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_radio.gif ---*/
#icon-id5 {
	width : 37px ;
	height : 29px ;
	background-position : -130px top ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-addfav.gif ---*/
#icon-id6 {
	width : 14px ;
	height : 14px ;
	background-position : -450px top ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_bag.gif ---*/
#icon-id7 {
	width : 40px ;
	height : 32px ;
	background-position : -220px top ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-address.gif ---*/
#icon-id8 {
	width : 24px ;
	height : 24px ;
	background-position : -310px top ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_question.gif ---*/
#icon-id9 {
	width : 38px ;
	height : 29px ;
	background-position : -171px top ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-basket.gif ---*/
#icon-id10 {
	width : 14px ;
	height : 14px ;
	background-position : -390px -1px ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_key.gif ---*/
#icon-id11 {
	width : 31px ;
	height : 29px ;
	background-position : -269px -1px ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-question.gif ---*/
#icon-id12 {
	width : 14px ;
	height : 14px ;
	background-position : -410px -1px ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-tellafriend.gif ---*/
#icon-id13 {
	width : 14px ;
	height : 14px ;
	background-position : -430px -1px ;
	background-repeat : no-repeat ;
}

/*--- filename : approve-plus.gif ---*/
#icon-id14 {
	width : 24px ;
	height : 24px ;
	background-position : -340px -1px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-checktotal.gif ---*/
#icon-id15 {
	width : 16px ;
	height : 16px ;
	background-position : -471px -1px ;
	background-repeat : no-repeat ;
}

/*--- filename : shopping-bag-green.gif ---*/
#icon-id16 {
	width : 14px ;
	height : 14px ;
	background-position : -370px -1px ;
	background-repeat : no-repeat ;

}

/*--- filename : icon-cart.gif ---*/
#icon-id17 {
	width : 16px ;
	height : 16px ;
	background-position : -370px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : small-printer.gif ---*/
#icon-id18 {
	width : 16px ;
	height : 16px ;
	background-position : -410px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : search_p.gif ---*/
#icon-id19 {
	width : 16px ;
	height : 16px ;
	background-position : -430px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-euro.gif ---*/
#icon-id20 {
	width : 16px ;
	height : 16px ;
	background-position : -450px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : approve-neutral.gif ---*/
#icon-id21 {
	width : 24px ;
	height : 24px ;
	background-position : -310px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-addcontact.gif ---*/
#icon-id22 {
	width : 16px ;
	height : 16px ;
	background-position : -490px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-report.gif ---*/
#icon-id23 {
	width : 16px ;
	height : 16px ;
	background-position : -470px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-contact.gif ---*/
#icon-id24 {
	width : 16px ;
	height : 16px ;
	background-position : -390px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : approve-minus.gif ---*/
#icon-id25 {
	width : 24px ;
	height : 24px ;
	background-position : -341px -31px ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_boxgift.gif ---*/
#icon-id26 {
	width : 30px ;
	height : 32px ;
	background-position : -210px -37px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-adduser.gif ---*/
#icon-id27 {
	width : 32px ;
	height : 32px ;
	background-position : -250px -40px ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_piece.gif ---*/
#icon-id28 {
	width : 27px ;
	height : 27px ;
	background-position : -180px -40px ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_manufacturer.gif ---*/
#icon-id29 {
	width : 31px ;
	height : 28px ;
	background-position : -79px -40px ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_watsnew.gif ---*/
#icon-id30 {
	width : 34px ;
	height : 28px ;
	background-position : -40px -40px ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_clock.gif ---*/
#icon-id31 {
	width : 26px ;
	height : 27px ;
	background-position : -150px -40px ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_stars.gif ---*/
#icon-id32 {
	width : 37px ;
	height : 28px ;
	background-position : left -40px ;
	background-repeat : no-repeat ;
}

/*--- filename : iconv_mail.gif ---*/
#icon-id33 {
	width : 34px ;
	height : 29px ;
	background-position : -112px -40px ;
	background-repeat : no-repeat ;
}

/*--- filename : trash.gif ---*/
#icon-id34 {
	width : 16px ;
	height : 16px ;
	background-position : -391px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-error.gif ---*/
#icon-id35 {
	width : 16px ;
	height : 16px ;
	background-position : -370px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-close.gif ---*/
#icon-id36 {
	width : 16px ;
	height : 16px ;
	background-position : -412px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : small-icon-info.gif ---*/
#icon-id37 {
	width : 16px ;
	height : 16px ;
	background-position : -471px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-approve.gif ---*/
#icon-id38 {
	width : 16px ;
	height : 16px ;
	background-position : -551px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-disapprove.gif ---*/
#icon-id39 {
	width : 16px ;
	height : 16px ;
	background-position : -431px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : trash2.jpg ---*/
#icon-id40 {
	width : 16px ;
	height : 16px ;
	background-position : -571px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon_delete.gif ---*/
#icon-id41 {
	width : 16px ;
	height : 18px ;
	background-position : -491px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : info_blue_small.jpg ---*/
#icon-id42 {
	width : 16px ;
	height : 16px ;
	background-position : -451px -51px ;
	background-repeat : no-repeat ;
}

/*--- filename : info_p.gif ---*/
#icon-id43 {
	width : 16px ;
	height : 16px ;
	background-position : -531px -52px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon_delete_red.gif ---*/
#icon-id44 {
	width : 16px ;
	height : 18px ;
	background-position : -512px -52px ;
	background-repeat : no-repeat ;
}

/*--- filename : approve-yes.gif ---*/
#icon-id45 {
	width : 24px ;
	height : 24px ;
	background-position : -340px -60px ;
	background-repeat : no-repeat ;
}

/*--- filename : approve-no.gif ---*/
#icon-id46 {
	width : 24px ;
	height : 24px ;
	background-position : -310px -60px ;
	background-repeat : no-repeat ;
}

/*--- filename : stock_dispo.gif ---*/
#icon-id47 {
	width : 40px ;
	height : 23px ;
	background-position : -82px -70px ;
	background-repeat : no-repeat ;
}

/*--- filename : stock_warn.gif ---*/
#icon-id48 {
	width : 40px ;
	height : 23px ;
	background-position : -41px -70px ;
	background-repeat : no-repeat ;
}

/*--- filename : stock_rupture.gif ---*/
#icon-id49 {
	width : 40px ;
	height : 24px ;
	background-position : left -70px ;
	background-repeat : no-repeat ;
}

/*--- filename : warehouse_icon.gif ---*/
#icon-id50 {
	width : 29px ;
	height : 26px ;
	background-position : -130px -70px ;
	background-repeat : no-repeat ;
}

/*--- filename : error.gif ---*/
#icon-id51 {
	width : 10px ;
	height : 10px ;
	background-position : -370px -71px ;
	background-repeat : no-repeat ;
}

/*--- filename : warning.gif ---*/
#icon-id52 {
	width : 10px ;
	height : 10px ;
	background-position : -389px -71px ;
	background-repeat : no-repeat ;
}

/*--- filename : indicator.gif ---*/
#icon-id53 {
	width : 9px ;
	height : 9px ;
	background-position : -410px -72px ;
	background-repeat : no-repeat ;
}

/*--- filename : stars_5.gif ---*/
#icon-star5 {
	width : 90px ;
	height : 17px ;
	background-position : -600px top ;
	background-repeat : no-repeat ;
}
/*--- filename : stars_4.gif ---*/
#icon-star4 {
	width : 90px ;
	height : 17px ;
	background-position : -600px -19px ;
	background-repeat : no-repeat ;
}

/*--- filename : stars_3.gif ---*/
#icon-star3 {
	width : 90px ;
	height : 17px ;
	background-position : -600px -38px ;
	background-repeat : no-repeat ;
}

/*--- filename : stars_2.gif ---*/
#icon-star2 {
	width : 90px ;
	height : 17px ;
	background-position : -600px -59px ;
	background-repeat : no-repeat ;
}

/*--- filename : stars_1.gif ---*/
#icon-star1 {
	width : 90px ;
	height : 17px ;
	background-position : -600px -79px ;
	background-repeat : no-repeat ;
}

/*--- filename : plus-orange.gif ---*/
#icon-plus-orange {
	width : 14px ;
	height : 10px ;
	background-position : -430px -71px ;
	background-repeat : no-repeat ;
}

/*--- filename : moins-orange.gif ---*/
#icon-moins-orange {
	width : 14px ;
	height : 10px ;
	background-position : -430px -83px ;
	background-repeat : no-repeat ;
}

/*--- filename : button_small_go.gif ---*/
#icon-button-go{
	width : 12px ;
	height : 10px ;
	background-position : -470px -71px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-user-chat.gif ---*/
#icon-user-chat {
	width : 16px ;
	height : 16px ;
	background-position : -510px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-user-down.gif ---*/
#icon-user-down {
	width : 16px ;
	height : 16px ;
	background-position : -530px -30px ;
	background-repeat : no-repeat ;
}

/*--- filename : icon-page.gif ---*/
#icon-page {
	width : 16px ;
	height : 16px ;
	background-position : -550px -30px ;
	background-repeat : no-repeat ;
}
/*--- Set Sprite Image ---*/
#curve-sprite0,
#curve-sprite1,
#curve-sprite2,
#curve-sprite3,
#curve-sprite4,
.curve-sprite4,
#curve-sprite5,
#curve-sprite6,
#curve-sprite7,
#curve-sprite8{
	background-image : url("/images/icons/curve-sprite.png") ;
}

/*--- filename : middle_on_left.gif ---*/
#curve-sprite0 {
	width : 14px ;
	height : 34px ;
	background-position : -90px top ;
	background-repeat : no-repeat ;
}

/*--- filename : left_on.gif ---*/
#curve-sprite1 {
	width : 14px ;
	height : 34px ;
	background-position : -18px top ;
	background-repeat : no-repeat ;
}

/*--- filename : right_off.gif ---*/
#curve-sprite2 {
	width : 14px ;
	height : 34px ;
	background-position : -36px top ;
	background-repeat : no-repeat ;
}

/*--- filename : right_on.gif ---*/
#curve-sprite3 {
	width : 14px ;
	height : 34px ;
	background-position : -53px top ;
	background-repeat : no-repeat ;
}

/*--- filename : middle_off.gif ---*/
#curve-sprite4, td.curve-sprite4 {
	width : 14px ;
	height : 34px ;
	background-position : -70px top ;
	background-repeat : no-repeat ;
}

/*--- filename : left_off.gif ---*/
#curve-sprite5 {
	width : 14px ;
	height : 34px ;
	background-position : left top ;
	background-repeat : no-repeat ;
}

/*--- filename : middle_on_right.gif ---*/
#curve-sprite6 {
	width : 14px ;
	height : 34px ;
	background-position : -110px top ;
	background-repeat : no-repeat ;
}

/*--- filename : menu0_on.gif ---*/
#curve-sprite7 {
	width : 1px ;
	height : 34px ;
	background-position : -129px top ;
	background-repeat : repeat-x ;
}

/*--- filename : menu0_off.gif ---*/
#curve-sprite8 {
	width : 1px ;
	height : 34px ;
	background-position : -134px top ;
	background-repeat : repeat-x ;
}


