@charset "utf-8";
/* CSS Document */

#msg {
  display: none;
  font-size:10px;
  position: absolute;
  z-index: 300;
  /*background: url(../images/arrow/msg_arrowL.gif) left center no-repeat;*/
  padding-left: 7px;
}

#msgcontent {
  display: block;
  background: #ff3300;
  border: 2px solid #b90000;
  /*border-right: none;*/
  padding: 5px;
  min-width: 150px;
  max-width: 250px;
  color:#FFFFFF;
}

/*Dropdown*/
.orangeBrD{ 
  border: solid 1px #ff3300;
}

.titleOrange{
  font-size:16px;
  text-decoration:none;
  font-weight:bold;
  color:#ff3300;
}

.orangeBr{
  border: solid 1px #ff3300;
  text-align:left;
  width: 170px;
}

#searchLK {
    border: solid 1px #ff3300;
    text-transform: uppercase;
	text-align:left;
	width: 170px;
}


.suggestionList {
	position: relative;
    left: 0px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: 270px;
    background-color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #ff3300;
    color: #ccc;
	height:250px; 
	overflow-y:scroll;
}

.suggestionList ul {
	margin: 5px 0 0 0;
	padding: 5px 0px 0 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
	padding: 3px 3px 3px 3px;
    cursor: pointer;
	list-style:none;
	color:#000000;
}

.suggestionList li:hover {
    background-color: #ff3300;
	color:#000000;
}

.selected{
	background-color:#ff3300;
	color:#000000;
}



