

/* IE8 Opacity fix -- DO NOT REMOVE ! */

#aep2_ovrl, #aep_ovrl {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}



.news_box {
	 height:20px;
	 background-color:#FFF;
	 vertical-align: middle;
}

.news_title {
	font-family: Arial;
	font-size: 9pt;
	color:#ffffff;
}


.news_title:HOVER {
	color: black;
}

.news_content{
	font-size: 11pt;
}

.marquee_news_text {
	font-size:8pt
}

#t_db_product_spareparts_hide, #t_db_product_complimentaryproducts_hide { /*asper SIG-1132, hide these two areas in db_editproduct.php because they are not used */
    display:none;
}




/* NAME:basic_elements */


/* ------------------------------- BUTTONS ----------------------------- */

/* small form buttons (Technical, Search, Enlarge, etc) #fa6400
new - NEXT button in assembly form
*/
.fbo {
	background-image:url(/skins/tefen_style/images/btn_s_normal.gif);
	background-color:transparent;
	background-position:center;
	border: 0px;
	color:#ffffff !important;
	cursor:pointer;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	height:20px;
	letter-spacing:0pt;
	margin-bottom:2px;
	text-align:center;
	vertical-align:middle;
	width:50px;
}
.fbo:hover{
/* Small form buttons end */
	 background-image:url(/skins/tefen_style/images/btn_s_hover.gif);
	background-color:transparent;
	border: 0px solid #0033CC;
	color: #ffffff !important;
}
.fbo_s {
	padding: 0px;
	margin: 0px;
	color: white;
	background: #fa6400 ! important;
	width: 51px;
	height: 21px;
	font-family:"Trebuchet MS";
	font-size: 9px;
	border: 0px;
}
.fbo_s:hover{
	color: #ffffff;
}

/* Buttons | "Reset", "X" */
.fbr {
     background-image:url(/skins/tefen_style/images/btn_s_normal.gif);
     background-color:transparent;
     background-position:center;
     border: 0px;
     color:#ffffff !important;
     cursor:pointer;
     font-family:"Arial";
     font-size:11px;
     font-weight:normal;
     height:20px;
     letter-spacing:0.6pt;
     margin-bottom:2px;
     text-align:center;
     vertical-align:middle;
     width:50px;
}
.fbr:hover{
           background-image:url(/skins/tefen_style/images/btn_s_hover.gif);
           background-color:transparent;
           border: 0px solid #0033CC;
           color: #ffffff !important;
}

/* red button - LONG */
.fbrl {
     background-image:url(/skins/tefen_style/images/btn_b_normal.gif);
     background-color:transparent;
     background-position:center;
     border: 0px;
     color:#ffffff !important;
     cursor:pointer;
     font-family:"Arial";
     font-size:11px;
     font-weight:normal;
     height:20px;
     margin-bottom:2px;
     text-align:center;
     vertical-align:middle;
     width:95px;
}

.fbrl:hover{
           background-image:url(/skins/tefen_style/images/btn_b_hover.gif);
           background-color:transparent;
           border: 0px solid #0033CC;
           color: #ffffff !important;
}


.fb {

     background-image:url(/skins/tefen_style/images/btn_s_normal.gif);
     background-color:transparent;
     background-position:center;
     border: 0px;
     color:#ffffff !important;
     cursor:pointer;
     font-family:"Arial";
     font-size:11px;
     font-weight:normal;
     height:20px;
     letter-spacing:0.6pt;
     margin-bottom:2px;
     text-align:center;
     vertical-align:middle;
     width:50px;
}
.fb:hover{

           background-image:url(/skins/tefen_style/images/btn_s_hover.gif);
           background-color:transparent;
           border: 0px solid #0033CC;
           color: #ffffff !important;
}






/* gray login/logout button */
.fbg {
/*     background-image:url(/images/buttona.png);*/
     background-image:url(/images/buttona.gif);
     background-color:#FFFFFF;
     background-position:center;
     border: 0px;
     color:#0033CC !important;
     cursor:pointer;
     font-family:"Arial";
     font-size:12px;
     font-weight:normal;
     height:20px;
     letter-spacing:0.6pt;
     margin-bottom:2px;
     text-align:center;
     vertical-align:middle;
     width:50px;
}
.fbg:hover{
/*           background-image:url(/images/buttonb.png);*/
           background-image:url(/images/buttonb.gif);
           background-color:#FFFFFF;
           border: 0px solid #0033CC;
           color: #FFFFFF !important;
}


/* gray login/logout button */
.fbgl {
    background-image: url(/skins/tefen_style/images/long_normal3.png) ! important;
	background-position: top left ! important;
	background-repeat: no-repeat ! important;
	border: 0px;
	color: white ! important;
	text-decoration: none;
	height: 20px;
    width: 50px;
	font-family:"Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 2px;
	background-color:#EFEFF2;
}
.fbgl:hover{
    background-image: url(/skins/tefen_style/images/long_hover3.png) ! important;
	background-position: top left ! important;
	background-repeat: no-repeat ! important;
	border: 0px ! important;
    color: white ! important;
	background-color:#EFEFF2;
}



/* Buttons | "Technical Info", "+Add To Basket", "Update All" */
.fbl {
     background-image:url(/skins/tefen_style/images/btn_b_normal.gif);
     background-color:transparent;
     background-position:center;
     border: 0px;
     color:#ffffff !important;
     cursor:pointer;
     font-family:"Arial";
     font-size:11px;
     font-weight:normal;
     height:20px;
     margin-bottom:2px;
     text-align:center;
     vertical-align:middle;
     width:95px;
}
.fbl:hover{
           background-image:url(/skins/tefen_style/images/btn_b_hover.gif);
           background-color:transparent;
           border: 0px solid #0033CC;
           color: #ffffff !important;
}

#qnt_lbl{
    margin-left:10px;
    }



b {
	color:#0d0e0c;
}


/* ------------------------------- INPUTS  ----------------------------- */

.fi {
	border:1px solid #376AA6;
	color: #000044;
	font-size: 11px;
	font-weight: normal;
	padding-left: 2px;
	vertical-align:middle;
	margin-bottom:1px;
	/*height:17px;*/
}
.fill {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #6b8ac6;
	width: 232px;
	padding: 0px;
	margin-bottom:1px;
}
.s_fd {
	background-image:url(/images/fd_arrow.gif);
	background-repeat: no-repeat;
	background-position:left top;
	margin-left:-17px;
	padding-left:17px;
	/*border:2px solid red;*/
	border:1px solid white;
}

.fillm {
	color: #000044;
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #6b8ac6;
	width: 232px;
	padding: 0px;
	margin-bottom:1px;
}
.ffil {
	color: #000044;
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #737C8C;
	width: 100px ! important;
	margin-bottom:1px;

}


.select_fi  {
	border:1px solid #376AA6;
	color:#000044;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	margin-bottom:1px;
	vertical-align:middle;
	width:227px;
}

.module_contact .fi {
	padding-left:0;
	width:225px !important;
}


/*----------------------------------------------------------------------LINKS-------------------------------------------------------------*/
.yi {
	border: 1px solid transparent;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
.yi:HOVER {
	background: white;
	border: 1px solid white;
}

.yl {
	color:  #000000 !important;
	font-weight: bold;
	display:inline;
	white-space: nowrap;
}
.yl b {
	color:  #000000 !important;
	white-space: nowrap;
}

.yl:HOVER, .yl b:HOVER{
	color: #000000 ! important;
}

.ylw {
     color:#3399FF;
     font-size:13px;
     font-weight:bold;
}
.ylw:HOVER {
	text-decoration: underline;
}
.ylh {
	font-size: 12px;
	font-family:"Trebuchet MS";
	color: yellow;
	font-weight: bold;
}
.ylh:HOVER {
	text-decoration: underline;
	color: #EEE ! important;
}



.login_btn{
	height:17px;
	margin-left:10px;
}

.logout_btn {
	width:50px;
	height:20px;
}


label
{
	white-space:nowrap;
}



.close_button {
	padding-top:20px;
	padding-right:50px;
}




.blue_grad {
background: url(/skins/tefen_style/images/tablehead_3.gif);
background-repeat:repeat-x;
font-size:10px;
color:white!important;
}

.red_grad {
	background-color:#efebeb;
	background-repeat:repeat-x;
	font-size:10px;
	color:white!important;
}

.gray_grad {
	background-color:#efebeb;
	background-repeat:repeat-x;
	font-size:10px;
	color:white!important;
}

.smbul {
	font-weight:bolder;
	color:#04084f;
	font-size: 9px;
}

.redbul {
	font-size:120%;
	font-weight:bolder;
/*	color:#3f79bd;*/
	color:#004258;
}

.sbbul {
	font-weight:bolder;
	color:#3f79bd;
}



.overview_data_table {
    min-width:443px;
}

* html .overview_data_table {
    width: 443px;
}

#ctrl .fbl, #ctrl .fbrl {
    margin: 5px 62px 10px 5px;
}


.userfield{
	font-family:Arial;
	font-size:9pt;
	color:#000000;
	font-weight: normal;
}

.row_even{background-color:#efebeb;}
.row_odd{background-color:#e3e3e3;}



/* ------------------------NAME:footer----------------------*/


.creditrow{
           background-color:;
           background-repeat:repeat-y;
           white-space: nowrap;
}


.copyright_main{
	color: #1c1c1c;
	font-family:"Arial";
	font-variant:normal;
	font-size:8pt;
	background:none repeat scroll 0 0 ;
}

.copyright_main a{
	color: #1c1c1c;
}

.copyright_sub{
	color:#03C;
	font-family:"Arial";
	font-size:8pt;
}




/* ------------------------NAME:tables----------------------*/


/* compare standards table */
td.cstd_t {
	color: white;
	font-size: 9px;
	font-family:"Trebuchet MS";
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	padding-left: 1px;
	padding-right: 1px;
}

/* products table */
td.btxt {
	color: black;
	font-size: 11px;
	font-family:"Trebuchet MS";
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

td.btx {
	color: black;
	font-size: 11px;
	font-family:"Trebuchet MS";
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.btxh {
	color: white;
	font-size: 11px;
	font-family:"Trebuchet MS";
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	padding-left: 2px;
	padding-right: 2px;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-align: center;
}

table#result_tbl {
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
margin: 1em;
empty-cells: show;
color: #FFFFFF;
}

table#result_tbl a:hover {/* color:red; */}

table#result_tbl th{
border-bottom: 1px solid black;
border-right: 1px solid black;
color: #FFFFFF;
}

table#result_tbl td{
border-bottom: 1px solid #dadada;
border-right: 1px solid black;
text-align: center;
padding-left: 2px;
}


																/* Users list table header*/
.ulhl {
color: white;
}
															    /* Users list table */

table#userlist {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;

	empty-cells: show;
	color: black;
	border-collapse: collapse;
}

table#userlist a:hover {/* color:#393; */}

table#userlist th{
	background-color:#007cc2;
	background-position:0 0;
	background-repeat:repeat-x;
	border-right:1px solid #FFFFFF;
	color:white;
	height:20px !important;
}

table#userlist td{
	border-right: 1px solid black;
	padding-left: 2px;
}

/* Sortable tables */
table.sortable thead {
    background-color:#376aa6;
    color:white;
    font-weight: bold;
    cursor: default;
}


table#techlist,table#techlist_nw {
	margin-bottom:1em;
	empty-cells:show;
	color: black;
}
table#techlist th,table#techlist_nw th{
	background-color:#007cc2;
	background-image: url("/skins/tefen_style/images/tablehead_1.gif");
	background-repeat: repeat-x;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
	height:24px;

	color: black;
	text-align:center;
}
table#techlist td,table#techlist_nw td{
	padding-left: 2px;
	padding-right: 2px;
	font-size:10px;
}
table#techlist_new td{
	white-space:nowrap;
}

table#techlist tfoot td,table#techlist_nw tfoot td{
background-color: #d1d2d4;
background-image: url("/skins/tefen_style/images/tablehead_1.gif");
background-repeat: repeat-x;
padding-left:2px;
padding-right:2px;
font-size:10px;
border-right: 1px solid #e4e6e8;
color: black;
text-align:center;
/*cursor:n-resize;*/
}
table#techlist_noborder, table#techlist_noborder tr,table#techlist_noborder td{
border: 0 ! important;
}
table#techlist_noborder td,table#techlist_noborder td{
padding-left: 2px;
padding-right: 2px;
margin-bottom:8px;
}

table#techlist_noborder b {
    color: ;
     font-weight: bold;
}









.techhead {
	color:#8B0000;
	font-variant:small-caps;
}

/* Products list table */
	table#productlist {
	border-top: 1px solid #e4e6e8;
	border-bottom: 1px solid #e4e6e8;
	border-left: 1px solid #e4e6e8;
	margin-top:1em;
	margin-bottom:1em;
	empty-cells: show;
	color: black;
	border-collapse: collapse;
}

table#productlist a:hover {color:red;}

table#productlist th{
	background-color: #3f79bd;
	background-image: url("/skins/tefen_style/images/tablehead_3.gif");
	background-repeat: repeat-x;
	padding-left:2px;
	padding-right:2px;
	font-size:10px;
	height:20px;
	border-right: 1px solid #e4e6e8;
	border-bottom: 1px solid #e4e6e8;
	color: white;
	text-align:center;
	cursor:n-resize;
}

table#productlist td{
	font-size:10px;
	white-space:nowrap;
	border-right: 1px solid #e4e6e8;
	border-bottom: 1px solid #e4e6e8;
	padding-left: 2px;
	padding-right: 2px;
}

table#productlist tfoot tr,table#favlist tfoot tr{
	border: 1px solid #e4e6e8;
}

table#productlist tfoot td,table#favlist tfoot td{
                  background-color:#007cc2;
                  border-right:1px solid #E4E6E8;
                  cursor:n-resize;
                  font-size:11px;
                  padding-left:2px;
                  padding-right:2px;
                  text-align:center;
                  color:#ffffff;
}


																		/* Favorites list table */

table#favlist {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	margin-top: 20px;
	empty-cells: show;
	color: black;
	border-collapse: collapse;
}

table#favlist a:hover {color:red;}

table#favlist th{
              background-color:#007cc2 !important;
              border-right:1px solid white;
              color:#ffffff;
              cursor:pointer;
              font-size:9pt;
              font-family:Arial;
              height:20px;
}

table#favlist td{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 2px;
}

													/* Usr list table (in user list - the one that opens when clicking on user */
.usr_table {
	empty-cells: show;
	border-collapse: collapse;
	color: black;
	text-align: left;
	border: 2px solid #393;
}


table#usr {
/*margin: 1em;*/
margin: 0;
empty-cells: show;
border-collapse: collapse;
color: black;
}

table#usr a:hover {
color:#393;
}

table#usr td{
border: 0px;
padding-left: 2px;
}










																/* complimentary list table */
table#complist {
border-top: 1px solid #e4e6e8;
border-bottom: 1px solid #e4e6e8;
border-left: 1px solid #e4e6e8;
margin-top:1em;
margin-bottom:1em;
empty-cells: show;
color: black;
border-collapse: collapse;
}

table#complist a:hover {color:red;}

table#complist th{
background-color: #3f79bd;
background-image: url("/skins/tefen_style/images/tablehead_1.gif");
background-repeat: repeat-x;
padding-left:2px;
padding-right:2px;
font-size:10px;
border-right: 1px solid #e4e6e8;
color: white;
text-align:center;
}

table#complist td{
font-size:10px;
border-right: 1px solid #e4e6e8;
border-bottom: 1px solid #e4e6e8;
padding-left: 2px;
padding-right: 2px;
}




table.t_win {
    width:100%!important;
    margin-left:0px!important;
    margin-right:0px!important;

}



.techdet .field_name{
	color:#0d0e0c;
}

.techdet TH {
    vertical-align:top;

}

.techdet .field_data{
	vertical-align:top;
}


.dir_ltr .techdet TH{
  text-align:left;
}

.dir_rtl .techdet TH{
  text-align:right;
}

.title_main{
	font-variant:small-caps;
	font-family:"Arial";
	font-size:16pt;
	font-weight:bold;
	color:white!important;
}

#newuser table td {
 text-align:left;
}

#newuser table .subusers_last {
 text-align:center;
}

.msg_align_left {
      text-align:left;
}



/* ------------------------NAME:window----------------------*/


body{
background-color:#ffffff !important;


     color:;
     font-family:Arial!important;
     font-size:9pt;
     margin:0;
     padding:0;
}




/* ------------------------------- APPLICATION WINDOWS ----------------------------- */



#page_content{
            padding-top:0px;
            vertical-align:top;
            background-color:#FFFFFF
}



/*USER SCREEN SIZE*/

#main_tbl, #header_tbl, #select_tbl{
	background-color:transparent;
	width: 879px;
}

/*ADMIN SCREEN SIZE*/

#main_tbl2, #header_tbl2, #select_tbl2{
	background-color:transparent;
	width: px;
	border:0px;
}
#main_tbl0, #header_tbl0, #select_tbl0{
	background-color:transparent;
	width: 980px;
}




td.foot_left {
 background-color:#ffffff;

	font-size:1px;
	height:20px;
}
td.foot_left_thin {

	font-size:1px;
	height:0px;
}

td.foot_right {

 background-color:#ffffff;
	width:20px;
	font-size:1px;
	height:20px;
}
td.foot_right_thin {

	width:0px;
	font-size:1px;
	height:0px;
}





td.win_right { background-color:#ffffff;

			width:20px;
			font-size:1px;
}



td.win_right_thin {

	background-color:#ffffff ! important;
	width:0px;
	font-size:1px;

}



/* All windows some IE glitches fix */
table.t_win {
border-collapse: collapse;
/*zoom:1;*/
}

span#spop table.t_win{
	/*visibility:inherit!important;*/
	display: expression(spop.style.visibility=="hidden"?"none":"");
}

span#spop iframe{
	height: expression(spop.offsetHeight + "px");
}

/* tableheader(TABLE_BLUE) :: RED WINDOW */
.center_tables{text-align:center;}
.center_tables table{margin:auto;}

.sft_head {
		 
            background-color:#605f60 ! important;
            line-height:24px;
            font-weight:bold;
            height:24px;
            padding:4px 0px 0px 15px;
            text-align:left;
            vertical-align:middle;
            width:auto;
			behavior: url(/iepngfix.htc);
			font-family: Arial;
			font-size: 9pt;
			color:#ffffff;


}



td.sft_head b{
	color:white!important;
}
td.sft_head_right{
 background-color:#605f60;

	padding-top:4px;
	width:20px;
	height:24px;
	line-height:24px;
	behavior: url(/iepngfix.htc);
}

.sft_main {
	background-color: #C8CBD0;
	vertical-align: middle;
	padding: 0px;
}
td.sft_bottom {
	background-color:#FFFFFF ! important;
	vertical-align: bottom;
	padding:5px;
	margin:0px;
}
td.sft_frame {
	background-color: #EFEFF2;
	border: 1px solid #e4e6e8;
	vertical-align: bottom;
	padding-bottom: 0px;
}


.hosebox1{
    padding:2px;
    border:1px solid gray;
    background-color:#FFFFFF;
    display:block;
    white-space:nowrap;
    height:30px; /*sy- should be removed since it did not allow wrapping when there were lots of extra info links. instead, add br clear="all" to bottom of div. for now, overiding this line with inline css in product_overview template*/
    line-height:24px;
}






/* tableheader(TABLE_ORANGE) ::  BLUE WINDOW */



td.mft_head {
background: transparent url(/skins/tefen_style/images/blue-grad2.png) top left no-repeat;
            font-weight:bold;
            height:24px;
            padding:4px 0px 0px 15px;
            text-align:left;
            vertical-align:middle;
            width:auto;
			font-family: Arial;
			font-size: 9pt;
			color:#ffffff;
			behavior: url(/iepngfix.htc);


}
td.mft_head b{
	color:white!important;
}

td.mft_head_right{
 background-color:#605f60;

	padding-top:4px;
    height:24px;
	width:20px;

	behavior: url(/iepngfix.htc);
}
td.mft_main {
        background-color: #FFFFFF;
        vertical-align: top;
        text-align: left;
        color: darkblue;
        padding: 2px;
}
td.mft_bottom {
	background-color:#FFFFFF ! important;
	vertical-align: bottom;
	padding-bottom: 0px;
	color: darkblue;
	font-weight: normal;
	padding-left:20px;
	margin:0px;
}
td.mft_frame {
	background-color: #EFEFF2;
	border: 1px solid #f4f6f8;
	vertical-align: bottom;
	padding-bottom: 0px;
}


/* tableheader(TABLE_VBLUE) :: DARK WINDOW (HOSES BOTTOM) */
td.bft_head {
	background: transparent url(/skins/tefen_style/images/blue-grad2.png) top left no-repeat;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	font-family: Franklin Gothic Medium;
	font-variant:small-caps;
	font-size: 13px;
	font-weight: normal;
	behavior: url(/iepngfix.htc);
}

td.bft_main, td.bft_bottom {
    background-color: #EFEFF2;
    border: 1px solid #e4e6e8;
	vertical-align: bottom;
	padding-bottom: 0px;
	color: darkblue;
	font-weight: normal;
	padding: 0px;
}


/* tableheader(TABLE_WHITE) :: DARK WINDOW with WHITE BACKGROUND (POPUP) */
.wft_head {
background: transparent url(/skins/tefen_style/images/blue-grad2.png) no-repeat scroll left top;
            border-bottom:1px solid #FFFFFF;
            color:#ffffff;
            font-size:13px;
            font-weight:normal;
            height:22px;
            padding:0;
            text-align:center;
            vertical-align:middle;
	behavior: url(/iepngfix.htc);
}

.wft_head_right{
 background-color:#ffffff;
	padding-top:4px;
	width:20px;
    border-bottom: 1px solid #e4e6e8;
	behavior: url(/iepngfix.htc);
}

.wft_main, .wft_bottom {
    background-color: white;
    border-left: 1px solid #e4e6e8;
    border-top: 1px solid #e4e6e8;
	vertical-align: bottom;
	padding-bottom: 0px;
	color: ;
	font-weight: normal;
	padding: 0px;
}







/* --------- MULTI-TAB -------- */


/* multi-tab (RED - Active) */

td.ssft_head {

background: transparent url(/skins/tefen_style/images/bg-bluegrad.png) top left no-repeat;

	border-bottom: 1px solid white;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: auto;
	font-family: ;
	text-transform:capitalize;
	font-size: pt;
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
	behavior: url(/iepngfix.htc);
}

td.ssft_bottom {
	background-color: #EFEFF2;
	border-left: 1px solid #e4e6e8;
	border-right: 1px solid #e4e6e8;
	border-bottom: 1px solid #e4e6e8;
	vertical-align: bottom;
	padding-bottom: 0px;
	padding-left:2px;
	padding-right:2px;
}
td.ssft_frame {
              background-color:#FFFFFF;
              border-bottom:1px solid #E4E6E8;
              border-left:1px solid #E4E6E8;
              border-right:1px solid #E4E6E8;
              padding-bottom:0px;
              padding-left:2px;
              padding-right:2px;
              vertical-align:bottom;
}






/* multi-tab (inactive) */




td.mmft_head {
 background-color:#605f60;
       /* border-bottom: 2px solid #EFEFF2;*/
        border-bottom:none;
        padding: 0px;
        text-align: center;
        vertical-align: middle;
        height: 20px;
        width: auto;
		text-transform:capitalize;
        font-weight: normal;
		text-decoration:underline;
		behavior: url(/iepngfix.htc);
		font-family: ;
		font-size: pt;
		color:#ffffff;

}
td.mmft_main {
        background-color: #EFEFF2;
        vertical-align: top;
        text-align: left;
        color: darkblue;
        font-weight: bold;
        padding: 0px;
}
td.mmft_bottom {
        background-color: #EFEFF2;
        border: 1px solid white;
        vertical-align: bottom;
        padding-bottom: 0px;
        color: darkblue;
        font-weight: normal;
        padding: 0px;
}


/* infobox */
td.mmmft_head {
        background: transparent url(/skins/tefen_style/images/blue-grad2.png) top left no-repeat;
        border-bottom: 2px solid #EFEFF2;
        color: white;
        padding: 0px;
        text-align: center;
        vertical-align: middle;
        height: 20px;
        width: auto;
        font-size: 12px;
        font-weight: normal;
	behavior: url(/iepngfix.htc);
}
td.mmmft_head_right {
        width: 0px;
        font-size: 1px;
}
td.mmmft_bottom {
        background-color: white;
        border: 1px solid #eeeeee;
        vertical-align: bottom;
        padding-bottom: 0px;
        color: darkblue;
        font-weight: normal;
        padding: 2px;
}




/* infobox - blue */
td.sssft_head {
            background: transparent url(/skins/tefen_style/images/blue-grad2.png) no-repeat scroll left top;
            border-bottom:2px solid #FFFFFF;
            color:white;
            font-size:14px;
            font-weight:bold;
            height:20px;
            padding:4px 0px 0px 15px;
            text-align:left;
            vertical-align:middle;
            width:auto;
			behavior: url(/iepngfix.htc);

}
td.sssft_head_right {
        width: 0px;
        font-size: 1px;
}
td.sssft_bottom {
        background-color: white;
        border: 1px solid #eeeeee;
        vertical-align: bottom;
        padding-bottom: 0px;
        color: darkblue;
        font-weight: normal;
        padding: 2px;
}



.module_cms .t_win , .module_contact .t_win,
.module_calculator .t_win , .module_contact .t_win{

	margin-top:35px;
}

.module_cms .search_left , .module_contact .search_left,
.module_calculator .search_left , .module_contact .search_left {
	padding-top:23px;
}




body.technical_page{
	background-color:#FFFFFF !important;
}





/*LOGIN WINDOW promt*/


#login_window {
    width:168px;
}

#login_window #win1 {
    padding:0px;
}

#login_window .text_label {
    margin-top:20px;
    text-align:left;
}

#login_window .login_input{
    width:165px;
    height:20px;
}

#login_window .buttons_container {
    text-align:center;
}

#login_window .fb {
    margin-top:20px;
}

#login_window .sft_head {
    font-size:20px;
    text-align:center;
    padding:3px;
    font-weight:normal;
}

#login_window .yl {
    font-weight:normal!important;
}




/*SHOWPIC window style*/

.showpic_tpl_content #t_win1 {
    width:400px!important;
}

.showpic_tpl_content #t_win1 .sft_bottom{
    padding:0px!important;
}



.showpic_tpl_content_links {
   margin-bottom:5px;
   margin-top:10px;
}


.module_enlarge .login_area_buttons {
    margin-right:8px;
}

.module_enlarge .header_table {
    border-bottom:1px solid #c4c4c4;
}


.module_enlarge #pic {
    border:1px solid #000000;
    margin-top:2px;
}


.module_enlarge .sft_head { 
            background-color:#605f60 ! important;
    color:#FFFFFF;
    font-size:18px;
    font-weight:normal;
    height:24px;
    line-height:24px;
    padding:4px 0 4px 15px;
    text-align:left;
    vertical-align:middle;
    width:auto;
}



.module_enlarge .sft_bottom div {
    height:405px;
}



/* ------------------------NAME:left block----------------------*/



#left_block{

 background-color:#FFF;
	padding-top:15px;
	padding-right:30px;
	height: 330px;
	width: 139px;
	behavior: url(iepngfix.htc);
}

#left_block_bottom{
 background-color:#FFF;
	/*behavior: url(iepngfix.htc);
	height:20px;*/
}


#left_block #search{

	padding: 0.3em;
	text-align:left;
	border-bottom:4px solid white;
	/*border-right: 1px solid #999;*/
}

.search_left {
	 background-color:#ffffff;
	font-family:"Trebuchet MS";
	height:60px;
	margin-bottom:25px;
	margin-top:0px;
	margin-right:1px;
	width:140px;
}


.search_left a {
	color: #000000;
}

.search_left a:hover{
	color: #007cc2;
}





/* NAME:catalog */


td.navigatorft_head {
			 background-color:#ffffff ! important;
				background:url(/skins/tefen_style/images/) no-repeat scroll left top;
	            line-height:24px;
	            font-weight:bold;
	            height:24px;
	            padding:4px 0px 0px 9px;
	            text-align:left;
	            vertical-align:middle;
	            width:auto;
				behavior: url(/iepngfix.htc);
				font-family: Arial;
				font-size: 9pt;
				color:#605f60;
}

.navigatorft_head a{
    text-decoration:none;
	color:#605f60 !important;
	font-family: ;
	font-size: 9pt;
}


td.navigatorft_head b{
		color:white!important;
}

.group_list_item{
	line-height: 24px;
	padding:8px;
	padding-top:4px;
	padding-bottom:4px;
    position:relative; /*for group images */
    width:100%; /*for ie6 group images */
}
.group_list_item>img{
    float:left;
    width:50px;
    height:50px;
    margin-right:6px;
    border:1px solid black;
}
.group_name_vert_center{
    margin:12px 0 0 70px;
}
.clear{
    clear:both;
}
.child_items{
    overflow:hidden; /*this forces the div to stretch around the inside content which is pos relative and floated left*/
    width:100%;
    position:relative; /*to prevent the ie escape bug*/
}
td.navigatorft_head_right{ background-color:#ffffff;

		padding-top:4px;
		width:20px;
		height:24px;
		line-height:24px;
		behavior: url(/iepngfix.htc);
	}



.navigatorft_bottom
 {
	background-color:#FFFFFF;
}





/*-------------------------------------------------ITEMS  GROUPS VIEW ------------------------------------------------------*/

.group_list_box_small .group_list_box_inner{
	background: none ! important;
}


.product_list_box ,.group_list_box{
	display: block;
	float: left;
	margin-right: 4px;
	padding-bottom: 50px;
	margin-left: 4px;
	width: 154px;
	height: 161px;
	cursor:pointer;
	background: url("/skins/tefen_style/images//product_frame.gif") 0 0 no-repeat;

}



.group_list_box_inner,.product_list_box_inner{
	padding-left: 4px;
	width:137px;
	height:150px;
}


.group_list_box_text_span, .product_list_box_text_span{
	height:70px;
	width:110px;
	margin-top:-17px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}


/*---------------------------------------PRODUCT INFO  -------------------------------------------------------------*/

.product_box{
	display: block;
	float: left;
	width: 250px;
	height: 250px;
	background: url("/skins/tefen_style/images//product_box.png") 0 0 no-repeat;
}


.product_box a.group_list_link{
   text-decoration:none;

	color: #cf0000;
	font-weight:bold;
	font-size: 9pt;
}

.product_box_inner{
	padding: 0.5em;
	padding-left: 10px;
}

.product_price{
	width: 220px;
	text-align: right;
	font-size: 13pt;
	padding-top:190px;
	font-weight: bold;
	color: #000;
}
.product_controls{
	display: block;
	height: 250px;
	padding-left: 4px;
	padding-top: 2px;
	text-align: right;
}

.group_head{ background: transparent url(/skins/tefen_style/images/group_header.png) top left no-repeat;

	/*border-bottom:1px solid #999999; */
	line-height:24px;
	font-size: 10pt;
	padding: 0.3em;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	font-weight:bold;
	margin-bottom:1px;
	clear: both;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom: 8px;
	color:#000000;

}

.group_head a{
	color:#3a3b3d;
}

.group_head a:hover{
	color:#007cc2;
}

.group_list_link {
 	text-decoration:none;

	font-family:Arial;
	font-size:9pt;
	color:#000000;
}

.group_list_link:hover
{
	color:#0b0b0a;
}


a.group_link{
	text-decoration:none;
	padding-right: 2px;
	color: #000000;
	font-weight:normal;
 	font-family:Arial;
    font-size:9pt;
}

a.group_link:hover{
	color: #000000;
}





.group_list_bullet{height: 10px;
}

.group_list_bullet.enabled{
}

.group_list_bullet.hover{
}


.loading, #nameblock_form.loading #product_form
	{
		background-image: url("images/ajax-loader.gif");
		background-repeat: no-repeat;
	}

	#nameblock_form.loading #product_form
	{
		background-position:left center;
	}

	#nameblock_form select
	{
		width:80%;
	}

	select.emptyselectfix option
	{
		line-height:14px;
		height:14px;
	}




/* Hide fields tables  */
 OPTION { border-top:thin solid white;}
INPUT.alias, SELECT.weight, OPTION.weight {background-color:white; color:black; text-decoration: bold; }
SELECT.hide1, OPTION.hide1{background-color:white; color:black; } /*show*/
SELECT.hide2, OPTION.hide2{background-color:#009900; color:white; } /*tech*/
SELECT.hide3, OPTION.hide3{background-color:#335CFF; color:white; } /*admin*/
SELECT.hide4, OPTION.hide4{background-color:#FF4D4D; color:white; } /*hide*/
SELECT.hide5, OPTION.hide5{background-color:#FF7400; color:white; } /*hide*/
SELECT.weight_sel, OPTION.weight_sel{background-color:#07772a1; color:white; }




/* ------------------------NAME:toolbox----------------------*/



/*
author: simcha
intended for testing
styles the toolbox
*/


.toolbox_box{
    border: solid #7d7d7d 0.1em;
    position:absolute;
    background:white;
    display:none;
    z-index:5;
}

.toolbox_tool, .drag_handle{
    width:2em;
    height:2em;
    float:left;
    overflow:hidden;
    margin:0.2em;
    cursor:pointer;
    position:static;
    }


body.toolbox_show div.toolbox_handle{
   /* display:inline-block;*/
    /*display:none;*/
}

div.toolbox_handle{
    z-index:1;
    visibility:hidden;
}

a.toolbox_opener{
    display:none;
    cursor:pointer;
    width:2em;
    height:2em;
    margin:0.2em;

}

.toolbox_container{
    width:2.2em; /*gives a little padding*/
    padding: 0 0.5em 0 0.5em
    vertical-align: sub;
}

.product_list_box{position:relative;}
.product_list_box > .toolbox_container{
    position:absolute;
    top:.4em;
    left:.3em;
}
.group_list_box_inner > .toolbox_container{
    top: .8em;
}

.toolbox_box a{
    text-decoration:none;
}



/*  toolboxes and tools . These setting should be true for EVERY icon strip, ie. all have first icon as setting, second for closing */


.toolbox_icon_catalog, .toolbox_icon_menu {
    background:url("images/icons_catalog.gif") no-repeat;
}
.toolbox_icon_catalog, .toolbox_icon_menu , .toolbox_container{
	font-size: 12px !important;
}

.tool_icon_settings{
    background-position:-1em -5em;
}
.tool_icon_settings:hover{
    background-position:-1em -1em;
}

.tool_icon_remove{
    background-position:-5em -5em;
}
.tool_icon_remove:hover{
    background-position:-5em -1em;
}



/* catalog set */

.tool_icon_translate{
    background-position:-9em -5em;
}

.tool_icon_related{
    background-position:-13em -5em;
}

.tool_icon_group_pic{
    background-position:-17em -5em;
}
.tool_icon_drag_handle{
    background-position:-21em -5em;
}
.tool_icon_handle{
    background-position:-25em -5em;
}
.tool_icon_sample_page{
    background-position:-29em -5em;
}
.tool_icon_promotional{
    background-position:-9em -5em;
}
.tool_icon_seo, .tool_icon_edit_menu{
    background-position:-29em -1em;
}
.tool_icon_translate:hover{
    background-position:-9em -1em;
}

.tool_icon_related:hover{
    background-position:-13em -1em;
}

.tool_icon_group_pic:hover{
    background-position:-17em -1em;
}
.tool_icon_drag_handle:hover{
    background-position:-21em -1em;
}
.tool_icon_sample_page:hover{
    background-position:-29em -1em;
}
.tool_icon_promotional:hover{
    background-position:-9em -1em;
}
.tool_icon_seo:hover, .tool_icon_edit_menu:hover{
    background-position:-29em -1em;
}


/* ------------------------NAME:left menu----------------------*/



/*----------------------------------------------MENU LEFT LINKS-----------------------------------------------------------*/

#left_block_container{
	border:0px solid red;
}

a.anchor{
		 text-decoration:none; border-bottom:1px solid #FFFFFF;
         display:block;
         padding-left:4px;
         font-family:Arial;
		 font-size:9pt;
		 color:#000000;
		 margin-top:20px;
		 text-align: left;
}

a.anchor:hover{
          color: #007cc2 ! important;
}

.anchorSpan{
    display: block;
    margin-top: -17px;
}



/*-------------------------------------------------------------LEFT MENU Separator-------------------------------------------*/

DIV.left_seperator{
}





/* LEFT MENU */

.menu_second_level{
    width: 139px;
    padding: 0px;
    margin: 0px;
    position: relative;
    padding-top: 13px;
}

.menu_second_level_item{
    padding-top:9px;
    width: 139px;
    position: relative;
    cursor:pointer;

}

.menu_second_level_item_middle{
	padding-left:5px;
	padding-right:5px;
    width: 128px;
    background: url(/skins/tefen_style/images/) left top repeat-x;
}

.menu_second_level_item_middle a {
 	 color: ;
	 font-weight: bold;
	 font-size: 12px;
	 vertical-align: bottom;
}


.menu_second_level_item_middle_hover{
	padding-left:5px;
	padding-right:5px;
    width: 129px;
    background: url(/skins/tefen_style/images/) left top;

}

.menu_second_level_item_middle_hover a {
    color: ;
    font-weight: bold;
    font-size: 12px;
    vertical-align: bottom;
}

.menu_second_level_item_first{
    width: 139px;
    background: url(/skins/tefen_style/images/) left top no-repeat;
}

.menu_second_level_item_first_hover{
    height: 6px;
    width: 139px;
    background: url(/skins/tefen_style/images/) left top no-repeat;
}

.menu_second_level_item_second{
    height: 6px;
    width: 139px;
    background: url(/skins/tefen_style/images/) left top no-repeat;
}

.menu_second_level_item_second_hover{
    height: 6px;
    width: 139px;
    background: url(/skins/tefen_style/images/) left top no-repeat;
}

.menu_third_level_item{
   /* height: 18px;*/
    width: 129px;
    margin-top: 3px;
    padding-top: 3px;
    padding-left: 7px;
    border-top: 1px solid #8BA542;
    background-color: #FFFFFF;
}

.menu_third_level_item_middle{
    width: 129px;
    color: #6B6B6B;
}

.menu_third_level_item_middle_hover{
    width: 129px;
    height: 18px;
    color: #6B6B6B;
    background: #F2F2F2;
    font-weight: bold;
}
/* LEFT MENU */


/* ------------------------NAME:header----------------------*/


.header_table {
	 background-color:#FFF;background-image:url(/skins/tefen_style/images/tefen_header.jpg);

	background-repeat:no-repeat;
	background-position:0 0;
	background-repeat:repeat-x;
	height:150px;
}


input.login_input {
 	color: black;
	width: 64px;
	font-size: 10px;
	border: 1px solid #154D98;
}


#login_area {
    display:none;
    margin-top:4px;
}
#login_area #login_frm {
    margin:0px;
}
.language_selector{
    margin-top:3px;
    display:inline-block;
}
.login_area_buttons{
    padding-top:5px;
}
.logoutform{
    margin:0;
}
.logo_td_width{
    width: 260px;
}

.language_selector .fi {
	width:auto!important;
}


/* ------------------------NAME:right_menu----------------------*/


#right_block{
    background-color:#FFF;
   /* display:none;*/
}
.right_block_width{
    width:0;
}


/* ------------------------NAME:cms----------------------*/


body.module_cms #cms_inner_table,
body.module_calculator #cms_inner_table{
    padding-left:6px;
    font-size:12px;
}
.cms_content_area p{
    margin:0;
}



/* ------------------------NAME:topmenu----------------------*/



	#main_menu {
background: transparent url(/skins/tefen_style/images/bg-bluegrad.png);
		background-position: 0 0 ! important;
		background-repeat:repeat-x;
		height:33px;
		line-height: 24px;
		z-index:100;
		text-align:justify;
		vertical-align:top;

	}


	#sub_menu{
          display:none;
          background-repeat:repeat-x;
          color:#FFFFFF;
          text-transform:capitalize;
          height:24px;
          z-index:100;

	}

	ul.menu {
		font-family:"Arial";
		margin:0px;
		padding:0px;
		position:relative;
		text-align:center;
		z-index:98;

	}

	ul.submenu {
		margin-top:-2px;
		margin-bottom:10px;
		margin-left:-34px;
		height:30px;
		padding:0px;
		white-space:nowrap;
		z-index:100;
	}



	li.menu_item,.submenu_item{
		z-index:300;
		margin-left:0px !important;
		padding:0px!important;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		z-index:100;

	}

	li.submenu_item {
			line-height:30px;

			border-right:1px solid  #007cc2;
			border-left:1px solid   #007cc2;
			border-top:1px solid    #007cc2;
			font-size:12px;
			background-color:#ffffff;
			width:160px;
			z-index:100;
			text-align:1;
	}


	.submenu a.current{
		color:#007cc2!important;
		text-decoration:underline;
	}


  /*LINKS COLOR */


	li.menu_item a {
		color:#FFF;

		 font-weight:regular;
		text-transform:capitalize;
		line-height:30px;
		display:block;
		z-index: 100;
		white-space: nowrap;
		font-size:11pt;
	    font-family:;
	}

	li.menu_item a:hover {
             color:#ffffff;
             text-decoration:none;
             z-index: 100;
	}

	li.submenu_item a {
		color:#000000;
		font-size:9pt;
	    font-family:;
		font-weight:normal;
		z-index:100;
	    height: 100%;
		line-height:30px;
		vertical-align: middle;
		padding: 0px 7px;
	}



	li.menu_item{
		position:relative;
		border-right:0px solid #666764;
	}


	li.submenu_item a:hover {
	    color:#007cc2;
		background-color:;
		z-index:100;
	}


  /*LINKS COLOR */




	#first_sub_menu{
		margin-left:0px;
	}



	ul.menu a.selected{
		height:30px!important;
	}

	li ul.submenu {
		display:none;
		z-index:100;

	}
	li:hover ul.submenu {
		display:block;
		z-index: 100;
	}
	.dragging_menu_hide_sub {
	    display:none!important;
	}
	.dragging_menu_show_sub {
	    display:block!important;
	}



	li a {
		font-size:12px;
		text-decoration:none;
	}


	li.submenu_item#menu_last a:hover {
		color:#007cc2;
		background-color:;;
		z-index:100;
	}

	li#menu_last.submenu_item a {
		border-bottom:1px solid  #007cc2;
		background-image:none;
		z-index:100;
	}


	/* Menu horizontal, reuse most of functionality of Vertical menu with some overridings*/

	ul#vertical_menu.menu{
		width:auto;
	}

	ul#vertical_menu.menu li.menu_item{
	 /* background-image:url(/images/menu.jpg);*/
	  background-repeat:repeat-x;
	  float:left;
	  width:128px;
	}

	ul#vertical_menu.menu li.menu_item ul.submenu{
        position:absolute;
        top:30px;
	}
body.dir_ltr ul#vertical_menu.menu li.menu_item ul.submenu {
    left:0px;
}
body.dir_rtl ul#vertical_menu.menu li.menu_item ul.submenu {
    right:0px;
}


/* ------------------------NAME:rtl----------------------*/


.dir_ltr a.toolbox_opener {
	float:left; /*YF: reverse direction to have tool with other buttons on top*/
}
.dir_ltr div.toolbox_tool {
	float:right;	
}


 .dir_rtl a.toolbox_opener {
	float:right;	/*YF: reverse direction to have tool with other buttons on top*/
}

 .dir_rtl div.toolbox_tool {
	float:left;	
}

.dir_ltr div.toolbox_container{
	float:left;

}

.dir_rtl div.toolbox_container{
	float:right;
}


.dir_rtl .techdet .field_name{
	text-align:right;
}

.dir_rtl .basket_add_control, .dir_rtl .product_info_popup_link {
	float:right;
}

.dir_ltr .basket_add_control, .dir_ltr .product_info_popup_link {
	float:left;
	padding-left:2px;
	padding-right:2px;
}

#ctrl{
	text-align:left!important;
}

.dir_rtl #ctrl{
	text-align:right!important;
}


td.sft_head {
	padding-top:0px;
}

td.mft_head {
	padding-top:0px;
}


.dir_rtl a.sitemap_3 {
	padding-right:20px;
	margin-right:40px;
	background-position:bottom right!important;
}

.dir_rtl a.sitemap_2 {
	margin-right:20px;
	padding-right: 20px;
	background-position:bottom right!important;
}

.dir_rtl a.sitemap_1 {
	padding-right: 20px;
	background-position:top right!important;
}


/* ------------------------NAME:order----------------------*/


.drag_helper{
	position:absolute!important;
}
.drag_handle
{
	width:20px;
	height:20px;
	/*position:absolute;*//*conflicted with toolbox. simcha*/
	right:0;
	bottom:0;
	right:0;
/*	background-image:url(/images/icons/fff/arrow_out.png);*/
	background-repeat:no-repeat;
	cursor:move;
}

.dragplace{
	border-right: 3px solid #d22;
}
.dragged_block{
	background-color:
}

#product_range_selector .product_controls{
	float:right;
}


/* ------------------------NAME:favorites----------------------*/


.mega_search_result_div{
    height: 330px;
    overflow: auto;
    width: 698px;
}
.mega_search_result_table{
    width:680px!important
}
.mega_search_result_image_td{
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 20px;
}


/* ------------------------NAME:promotional----------------------*/


.promotional_header {
    text-align:left;
    margin:15px 30px 0;
}

.promotional_image {
    float:left;
    margin:5px 15px 0px 30px;
    border:1px solid black;
    height: 130px;
    width: 130px;
}

