/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #CECBC5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	background-color: transparent;
	border: 0px;
}

p, body, font, div, td, input, select, textarea {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3520;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 9px;
}

h2 {
	font-size: 130%;
	padding-bottom: 5px;
}

h3 {
	font-size: 100%;
}

a {
	color: #3D3520;
}
a:hover {
	color: #000;
}
a img {
	border: 0;
}

div {
	zoom:1;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	background-color: #FFF;
	border: 1px solid #9B8560;
	color: #3D3520;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

button, input.button {
/*
	background: none no-repeat top left;
	background-color: #545038;
	border: none;
	color: #F2E0C0;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	height: 26px;
	overflow: hidden;
	padding: 0;
	margin: 0 2px 1px 0;
	text-indent: -9999px;
	width: auto;
*/
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/button.png);
	background-color: #393220;
	border: 0px;
	color: #EEDDBF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	width: 102px;
}

#small_panel {
	padding-top: 20px;
	margin-left: 20px;
}

td.small_title {
	text-align: right;
	padding-right: 3px;
}

input.small_input_text {
	font-weight: 11px;
}

.small_button {
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/button.png);
	background-color: #393220;
	color: #EEDDBF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	width: 60px;
}

div.cpt_maincontent {
	margin-top: 5px;
	width: 940px;
}


/* ====================== COMPONENT CONTAINER STYLES ====================== */

.all-wrapper {
	background-color: #F2E0C0;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/container_bg.png);
	height: 100%;
	width: 1155px;
	text-align: left;
	margin: 0px auto;
}

.all-wrapper td {
	vertical-align: top;
}

.all-wrapper td.left-wrapper {
	padding-left: 15px;
	padding-right: 14px;
	width: 183px;
}

.all-wrapper td.content-wrapper {
	padding-bottom: 50px;
}

.header-image {
	padding-bottom: 5px;
	height: 167px;
	width: 1170px;
	vertical-align: top;
}

.footer {
	background-color: #A8816B;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/footer_bg.png);
	height: 68px;
	position: relative;
	width: 1155px;
}

.bamboo {
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/bamboo.gif);
	background-repeat: no-repeat;
	position: absolute; 
	margin-top: -241px;
	height: 309px;
	width: 60px;
	float: left;
}


/* ====================== MAIN MENU STYLES ====================== */

div.main-menu {
	background-color: #545038;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/main_menu_bg.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	height: 21px;
	width: 943px;
}

div.main-menu a {
	color: #F2E0C0;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
}

div.main-menu a:hover {
	background-color: #787251;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/main_menu_bg_active.png);
	color: #FFF;
}

div.main-menu a.active {
	background-color: #787251;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/main_menu_bg_active.png);
}


/* ====================== CATEGORIES MENU STYLES ====================== */

ul.catalogue-menu {
	list-style-type: none;
}

ul.catalogue-menu a:hover {
	text-decoration: underline;
}

li.parent, li.parent_current {
	background-color: #9F8763;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window2_header_bg.png);
	color: #F2E0C0;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 2px;
	height: 19px;
}

li.parent a, li.parent_current a {
	color: #F2E0C0;
	text-decoration: none;
}

li.parent a:hover, li.parent_current a:hover {
	color: #F2E0C0;
	text-decoration: underline;
}

li.child, li.child_current {
	background-color: #C4AF8C;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window1_content_bg.png);
	color: #393220;
	padding-left: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}

li.child1, li.child1_current {
	background-color: #C4AF8C;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window1_content_bg.png);
	color: #393220;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

li.child a, li.child_current a, li.child1 a, li.child1_current {
	color: #393220;
	text-decoration: none;
}

li.child_current a, li.child1_current a {
	text-decoration: underline;
}


/* ====================== WINDOWS ELEMENT STYLES ====================== */

.window1-header {
	background-color: #545038;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window1_header_bg.png);
	background-repeat: repeat-x;
	color: #F2E0C0;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 5px;
	height: 21px;
}

.window1-content {
	background-color: #C4AF8C;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window1_content_bg.png);
	height: 110px;
}

.window2-header {
	background-color: #9F8763;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window2_header_bg.png);
	color: #F2E0C0;
	padding-left: 12px;
	padding-top: 5px;
	height: 19px;
}

.window2-content {
	background-color: #C4AF8C;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window1_content_bg.png);
}

.window3-header {
	background-color: #545038;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window1_header_bg.png);
	background-repeat: repeat-x;
	color: #F2E0C0;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 5px;
	height: 21px;
}

.window3-content {
	background-color: #C4AF8C;
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/window1_content_bg.png);
	height: 80px;
	margin-bottom: 230px;
}


/* ====================== SPAN STYLES ====================== */

.red, .asterisk {
	color: #EE000F;
}

.asterisk {
	padding-right: 7px;
}


/* ====================== REGISTER FORM STYLES ====================== */

div.form_wrapper {
	margin-bottom: 40px;
}

#reg_fields_tbl {
	margin-top: 10px;
	margin-bottom: 10px;
}

#reg_fields_tbl td {
	padding-top: 8px;
}

#reg_fields_tbl input, #reg_fields_tbl select, #reg_fields_tbl textarea, #reg_fields_tbl img {
	margin-top: -3px;
}

#reg_fields_tbl .checkbox {
	margin-top: 0px;
	margin-right: 5px;
}

#reg_submit_btn {

}


/* ====================== COMMON FORM STYLES ====================== */

div.common_wrapper {
	margin-bottom: 40px;
}

div.common_wrapper input, div.common_wrapper textarea {
	margin-top: 3px;
	margin-bottom: 10px;
}

div.common_wrapper img {
	margin-top: 3px;
	margin-right: 30px;
}

#cmn_submit_btn {
	margin-top: 10px;
}


/* ====================== PRODUCTS LIST STYLES ====================== */

form.product_brief_block {
	background-color: #F9F0E1;
	border: 1px solid #7F674D;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 300px;
}

div.prdbrief_name {
	padding-bottom: 8px;
	margin-left: 10px;
}

div.prdbrief_name a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div.prdbrief_price, div.prdbrief_stock, div.prdbrief_brief_description {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 7px;
}

div.prdbrief_price span.totalPrice {
	color: #CF0306;
}

div.prdbrief_stock span.none {
	color: #CF0306;
}

div.prdbrief_brief_description span.brief-description {
	font-weight: normal;
	line-height: 16px;
}

div.prdbrief_add2cart input {
	background-color: transparent;
	border: 0px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
}

div.cpt_add2cart input {
	background-color: transparent;
	border: 0px;
	margin-top: 5px;
	margin-right: 10px;
}

div.prdbrief_price_full, div.prdbrief_stock_full {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 7px;
}

.main1 {
color: #CF0306;
font-weight: bold;
}

div.prdbrief_price_full span.totalPrice {
	color: #CF0306;
}

div.cpt_product_description {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 940px;
}

div.review_block {
	border-bottom: 1px dotted #000;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 8px;
	width: 940px;
}

div.discuss_link {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 940px;
}

table.product_print_v {
	margin-right: 10px;
}

#cat_info_left_block {
	margin-left: 2px;
}

#cat_info_left_block a {
	margin-left: 0px;
}

#box_product_thumbnails {
	width: 940px;
}

#box_product_thumbnails td {
	padding-top: 5px;
	padding-right: 20px;
	text-align: left;
}

#cat_advproduct_search {
	margin-top: 15px;
}

table.form td {
	padding-top: 5px;
}


/* ====================== SHOPPING CART BLOCK STYLES ====================== */

div.shopping-cart-block {
	background-image: URL(/published/publicdata/JAPANSTEJS/attachments/SC/images/shopping_cart_bg.jpg);
	background-repeat: no-repeat;
	height: 58px;
	line-height: 13px;
	padding-top: 20px;
	padding-left: 58px;
}

#shopping-cart-link {
	margin-top: 10px;
}

#shopping-cart-link a {
	font-weight: bold;
	text-decoration: none;
}


/* ====================== BREAK STYLES ====================== */

.br-top-7 {
	clear: both;
	display: block;
	margin-top: 7px;
}

.br-bottom-7 {
	clear: both;
	display: block;
	margin-bottom: 7px;
}


/* ====================== FOOTER STYLES ====================== */

.footer-copyright {
	color: #F2E0C0;
	float: left;
	margin-top: 7px;
	margin-left: 70px;
	line-height: 18px;
}

.footer-copyright a {
	color: #F2E0C0;
	text-decoration: none;
}
.footer-copyright a:hover {
	color: #F2E0C0;
	text-decoration: underline;
}

.footer-author {
	float: right;
	margin-top: 14px;
	margin-right: 54px;
}
