@charset "utf-8";

/*
Theme Name: SEO塾テーマ - a3
Theme URI: http://www.algorism.co.jp/
Version: 1.0
Description: 株式会社アルゴリズム - SEO塾テーマ
Author: ETNET Co., Ltd.
Author URI: http://www.etnet.co.jp/

Copyright (C) 2009 ETNET Co., Ltd. All Rights Reserved.
*/


/*
	GENERAL STYLES
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body						{ line-height: 1; }
ol, ul						{ list-style-image:none; list-style-type:none; list-style-position:outside; }
blockquote, q				{ quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after			{ content: ''; content: none; }
:focus						{ outline: 0; }
ins							{ text-decoration: none; }
del							{ text-decoration: line-through; }
table						{ border-collapse: collapse; border-spacing: 0; }

/*
	LAYOUT TOOLS
*/
.floatLeft 					{ float: left; }
.floatRight					{ float: right; }
.clear						{ clear: both; font-size: 1px;line-height:1px;}
.layoutCenter				{ margin: 0 auto; }
.textCenter					{ text-align: center; }
.textRight					{ text-align: right; }
.textLeft					{ text-align: left; }

/*
	PRINT TOOLS
*/
.page-break 				{ page-break-before: always; }

/*
	TYPOGRAPHIC TOOLS
*/
.error						{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning					{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success					{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut					{ font-size: 125%; font-weight: bold; }
.strikeOut					{ text-decoration: line-through; }
.underline					{ text-decoration: underline; }
.resetTypeStyle				{ font-weight: normal; font-style: normal; font-size: 100%; 
							  text-decoration: none; word-spacing: normal; 
					  		  letter-spacing: 0px; text-transform: none; text-indent: 0px; }

/* 
	STYLING EXTRAS
*/
/*
a[href^="mailto"]			{ background: url(images/emailIcon.png) left center no-repeat; padding-left: 10px; }
a[href~=".pdf"]				{ background: url(images/pdfIcon.png) left center no-repeat; padding-left: 10px; }
a.button					{ color: black; border: 1px solid black; padding: 3px; }
	a.button:hover			{ background: black; color: white; }
.transpBlack				{ background: url(images/transpBlack.png); }
*/

/*
	DISPLAY VALUES
*/
.hide						{ display: none; }
.show						{ display: block; }
.invisible					{ visibility: hidden; }

/*
	CAPTIONS
*/
.aligncenter,
div.aligncenter				{ display: block; margin-left: auto; margin-right: auto; }
.wp-caption					{ border: 1px solid #C9C9C9; text-align: center; background-color: #F3F3F3; padding-top: 4px;
							  margin:0 10px 10px 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
							  -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img				{ margin: 0; padding: 0; border: 0 none; }
.wp-caption
p.wp-caption-text			{ font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

/*
	IMAGES
*/
p img						{ padding: 0; max-width: 100%; border:1px solid #C9C9C9; }
img.centered				{ display: block; margin-left: auto; margin-right: auto; }
img.aligncenter				{ display: block; margin-left: auto; margin-right: auto; text-align:center; }
img.alignright				{ padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft				{ padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright					{ float: right; }
.alignleft					{ float: left; }

/*
	CLEARFIX
*/
div							{ zoom:1; }

/*******************/

/*
	ORIGINAL
*/
table						{ border:1px solid #C9C9C9; margin:10px; }
table th					{ background: #F3F3F3; border:1px solid #C9C9C9;
							  font-weight:bold; padding:4px; text-align:center; }
table td					{ background: #FFFFFF; border:1px solid #C9C9C9; padding:4px; }
blockquote					{ border-left: 10px solid #03617b; margin:20px; padding:10px; text-align: left; }
blockquote p				{ margin:.4em 0 .4em 0; }
.imedisabled				{ ime-mode: disabled; }
.input						{ border:1px solid #C9C9C9; padding:3px 4px; }
.textarea					{ border:1px solid #C9C9C9; padding:3px 4px; }
.more-link					{ }
.bold						{ font-weight:bold; }

body						{ margin:0; padding:0; color:#000000; border:0; width:100%; min-width:950px; line-height:1.3em;
							  font-size:0.9em; text-align:center;  }
a							{ color:#03617b; text-decoration:underline; }
a:hover						{ color:#03617b; text-decoration:none; }
h1, h2, h3,
h4, h5, h6					{ margin:.8em 0 .2em 0; padding:0; }
p							{ margin:.4em 0 .8em 0; padding:0; }
img							{ margin:10px 0 5px; }
img.noborder				{ border:none; }
a:hover						{ border:none; background:none; }

#container					{ position:relative; width:100%; margin:0 auto; padding:0; border:0; }
* html body div#container	{ width: expression(document.body.clientWidth < 952? "950px" : "auto"); }

/*
	HEADER
*/
#headerbox					{ position:relative; }
#headertop					{ height:90px; background:#03617b url(images/background.jpg) repeat-x top; width:100%; }
#header						{ background:url(images/background2.jpg) repeat-x; color:#333333; width:100%;
							  margin:0; padding:30px 0; position:relative; border-top:1px solid #03617b; }
#headerin					{ width:950px; margin:0 auto; text-align:left; position:relative; }
.headerhome					{ height:200px; background:url(images/header_img.jpg) right center no-repeat; }
#header h1					{ font-size:1.5em; margin:0; padding:0 0 30px;  }
#header p					{ margin:0; padding:0; }
#header h2					{ font:10pt normal; position:absolute; top:-120px; left:0; color:#FFFFFF; }
#header h3					{ font-weight:normal; padding:0; text-align:left; padding:10px 0 0; }
.headerhome h1,
.headerhome p,
.headerhome h3				{ width:450px; }
#header img					{ position:absolute; top:-95px; left:0; z-index:10; }
* html body #header img		{ behavior: expression(IEPNGFIX.fix(this)); }
#header a					{ color:#333333; }
#header a:hover				{ background:none; }
#header h2 a				{ text-decoration:none; color:#FFFFFF; }
#header h2 a:hover			{ text-decoration:none; }

/*
	NAVIGATION
*/
#navigationbox				{ top:35px; width:100%; position:absolute; margin:0; padding:0; z-index:1; }
#navigation					{ position:relative; width:950px; margin:0 auto; padding:0; right:0; overflow:hidden; }
#navigation ul				{ width:500px; height:65px; margin-left:400px; position:relative; padding:0; }
#navigation ul li			{ float:left; }
#navigation ul li a			{ position:absolute; top:0; margin:0; padding:0; display:block; height:55px;
							   text-indent:-9999px; overflow:hidden; background:url(images/navi_bg.gif) no-repeat; }
#navigation ul li#navi1 a	{ left:0px; width:100px; background-position:0 0; }
#navigation ul li#navi2 a	{ left:100px; width:100px; background-position:-100px 0; }
#navigation ul li#navi3 a	{ left:200px; width:100px; background-position:-200px 0; }
#navigation ul li#navi4 a	{ left:300px; width:100px; background-position:-300px 0; }
#navigation ul li#navi5 a	{ left:400px; width:100px; background-position:-400px 0; }
#navigation ul li#navi1 a:hover	{ background-position:0 -55px; }
#navigation ul li#navi2 a:hover	{ background-position:-100px -55px; }
#navigation ul li#navi3 a:hover	{ background-position:-200px -55px; }
#navigation ul li#navi4 a:hover	{ background-position:-300px -55px; }
#navigation ul li#navi5 a:hover	{ background-position:-400px -55px; }
#navigation ul li#navi1 a.current	{ background-position:0 -55px; }
#navigation ul li#navi2 a.current	{ background-position:-100px -55px; }
#navigation ul li#navi3 a.current	{ background-position:-200px -55px; }
#navigation ul li#navi4 a.current	{ background-position:-300px -55px; }
#navigation ul li#navi5 a.current	{ background-position:-400px -55px; }

/*
    HOME
*/
.topimage					{ width:215px; float:left; margin-right:30px; color:#666666; }
.topimagelast				{ margin-right:0; }
.topimage p img				{ border:0; }

/*
	CONTAINER
*/
.colmask					{ background:#FFFFFF; clear:both; overflow:hidden;
							  position:relative; text-align:left; width:950px; margin:20px auto; }
.leftmenu					{ background:#FFFFFF; }
.leftmenu .col1				{ float:right; width:600px; position:relative; padding-bottom:1em;
							  margin:0; padding:0; overflow:hidden; text-align:left; }
.leftmenu .col2				{ float:left; width:320px; position:relative; margin:0 30px 0 0; text-align:left; }
.rightmenu					{ background:#FFFFFF; }
.rightmenu .col1			{ float:left; width:600px; position:relative; padding-bottom:1em;
							  margin:0; padding:0; overflow:hidden; text-align:left; }
.rightmenu .col2			{ float:right; width:320px; position:relative; margin:0 0 0 30px; text-align:left; }

/*
	ENTRY
*/
.entry						{ margin:0 0 20px 0; }
.entry h2					{ background:#03617b no-repeat center; color:#FFFFFF; font-size:1.4em;
							  margin:0; line-height:1.5em; overflow:hidden; padding:5px 10px; }
.entry h2 a					{ color:#FFFFFF; }
.entry h2 a:hover			{ background:none; }
.entry p.exerpt				{ border:1px dotted #C9C9C9; margin:10px; padding:10px; }
.entry-body					{ margin:20px 0; }
.entry-body p				{ margin:.4em 0 .8em 0; }
.entry-body blockquote p	{ margin:0; }
.entry-body ul				{ margin:10px 0; }
.entry-body ol				{ margin:10px 0; }
.entry-body dl				{ margin:10px 5px; }
.entry-body dl dt			{ font-weight:bold; }
.entry-body dl dd			{ margin:0 20px 10px; }
.entry-body ul li			{ background:#FFFFFF; list-style-type:disc; list-style-position:outside; margin-left:25px; }
.entry-body ol li			{ background:#FFFFFF; list-style-type:decimal; list-style-position:outside; margin-left:25px; }
.entry-body h3				{ background:#03617b no-repeat center; color:#FFFFFF; height:32px; line-height:32px;
							  margin:10px 0; padding:0 10px; overflow:hidden; }
.entry-body h4				{ background:#03617b no-repeat center; color:#FFFFFF; height:32px; line-height:32px;
							  margin:10px 0; padding:0 10px; overflow:hidden; }
.entry-body h5				{ background:#03617b no-repeat center; color:#FFFFFF; height:32px; line-height:32px;
							  margin:10px 0; padding:0 10px; overflow:hidden; }
.entry-body h6				{ background:#03617b no-repeat center; color:#FFFFFF; height:32px; line-height:32px;
							  margin:10px 0; padding:0 10px; overflow:hidden; }
.entry-footer				{ text-align:right; }

ul.tags						{ text-align:right; }
ul.tags li					{ float:right; background:url(images/tag.gif) no-repeat left center; padding-left:18px; margin-left:5px; }
span.author					{ background:url(images/author.gif) no-repeat left center; padding-left:18px; }
span.category				{ background:url(images/category.gif) no-repeat left center; padding-left:18px; }
span.comment				{ background:url(images/comment.gif) no-repeat left center; padding-left:18px; }
span.datetime				{ background:url(images/datetime.gif) no-repeat left center; padding-left:18px; }
span.edit					{ background:url(images/edit.gif) no-repeat left center; padding-left:18px; }
span.rss					{ background:url(images/rss_feed.gif) no-repeat left center; padding-left:22px;}

div.post_navi				{ background:#F3F3F3; border:1px solid #C9C9C9; margin-top:-10px;}
div.post_previous			{ float:left; margin:10px 0 10px 10px; width:45%; }
div.post_next				{ float:right; text-align:right; margin:10px 10px 10px 0; width:45%; }
div.breadcrumb				{ margin-bottom:15px; }

div.related_posts			{}
div.related_posts_head		{ background:#F3F3F3; border:1px solid #C9C9C9; font-weight:bold; line-height:2em;
							  margin:0 0 10px 0; padding:3px 10px; }
ul.st-related-posts			{ background:#FFFFFF; margin-left:15px; position:relative; }
ul.st-related-posts li		{ background:#FFFFFF url(images/post.gif) no-repeat; padding-left: 25px; margin:0; }
div.related_posts			{ margin:30px 0; }

div.adv						{ background:#F3F3F3; border:1px solid #C9C9C9; margin:20px 0; padding:15px; }
#searchform					{ padding:10px 0; text-align:center; }
div.comment					{ margin:30px 0; }
div.comment p				{ padding-left:15px; }
.nocomments					{ display:none; }
.comments-head				{ background:#F3F3F3; border:1px solid #C9C9C9; line-height:2em;
							  margin:0 0 10px 0; padding:3px 10px; }
.comment-footer				{ margin:-5px 0 20px 0; }
div.comment #author			{ width:200px; }
div.comment #email			{ width:200px; }
div.comment #url			{ width:200px; }
div.comment #comment		{ width:590px; }
ul.commentlist				{ }
ul.commentlist .reply		{ margin-bottom:10px; }
ul.commentlist
li ul.children				{ padding-left:25px; }
div.comment-navi			{ margin-top:10px; }
#trackbackurl				{ width:590px; }

.ddsg-wrapper ul			{ margin:5px 10px; }
.ddsg-wrapper ul li			{ list-style-image:none; list-style-type:none; width:100%; }
.ddsg-wrapper ul li			{ margin-left:20px; background:#FFFFFF url(images/post.gif) no-repeat;padding-left: 25px;}
ul.archive li				{ background:#FFFFFF url(images/post.gif) no-repeat; list-style-image:none;
							  list-style-type:none; padding-left: 25px; }

.wpcf7-list-item			{ display:block; }

.wp-pagenavi				{ text-align:center; line-height:2em; }
.wp-pagenavi a,
.wp-pagenavi a:link			{ padding: 2px 4px 2px 4px;	margin: 2px; text-decoration: none;	border: 1px solid #03617b;
							  color: #03617b; background-color: #FFFFFF; }
.wp-pagenavi a:visited		{ padding: 2px 4px 2px 4px;	margin: 2px; text-decoration: none;	border: 1px solid #03617b;
							  color: #03617b; background-color: #FFFFFF; }
.wp-pagenavi a:hover		{ border: 1px solid #03617b; color: #FFFFFF; background-color: #03617b; }
.wp-pagenavi a:active		{ padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #C9C9C9;
							  color: #C9C9C9; background-color: #FFFFFF; }
.wp-pagenavi span.pages 	{ padding: 2px 4px 2px 4px;	margin: 2px 2px 2px 2px; color: #C9C9C9; }
.wp-pagenavi span.current 	{ padding: 2px 4px 2px 4px; margin: 2px; font-weight: bold; border: 1px solid #C9C9C9;
							  color: #C9C9C9; background-color: #FFFFFF; }
.wp-pagenavi span.extend 	{ padding: 2px 4px 2px 4px; margin: 2px; border: 1px solid #C9C9C9;
						  	  color: #C9C9C9; background-color: #FFFFFF; }

/*
	SIDEBAR
*/
.sidebar					{ background:#FFFFFF; margin:0; padding:0; }
.sidebar div.sidebar_div	{ padding:30px 0 0 0; margin:0; }
.sidebar ul.sidebar_ul		{ margin:0; padding:0; height: auto !important; height: 1%; }
.sidebar .search			{ font-size:13px; height: 15px; width: 100px; vertical-align: top; padding:2px; }
.sidebar li.box				{ margin:0; padding-bottom:30px; width:320px; }
.sidebar li.box h3			{ margin:0; padding:20px 10px; text-align:left; letter-spacing:1em; color:#FFFFFF;
							  border-top:1px solid #C9C9C9; border-bottom:1px solid #C9C9C9;
							  background:#03617b; }
.sidebar li.box p			{ background:#F3F3F3; padding:10px 10px; margin:0; }
.sidebar li.box ul			{ padding:10px 10px; margin:0; line-height:1.5; }
.sidebar li.box ul li		{ margin:0; padding-left: 25px; }
.sidebar li.box ul li		{ background:#F3F3F3 url(images/post.gif) no-repeat left top; }
.sidebar li.box ul
li.comment					{ background:url(images/comment.gif) no-repeat; }
.sidebar li.box ul
li.categorytab				{ background:url(images/category.gif) no-repeat; }
.sidebar li.box ul
li.hometab					{ background:url(images/home.gif) no-repeat; }
.sidebar li.box ul
li.sitemap-page				{ background:url(images/sitemap.gif) no-repeat; }
.sidebar li.box ul
li.contact-page				{ background:url(images/contact.gif) no-repeat; }
.sidebar li.box
ul.st-tag-cloud li			{ background:url(images/tag.gif) no-repeat; }

/*
	FOOTER
*/
#footerbox					{ background:#03475a url(images/background.jpg) repeat-x; clear:both; color:#FFFFFF; margin:0 auto;
							  padding:20px 0; position:relative; text-align:center; width:100%; }
#footerbar					{ width:950px; margin:0 auto 20px; padding:0; text-align:left; }
#footerbar ul				{  }
#footerbar ul li.box		{ float:left; width:165px; margin-right:30px; }
#footerbar a				{ color:#FFFFFF; text-decoration:none; }
#footerbar a:hover			{ text-decoration:underline; background:none; }
#footerbar ul li.last		{ margin-right:0; }
#footerbar ul li.box ul li	{ background:url(images/plus.gif) no-repeat; margin:0; padding-left: 25px; }
#footer						{ width:950px; margin:0 auto; padding:20px 0;; position:relative;
							  text-align:right; border-top:1px solid #C9C9C9; }
#footer a:hover 			{ background:none;}
#footer h3					{ margin:0; padding:0; line-height:20px; }
#footer h3 a				{ color:#FFFFFF; }
#footer h3 a:hover			{ background:#FFFFFF; color:#03617b; line-height:1; }
#footer img					{ left:0; margin:0; position:absolute; top:20px; padding:0; }
* html body #footer img 	{ behavior: expression(IEPNGFIX.fix(this)); }



.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; }

#net_shop_admin_flow							{ margin:30px 0; height:30px; padding:0; }
#net_shop_admin_flow ol							{ position:relative; left:50%; clear:left; float:left; padding:0;
												  list-style:decimal outside; }
#net_shop_admin_flow ol li						{ position:relative; top:0; margin:0 20px; padding:0;
												  height:30px; float:left; right:50%; list-style:decimal outside; }
#net_shop_admin_flow ol li span.current			{ color:#FF0000; }

#net_shop_admin_shopping_cart					{ margin:0 0 20px; padding:0; }
#net_shop_admin_shopping_cart table				{ width:948px; margin:0 auto; 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.subtotal	{ 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 table td.return	{ text-align:center; white-space: nowrap; }

#net_shop_admin_checkout						{ background:#EFEFEF; margin:20px 0; padding:20px 30px; }
#net_shop_admin_checkout_first					{ float:left; overflow:hidden; width:45%; text-align:center; }
#net_shop_admin_checkout_login					{ float:right; overflow:hidden; width:45%; text-align:center; }
#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					{ color:#FF3300; text-align:center; }
#net_shop_admin_checkout p.title span			{ background:#FEFEFE; border:1px dashed #FF9900; font-weight:bold; padding:5px; }
#net_shop_admin_checkout p.submit				{ clear:both; text-align:center; }

.form-table										{ border-collapse:collapse; clear:both; margin:0.5em auto 20px; width:948px; }
.form-table thead th							{ text-align:center; white-space:nowrap; }
.form-table tbody th							{ padding:10px; text-align:right; vertical-align:top;
												  border-right:none; white-space:nowrap; }
.form-table td									{ margin:0; padding:10px; vertical-align:middle; }
.form-table td.error_attribute					{ background:#FFCCCC; }
.form-table td.error_attribute p				{ margin:0; padding:0; }
.form-table td.error_attribute p.red			{ color:#FF0000; font-weight:bold; }

.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				{ text-align:right; }
.net_shop_admin_update_quantity_image		{ vertical-align:middle; }
.entry-body .net_shop_admin_subtotal		{ text-align:right; }
.entry-body .net_shop_admin_checkout		{ text-align:right; }
.entry-body .net_shop_admin_maintenance		{ text-align:right; color:#FF0000; font-weight:bold; }

.entry-body #net_shop_admin_checkout_body dl			{ margin:20px 20px; }
.entry-body #net_shop_admin_checkout_body .right		{ text-align:right; }
.entry-body #net_shop_admin_checkout_body .order_comment	{ margin:5px auto; width:98%; height:100px; padding:3px 5px; border:1px solid #CCCCCC; }

.entry-body #net_shop_admin_history table			{ margin:20px auto 30px; }
.entry-body #net_shop_admin_history table th,
.entry-body #net_shop_admin_history table td		{ padding:7px; }
.entry-body #net_shop_admin_history table tbody th	{ text-align:left; }
.entry-body #net_shop_admin_history table tbody th span	{ margin-left:20px; }
.entry-body #net_shop_admin_history table tbody td	{ text-align:center; }
.entry-body #net_shop_admin_history table tfoot td	{ text-align:center; }
.entry-body textarea.free_textarea					{ width:100%; height:100px; padding:3px 5px; border:1px solid #CCCCCC; }
.entry-body span.price								{ color:#990000; font-weight:bold; }

.frontend-user-admin-login th						{ width:200px; }
.frontend-user-admin-login .user_email				{ width:300px; ime-mode: disabled; }
.frontend-user-admin-login .address1				{ width:400px; }
.frontend-user-admin-login .address2				{ width:400px; }
.frontend-user-admin-login .tel						{ ime-mode: disabled; }
.frontend-user-admin-user-attribute-required		{ display:none; }

.magenta							{ color:#FF3399; font-weight:bold; }
.red								{ color:#FF0000; font-weight:bold; }

.document p, .document dl			{ clear:both; }
.document dl dt						{ width:100px; float:left; }
.document dl dd						{ width:300px; float:left; text-align:left; }