.select,.select-parent,.options_1,.options_3,.separator { width:150px;} /* szerokosc pola */  
.item { width : 138px; } /* szerokosc dla pola rozwijanego */ 
.options_2,.options_4 { width : 144px; } /* szerokosc dla zawartosci pola (altualnie wybrany element) */
.select,.select-parent,.select_1,.select_2 { height : 18px; } /* wysokosc pola */
.select_3 { width:122px;}   

.select div,.options div {
  cursor : pointer;}

.select-parent
{
   margin-top : 0px;
   
}   
.select
{
   padding : 0px;
   margin : 0px;
   overflow : hidden;
   background : transparent url(../images/select/s-h.gif) repeat-y 0px 0px;
}
.select_1 
{
  padding : 0px 3px 0px 3px;
  background : transparent url(../images/select/s-h.gif) repeat-y 100% -19px;
}
.select_2 
{
  background : transparent url(../images/select/s-h.gif) repeat 0px -38px;
  font-weight : normal;
/*  text-transform: uppercase; */
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size		: 11px;	
} 
.select_3
{
  padding : 2px 0px 0px 20px;
color: #676767;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 font-size		: 11px;	
/*  text-transform: uppercase; */
  background : transparent url(../images/select/arrow-down.gif) no-repeat 5px 4px;
}
.options
{
  margin-top : 1px;
 /* display : none;*/
 visibility : hidden;
  position : absolute;
  z-index : 1000;
}
.options-items
{
  background  : #fff;
  max-height : 159px;
  overflow : hidden;  
}

.options-items .item
{
  border : 1px solid #a5a5a5;
  border-top : none;
  border-bottom : none;
  background : #fff;
  font-size : 11px !important;
  font-weight : normal !important;
 /* text-transform: uppercase; */
  color: #676767;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  padding : 5px !important;
 /*  text-transform: lowercase;
 height : 100%;*/
}
.options-items .item a {
  font-size : 11px;
  font-weight : normal;
color: #676767;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-transform: lowercase;
}
.options-items .item a:hover,.options-items  .item:hover {
  font-size : 11px;
  font-weight : normal;
  text-decoration: underline;
  color: #3E76A6;
/* color: #4279a8; */
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
/* text-transform: lowercase; */
}
/*
.item a, .item a:hover,  .item:hover
{
  border : 1px solid #dedede;
  border-top : none;
  border-bottom : none;
  background : #fff;
  / *font-size : 10px !important;* /
  / *font-weight : normal !important;* /
  text-transform: uppercase;
  / *color: #4f9d4f !important;* /
	 font-family		: Tahoma, Helvetica, Arial, sans-serif;
  / *padding : 5px !important;* /
  / *height : 100%;* /
}
*/
.options_1,.options_2,.options_1_2,.options_3,.options_4
{
  height : 3px;
  overflow : hidden;
} 
.options_1
{
 background : transparent url(../images/select/popups_01.gif) no-repeat 0% 0%;
}
.options_2
{
 background : transparent url(../images/select/popups_02.gif) no-repeat 100% 0%;
 padding : 0px 3px 0px 3px;
 
}   
.options_1_2
{
 border-top : 1px solid #a5a5a5;
 background : #fff;
}
.options_3
{
 background : transparent url(../images/select/popups_03.gif) no-repeat 0% 0%;
}
.options_4
{
 background : transparent url(../images/select/popups_04.gif) no-repeat 100% 0%;
 padding : 0px 3px 0px 3px;
}   
.options_3_4
{
 height : 2px;
 overflow : hidden;
 background : #fff;
 border-bottom : 1px solid #a5a5a5;
} 
div.separator
{
  height : 1px;
  background : #a5a5a5;
  padding : 0px;
  margin : 0px;
  overflow : hidden;
}         
                                                
.scrollbox{width:12px;height:160px;position:absolute;right:-13px}
.scroll-up{position:absolute;top:0px;width:12px;height:20px;background:url(../images/scrollbar/up.gif);cursor:pointer}
.suwakbox{height:120px;width:12px;position:absolute;top:20px;background:url(../images/scrollbar/bgscroll.gif) 0px 0px repeat-y;}
.suwak{overflow:hidden;position:absolute;width:12px;height:36px;background:url(../images/scrollbar/scroll.gif) no-repeat;cursor:pointer}
.scroll-down{position:absolute;bottom:0px;width:12px;height:20px;background:url(../images/scrollbar/down.gif);cursor:pointer}
.suwak:hover {overflow:hidden;position:absolute;width:12px;height:36px;background:url(../images/scrollbar/scroll.gif) no-repeat;cursor:pointer}
