html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
strong {
    font-weight: bold;
}
.clear {
        clear: both;
}
.left {
	float:left;
}
.center {
	text-align:center;
}
.right {
	float:right;
}
p {
    margin-bottom: 20px;
    margin-top: 0;
}
.borderedondo{    
	border-color: #DDDDDD;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
	padding:8px;}

.fondoblanco, a.linkblanco:hover{ background-color:#FFF !important;}
.fondoazulclaro{ background-color:#B8E5FF;}
.fondoamarillo{ background-color: #FF9;}

.mt0 {        margin-top: 0px !important; }
.mb0 {        margin-bottom: 0px !important;}
.pt0 {        padding-top: 0px !important;}
.pb0 {        padding-bottom: 0px !important;}

.mt10 {        margin-top: 10px !important; }
.mb10 {        margin-bottom: 10px !important;}
.pt10 {        padding-top: 10px !important;}
.pb10 {        padding-bottom: 10px !important;}

.mt20 {        margin-top: 20px !important; }
.mb20 {        margin-bottom: 20px !important;}
.pt20 {        padding-top: 20px !important;}
.pb20 {        padding-bottom: 20px !important;}

.mt30 {        margin-top: 30px !important; }
.mb30 {        margin-bottom: 30px !important;}
.pt30 {        padding-top: 30px !important;}
.pb30 {        padding-bottom: 30px !important;}


.mr10 {        margin-right: 10px !important; }
.mr20 {        margin-right: 20px !important;}

.ml0 {        margin-left: 0px !important; }
.ml10 {       margin-left: 10px !important; }
.ml20 {       margin-left: 20px !important; }

.pl10 {        padding-left: 10px !important; }
.pl20 {        padding-left: 20px !important;}


.font12{ font-size:12px;}


.borderbottom{ border-bottom:1px solid #DFDFDF;}

.hr{border-bottom:1px solid #DFDFDF;}

/*div{ border: 1px solid red;}*/
body{background-color:#FFF; color:#666666; font-family:Arial; line-height:21px;font-size: 14px;}

/* ========================================================================== */
/*  cabecera                                                        */
/* ========================================================================== */

/*#fondocabecera{ width:100%;background-color:#4C4847;height:100px; }*/
#fondocabecera{ width:100%;background:url("../images/fondos/fondo_cabecera.jpg") repeat-x scroll left top #FFFFFF;height:100px; }


#cabecera{ width:960px; margin:0 auto; height:100px; color:#396281;}



#logo{ padding-top:20px; }
/*#logo h1{ color:#396281; display:inline;}
#logo .tituloh1{ color:#FFF; text-shadow:1px 1px #ccc; font-size:46px;}*/
#logo a {
    color: #396281;
    padding-left: 20px;
}
#logo a:hover{ color:#396281; background:none;}
#logo span{ font-size:19px; vertical-align:text-bottom; color:#396281;}		
#logo p {
    font-size: 12px;
    font-style: italic;
    margin-top: -10px;
	color:#396281;
	text-align:center;
}

#accesoinstaladores {
	/*text-shadow: 1px 1px #2D2D2D;*/
	font-size: 14px;
	padding-top: 20px;
	position: absolute;
	right: 400px;
	text-align: right;
	top: 0;
}

#accesoinstaladores .icono {
    margin-right: 4px;
    padding: 0;
    float: left;
}
		
#datoscontacto {
	/*text-shadow: 1px 1px #2D2D2D;*/
	font-size: 14px;
	padding-top: 20px;
	position: absolute;
	right: 15px;
	text-align: right;
	top: 0;
}

#datoscontacto .icono {
    margin: 0 8px 10px 0;
    padding: 0;
    float: left;
}
#datoscontacto .email {
	vertical-align:text-bottom;
	
}

#datoscontacto  a {
    color: #396281;
    text-decoration: underline;
}
#datoscontacto a:hover {
    color: #396281;
    text-decoration: none;
}


.mensajeaccion{    
	border-color: #DDDDDD;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
	width:auto;
	padding:8px 0;
	background-color: #FF9 !important;
	background-position:20px 8px !important;}

#menusuperior {
    height: 100px;
    text-align: right;
}
#menusuperior ul {
    border-right: 1px solid #D0D0D0;
    bottom: 0;
    right: 10px;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
}
#menusuperior ul li {
    display: block;
    float: left;
	margin-left: 0;	
}
#menusuperior ul li a {
    background: url("../images/fondos/fondo-menu-off.gif") no-repeat scroll left bottom #EFEFEF;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    border-top: 1px solid #D0D0D0;
    color: #797979;
    font-size: 15px;
    padding: 9px;
    display: block;
    text-decoration: none;
}



#menusuperior ul li a:hover {
	text-decoration: none;
	color:#327CBA;
}
#menusuperior ul li.active a {
    display: block;
    text-decoration: none;
}
#menusuperior ul li.active a:hover {
    display: block;
    text-decoration: none;
}

/* ========================================================================== */
/*  cuerpo                                                        */
/* ========================================================================== */
	
#contenedorcuerpohome{ width:100%;  background: url("../images/fondos/degradado_azul.png") repeat-x scroll left bottom #FFFFFF;height: 875px;	}
#contenedorcuerpo{ width:100%;  background-color:#FFFFFF;	}

#cuerpo{ width:960px; margin:0 auto; 
    min-height: 300px;
    padding-top: 25px;
    /*height: 430px;	*/
}



/* ========================================================================== */
/*  home                                                        */
/* ========================================================================== */

.banner_home_zelsio{
	margin:10px 0;
}

.banner_home_zelsio:hover{
	background-color:#FFF;
}

.centrohome {
    height: 430px;
    overflow: hidden;
    position: relative;
}


.buscador_empresa_home{ width:170px;display:inline; }
#buscarhome{ padding:3px 10px;}

#formulariohome{
	position: relative; overflow: hidden;width:50%; float:left;	
    height: 505;
   	
}

#formulariohome form{
float: right;
padding: 15px;
width: 440px;
border: 5px solid #EEEEEE;
border-radius: 6px;
}

form input, form textarea, form select {
	font: inherit;
	padding: 8px;
	width: auto;
	display: block;
	font-family: Arial;
	color:#777777;
	border-radius: 3px 3px 3px 3px;
	outline:none;
}


form input:focus, form textarea:focus, form select:focus {  border-color: #28BFB0; }
form input:hover, form textarea:hover, form select:focus {  border-color: #28BFB0; }

input, textarea, form input, form textarea {  border:1px solid #dddddd; color:#777777}
select, form select { border:1px solid #dddddd; color:#777777;}


.comofunciona{float: left;
            padding-top: 50px;
            width: 170px;}
.comofunciona img{margin-top:-10px; vertical-align:middle}



#contenedorsliderhome{
position: relative; overflow: hidden;width:50%; float:right; background-position:left -30px;
}

#contenedorsliderhome img{
	margin:0 10px;
	float:right;
}

#contenedorsliderhome p.detalles {
    height: 65px;
    overflow: hidden;
}

.paginadorsliderhome {
  background:#ffffff url(../images/fondos/fondo-paginador-slider.gif) repeat-x top;
}

#sliderhomepaginas {
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin: 0;
    min-height: 20px;
    padding: 15px 220px 10px;
    width: auto;
}
#sliderhomepaginas li {
        background: url(../images/slider/off.png) no-repeat;
        width: 16px;
        height: 16px;
        float: left;
        list-style: none;
        padding: 0px;
        margin-left: 9px;
}
#sliderhomepaginas li:hover {
        background: url(../images/slider/off.png) no-repeat;
        width: 16px;
        height: 16px;
        float: left;
        list-style: none;
        padding: 0px;
        margin-left: 9px;
}
#sliderhomepaginas a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        display: block;
        width: 16px;
        height: 16px;
        padding: 0px;
        text-align: center;
}
#sliderhomepaginas a.activeSlide {
        color: #057aa8;
        background: url(../images/slider/on.png) no-repeat;
        width: 16px;
        height: 16px;
        padding: 0px;
        text-align: center;
}
#sliderhomepaginas li.activeSlide a {
        color: #057aa8;
        background: url(../images/slider/on.png) no-repeat;
        width: 16px;
        height: 16px;
        padding: 0px;
        text-align: center;
}

.pager-link, .bx-prev, .bx-next{ display:none !important;}



.destacadoshome {
    background: url("../images/fondos/degradado-paginador.gif") repeat-x scroll center top #FFFFFF;
}

ul.listadohome {
    list-style: none outside none !important;
	overflow:auto;
}
ul.listadohome li {
	float: left;	
    width: 300px;	
}

.vertodos, .vertodos:hover {
    background: url("../images/iconos/mas.png") no-repeat scroll left top #FFFFFF;
    float: right;
    height: 24px;
    margin-right: 170px;
    margin-top: -60px;
    padding-left: 27px;
}




#sliderlogoshome div {
    background: url("../images/fondologoshome.gif") no-repeat scroll left top #FFFFFF;
    height: 120px;
    padding-right: 35px;
}
#sliderlogoshome a:hover { background:none;}
#sliderlogoshome img {
    height: 60px;
    margin: 15px 0 5px 35px;
    width: 140px;
}
#sliderlogoshome span{display:block; font-size:12px; margin-left:35px; }



/* ========================================================================== */
/*  como funciona                                                         */
/* ========================================================================== */

.acordeon {
    margin-bottom: 15px;
    width: auto;
}
.acordeon span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 12px 20px 12px 50px;
	background: url("../images/iconos/cerrado.png") no-repeat scroll 15px 16px #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
	color:#73A612;
	border-radius: 8px;	
	
}
.acordeon span.current {
    cursor: default;
    margin-bottom: 0;
	border-radius: 8px 8px 0 0;
    background: url("../images/iconos/abierto.png") no-repeat scroll 15px 14px #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #327CBA;	
	
}


.acordeon .fila {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #444444;
    display: none;
    font-size: 13px;
    height: auto;
    line-height: 19px;
    margin-bottom: 10px;
    padding: 0 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	
}
.acordeon .fila h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
    text-transform: uppercase;
}


.ayuda {
    background: url("../images/iconos/interrogante.gif") no-repeat scroll left bottom #FFF;
	padding-left:40px;
}




.precios {
    /*margin-bottom: -35px;*/
    padding-top: 15px;
    position: static;
}
.precios .first {
    margin-left: 11px !important;
}
.precios .last {
    margin-right: 11px !important;
}

.precios li.cabeceras {
    background-color:#28BFB0 !important;
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
	text-shadow:1px 1px #666666 !important;
}

.precios .first, .precios .first li {
	border-radius:10px 0 0 0;
}

.precios .last, .precios .last li {
	border-radius:0 10px 0 0;
}


.precios li.cabeceras h2 {
    text-align: center;
	color:#FFF;
}

.precios li.cabeceras span {
   color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

ul.columnaprecios {
    border: 1px solid #D1D1D1;
    float: left;
    margin-left: -1px;
    margin-right: 0;
    padding: 0;
    position: relative;
    width: 308px;
}
ul.columnaprecios li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 5px 10px 5px 0;
}
ul.columnaprecios li .yes, .icon-yes {
    background: url("../images/iconos/yes.png") no-repeat scroll 20px 0 transparent;
    display: block;
    padding-left: 50px;
}
ul.columnaprecios li .no {
    background: url("../images/iconos/no.png") no-repeat scroll 20px 0 transparent;
    display: block;
    padding-left: 50px;
}
ul.columnaprecios li.button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    padding: 15px 30px;
    text-align: center;
}


.listado{border: 1px solid #CCCCCC;    margin-bottom: 15px;   padding: 5px 5px 10px;border-radius: 8px 8px 8px 8px;}
.listadodestacado{border:3px solid #B8E5FF;}
.certificado{
    background-color: #FBFFC6;
    border: 2px solid #CCCCCC;
}
.paginacion a{border: 1px solid #CCCCCC;padding: 3px 7px;   border-radius: 4px 4px 4px 4px;}
.paginacion span{border: 1px solid #CCCCCC;padding: 3px 7px;   border-radius: 4px 4px 4px 4px; background-color:#B8E5FF; color:#327CBA; display:inline-block;}

.logoinstaladorlistado {
    border: 1px solid #DFDFDF;
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px;
}
.bloquedatedealta{background-color:#B8E5FF;  border-color: #DDDDDD;border-radius: 8px 8px 8px 8px;border-style: solid;border-width: 1px; padding:8px;   width: 98%;}
/* ========================================================================== */
/*  alta instaladores                                                         */
/* ========================================================================== */

#formularioaltainstalador{
	position: relative; overflow: hidden;width:100%; float:left; margin-bottom:20px;
}

#formularioaltainstalador form{
padding: 15px;	
border: 5px solid #EEEEEE;
border-radius: 6px;
overflow:auto;
}

.contenedorsectores{border:1px solid #DDDDDD; padding:5px; width:425px;}
.checkidcategoria{ display:inline;}


#form_datosinstalador{ }

/* ========================================================================== */
/*  ficha instaladores                                                         */
/* ========================================================================== */

ul.pestanyas {
    clear: both;
    padding-top: 10px;
}
ul.pestanyas li{
	float:left;
	padding:10px 20px;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
}
ul.pestanyas li.last{
	border-right:1px solid #DFDFDF;			
}
ul.pestanyas li.activa,ul.pestanyas li.activa:hover{
	background-color:#327CBA;
	color:#FFF;
	border-top: 1px solid #B8E5FF;
	border-left: 1px solid #B8E5FF;
}
ul.pestanyas li:hover{
	background-color:#B8E5FF;
	border-top: 1px solid #B8E5FF;
	border-left: 1px solid #B8E5FF;
	cursor:pointer;
}


.contenidopestanya{
	border: 1px solid #B8E5FF;
	padding:10px;
	clear:both;
	margin-bottom:15px;
}

/* ========================================================================== */
/*  contacto                                                                  */
/* ========================================================================== */

#formulariocontacto{
	position: relative; overflow: hidden;float:left;	
}

#formulariocontacto form{
padding: 15px;
width: 520px;
border: 5px solid #EEEEEE;
border-radius: 6px;
}

#minimapa{
	padding-left:120px;
	float:left;
}

#minimapa img{
    box-shadow: 1px 3px 3px #DBDBDB;
    border: 1px solid #DBDBDB;
}

/* ========================================================================== */
/*  bloques                                                         */
/* ========================================================================== */

.anchocompleto {
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    width: 960px;
}
.untercio {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
	position:relative;	
}
	
.dostercios {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 620px;
	position:relative;
}


.uncuarto {
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.trescuartos {
	width: 700px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}



.primeramitad {
    float: left;
    overflow: hidden;
    padding-bottom: 15px;
    padding-right: 20px;
    width: 48%;
}

.segundamitad {
    float: left;
    overflow: hidden;
    padding-bottom: 15px;
    padding-right: 0;
    width: 48%;
}

/* ========================================================================== */
/*  encabezados                                                         */
/* ========================================================================== */
h1, .tituloh1 {
		color:#73A612;
        font-size:42px;
        line-height:42px;
        margin-bottom: 10px;
        font-weight: normal;
		font-family: 'Jockey One', sans-serif;
		
}
h2, .tituloh2 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 30px;
        /*font-family: Arial;*/
		font-family: 'Jockey One', sans-serif;
        font-weight: normal;
        letter-spacing: 0em;
		color: #73A612;
}

h3, .tituloh3 {
        font-size: 20px;
        line-height: 27px;
        font-weight: normal;
        margin-bottom: 8px;
		font-family: 'Jockey One', sans-serif;		
        letter-spacing: -0.01em;
}
h4, .tituloh4 {
        font-size: 19px;
        line-height: 24px;
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 10px;
}
h5, .tituloh5  {   font-size:16px;
        line-height:22px;
        margin-top: 0px;
        margin-bottom: 10px;
}

/* ========================================================================== */
/*  enlaces                                                         */
/* ========================================================================== */

a {
    color: #327CBA;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;	
	
}
a:hover {
    background: none repeat scroll 0 0 #B8E5FF;
    color: #327CBA;
    display: inline-block;
}
	
.fancybox-wrap	a:hover { background-color:transparent;}
a.fancybox:hover{ background-color:transparent;}
	

.botongrande{
    background: url("../images/botones/btn_big.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    float: right;
    font-size: 18px;
    margin-top: 15px;
     padding: 18px 20px;
    text-shadow: 1px 1px #CCCCCC;
	border:0;
	
}
.botongrande:hover{
    background: url("../images/botones/btn_big2.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	color: #FFFFFF;
	text-shadow: 1px 1px #666666;
}

.botonpequeno {
    background: url("../images/botones/btn_small.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    float: right;
    font-size: 17px;
    margin-top: 5px;
    padding: 3px 20px;
    text-shadow: 1px 1px #666666;
	border:0;
	
}
.botonpequeno:hover{
    background: url("../images/botones/btn_small2.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	text-shadow: 1px 1px #666666;
	cursor:pointer;	
}

.botonmediano {
    background: url("../images/botones/btn_medium.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 5px;
    padding: 5px 0;
	width:130px;
    text-shadow: 1px 1px #666666;
	border:0;
	
}
.botonmediano:hover{
    background: url("../images/botones/btn_medium2.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	text-shadow: 1px 1px #666666;
	cursor:pointer;
}	

.resaltado {
    background: none repeat scroll 0 0 #B8E5FF;
    color: #327CBA;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}
	

.comentarioshome {
    font-size: 14px;
    font-style: oblique;
    line-height: 21px;
    margin-bottom: 10px;
    padding-top: 0;
    quotes: "" "";
}	

.autor{
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 27px;
}

/* ========================================================================== */
/*  pie                                                        */
/* ========================================================================== */	


#piearriba{
  background: #53A6CE url(../images/fondos/pie-arriba.gif) top repeat-x;
  color:#cdacc8;
  text-shadow: 1px 1px #732e67;
  font-size:14px;
  padding-top:20px;
  min-height:180px;
  min-width:960px;
  padding-bottom:20px;
  font-size:13px;  
  margin-top: 20px;  
}

#piearriba h3{
  color:#FFF;
  text-shadow: 1px 1px #666666;
  margin-bottom:15px;  	
}

#pie .enlacespie ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

#pie .enlacespie ul li{
  border-top:1px solid #FFFFFF;
  padding-top:6px;
  padding-bottom:7px;  
}

#pie .enlacespie ul li a {
     color: #FFFFFF;
    text-shadow: 1px 1px #666666;
}

#pie .enlacespie ul li a:hover {
     color: #FFFFFF;
    text-shadow: 1px 1px #666666;
	background:none;
}


#pie ul.social {
  margin:0px;
  padding:0px;
  list-style:none;
}
#pie ul.social li {
  padding-top:6px;
  padding-bottom:7px;
  width:100px;
  float:left;
  margin-right:20px;
  border-top:1px solid #FFFFFF;  
}
#pie ul.social .last {
  margin-right:0px;
}
#pie ul.social  a {
  display:block;
  background-position: 0px 0px;
  padding-left:25px;
}
#pie ul.social .twitter,#pie ul.social .twitter:hover {
  background:url(../images/iconos/twitter.png) no-repeat left;
}
#pie ul.social .facebook,#pie ul.social .facebook:hover {
  background:url(../images/iconos/facebook.png) no-repeat left;
}
#pie ul.social .youtube,#pie ul.social .youtube:hover {
  background:url(../images/iconos/youtube.png) no-repeat left;
}
#pie ul.social .rss,#pie ul.social .rss:hover {
  background:url(../images/iconos/rss.png) no-repeat left;
}


#pieabajo {
  font-size:12px;
  padding-top:20px;
  padding-bottom:20px;
  min-height:20px;
  min-width:960px;
  background: #585858 url(../images/fondos/pie-abajo.gif) top repeat-x;
  color:#d9d9d9;
  text-shadow: 1px 1px #3e3b3a;
}
#pieabajo  a {
  color:#d9d9d9; text-decoration:none;
}
#pieabajo  a:hover {
  color:#ffffff; text-decoration:none; background:none;
}



/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/images/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/images/chosen-sprite.png') no-repeat 100% -22px;
  background: url('/images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('/images/chosen-sprite.png') no-repeat -38px -22px;
  background: url('/images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('/images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
