@charset "utf-8";
/* CSS Document */
@import "common.css";
@import "theme.css";

body {
	line-height: 1.6em;
	font-size: 0.82em;
	margin: 0;
	background: url(../img/sample/bg.gif) repeat-x #ffeb61;
	color: #4b1f14;
	}

strong {
	font-weight: bold;
}

/* layout */

h1 {
	position: relative;
	top: 55px;
	display: block;
	width: 770px;
	padding-left: 190px;
	margin: 10px auto;
	font-size: 1em;
	color: #4b1f14;
	font-weight: bold;
	z-index: 5;
}

h1.top {
	top: 20px;
	display: block;
	width: 960px;
	margin: 10px auto;
	padding: 0;
	font-size: 1em;
	color: #4b1f14;
}

#logo {
	position: absolute;
	top: -90px;
	left: -10px;
	z-index: 2;
}

#futureSplashTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 430px;
	/*background: url(../img/sample/top.gif) no-repeat center top;*/
	text-align: center;
	z-index: 1;
}

#futureSplashDetail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 430px;
	background: url(../img/sample/top.gif) no-repeat center top;
	text-align: center;
	z-index: -1;
}

#futureSplash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 430px;
	/*background: url(../img/sample/top.gif) no-repeat center top;*/
	text-align: center;
	z-index: -1;
}

#content {	position: relative;
	width: 960px;
	margin: -50px auto 0;
	padding-top: 230px;
	z-index: 1;
	background: url(../img/sample/header.jpg) no-repeat center top;
}

* html #content {
	width: 980px;
}

#contentTop {
	width: 960px;
	margin: 0 auto;
	margin-top: 430px;
	z-index: 1;
}

#navi {
	width: 200px;
	margin-bottom: 20px;
}

#mainContent {
	float: right;
	width: 760px;
	margin-bottom: 20px;
}

#main {
	float: left;
	width: 420px;
}

#mainTop {
	float: left;
	width: 480px;
}

#column {
	float: right;
	width: 240px;
}

#footer {
	clear: both;
	height: 80px;
	width: 100%;
	padding-top: 15px;
	line-height: 1.5em;
	font-size:0.85em;
	background-color: #4e3c33;
	color: white;
}

/* main */


#main p {
	margin-bottom: 10px;
}


/* footer */

#footerConteiner {
	width: 960px;
	margin: 0 auto;
}

#footer span {
	display: block;
	float: left;
}

#footer #addressTSF {
	width: 160px;
}

#footer #addressHead {
}

#footer #copyright {
	float: right;
	text-align: right;
}

/* column */

#globalLogin {
	height: 80px;
	margin-bottom: 10px;
}

#globalBanner {
}

#globalBanner img {
	margin-bottom: 10px;
}


/* content */

.mainTable {
	width: 420px;
	margin-bottom: 20px;
	background: #fff5b4;
}

.mainTable th, .mainTable td {
	padding: 4px 5px;
	border: 1px solid #4b1f14;
	vertical-align: top;
}

.mainTable td {
	vertical-align: middle;
}

.mainTable input, .mainTable select, .mainTable textarea {
	background-color: #fffceb;
	border: 1px solid #4b1f14;
	padding: 2px;
	font-size: 1em;
}

.mainTable th {
	background-color: #fffbb7;
}

.noBg {
	background: none;
	border: none;
}

#submit {
	padding: 20px 0;
	text-align: center;
}

#submit img {
	display: inline;
	margin: 0 10px;
}

.whiteBox {
	background-color: white;
	border: 3px solid #46231a;
	padding: 7px;
}

#main.whiteBox {
	padding: 7px 27px;
}

.sectionTitle {
	margin: 0px -20px 15px -20px;
}

h2 {
	clear: both;
	padding-left: 30px;
	line-height: 25px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 -10px;
	margin-bottom: 10px;
}

h3 {
	clear: both;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}


#contentPanpaka		h2 { background: url(../img/sample/h2_panpaka.gif) no-repeat; }
#contentShopping	h2 { background: url(../img/sample/h2_shopping.gif) no-repeat; }
#contentTsf			h2 { background: url(../img/sample/h2_tsf.gif) no-repeat; }


#contentPanpaka		h3 { background: url(../img/sample/h3_panpaka.gif) no-repeat 5px 6px; border-bottom: 1px solid #441e05; color: #441e05; }
#contentShopping	h3 { background: url(../img/sample/h3_shopping.gif) no-repeat 5px 6px; border-bottom: 1px solid #441e05; color: #441e05; }
#contentTsf			h3 { background: url(../img/sample/h3_tsf.gif) no-repeat 5px 6px; border-bottom: 1px solid #441e05; color: #441e05; }

ul.listBody {
	margin-left: 10px;
	margin-bottom: 20px;
	list-style-type: disc;
	padding: 0 25px;
}

ul.listBody li {
	line-height: 1.5em;
	margin-bottom: 5px;
}

ol.listBody {
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0 25px;
}

ol.listBody li {
	line-height: 1.5em;
	margin-bottom: 5px;
}

.cap {
	font-size: 0.9em;
	line-height: 1.25em;
	color: #900;
	margin-bottom: 10px;
}

/* navi */

#navi ul {
	display: block;
	margin-bottom: 10px;
}

#navi li a {
	display: block;
	width: 200px;
	height: 70px;
	cursor: pointer;
}

#navi li a span {
	display: none;
}

#naviGuide a {
	display: block;
	width: 200px;
	height: 65px;
	margin: 20px 0;
	cursor: pointer;
}

#naviGuide a span {
	display: none;
}

#naviShopping a { background: url(../img/sample/navi.gif) no-repeat; }
#naviPanpaka a { background: url(../img/sample/navi_panpaka.gif) no-repeat; }
#naviGuide a { background: url(../img/sample/navi_guide.gif) no-repeat; }

#navi li a.navi01	{ background-position: 0px 0px; }
#navi li a.navi02	{ background-position: 0px -70px; }
#navi li a.navi03	{ background-position: 0px -140px; }
#navi li a.navi04	{ background-position: 0px -210px; }
#navi li a.navi05	{ background-position: 0px -280px; }
#navi li a.navi06	{ background-position: 0px -350px; }
#navi li a.navi07	{ background-position: 0px -420px; }
#navi li a.navi08	{ background-position: 0px -490px; }

#navi li a.navi01:hover, #navi li a.navi01p	{ background-position: -200px 0px; }
#navi li a.navi02:hover, #navi li a.navi02p	{ background-position: -200px -70px; }
#navi li a.navi03:hover, #navi li a.navi03p	{ background-position: -200px -140px; }
#navi li a.navi04:hover, #navi li a.navi04p	{ background-position: -200px -210px; }
#navi li a.navi05:hover, #navi li a.navi05p	{ background-position: -200px -280px; }
#navi li a.navi06:hover, #navi li a.navi06p	{ background-position: -200px -350px; }
#navi li a.navi07:hover, #navi li a.navi07p	{ background-position: -200px -420px; }
#navi li a.navi08:hover, #navi li a.navi08p	{ background-position: -200px -490px; }

#naviGuide a	{ background-position: 0px 0px; }
#naviGuide a:hover	{ background-position: -200px 0px; }


/* offer */


.offer {
	width: 420px;
}

.offer th, .offer td {
	border: 1px solid #460606;
	vertical-align: middle;
	padding: 2px 5px;
}

.offer th {
	background-color: #4dc1e8;
	color: white;
	font-weight: bold;
}

.offer td {
	background-color: #fffbe7;
}

.offer td.store {
	background-color: #fff2a7;
}

.offer input, .offer select, .offer textarea {
	background-color: #fffceb;
	border: 1px solid #4b1f14;
	padding: 2px;
	font-size: 1em;
}


/* faq content */

.faqContent {
	background: url(../img/sample/dot_line.gif) no-repeat bottom;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	}

.linkContent {
	background: url(../img/sample/dot_line.gif) no-repeat bottom;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	}
	
.faq_q {
	display: block;
	background: url(../img/sample/icon_q.gif) no-repeat;
	padding: 2px 0 0 25px;
	font-weight: bold;
}

.faq_a {
	display: block;
	background: url(../img/sample/icon_a.gif) no-repeat;
	padding: 2px 0 0 25px;
}

.sbs {
	text-align: right;
	font-size: 0.75em;
}

.productImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.productsList img {
	border: 2px solid #4b1f14;
}

.productsList td {
	padding-top: 20px;
}

.noBg {
	background: none;
	border: none;
}

.attention {
	font-size: 1.2em;
	color: red;
	font-weight: bold;
}

.productsThumbNail {
	float: left;
	width: 95px;
	margin-left: 3px;
	margin-bottom: 20px;
}

.productsThumbNail img {
	border: 2px solid #4b1f14;
}

#balloon a {
	position: absolute;
	display: block;
	top: -125px;
	right: 198px;
	background: url(../img/sample/balloon.gif) no-repeat;
}

#balloon a:hover {
	background: url(../img/sample/balloon_p.gif) no-repeat;
}

.message {
	color: red;
}

.error-message {
	display: inline;
	color: red;
	margin: 5px;
	font-size: 0.9em;
}

#copyright a, #copyright a:hover {
	color: #ffeb61;
}

/* right column */

#column {
	width: 250px;
}

#column div {
	padding: 0 20px;
}

#column div img {
	margin: 0 -20px;
}

#column #rightLogin { background: url(../img/sample/right_login_bg.gif) repeat-y; }
#column #rightCart { background: url(../img/sample/right_cart_bg.gif) repeat-y; }
#column #rightBlog { background: url(../img/sample/right_blog_bg.gif) repeat-y; }

.rightBanner {
	margin-top: -10px;
}

#column input {
	background-color: #ffeb61;
	border: 1px solid #310404;
	padding: 1px 3px;
	margin-bottom: 5px;
}

* html imput {
	padding: 0;
	height: 12px;
}

.loginBtn {
	float: right;
	padding-right: 30px;
}

.loginForget {
	display: block;
	font-size: 11px;
	color: #693104;
}

#column .columnLine {
	padding: 10px 20px;
}

#control {
	background-color: white;
	border: 2px solid #4b1f14;
	padding: 5px;
	margin: 0 -5px 20px -10px; 
}

#calendar {
	float: left;
	margin: 20px 5px;
	padding-top: 54px;
}

#calendar-content td, #calendar-content th {
	border: 1px solid #8D4F00;
	width: 20px;
	height: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	color: #8D4F00;
	font-weight: bold;
}

#week_header td {
	font-weight: bold;
	color: #8D4F00;
}

#calendar-header {
	border: 1px solid brown;
	font-weight: bold;
	color: #8D4F00;
}

#calendarDiv {
	margin: -20px;
	padding: 20px;
	width: 460px;
	height: 200px;
	background: url(../img/sample/calendar.jpg) no-repeat;
}

#calendarBg {
	clear: both;
	width: 460px;
	margin: -20px;
	background: url(../img/sample/calendar_bg.jpg) repeat-y;
	text-align: center;
}

#calendar-content td.selected {
	color: white;
	background: url(../img/sample/calendar_dt.gif) no-repeat center;
}
	
	
	
	