/*
 * jQuery eCaffeine Selected Combo
 *
 * Copyright (c) 2009 eCaffeine
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://www.ecaffeine.cc
 *
 * Depends:
 *	jquery 1.3.2
 */

/* THEMES */
.themeOrange				{color:#FFFFFF; text-align:left;}
.themeOrange .select		{height:20px; background:url(../images/combo_laranja_bg.gif) repeat-x;}  
.themeOrange .select .base	{width:auto; background:url(../images/combo_laranja_round.gif) no-repeat;} 
.themeOrange .select .click	{width:20px;  background:url(../images/combo_laranja_click.gif); border-left:solid #FFFFFF 1px;} 
.themeOrange .options		{max-height:300px; background-color:#DD8826; line-height:20px; height: expression(this.scrollHeight >= "300" ? "300" : "auto"); }   

.themeRed					{color:#FFFFFF; text-align:left;}
.themeRed .select			{height:20px; background:url(../images/combo_vermelho_bg.gif) repeat-x;}  
.themeRed .select .base		{width:auto; background:url(../images/combo_vermelho_round.gif) no-repeat;} 
.themeRed .select .click	{width:20px;  background:url(../images/combo_vermelho_click.gif); border-left:solid #FFFFFF 1px;} 
.themeRed .options			{max-height:300px; background-color:#d03f30; line-height:20px; height: expression(this.scrollHeight >= "300" ? "300" : "auto"); }   

.themeDark					{color:#FFFFFF; text-align:left;}
.themeDark .select			{height:20px; background:url(../images/combo_dark_bg.gif) repeat-x;}  
.themeDark .select .base	{width:auto; background:url(../images/combo_dark_round.gif) no-repeat;} 
.themeDark .select .click	{width:20px;  background:url(../images/combo_dark_click.gif); border-left:solid #FFFFFF 1px;} 
.themeDark .options			{max-height:150px; background-color:#888888; line-height:20px;  height: expression(this.scrollHeight >= "150" ? "150" : "auto");  }   



/* PROPERTIES */
.eCaffeineCombo{position:relative; width:150px; z-index:999;}
.eCaffeineCombo-Select{ clear:both; cursor:pointer; z-index:999; position:relative;}
.eCaffeineCombo-Select-Option{ float:left; cursor:pointer;  height:100%;}
.eCaffeineCombo-Select-Option span{ margin-left:10px; top:3px; position:relative;}
.eCaffeineCombo-Select-Button{ float:right; cursor:pointer;  height:100%;}
.eCaffeineCombo-Options{position:absolute; display:none; z-index:99999;}
.eCaffeineCombo-Options-Dimension{margin-top:0px; margin-bottom:2px; margin-right:21px; margin-left:4px; clear:both; overflow:auto;}
.eCaffeineCombo-Options ul{ margin:0 0 0 2px; *margin:0 0 0 15px; padding:0 0 0 0;}
.eCaffeineCombo-Options li{ margin-left:5px; *margin-left:-9px; margin-top:0px; margin-right:3px; clear:both; cursor:pointer; list-style:none;}

#eCaffeineCombo-Options-comboCidade{ margin-left:-88px;}
#eCaffeineCombo-Options-Dimension-comboCidade{width:240px;}

#eCaffeineCombo-Options-comboAssistCidade{ margin-left:-88px;}
#eCaffeineCombo-Options-Dimension-comboAssistCidade{width:253px; z-index:999999; position:relative;}
