/**
 * 默认头部样式
 * 
 * @version $Id: default.header.css 7 2014-11-26 03:51:36Z liqt $
 * @creator liqt @ 2014-10-08 21:45:43 by caster0.0.3
 */
@charset "UTF-8";

#header a.logo {
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  width: 557px;
  height: 105px;
  background: url("../images/header.logo.png") no-repeat center center;
}

#header .account-area,
#header .phone,
#header .search {
  width: 248px;
}

#header .account-area {
  display: block;
  position: absolute;
  right: 0;
  top: 35px;
}

#header .account-area .btn {
  height: 29px;
  width: 122px;
  background-color: #f6ad3c;
  color: #fff;
  font-size: 16px;
  padding: 3px 12px;
  border-radius: 0;
}

#header .phone {
  display: block;
  position: absolute;
  right: 0;
  top: 90px;
  font-size: 20px;
  color: #f08300;
  background: url("../images/icon.call.small.png") no-repeat left center;
  padding-left: 30px;
  white-space: nowrap;
}

#header .search {
  display: block;
  position: absolute;
  right: 0;
  top: 125px;
  background: #f6ad3c;
  padding: 1px;
}

#header .search .input {
  width: 190px;
  height: 30px;
  border: 0;
  border-radius: 0;
}

#header .search .btn {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 4px 10px;
  color: #fff;
  background: #f6ad3c;
}