/*----------------------------
crearfix
------------------------------*/

#main:after,
.ranking li:after,
.case:after,
.centerBoxWrapper:after,
#item-box:after,
#cartSubTotal:after,
#footer:after,
#footermenu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
 /*IE6--------------*/	

*html #main,
*html .ranking li,
*html .case {
	zoom:1;
}

 /*IE7--------------*/

*:first-child+html #main,
*:first-child+html .ranking li,
*:first-child+html .case {
	zoom:1;
}

/*----------------------------
common
------------------------------*/
dd,ul,li,ol,h1,h2,h3,h4,a img,img,form {
	margin:0px;
	padding:0px;
	list-style:none;
	border:none;
	}

a {
	color:#0066FF;
	text-decoration:underline;
	}

a:hover {
	color:#82B5FF;
	text-decoration: underline;
	}
body {
	background-color: #EBEBDA;
	margin: 0px;
	padding: 0px;
	line-height:1.2em;
}
#box {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #332A17;
	text-align: justify;
}
html* #box {
	font-size: 90%;	
}


/*---------------------------
header
-----------------------------*/

.description {
	font-size: 90%;
	color: #0066FF;
	text-align: center;
	display: block;
}
.description em {
	font-size: 110%;
	color: #CC0000;
	font-style: normal;
}
.description strong {
	font-size: 120%;
	font-weight: bolder;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 163px;
	background-image: url(../images/back_header.jpg);
	background-repeat: no-repeat;
}
h1 {
	float: left;
}
h1 a {
	width: 210px;
	display: block;
	height: 163px;
	text-indent: -10000px;
	overflow:hidden;
}


#header .mail {
	text-indent: -10000px;
	display: block;
	float: right;
	height: 30px;
	margin-top: 95px;
	width: 200px;
}





/*------------------------------------
main
-------------------------*/
#main {
	background-color: #FCFFED;
	margin: 0px;
	padding: 0px;
	width: 950px;
}

/*------------------------------
left
-------------------------------*/

#left {
	margin: 0px;
	padding: 0px;
	width: 210px;
	float: left;
}

#left #categoriesHeading {
	background-image:url(../images/h3_category.gif);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:34px;
	text-indent:-9999px;
	margin-top:10px;
	}
	
#left #categoriesContent {
	width: 160px;
	padding-left: 30px;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left #searchHeading {
	background-image:url(../images/h3_search.gif);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:34px;
	text-indent:-9999px;
	margin-top:10px;
	}
#left #bestsellersHeading{
	background-image:url(../images/h3_ranking.gif);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:34px;
	text-indent:-9999px;
	margin-top:10px;
	}	
#left #searchContent {
	font-size: 70%;
	text-align: center;
	/*width: 170px;*/
	/*margin-left: 20px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
#aboutus {
	background-image: url(../images/h3_aboutus.png);
	text-indent: -10000px;
	height: 224px;
	width: 200px;
	margin: 0px;
	background-repeat: no-repeat;
}


#bestsellersContent  {
	margin-bottom: 10px;
}
#bestsellersContent li {
	background-color: #FCC584;
	padding: 5px;
	width: 180px;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1.2em;
}
.ranking {
	width: 190px;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1.2em;
	margin-top: 3px;
}
.ranking li {
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin-bottom: 3px;
	display:block;
}
.ranking ._1st {
	background-color: #FCC584;
}
.ranking ._2st {
	background-color: #FCD49F;
}
.ranking ._3st {
	background-color: #FCE2B9;
}
.ranking img {
	background-color: #FFFFFF;
	padding: 1px;
	float: left;
	width: 48px;
	border: 1px solid #333333;
}
.ranking .text {
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*------------------------------
center
-------------------------------*/

#center {
	float: left;
	width: 540px;
	background-image: url(../images/corner_case_center.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navBreadCrumb {
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 80%;
	height: 27px;
}
#center_home {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 540px;
}

#center h2 {
	color: #FFFFFF;
	background-image: url(../images/back_h2.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 27px;
	width: 530px;
	margin-top: 0px;
	font-size: 130%;
	padding-top:3px;
}
h2.centerBoxHeading {
	background-image: url(../images/h3_pickup.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 38px;
	width: 530px;
}
#alsoPurchased h2.centerBoxHeading {
	text-indent: 0px;
}

h2.indexNews {
	background-image: url(../images/h2_news.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 57px;
	width: 530px;
}
.shippingEstimatorWrapper h2 {
	color: #4E1B1B;

}
#center h3 {
	color: #4E1B1B;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4E1B1B;
	margin-bottom: 10px;
}

h3#shoppingcartHeading a {
	background-image: url(../images/h3_cart.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	width: 200px;
	height: 130px;
	margin: 0px;
	display:block;
}
#center h4 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.centerColumn,
.news,
#item-box
 {
	background-image: url(../images/back_case_center.gif);
	background-repeat: repeat-y;
	width: 510px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.price {
	color: red;
	font-weight: bold;
	font-size:120%;
	}
	
.navi {
	text-align:right;
	font-size: 80%;
	margin-right:10px;
}
.corner_case,
#featuredProducts {
	width: 530px;
	background-image: url(../images/corner_case_center.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content {
	margin-right: 10px;
	margin-left: 10px;
}
.greeting {
	overflow:hidden;
	}
	
.news li {
	/*background-image: url(../images/icon_new.gif);
	background-repeat: no-repeat;*/
	/*float: left;*/
	/*display:block;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4F1F1D;
	/*width: 350px;*/
	font-size: 90%;
	font-weight: bold;
}
.news li:first-letter {
	padding-left: 20px;
}
.news img {
	float: left;
	margin-left:10px;
}

#item-box .item img {
	/*width: 160px;*/
	margin-bottom: 10px;
}
.pickup em {
	font-size: 150%;
	font-weight: bolder;
	color: #FF0000;
	font-style: normal;
	display: block;
}
#item-box .item {
	float: left;
	width: 160px !important;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 90%;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-align: center;
}


/*------------------------------
right
-------------------------------*/
#right {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#shoppingcartContent,
#orderhistory {
	background-repeat: no-repeat;
	background-color: #EBEBDA;
	width: 170px !important;
	padding: 10px;
	font-size: 80%;
}
#menu_regist_login,
#menu_regist_logout {
	background-color: #E1E1D0;
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 80%;
	color: #334933;
	margin-bottom: 10px;
	margin-top: 0px;
}
#menu_regist_login a,
#menu_regist_logout a{
	background-image: url(../images/icon_regi.gif);
	background-repeat: no-repeat;
	display:block;
	padding-bottom: 5px;
	padding-left: 25px;
}
#menu_regist_login .login,
#menu_regist_logout .logout {
	background-image: url(../images/icon_login.gif);
}
#menu_regist_login .cart {
	background-image: url(../images/icon_cart.gif);
}
#menu_regist_logout .acount {
	background-image: url(../images/icon_acount.gif);
}
/*#menu_regist_login .text {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu_regist_login .button {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}*/

#right .sideBoxContent {
	/*width: 190px;*/
	}
/*---------------------
home
-----------------------*/

/*-----------------------
footer
-------------------------*/



#footer {
	font-size: 80%;
	background-image: url(../images/back_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 161px;
}
#footermenu {
	color: #66BF00;
	clear:both;
	padding: 60px 30px 10px;
	}
	
#footermenu a {
	color: #FCFFED;
	text-decoration: none;
}
#footermenu a:hover {
	text-decoration: underline;
}

#footer .forward {
	float:right;
	padding: 5px 60px 5px 5px;
	}

#footer .back {
	float:left;
	padding: 5px 5px 5px 60px;
	}


/*-----------------------
for IE
-------------------------*/

/*----------------------------------------------------   
form
-------------------------------------------------------   */
.clearBoth {
	clear:both;
	}
	
.centerColumn form table {
	/*margin-right: 10px;
	margin-left: 10px;*/
	}
	
address {
	font-style:normal;
	padding:10px;
	margin-top:0px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F5F5F5;
	border: 2px solid #CCCCCC;
}
fieldset {
	border:2px solid #E7DFCF;
	margin-top:10px;
	margin-right: 10px;
	margin-left: 10px;
}
legend {
	font-size:100%;
	font-weight:bold;
	}
#loginDefault legend {
	font-size:90%;
	}

.inputLabel,
.ccinfo label{
	background-color:#E7DFCF;
	display:block;
	float:left;
	margin-right:5px;
	text-align:right;
	width:135px;
	font-size:90%;
	padding-bottom:5px;
	margin-bottom: 5px;
	padding-right: 5px;
}
#addressBookProcessDefault fieldset,
#checkoutNewAddress fieldset{
	padding-left:50px;
}
#firstname, 
#firstname_kana, 
#lastname, 
#lastname_kana, 
#country, 
#postcode, 
#state, 
#city, 
#street-address, 
#telephone, 
#fax, #dob, 
#email-address, 
#password-new, 
#password-confirm, 
#contactname, 
#email-address,
#login-email-address,
#login-password,
/*#contactUsForm ,*/
#company,
#state,
.shippingEstimatorWrapper select,
.ccinfo  input {
	display:block;
	padding-bottom:0px;
	width:200px;
	/*margin-left: 150px;*/
	margin-bottom: 5px;
	float:left;
}
#postcode {
	display:block;
	padding-bottom:5px;
	width:150px;
	height: 15px;
	/*margin-left: 150px;*/
	float:left;
	
}

#contactUsForm textarea {
	display:block;
	padding-bottom:5px;
	width:300px;
	margin-left: 150px;
	height: 150px;
	}
fieldset textarea {
	padding-bottom:5px;
	width:300px;
	height: 150px;
	}
.shipping textarea {
	padding-bottom:5px;
	width:450px;
	height: 150px;
	}
#enquiry {
	margin-bottom:5px;
	width:300px;
	}
.alert {
	color:#FF0000;
	float:left;
	display:block;
	}
.alert2 {
	color:#FF0000;
	}
.buttonRow{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
/*------------------------------------------------
pege
--------------------------------------------------*/

.list,
#siteMapList,
.instructions,
.navSplitPagesResult,
.notice,
.centeredContent,
.cartTotalsDisplay,
#productListing,
.important,
#prevOrders {
	margin-right: 10px;
	margin-left: 10px;
}
#prevOrders {
	font-size:80%;
}
.centeredContent,
#productPrices {
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin:0px;
}
#cat1Table td,
#cat1Table th {	
	padding: 5px;
}
.productListing-even td,
.productListing-rowheading th {
	background-color: #F0F0F0;
	padding: 5px;
}
#cat1Table {
	/*margin-right: 10px;
	margin-left: 10px;*/
	/*width: 510px !important;*/
}
.navSplitPagesResult,
.forward {
	text-align: center;
}

.forward {
	float:right;
	}
	
.back {
	float:left;
	}
	
#productDateAdded {
	clear:both;
	}
	
.navNextPrevWrapper {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}
#sorter {
	background-color: #EBEBDA;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding:5px;
	text-align:right;
}

#sorter label {
	float: left;
	margin-right:5px;
}
/*tpl_product_info_display*/
.categoryIcon {
	background-color: #EBEBDA;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding:5px;
}
.categoryIcon img {
	float:left;
	margin-right:5px;
}
.navNextPrevList ,
#productTellFriendLink,
#productReviewLink{
	display: inline;
}
.navNextPrevCounter {
	margin: 0px;
}
#productMainImage {
	padding-top: 10px;
}

#cartAdd{
	text-align: center;
	padding: 10px;
	background-color:#FFE6CC;
}
#cartAdd p{
	display: inline;
	padding-right: 10px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#productDescription {
	margin:10px 20px;
}

#productDescription em {
	font-weight:bold;
	font-style:normal;
	}
#productDescription .point1 {
	background:#FFFF00;
	color:#FF0000;
	}

#productPrices {
	font-size: 140%;
	padding-top:10px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}
.button_bof {
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding:5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.buttonRow {
	text-align: center;
}
#productDetailsList {
	text-align: center;
}

/*shopingcart*/

#cartInstructionsDisplay {
	border: 2px solid #F0F0F0;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom:10px;
	margin-left: 10px;
	text-align:left;
}
#cartContentsDisplay {
	/*width: 510px !important;
	margin-left: 10px;*/
}
#cartContentsDisplay th {
	/*width: 510px !important;
	margin-left: 10px;*/
	background-color: #F0F0F0;
	padding:2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#cartContentsDisplay td {
	/*width: 510px !important;
	margin-left: 10px;*/
	padding:2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
}
#cartSubTotal {
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #EBEBDA;
}

#shoppingCartDefault .buttonRow {
	display: inline;
}
.text_shopinginfo,
.text_pryvacy,
.text_contact {
	font-size: 90%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #333333;
}
#campanyInfo {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 90%;
	color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ABB4A2;
	border-left-color: #ABB4A2;
}
#campanyInfo th {
	background-color: #E6E5D9;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ABB4A2;
	border-bottom-color: #ABB4A2;
	padding: 5px;
}
#campanyInfo td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ABB4A2;
	border-bottom-color: #ABB4A2;
	padding: 5px;
}
#contactUsNoticeContent {
	font-size: 90%;
}
/*sitemap*/
#siteMapList {
	margin-right: 20px;
	margin-left: 20px;
}
/*acount*/
#myAccountGen,
#myAccountNotify {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #EBEBDA;
	padding:10px;
}
/*shoping*/
.shippingEstimatorWrapper {
	width:430px;
	margin: 10px;
	padding: 10px;
}

#cartSubTotal span {
	float: left;
}
#cartSubTotal .back {
	float: right;
	margin:0px;
}
/*checkoutshipping*/
.floatingBox {
	text-align: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
}
#checkoutShippingContentChoose {
	margin-right: 20px;
	margin-left: 20px;
}
#checkoutConfirmDefault .buttonRow,
#checkoutPayment .buttonRow,
#checkoutShipping .buttonRow {
	text-align: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
}
#checkoutConfirmDefault address {
	margin-top: 5px;
	margin-bottom: 15px;
}
.text_checkout,
#checkoutConfirmDefault h4,
#checkoutSuccessOrderNumber {
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border: 2px solid #CCCCCC;	/*background-color: #F5F5F5;*/
}
#orderTotals {
	background-color:#EBEBDA;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	/*padding-right: 120px;*/
	padding-bottom: 5px;
	padding-left: 5px;
}
#otsubtotal div,
#otshipping div,
#ottotal div {
	float: right;
	/*width:80px;*/
	text-align: right;
}
#checkoutOrderTotals #total {
	/*float: left;
	width:300px;*/
}
#checkoutSuccessOrderLink,
#checkoutSuccessContactLink {
	margin-right: 15px;
	margin-left: 15px;
	background-color: #ECECEC;
	padding: 5px;
}
