/* ------------------------------------------------------------------------- 
	Header
*/
#hdrLogoBW {
	display: none;
}
#header {
    background: url("img/bg_main_header.png") repeat-x scroll 0 0 transparent;
    height: 205px;
    width: 100%;
}
#header .header_main {
    margin: 0 auto;
    padding-top: 19px;
    width: 1005px;
}
#header .top_head {
    height: 111px;
}
#header .head_logo {
    float: left;
    margin: 10px 0 0 21px;
}
#header .head_banner {
    float: right;
    height: 90px;
    width: 728px;
}

ul.parent_nav {
	padding-left: 0;
    height: 35px;
    line-height: 22px;
    position: relative;
}

.parent_nav li {
    /*cursor: pointer;*/
    display: inline-block;
    float: left;
    height: 28px;
    letter-spacing: 0;
    list-style: none outside none;
    padding-left: 16px;
    padding-top: 7px;
    text-transform: uppercase;
}

.parent_nav li a {
	color:#e6e6e6;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.magazine {	width: 89px; }
.magazine:hover, .magazine.active { background: #ffcc00; }
.magazine:hover a, .magazine.active a { color: #000; }

.traveler { width: 86px; }
.traveler:hover, .traveler.active { background:#569fd9; }
.traveler:hover a, .traveler.active a { color:#fff; }

.junior { width: 69px; }
.junior:hover, .junior.active { background: #a6d724 }
.junior:hover a, .junior.active a { color: #000; }

.community { width: 144px; }
.community:hover, .community.active { background: #e8e8e8; }
.community:hover a, .community.active a { color: #000; }

.tv { width: 33px; }
.tv:hover, .tv.active { background: #333; }
.tv:hover a, .tv.active a { color: #ffd800; }

.shop { width: 55px; }
.shop:hover, .shop.active { background: #cc3814 }
.shop:hover a, .shop.active a { color: #fff; }

.abo_service { width: 193px; }
.abo_service:hover, .abo_service.active { background: #ab74b3 }
.abo_service:hover a, .abo_service.active a { color: #fff; }

ul.child_nav {
    cursor: auto;
    display: none;
    height: 15px;
    left: 0;
    padding: 8px 0 12px;
    position: absolute;
    top: 35px;
    width: 100%;
}

.child_nav.active { display: block; }

.child_nav li {
	float: left;
	border-right: 1px solid #626262;
	height: 15px;
	padding: 0 18px 0 21px !important;
}
.child_nav li.last {
	border: none;
}
.child_nav li a {
	line-height: 17px;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	color: #bfbfbf !important;
	letter-spacing: 0.175px; 
}

.shop .child_nav { background-color: #661400; }

.search {border:1px solid #cecece; height:21px !important; margin-top:6px; background:#fff; padding-top:0px !important; padding-left:0px !important;cursor:auto;}
.search input[type=text], .search .field {width:190px; float:left; height:15px; font-size:11px; padding:4px 2px 0 9px; border:0px; :}
.search input[type=text], .search .gray {color:#555;}
.search input[type=button] {background:url('/img/header/btn_search.png') no-repeat 0 0; float:left; width:19px; height:19px; border:none; margin:1px 1px 0px 0px; cursor:pointer;}
.search input[type=button]:hover {background:url('/img/header/btn_search.png') no-repeat 0 -21px;}
