/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-abr-2014, 14:39:34
    Author     : Rafa
*/
/* _______________________________________________________________ Combos */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-abr-2014, 17:18:23
    Author     : Rafa
*/
.cs_cb_back {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 3010; 
}

.cs_cb_default {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 200px;
  width: 100px;
  //background-color: red;
  overflow: hidden; 
  cursor: pointer;
   /*border: 15px solid red; 
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;*/
}

.cs_cb_default ul > li {
  //background-color: rgba(200, 200, 200, 0.2);
  //border-top: 1px solid white;
  //border-bottom: 1px solid lightgray; 
  cursor: pointer;
  padding-left: 10px;
//  cursor: pointer;
}

.cs_cb_default ul > li:nth-child(odd) {
  cursor: pointer;
  //background-color: rgba(200, 200, 200, 0.4); 
}
/*
.cs_fl_pageitem{
    background-color: red;
}*/



