/* NAVIGATION 980px
================================================================================*/

div#header div#nav {
	width: 980px;
	margin: 10px 0px 8px 0px;
	background: #fff;
}

div#header div#nav div#corpLogo {
	float: left;
	width: 315px;
	height:33px;
}

div#header div#nav div#corpLogo h1 {
	display;block;
	float: left;
}

div#header div#nav div#corpLogo a {
	display;block;
	float: left;
	margin-bottom:0;
	padding-right:10px;
	padding-bottom:0;
}

div#header div#nav div#globalNav {
	float: left;
	width: 385px;
	padding-top: 10px;
	color:#ccc;
	text-align: right;
}

div#header div#nav div#globalNav a {
	padding: 0px 4px;
}

div#header div#nav div#btnArea {
	float: left;
	width: 280px;
	height:30px;
}

div#header div#nav div#btnArea ul {
	clear;both;
	width:280px;
	height:30px;
}

div#header div#nav div#btnArea ul li {
	float: left;
	padding-left: 10px;
}

div#header div#nav div#btnArea ul li a {

	display: block;
	width: 130px;
	height: 30px;
	text-decoration: none;
}

div#header div#nav div#btnArea ul li a span {
	visibility: hidden;
}

div#header div#nav div#btnArea ul li#btnCart a {
	background: url(../images/header_btn_orange.gif) 0px 0px no-repeat;
}

div#header div#nav div#btnArea ul li#btnCart a:hover {
	background: url(../images/header_btn_orange.gif) 0px -30px no-repeat;
}

div#header div#nav div#btnArea ul li#btnFavorite a {
	background: url(../images/header_btn_orange.gif) -130px 0px no-repeat;
}

div#header div#nav div#btnArea ul li#btnFavorite a:hover {
	background: url(../images/header_btn_orange.gif) -130px -30px no-repeat;
}


/* CATEGORY TAB 980px
================================================================================*/

div#header div#category {
	clear: both;
	width: 980px;
	background: url(../images/header_bg_category.gif) 0px 0px no-repeat;
}

div#header div#category ul#categoryList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#header div#category ul#categoryList li {

	float: left;
}

div#header div#category ul#categoryList li a {
	display: block;
	height: 30px;
	text-decoration: none;
}

div#header div#category ul#categoryList li span {
	visibility: hidden;
	font-size:1%;
}

div#header div#category ul#categoryList li#tab00,
div#header div#category ul#categoryList li#tab00 a,
div#header div#category ul#categoryList li#tab10, 
div#header div#category ul#categoryList li#tab01,
div#header div#category ul#categoryList li#tab01 a,
div#header div#category ul#categoryList li#tab11,
div#header div#category ul#categoryList li#tab02,
div#header div#category ul#categoryList li#tab02 a,
div#header div#category ul#categoryList li#tab12,
div#header div#category ul#categoryList li#tab03,
div#header div#category ul#categoryList li#tab03 a,
div#header div#category ul#categoryList li#tab13,
div#header div#category ul#categoryList li#tab04,
div#header div#category ul#categoryList li#tab04 a,
div#header div#category ul#categoryList li#tab14,
div#header div#category ul#categoryList li#tab05,
div#header div#category ul#categoryList li#tab05 a,
div#header div#category ul#categoryList li#tab15,
div#header div#category ul#categoryList li#tab06,
div#header div#category ul#categoryList li#tab06 a,
div#header div#category ul#categoryList li#tab16 { width:122px; }
div#header div#category ul#categoryList li#tab07,
div#header div#category ul#categoryList li#tab07 a,
div#header div#category ul#categoryList li#tab17 { width:126px; }

div#header div#category ul#categoryList li#tab00 a:hover { background: url(../images/header_bg_category.gif) 0px -30px no-repeat; }
div#header div#category ul#categoryList li#tab01 a:hover { background: url(../images/header_bg_category.gif) -122px -30px no-repeat; }
div#header div#category ul#categoryList li#tab02 a:hover { background: url(../images/header_bg_category.gif) -244px -30px no-repeat; }
div#header div#category ul#categoryList li#tab03 a:hover { background: url(../images/header_bg_category.gif) -366px -30px no-repeat; }
div#header div#category ul#categoryList li#tab04 a:hover { background: url(../images/header_bg_category.gif) -488px -30px no-repeat; }
div#header div#category ul#categoryList li#tab05 a:hover { background: url(../images/header_bg_category.gif) -610px -30px no-repeat; }
div#header div#category ul#categoryList li#tab06 a:hover { background: url(../images/header_bg_category.gif) -732px -30px no-repeat; }
div#header div#category ul#categoryList li#tab07 a:hover { background: url(../images/header_bg_category.gif) -854px -30px no-repeat; }

div#header div#category ul#categoryList li#tab10 { height:30px; background: url(../images/header_bg_category.gif) 0px -60px no-repeat; }
div#header div#category ul#categoryList li#tab11 { height:30px; background: url(../images/header_bg_category.gif) -122px -60px no-repeat; }
div#header div#category ul#categoryList li#tab12 { height:30px; background: url(../images/header_bg_category.gif) -244px -60px no-repeat; }
div#header div#category ul#categoryList li#tab13 { height:30px; background: url(../images/header_bg_category.gif) -366px -60px no-repeat; }
div#header div#category ul#categoryList li#tab14 { height:30px; background: url(../images/header_bg_category.gif) -488px -60px no-repeat; }
div#header div#category ul#categoryList li#tab15 { height:30px; background: url(../images/header_bg_category.gif) -610px -60px no-repeat; }
div#header div#category ul#categoryList li#tab16 { height:30px; background: url(../images/header_bg_category.gif) -732px -60px no-repeat; }
div#header div#category ul#categoryList li#tab17 { height:30px; background: url(../images/header_bg_category.gif) -854px -60px no-repeat; }


/* SEARCH AREA 980px
================================================================================*/

div#header div#search {
	clear: both;
	width: 980px;
	padding: 2px 0px;
	text-align: center;
	vertical-align:middle;
	background: url(../images/header_bg_search.gif) repeat-x #990014;
}

div#header div#search a {
	width:120px;
	margin-top:2px;
	margin-left:20px;
	padding-left:16px;
	color:#fff;
	background: url(../images/icon_allitem.gif) 0% 50% no-repeat;
}

div#header div#search form {
	padding-top:4px;
	background:url(../images/icon_search.gif) 80px 50% no-repeat;
}

div#header div#search form select {
	width:160px;
	margin-left:40px;
	padding-left:4px;
}

div#header div#search form input.fm1 {
	width:480px;
	margin:0px 2px;
	padding:0px 5px;
}

div#header div#search form button {
	margin-bottom:3px;
	vertical-align:middle;
}

/* NAVIGATION 760px
================================================================================*/

div#header div#header760Left div#nav {
	width: 760px;
	margin: 10px 0px 8px 0px;
	background: #fff;
}

div#header div#header760Left div#nav div#corpLogo {
	float: left;
	width: 250px;
}

div#header div#header760Left div#nav div#globalNav {
	float: left;
	width: 500px;
	padding-top: 10px;
	color:#ccc;
	text-align: right;
}

div#header div#header760Left div#nav div#globalNav a {
	padding: 0px 4px;
}


/* CATEGORY TAB 760px
================================================================================*/

div#header div#header760Left div#category {
	clear: both;
	width: 760px;
	height:30px;
	background: url(../images/header760_bg_category.gif) 0px 0px no-repeat;
}

div#header div#header760Left div#category ul#categoryList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#header div#header760Left div#category ul#categoryList li {
	display: block;
	float: left;
}

div#header div#header760Left div#category ul#categoryList li a {
	display: block;
	height: 30px;
	text-decoration: none;
}

div#header div#header760Left div#category ul#categoryList li span {
	visibility: hidden;
	font-size:1%;
}

div#header div#header760Left div#category ul#categoryList li#tab00,
div#header div#header760Left div#category ul#categoryList li#tab00 a,
div#header div#header760Left div#category ul#categoryList li#tab10, 
div#header div#header760Left div#category ul#categoryList li#tab01,
div#header div#header760Left div#category ul#categoryList li#tab01 a,
div#header div#header760Left div#category ul#categoryList li#tab11,
div#header div#header760Left div#category ul#categoryList li#tab02,
div#header div#header760Left div#category ul#categoryList li#tab02 a,
div#header div#header760Left div#category ul#categoryList li#tab12,
div#header div#header760Left div#category ul#categoryList li#tab03,
div#header div#header760Left div#category ul#categoryList li#tab03 a,
div#header div#header760Left div#category ul#categoryList li#tab13,
div#header div#header760Left div#category ul#categoryList li#tab04,
div#header div#header760Left div#category ul#categoryList li#tab04 a,
div#header div#header760Left div#category ul#categoryList li#tab14,
div#header div#header760Left div#category ul#categoryList li#tab05,
div#header div#header760Left div#category ul#categoryList li#tab05 a,
div#header div#header760Left div#category ul#categoryList li#tab15,
div#header div#header760Left div#category ul#categoryList li#tab06,
div#header div#header760Left div#category ul#categoryList li#tab06 a,
div#header div#header760Left div#category ul#categoryList li#tab16,
div#header div#header760Left div#category ul#categoryList li#tab07,
div#header div#header760Left div#category ul#categoryList li#tab07 a,
div#header div#header760Left div#category ul#categoryList li#tab17 { width:95px; }


div#header div#header760Left div#category ul#categoryList li#tab00 a:hover { background: url(../images/header760_bg_category.gif) 0px -30px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab01 a:hover { background: url(../images/header760_bg_category.gif) -95px -30px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab02 a:hover { background: url(../images/header760_bg_category.gif) -190px -30px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab03 a:hover { background: url(../images/header760_bg_category.gif) -285px -30px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab04 a:hover { background: url(../images/header760_bg_category.gif) -380px -30px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab05 a:hover { background: url(../images/header760_bg_category.gif) -475px -30px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab06 a:hover { background: url(../images/header760_bg_category.gif) -570px -30px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab07 a:hover { background: url(../images/header760_bg_category.gif) -665px -30px no-repeat; }

div#header div#header760Left div#category ul#categoryList li#tab00 { height:30px; background: url(../images/header760_bg_category.gif) 0px 0px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab10 { height:30px; background: url(../images/header760_bg_category.gif) 0px -60px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab11 { height:30px; background: url(../images/header760_bg_category.gif) -95px -60px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab12 { height:30px; background: url(../images/header760_bg_category.gif) -190px -60px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab13 { height:30px; background: url(../images/header760_bg_category.gif) -285px -60px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab14 { height:30px; background: url(../images/header760_bg_category.gif) -380px -60px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab15 { height:30px; background: url(../images/header760_bg_category.gif) -475px -60px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab16 { height:30px; background: url(../images/header760_bg_category.gif) -570px -60px no-repeat; }
div#header div#header760Left div#category ul#categoryList li#tab17 { height:30px; background: url(../images/header760_bg_category.gif) -665px -60px no-repeat; }


/* SEARCH AREA 760px
================================================================================*/

div#header div#header760Left div#search {
	clear: both;
	width: 760px;
	padding: 2px 0px;
	text-align: center;
	vertical-align:middle;
	background: url(../images/header_bg_search.gif) repeat-x #990014;
}

div#header div#header760Left div#search a {
	width:120px;
	margin-top:2px;
	margin-left:20px;
	padding-left:16px;
	color:#fff;
	background: url(../images/icon_allitem.gif) 0% 50% no-repeat;
}

div#header div#header760Left div#search form {
	padding-top:4px;
	background:url(../images/icon_search.gif) 70px 50% no-repeat;
}

div#header div#header760Left div#search form select {
	margin-left:40px;
	padding-left:4px;
}

div#header div#header760Left div#search form input.fm1 {
	width:280px;
	margin:0px 2px;
	padding:0px 5px;
}

div#header div#header760Left div#search form button {
	margin-bottom:3px;
	vertical-align:middle;
}


/* SUB HEADER 760px
================================================================================*/

div#header div#header760Right div#btnArea {
	width: 220px;
	padding:10px 0px 0px 0px;
}

div#header div#header760Right div#btnArea ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#header div#header760Right div#btnArea ul li {
	display: block;
	float: left;
	padding-left: 4px;
}

div#header div#header760Right div#btnArea ul li a {
	display: block;
	height: 30px;
	text-decoration: none;
}

div#header div#header760Right div#btnArea ul li span {
	visibility: hidden;
}

div#header div#header760Right div#btnArea ul li#btnCart { padding-bottom:6px; }
div#header div#header760Right div#btnArea ul li#btnFavorite { padding-bottom:6px; }
div#header div#header760Right div#btnArea ul li#btnPoint { padding-bottom:4px; }

div#header div#header760Right div#btnArea ul li#btnCart a {
	width:106px;
	background: url(../images/header760_btn_orange.gif) 0px 0px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnCart a:hover {
	background: url(../images/header760_btn_orange.gif) 0px -30px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnFavorite a {
	width:106px;
	background: url(../images/header760_btn_orange.gif) -106px 0px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnFavorite a:hover {
	background: url(../images/header760_btn_orange.gif) -106px -30px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnPoint a {
	width:216px;
	background: url(../images/header760_bg_submenu.gif) 0px 0px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnPoint a:hover {
	background: url(../images/header760_bg_submenu.gif) 0px -30px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnHistory a {
	width:106px;
	background: url(../images/header760_bg_submenu.gif) 0px -60px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnHistory a:hover {
	background: url(../images/header760_bg_submenu.gif) 0px -90px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnReserve a {
	width:106px;
	background: url(../images/header760_bg_submenu.gif) -106px -60px no-repeat;
}

div#header div#header760Right div#btnArea ul li#btnReserve a:hover {
	background: url(../images/header760_bg_submenu.gif) -106px -90px no-repeat;
}

