@charset "utf-8";
/* CSS Document */

/* =====================================================================
*
*	common css
*
* =================================================================== */


/* =====================================================================
*	wrapper
* =================================================================== */
div#wrapper {
	position: relative;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	text-align: center;
}


/* =====================================================================
*	container
* =================================================================== */
div#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-top: 3px;
	text-align: left;
}


/* =====================================================================
*	globalHeader
* =================================================================== */
header#globalHeader {
	position: relative;
	width: 1000px;
	height: 175px;
	text-align: left;
}

/* ---------------------------------
*    hgroup
*/
header#globalHeader hgroup {
	position: absolute;
	width: 710px;
	height: 103px;
	left: 0px;
	top: 50px;
	z-index: 3;
}

header#globalHeader hgroup h1 a {
	position: absolute;
	width: 252px;
	height: 103px;
	left: 0px;
	top: 0px;
	background: url(../images/h1_logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

header#globalHeader hgroup h2 {
	position: absolute;
	width: 334px;
	height: 31px;
	right: 0px;
	top: 72px;
	background: url(../images/h2_lead.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

/* ---------------------------------
*    btnSns
*/
nav#navSns {
	position: absolute;
	width: 66px;
	height: 16px;
	right: 0px;
	top: 45px;
	z-index: 4;
}

nav#navSns ul {
	position: relative;
	clear: both;
	list-style: none;
	width: 70px;
	height: 16px;
}

nav#navSns li {
	float: left;
}

nav#navSns li a {
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	text-indent: -9999px;
	display: block;
}

nav#navSns li.navTwitter a { background:url(../images/btn_twitter.gif) 0 0 no-repeat; }
nav#navSns li.navFacebook a { background:url(../images/btn_facebook.gif) 0 0 no-repeat; }
nav#navSns li.navRss a { background:url(../images/btn_rss.gif) 0 0 no-repeat; }
nav#navSns li a:hover { background-position: 0 -16px;}

/* ---------------------------------
*    topinfo
*/
#topinfo {
	position: relative;
	width: 1000px;
	height: 23px;
	padding: 0 0 3px 0;
	border-bottom: solid 1px #6b6b6b;
}

/* ---------------------------------
*    bokenews
*/
#bokenews{
	position: absolute;
	width: 375px;
	height: 22px;
	left: 230px;
	top: 0px;
	background: url(../images/line_topinfo.gif) left 0 no-repeat;
	z-index: 1;
}

#bokenews .inner {
	clear: both;
	width: 100%;
}

#bokenews h3 {
	float: left;
	width: 90px;
	height: 12px;
	margin: 6px 0 0 10px;
	background: url(../images/h3_bokenews.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#bokenews .tickercontainer { /* the outer div with the black border */
	float: right;
	width: 260px; 
	height: 27px; 
	margin: 2px 0 0 0;
	padding: 0;
	overflow: hidden; 
}

#bokenews .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 260px;
	overflow: hidden;
}

#bokenews ul.newsticker { /* that's your list */
	position: relative;
	left: 260px;
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}

#bokenews ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	white-space: nowrap;
	margin: 0 260px 0 0;
	padding: 0;
	font-size: 77%;
	letter-spacing: 1px;
}

#bokenews ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 80px 0 0;
}

#bokenews ul.newsticker span {
	margin: 0 15px 0 0;
}


/* ---------------------------------
*    weather
*/
#weather {
	position: absolute;
	width: 260px;
	height: 22px;
	right: 125px;
	top: 1px;
	background: url(../images/line_topinfo.gif) left 0 no-repeat;
	z-index: 3;
}

	#weather .result{
		letter-spacing: -.1em !important;
	}

#weather .inner {
	clear: both;
	width: 100%;
}

#weather-list{
	width: 109px;
	height: 20px;
	border: solid 1px #000;
	margin-left: 20px;
	float: left;
	font-size: 11px;
	z-index: 1;
}

	#weather-list a{
		display: block;
		padding-left: 20px;
	}

#weather-list-top{
	height: 22px;
	line-height: 22px;
	background: url(../images/select_left.gif) no-repeat left top;
	padding-left: 20px;
}

#weather-list-top:hover{
	background-position-y: center;
}

#weather-list-top.open{
	background-position-y: -40px;
}
	
	#weather-list ul{
		background: url(../images/white-bg.png);
	}
	
#weather-place{
	overflow: hidden;
	height: 0;
}

/* Date (Inline)
=================================*/
div.sctble_mat.sctble.m_year p,
div.sctble_mat.sctble.m_month p {}	
div.sctble_mat.sctble.m_year a,
div.sctble_mat.sctble.m_month a {}
div.sctble_mat.sctble.m_day a {}
		
/* Simple Select Box
=================================*/
div.sBox {
	border: solid #93af72 1px;
	background: #f2f8ec;
}

div.sBox p {
	border: none !important;
}
	
div.sBox a:hover,
div.sBox a:focus,
div.sBox a.selected {
	color: #fff;
	background: #93af72;
}

/* result
=================================*/
#weather p.result {
	float: right;
	width: 120px;
	margin: 4px 0 0 0;
	font-size: 77%;
	letter-spacing: 1px;
}


/* ---------------------------------
*    calender
*/
#calender {
	position: absolute;
	width: 115px;
	height: 22px;
	right: 0px;
	top: 1px;
	background: url(../images/line_topinfo.gif) left 0 no-repeat;
	z-index: 3;
}

#calender p {
	margin: 1px 0 0 0;
	font-family: 'Playfair Display', serif;
	font-size: 93%;
	letter-spacing: 1px;
	text-align: right;
}

/* ---------------------------------
*    storeHeader
*/
#storeHeader {
	position: relative;
	width: 1000px;
	height: 40px;
	margin: 0 0 36px 0;
	background: url(../../common/images/bg_storeheader.gif) 0 0 no-repeat;
}

#storeHeader inner {
	clear: both;
	width: 100%;
}

/* ---------------------------------
*   itemSearch_box
*/
#itemSearch_box {
	float: right;
	width: 196px;
	height: 30px;
	margin: 5px 5px 0 0;
	background: url(../images/bg_searchbox.gif) 0 0 no-repeat;
}

#itemSearch_box input {
	float: left;
	width: 165px;
	height: 18px;
	margin: 5px 0 0 7px;
	border: none;
	color: #bbbbbb;
}

#itemSearch_box input:focus { color: #3f3f3f; }
#itemSearch_box input.focused { color: #3f3f3f; }

#itemSearch_box a.btnSearch {
	float: right;
	width: 10px;
	height: 28px;
	margin: 1px 0 0 0;
	padding-left: 8px;
	background: url(../images/btn_search.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#itemSearch_box a:hover.btnSearch { background-position: 0 -28px; }


/* =====================================================================
*	contents
* =================================================================== */
div#contents {
	position: relative;
	clear: both;
	width: 1000px;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #6b6b6b;
}


/* ---------------------------------
*   mainColumn
*/
div#mainColumn {
	float: right;
	width: 784px;
}


/* ---------------------------------
*   itemList
*/
ul.itemList {
	clear: both;
	width: 808px;
	margin-right: -24px;
	overflow: hidden;
	_zoom: 1;
}

ul.itemList li {
	float: left;
	width: 178px;
	margin: 0 24px 30px 0;
	font-size: 77%;
	letter-spacing: 1px;
}

ul.itemList li a:hover {
	background-color: #fff;
}

ul.itemList li a span {
	display: block;
	background-color: #fff !important;
}

ul.itemList li a:hover span {
	display: block;
	background-color: #faf50f !important;
}

ul.itemList li a img{
	margin-bottom: 3px;
	background-color: #fff !important;
}

ul.itemList li a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background-color: #fff !important;
}


/* ---------------------------------
*   leftColumn
*/
div#leftColumn {
	float: left;
	width: 166px;
}

.login { margin-bottom: 25px; }

.login p a {
	width: 166px;
	height: 60px;
	background: url(../images/btn_login.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

.login p a:hover { background-position: 0 -60px; }


/* ---------------------------------
*   shoppingcart
*/
.shoppingcart { margin-bottom: 40px; }

.shoppingcart p a {
	width: 166px;
	height: 30px;
	background: url(../images/btn_shoppingcart.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

.shoppingcart p a:hover { background-position: 0 -30px; }


/* ---------------------------------
*   category
*/
.category { margin-bottom: 50px; }

.category h3 {
	width: 166px;
	height: 30px;
	margin-bottom: 20px;
	background: url(../images/side_h3_category.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

.category ul { list-style: none;}

.category ul li {
	width: 166px;
	height: 30px;
	margin-bottom: 12px;
	font-size: 93%;
	text-indent: 11px;
}

.category ul li:last-child { margin-bottom: 0px; }

.category ul li a {
	width: 166px;
	height: 30px;
	padding-top: 10px;
	display: block;
	background: url(../images/bg_category_link_off.gif) 0 0 no-repeat;
	line-height: 1.0;
}

.category ul li a:hover {
	background: url(../images/bg_category_link_on.gif) 0 0 no-repeat;
}


/* ---------------------------------
*   banner
*/
.banner { width: 166px; }

.banner ul { list-style: none;}

.banner ul li {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


/* ---------------------------------
*   SSL seal
*/

#ssl-seal{
	width: 130px;
	height: 66px;
	margin: 30px auto 0;
}


/* ---------------------------------
*   pager
*/
#pagination {
	width: 784px;
	margin: 0 0 20px 0;
	padding-top: 20px;
}

#pagination div.inner {
	clear: both;
	width: 100%;
}
	
#pagination p {
	float: right;
	font-size: 77%;
	letter-spacing: 1px;
	padding: 8px 25px 0 0;
}

#pagination nav.pager {
	float: right;
}

nav.pager ul {
	width: 280px;
	height: 28px;
	list-style: none;
	text-align: center;
}

nav.pager ul li {
	float: left;
	display: inline;
}

nav.pager ul li a {
	width: 16px;
	height: 22px;
	margin: 0 6px;
	padding: 6px 6px 0 6px;
	font-size: 93%;
	display: inline-block;
	text-align: center;
}

nav.pager ul li.prev a {
	float: left;
	width: 19px;
	height: 28px;
	margin: 0 20px 0 0;
	padding: 0;
	background: url(../images/arrow_prev.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

nav.pager ul li.next a {
	float: right;
	width: 19px;
	height: 28px;
	margin: 0 0 0 20px;
	padding: 0;
	background: url(../images/arrow_next.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

nav.pager ul li.prev a:hover { background-position: 0 -28px; }
nav.pager ul li.next a:hover { background-position: 0 -28px; }

/* ---------------------------------
*   btnPagetop
*/
div.btnPagetop {
	clear: both;
	width: 100%;
	padding-top: 20px;
}

div.btnPagetop a {
	float: right;
	width: 74px;
	height: 11px;
	background: url(../images/btn_pagetop.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

div.btnPagetop a:hover { background-position: 0 -11px; }


/* =====================================================================
*	globalFooter
* =================================================================== */
footer#globalFooter {
	position: relative;
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	text-align: left;
}

footer#globalFooter div.inner {
	clear: both;
	width: 1000px;
}

footer#globalFooter nav#sabnav {
	float: left;
	width: 700px;
}

footer#globalFooter nav#sabnav ul {
	clear: both;
	list-style: none;
	width: 700px;
}

footer#globalFooter nav#sabnav ul li {
	float: left;
	margin-right: 30px;
	font-size: 77%;
	letter-spacing: 1px;
}

footer#globalFooter address {
	float: right;
	width: 300px;
	font-size: 77%;
	letter-spacing: 1px;
	text-align: right;
}

