/*search*/
#left div.title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Arial;
	margin: 15px 0px 10px 25px;
}

#left div.line {
   height: 2px;
   width: 195px;
	margin: 10px 0px 0px 25px;
	background: transparent url(../img/bg/leftLineBg.png) repeat-x top;
}

#left form{
   padding: 0px;
   margin: 0px;
}

#left div.input{
	width: 170px;
	overflow: hidden;
	margin: 2px 0px 0px 25px;
	/*background-color: #FFCC00;*/
}

#left div.input label {
	color: #004e6f;
}

#left div.text input {
	width: 170px;
	border: none;
	margin-top: 2px;
	color: #004e6f;
	font-weight: bold;
	font-size: 11px;
	height: 16px;
}

#left div.password input {
	width: 170px;
	border: none;
	margin-top: 2px;
	color: #004e6f;
	font-weight: bold;
	font-size: 11px;
	height: 16px;
}
#left div.select select {
	width: 170px;
	/*border: none; */
   margin-top: 2px;
   color: #004e6f;
	font-weight: bold;
   font-size: 11px;
   height: 18px;	
}

#left div.price {
   float: none;
   overflow: hidden;
   margin-left: 25px;
}

#left div.price div.input {
   float: left;
   width: 85px;
   margin-left: 0px;
}

#left div.price div.text input {
   width: 62px;
}

#left div.submit input {
	margin: 10px 0px 0px 75px;
	background: transparent url(../img/bg/searchSubmitBg.png) no-repeat top;
	width: 65px;
	height: 22px;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#left #indicator{
	margin: 0px 0px 0px 25px;
	display: none;
}
#left div.forgot_pass {
  margin-left: 25px;
  margin-top: 5px;
  font-size: 11px;
  color: #FFffff;
  text-decoration: none;
}
#left div.forgot_pass a {
  font-size: 11px;
  color: #FFffff;
  text-decoration: none;
}
#left div.account {
   margin-left: 25px;
   overflow: hidden;
}
#left div.account a{
   font-family: Arial;
   font-size: 13px;
   color: #FFffff;
   text-decoration: none;
}
#left div.account a:hover{
   font-weight: bold;
}
#left span.user_account {
   font-family: Arial;
   font-size: 13px;
   color: #FFffff;
   text-decoration: underline;
}

/*menu*/

#left div.menu {
   margin-left: 35px;
   overflow: hidden;
}
#left div.menu a{
   font-family: Arial;
   font-size: 13px;
   color: #FFffff;
   text-decoration: none;
}

#left div.menu a.red{
   font-family: Arial;
   font-size: 13px;
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}

#left div.menu a:hover{
   font-weight: bold;
}

/*last add*/
#left div.device{
   float: none;
   margin-left: 25px;
   margin-top: 10px;
}

#left div.device div.name{
   font-size: 12px;
}

#left div.device div.name a{
   color: #004e6f;
   font-weight: bold;
}

#left div.device div.name a:hover{
   color: #000000;
}

#left div.device div.loc{
   color: #FFFFFF;
   margin-top: 5px;
}
