/* -------------------- HEADER -------------------- */
.header { width: 100%; height: 98px; position: relative; }

/* ----- h-logo ----- */
.h-logo { left: 0; top: 16px; position: absolute; }
.h-logo a { display: block; width: 168px; height: 67px; text-indent: -9999px; overflow: hidden; background: url(../images/h-logo.png) 0 0 no-repeat; }

/* ----- h-phones ----- */
.h-phones { left: 525px; top: 16px; position: absolute; }
.h-phones p { line-height: 22px; color: #dfdfe7; }
.h-phones p big { font-size: 14px; color: #fff; }

/* ----- h-icons ----- */
.h-icons { right: 0; top: 16px; position: absolute; }
.h-icons li { float: left; padding-left: 24px; }
.h-icons li a { color: #dfdfe7; }

/* ----- h-favorite ----- */
.h-favorite { width: 130px; right: 0; top: 38px; position: absolute; }
.h-favorite .qntt i { display: inline-block; width: 18px; height: 11px; padding: 4px 2px 2px; line-height: 10px; text-align: center; color: #39f; background: url(../images/h-favorite.gif) 0 0 no-repeat; }
.h-favorite .qntt { color: #fff; cursor: pointer; }
.h-favorite .qntt:hover { color: #000; }
.h-favorite .qntt:hover i { color: #369; }
