.imedisabled { ime-mode: disabled; }
.textCenter { text-align:center; }
.textRight { text-align:right; }
.textLeft { text-align:left; }
.submit { line-height:1; padding:3px; margin:0;}
.required { color:#CC0000; }
.width50 { width:50px; }
.width100 { width:100px; }
.width200 { width:200px; }
.width300 { width:300px; }
.width400 { width:400px; }
.width500 { width:500px; }
.btn_style01 {
	padding: 5px 20px;
	background-image: url(common/order/btn_cartbg01.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #FFFFFF;
	border: 1px solid #333;
	cursor:pointer;
}

/* ----------------------------------------------
	layout
------------------------------------------------- */
.subject {
	background-color:#FFF;
	width:956px;
	margin:0 auto;
	padding-top:20px;
}


/* ----------------------------------------------
	flow
------------------------------------------------- */
#net_shop_admin_flow {
	width: 956px;
	height: 40px;
	margin: 2px auto 0;
}
#net_shop_admin_flow .orderflow {
	width: 956px;
	height: 40px;
	overflow: hidden;
	background-image: url(common/order/bg_currentbar.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_flow .orderflow .flow2 {
	width: 956px;
	height: 40px;
	overflow: hidden;
	background-image: url(common/order/bg_currentbar01.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_flow .orderflow .flow3 {
	width: 956px;
	height: 40px;
	overflow: hidden;
	background-image: url(common/order/bg_currentbar02.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_flow .flow4 {
	width: 956px;
	height: 40px;
	overflow: hidden;
	background-image: url(common/order/bg_currentbar03.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_flow .flow5 {
	width: 956px;
	height: 40px;
	overflow: hidden;
	background-image: url(common/order/bg_currentbar04.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_flow .flow6 {
	width: 956px;
	height: 40px;
	overflow: hidden;
	background-image: url(common/order/bg_currentbar05.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_flow .flow7 {
	width: 956px;
	height: 40px;
	overflow: hidden;
	background-image: url(common/order/bg_currentbar06.gif);
	background-position: left;
	background-repeat: no-repeat;
}


/* ----------------------------------------------
	cart-table
------------------------------------------------- */
#net_shop_admin_shopping_cart {
	padding-bottom:20px;
	width: 850px;
	margin:0 0 20px;
	clear:both;
	position: relative;
	left: 55px;
}
#net_shop_admin_shopping_cart table				{ width:100%; margin:0; padding:0; }
#net_shop_admin_shopping_cart table td.code		{ text-align:center; }
#net_shop_admin_shopping_cart table td.price	{ text-align:center; white-space: nowrap; }
#net_shop_admin_shopping_cart table td.quantity	{ text-align:center; white-space: nowrap; }
#net_shop_admin_shopping_cart table td.coupon	{ text-align:center; }
#net_shop_admin_shopping_cart table td.subtotal	{ text-align:center; white-space: nowrap; }
#net_shop_admin_shopping_cart table td.return	{ text-align:center; white-space: nowrap; }
#net_shop_admin_shopping_cart table td.delete	{ text-align:center; white-space: nowrap; }
#net_shop_admin_shopping_cart input,
#net_shop_admin_checkout input,
#net_shop_admin_checkout_body input				{ margin:0 !important; }
#net_shop_admin_checkout_body p					{ margin:0; }

#net_shop_admin_checkout_body {
	width: 850px;
	margin:20px auto;
	padding:0px 30px 20px;
	background-color: #FFF;
}

#net_shop_admin_checkout {
	width: 850px;
	margin:20px auto;
	padding:0 30px 20px;
	background-color: #FFF;
}
#net_shop_admin_checkout_first {
	float:left;
	overflow:hidden;
	width:405px;
	padding: 6px 0 20px;
	background-image: url(common/order/bg_checkout.gif);
	background-position: left top;
	background-repeat: repeat;
}
#net_shop_admin_checkout_login {
	float:right;
	overflow:hidden;
	width:405px;
	padding: 6px 0 60px;
	text-align:center;
	background-image: url(common/order/bg_checkout.gif);
	background-position: left top;
	background-repeat: repeat;
}
#net_shop_admin_checkout_login dl				{ clear:both; margin:auto; width:300px; }
#net_shop_admin_checkout_login dl dt			{ width:120px; float:left; margin:5px 0; font-weight:normal; }
#net_shop_admin_checkout_login dl dd			{ width:150px; float:left; text-align:left; margin:5px 0; }
#net_shop_admin_checkout dl dd input			{ border:1px solid #CCCCCC; width:130px; }
#net_shop_admin_checkout p.desc					{ padding: 20px 0; color:#333; text-align:center; background-image: url(common/order/hr_thanks.gif); background-position: top; background-repeat: no-repeat;}
#net_shop_admin_checkout_first p.title {
	width: 230px;
	height: 40px;
	margin-bottom: 10px;
	background-image: url(common/order/h3_notmenber.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_checkout_first p.item,
#net_shop_admin_checkout_login p.item {
	padding: 5px 30px;
}
#net_shop_admin_checkout_first p.item2 {
	padding: 5px 60px;
}
#net_shop_admin_checkout_login p.title {
	width: 200px;
	height: 40px;
	background-image: url(common/order/h3_menber.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#net_shop_admin_checkout p.title span {
	display: none;
}
#net_shop_admin_checkout p.submit				{ padding: 20px 0; clear:both; text-align:center; }
#net_shop_admin_checkout:after					{ content:" "; clear:both; height:0; display:block; visibility:hidden; }


.form-table {
	border-collapse:collapse;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	clear:both;
	margin:0.5em 0 20px;
	width:100%;
}
.form-table thead th {
	text-align:center;
	white-space:nowrap;
	padding:5px !important;
	color: #FFF;
	background-color: #333;
	background-image: url(common/order/bg_th.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.form-table tbody th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border-right:none;
	white-space:nowrap;
}
.form-table tbody th.changebox {
	width:120px;
	text-align:right;
}
.form-table td {
	margin:0;
	padding:10px;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
	padding:5px !important;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.inner-table tbody td.inner-td {
	margin:0;
	padding:10px;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
	padding:5px !important;
	border-bottom: none;
	border-right: none;
}
.form-table td.error_attribute					{ background:#FFCCCC; }
.form-table td.error_attribute p				{ margin:0; padding:0; }
.form-table td.error_attribute p.red, p.red		{ color:#FF0000; font-weight:bold; }

.form-table2 {
	border-collapse:collapse;
	border-top: 1px solid #000;
	clear:both;
	margin:0.5em 0 20px;
	width:100%;
}
.form-table2 tbody th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background-image: url(common/img/bg_line-gray.gif);
	background-position: top;
	background-repeat: repeat;
	border-bottom: 1px solid #000;
	white-space:nowrap;
}
.form-table2 tbody th.changebox {
	width:120px;
	text-align:right;
	border-bottom: 1px solid #000;
}
.form-table2 td {
	margin:0;
	padding:10px;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
	padding:5px !important;
	border-bottom: 1px solid #000;
}
.form-shipping {
	border-collapse:collapse;
	/*border-top: 1px solid #000;
	border-left: 1px solid #000;*/
	clear:both;
	margin:0.5em 0 20px;
	width:100%;
}
.form-shipping thead th {
	text-align:left;
	text-indent: 10px;
	white-space:nowrap;
	padding:5px !important;
	color: #000;
	font-weight: 700;
	border-left: 5px solid #000;
	/*border-bottom: 1px solid #000;
	border-right: 1px solid #000;*/
}

.form-shipping tbody {
	padding-top:10px;
}
.form-shipping tbody th {
	padding-top:2px;
	vertical-align: top;
}
.form-shipping tbody td {
	padding-top:5px;
	vertical-align: top;
}
.form-shipping tbody tr.kugiri {
	border-bottom: 1px solid #333;
}
.form-shipping dl {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.form-shipping dt {
	height: 24px;
	color: #FFF;
	padding-top: 3px;
	background-color: #333;
	background-image: url(common/order/bg_h3.gif);
	background-position: left;
	background-repeat: repeat-x;
}
.form-shipping dd {
	padding: 20px 30px;
}
.form-shipping .shipping-number {
	font-weight: 700;
	text-decoration: underline;
}
.form-table3 {
	border-collapse:collapse;
	clear:both;
	margin:0.5em 0 20px;
	width:100%;
}
.form-table3 thead th {
	text-align:left;
	text-indent: 10px;
	white-space:nowrap;
	padding:5px !important;
	color: #000;
	font-weight: 700;
	border-left: 5px solid #000;
}
.form-table3 tbody th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background-color: #eee;
	border-bottom: 1px solid #000;
	white-space:nowrap;
}
.form-table3 tbody th.changebox {
	/*width:120px;*/
	text-align:right;
	padding-top: 10px;
}
.form-table3 tbody td {
	margin:0;
	padding:10px;
	vertical-align:middle;
	word-break:break-all;
	overflow:hidden;
	padding:5px !important;
	border-bottom: 1px solid #000;
}
.form-table3 .inner-table th {
	text-align:left;
	text-indent: 10px;
	white-space:nowrap;
	padding:5px !important;
	color: #000;
	font-weight: 700;
	background-color: #FFF;
	border-top: 1px solid #000;
	border-left: 5px solid #000;
	border-right: 1px dotted #000;
	border-bottom: 1px solid #000;
}
.form-table3 .inner-table td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#payment dl {
	padding-top:15px;
}
#payment dt {
	height: 24px;
	color: #FFF;
	padding-top: 3px;
	text-indent: 15px;
	background-color: #333;
	background-image: url(common/order/bg_h3.gif);
	background-position: left;
	background-repeat: repeat-x;
}
#payment dd {
	padding: 20px 30px;
}

.checkout_step { width: 100%; padding: 10px 0; text-align: right;}
.form-table td.error_attribute					{ background:#FFCCCC; }
.form-table td.error_attribute p				{ margin:0; padding:0; }
.form-table td.error_attribute p.red, p.red		{ color:#FF0000; font-weight:bold; }


.inner-table								{ width:100%; }

.net-shop-admin-login						{ padding:10px; margin:-10px; }
.net-shop-admin-login div#login_error		{ border:1px solid #FF0000; color:#FF0000; background:#FFCCCC;
												  padding:5px; margin:5px; }
.net-shop-admin-login div.message			{ border:1px solid #0000FF; color:#0000FF; background:#CCCCFF;
												  padding:5px; margin:5px; }
.net-shop-admin-login .input				{ border:1px solid #CCCCCC; padding:3px 5px; width:120px; }
.net-shop-admin-login .user-email,
.net-shop-admin-login .user-url				{ width:240px; }
.net-shop-admin-login .textarea				{ border:1px solid #CCCCCC; padding:3px 5px; width:300px; height:100px; }
.net-shop-admin-login .select				{ border:1px solid #AECEEC; padding:3px 0px; }
.net-shop-admin-login .submit				{ padding:3px 5px; }
.net-shop-admin-login .form-table th		{ width:120px; }
.net-shop-admin-login .form-table td		{ padding:5px; }

.net-shop-admin-login .user_email			{ width:240px; }
.net-shop-admin-login .address1				{ width:240px; }
.net-shop-admin-login .address2				{ width:240px; }


div#login_error								{ border:1px solid #FF0000; color:#FF0000; background:#FFCCCC;
											  padding:5px; margin:5px; }
div.message									{ border:1px solid #0000FF; color:#0000FF; background:#CCCCFF;
											  padding:5px; margin:5px;}

ul.net_shop_admin_product_list				{ margin:0; padding:0; }
ul.net_shop_admin_product_list li			{ list-style-type:none; list-style-position:outside; overflow:hidden; }
ul.net_shop_admin_product_list dl			{ clear:both; }
ul.net_shop_admin_product_list dt			{ float:left; width:330px; text-align:center; }
ul.net_shop_admin_product_list dt img		{ border:1px solid #C9C9C9; }
ul.net_shop_admin_product_list dd			{ float:left; width:300px; }
ul.net_shop_admin_product_list dd .price	{ color:#990000; font-weight:bold; }
ul.net_shop_admin_product_list li ul		{ display:block; list-style:disc; }
ul.net_shop_admin_product_list li ul li		{ list-style-type:disc; list-style-position:inside; margin-left:30px; vertical-align:middle; }

.product_list_result {text-align:right;}
.product_list_navi {text-align:center;}

.widget_net_shop_admin_category_list {margin:0 0 0 30px; padding:0;}
.widget_net_shop_admin_category_list ul {margin:0; padding:0px;}
.widget_net_shop_admin_category_list ul li {list-style-position:outside; margin:0 -10px 0 -15px; padding:0;}

.widget_net_shop_admin_recently_checked {margin:0 -20px 0 -20px; padding:0;}
.widget_net_shop_admin_recently_checked ul {margin:0; padding:0;}
.widget_net_shop_admin_recently_checked ul li {list-style-type:none; list-style-position:outside; margin:0; padding:0;}

.net_shop_admin_product_quantity			{ width:30px; }
.net_shop_admin_update_quantity				{ padding: 10px 0; text-align:right; }
.net_shop_admin_update_quantity_image		{ vertical-align:middle; margin:0 !important; }
.net_shop_admin_subtotal {
	padding: 15px 0;
	text-align:right;
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.7;
}
.net_shop_admin_checkout					{ text-align:right; }
.net_shop_admin_maintenance					{ text-align:right; color:#FF0000; font-weight:bold; }
.net_shop_admin_coupon						{ text-align:right; }

#net_shop_admin_checkout_body dl			{ margin:0 20px; }
#net_shop_admin_checkout_body .right		{ text-align:right; }
#net_shop_admin_checkout_body .order_comment	{ margin:5px auto; width:99%; height:100px; padding:3px 5px; border:1px solid #CCCCCC; }

#net_shop_admin_history table			{ width:700px; margin:20px auto 30px; }
#net_shop_admin_history table th,
#net_shop_admin_history table td		{ padding:7px; }
#net_shop_admin_history table tbody th	{ text-align:left; }
#net_shop_admin_history table tbody th span	{ margin-left:20px; }
#net_shop_admin_history table tbody td	{ text-align:center; }
#net_shop_admin_history table tbody td dt,
#net_shop_admin_history table tbody td dd	{ text-align:left; }
#net_shop_admin_history table tbody td dt	{ font-weight:bold; }
#net_shop_admin_history table tfoot td	{ text-align:center; }
textarea.free_textarea					{ width:100%; height:100px; padding:3px 5px; border:1px solid #CCCCCC; }
span.price								{ color:#990000; font-weight:bold; }

#sidebar ul .nsa_widget							{ margin:5px 0 0; }
#sidebar ul .nsa_widget dl dd					{ margin:0 0 5px 0; }
#sidebar ul .nsa_widget ul						{ margin:0; }
#sidebar ul .nsa_widget ul li:before			{ content:''; }
#sidebar ul .nsa_shopping_cart p				{ margin:10px 0; text-align:center; }
#sidebar ul .nsa_recently_checked_products p	{ margin:10px 0; text-align:center; }
.product_free_cart								{ margin-left:1em; }

#nsa_searchform								{ padding:10px; }

.nsa_product_list:after				{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_child					{ display:inline; float:left; margin:0 10px 10px; text-align:center; }

.nsa_product_select					{ text-align:right; clear:both; }

.nsa_product_order_select			{ text-align:right; clear:both; }
.nsa_product_order_select:after		{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_order_select ul		{ list-style:none; float:right; margin:10px 0 5px !important; }
.nsa_product_order_select ul li		{ background:none; display:inline; float:left; padding:3px; margin:0 5px !important; }
.nsa_product_order_select ul:after	{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_order_select ul li.current { background:#CCC; }

.nsa_product_display_select			{ text-align:right; clear:both; }
.nsa_product_display_select:after	{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_display_select ul		{ list-style:none; float:right; margin:5px 0 10px !important; }
.nsa_product_display_select ul li	{ background:none; display:inline; float:left; padding:3px; margin:0 5px !important; }
.nsa_product_display_select ul:after	{ content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_display_select ul li.current { background:#CCC; }

.displaying-num						{ margin-right: 10px; }
.tablenav-pages						{ clear:both; margin: 1em auto; line-height:2em; text-align:center; }
a.page-numbers,
.tablenav-pages .current			{ color:#666666; padding: 2px .4em; border:solid 1px #CCCCCC; text-decoration:none; }
a.page-numbers:hover				{ color:#FFFFFF; background: #999999; }
.tablenav-pages .current			{ color:#FFFFFF; background: #666666; border-color: #EEEEEE; font-weight:bold; }
.tablenav-pages .next,
.tablenav-pages .prev				{ border:0 none; background:transparent; text-decoration:underline;	font-weight:bold; }

.textCenter { padding:5px 0 25px;}