﻿/* Estilos Control Dropdown Pedido*/

.DivCloseList
{
  background-color: #CCC;
  border: 1px solid #000;
  display: none;
  position: absolute; 
  border-radius: 0 0 5px 5px;
  padding: 1px;
}
 
.ImagenExpandList
{
  background: url('images/CbxPedCollapse.png') no-repeat center;
  background-position: left center;
  height: 19px;
  width: 20px;
}

.ImagenCollapseList
{
  background: url('images/CbxPedExpend.png') no-repeat center;
  background-position: left center;
  height: 19px;
  width: 20px;
}

.DivOculto
{
  display:none;  
}

.DefaultComboPedido
{
  font-size: 11px;
  border: #666666 1px solid;
  color: #666666;
  font-weight: bold; /* Color alternativo para versiones que no soporten degradados */
  background-color: #DDD; /* Safari 4+ y Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DDD), color-stop(1, #FFF)); /* Safari 5.1+ y Chrome 10+ */
  background-image: -webkit-linear-gradient(#DDD, #FFF); /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #DDD, #FFF); /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #DDD, #FFF); /* IE10+ */
  background: -ms-linear-gradient(top, #DDD,#FFF); /* W3C */
  background: linear-gradient(to bottom, #DDD,#FFF); /* Internet Explorer 5.5+ */
  border-radius: 1px 0 0 1px;
  height: 15px;
}

.TextoSeleccion
{
  font-weight:bold;
}