/**
	Projeto - Projeto (CLIENTE) v: 0.1
	Developer(s):
		+ Fernando Basilio (fernando.basilio@hellointeractive.com.br)
*/

.monte_seu_roteiro{
	margin: 0;
	padding: 0;
	width: 250px;
/*	height: 15px;	*/
	height: 0px;	
	position: absolute;
	top: 279px;
	right: 0px;
	overflow: hidden;
	display: block;
	z-index: 9999;
}

.monte_seu_roteiro iframe{
	position: relative;
	z-index: 9999px;
	background: url(../../img/bg_slide_montesuarota.png) no-repeat right 0;
}

.box_botoes{
	float: left;
	width: 70px;
	background: red;
	position: absolute;
	top: 260px;
	right: 0;
	z-index: 9999;
	display: block;	
	text-align: center;
	padding: 3px;
}

.monte_seu_roteiro iframe{
	width: 250px;
	height: 450px;
	border: none;
}

div.sexy {
	font-size: 10px;
    white-space: nowrap;
    height: 18px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    background: url(../../img/combo_bg_combo.gif) no-repeat 0 0;
	 font-size: 10px;
}

div.sexy input {
    margin: 0 0 0 0;
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    padding: 2px 3px 0 3px;
    background: url(../../img/combo_text-bg.gif) repeat-x 0 0;
    border:0;
    height: 16px;
    vertical-align:middle; 
    left: 4px;
    top: 0px; 
    width: 190px;  
}

div.sexy div.icon {
    width:16px;
    height: 17px;
    background: url(../../img/combo_trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border: 0;
    top:0px;
    right: 0px; 
}

div.sexy div.list-wrapper {
    left: 0px;
    top: 17px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 198px;
    bottom: auto;
	 color: #696969;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.sexy  li {
    padding: 0;
    padding-left: 5px;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: #d2d2c8;
}

/*for IE*/
div.sexy a, div.sexy a:visited, div.sexy a:active {
    display: block;
	width: 100%;
	width: 146px;
	text-decoration: none;
    font:normal 14px  tahoma, arial, helvetica, sans-serif;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.sexy input.empty {
    color: gray;
}

a.to-highlight:hover {
    background-color: red;
}


/*wrapper of all elements*/
div.combo {
	float: left;
    position:relative;
/*    left: 0px;
    top: 0px;*/
}

/*text input*/
.combo input {
    position: absolute;
}

/*icon*/
.combo div.icon {
    position:absolute;
}

/*list wrapper*/
.combo div.list-wrapper {
    position: absolute;
    overflow: hidden;
    /*we should set height and max-height explicitly*/
    height: 200px; 
    max-height: 200px;
    /*should be always at the top*/
    z-index: 99999;
}

/*"drop-up" list wrapper*/
.combo div.list-wrapper-up {}

/*dropdown list*/
.combo ul {}

/*dropdown list item*/
.combo  li {
    height: 20px;
}

/*active (hovered) list item*/
.combo li.active {}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}

/*used when emptyText config opt is set. Applied to text input*/
.combo input.empty {}

