@import url(../../css/layout_cont.css);


/*** body ***/
body {
	margin: 0;
	padding: 5px 0;
/*	background-color: #303030; */
	background-color: #130D08;
}

h2 {
	margin-bottom: 20px;
	color: #4F1703;
}

h3 {
	margin-bottom: 10px;
	color: #4F1703;
	font-size: 90%;
}

p {
	font-size: 75%;
}

#pageItems {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background-color: #33090C;
	border: 1px solid #999999;
}

#headerBox, #footerBox {
	width: 758px;
	padding: 0 10px;
}

#items {
	margin: 0;
	padding-bottom: 40px;
	background: #33090C url(../../images/bg_contbase.jpg) left top repeat;
}

#itemsTop {
	position: relative;
	width: 780px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	background: #33090C url(../../images/top_01items.jpg) left top no-repeat;
}

#itemsBox {
	padding: 30px 20px 30px 0;
	background: #33090C url(../../images/bg_contarea.jpg) left top repeat;
}

#backVert {
	position: absolute;
	top: 18px;
	left: 640px;
	width: 110px;
	height: 118px;
}

#backVert a {
	display: block;
	width: 110px;
	height: 118px;
	font-size: 50%;
	text-decoration: none;
	background: url(../../images/btn_back_vert.jpg) left top no-repeat;
}

#backVert a:hover {
	background-position: left -150px;
	text-decoration: none;
}


/*** main area ***/
#mainBoxLeft {
	float: left;
	width: 180px;
}

ul#catList {
	margin: 0 5px 30px 0;
	list-style-type: none;
}

ul#catList li {
	margin-bottom: 5px;
	font-size: 80%;
	line-height: 120%;
}

ul#catList li a {
	display: block;
	width: 165px;
	padding: 8px 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right: 5px solid #0099CC;
	border-color: #CCCC99;
}

ul#catList li a:hover {
	text-decoration: underline;
	border-color: #FFCC33;
}

form#catList {
	margin: 0 5px 30px 0;
}

form#catList button {
	width: 180px;
	margin-bottom: 5px;
	padding: 8px 5px;
	color: #CC6600;
	font-size: 80%;
	line-height: 120%;
	text-align: left;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 5px solid #CCCC99;
	border-bottom: none;
	border-left: none;
	cursor: pointer;
}

form#catList button:hover {
	color: #CC3300;
	text-decoration: underline;
	border-color: #FFCC33;
}

#utility {
	margin: 0 5px 30px 10px;
}

#utility p {
	padding: 0 0 4px 12px;
    font-size: 75%;
	background: url(../img/list_image.png) 0px 5px no-repeat;
}

#mainBoxRight {
	float: right;
	width: 550px;
}


/*** admin ***/
#adminMenuUpper {
	height: 1em;
	margin: 10px 10px 5px;
	padding: 0 0.5em;
}

ul#adminMenuHead {
	margin: 0;
	padding: 0;
}

ul#adminMenuHead li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

li.menuLeft {
	float: left;
}

li.menuRight {
	float: right;
}

#adminMenuLower {
	clear: both;
	height: 1em;
	margin: 0 10px 20px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #DC9866;
}

ul#adminMenu {
	margin: 0;
	padding: 0;
}

ul#adminMenu li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 0.5em;
	font-size: 12px;
}

#messageTop {
	margin: 5px 10px 15px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	border: 1px solid #DC9866;
}

#messageTop p {
	padding-bottom: 0.5em;
	font-size: 75%;
	line-height: 140%;
}

.pswdEntry {
	margin: 5px;
	padding-top: 10px;
	font-size: 75%;
	border-top: 1px solid #CCCCCC;
}

.newEntry {
	margin: 5px;
	font-size: 75%;
	text-align: center;
}


/*** search ***/
#searchBox {
	margin: 10px 10px 20px;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
}

#searchBox h3 {
	margin-bottom: 0.5em;
	padding: 0 0 0.2em 0;
	line-height: 100%;
	border-bottom: 2px solid #CCCCCC;
}

#searchBox p {
	margin-bottom: 0.5em;
	line-height: 100%;
}

#searchBox input, #searchBox textarea, #searchBox select {
	margin-right: 0.4em;
}

#searchBox dt {
	margin-left: 1em;
	color: #9999CC;
	font-size: 75%;
	font-weight: bold;
}

#searchBox dd {
	position: relative;
	top: -1em;
	margin-left: 5.5em;
}


/*** data entry form ***/
#formBox {
	margin: 20px;
	padding: 10px 30px 30px;
	background-color: #FFFFFF;
	border: 1px dotted #898369;
}

h3.formHeader {
	clear: left;
	margin-top: 20px;
	margin-left: 3px;
}

div.formInput img {
	vertical-align: middle;
}

#formBox input, #formBox textarea, #formBox select {
	margin-right: 0.4em;
}

#formBox dl {
	margin: 1em 1em 0.5em;
}

#formBox dt {
	font-size: 75%;
}

#formBox dd {
	position: relative;
	top: -1.2em;
	margin-left: 3.5em;
}

#formBox span {
	margin-right: 0.4em;
	font-size: 75%;
}

#formBox span.attention {
	margin-left: 0.4em;
	font-size: 100%!important;
	font-weight: normal!important;
}

#dimension p {
	margin: 0 0 4px 0;
}

.dimensionTmpl {
	float: left;
	margin: 0 5px 0 0;
}

p.tmplHeader {
	text-align: center;
	color: #333333;
}

#dimension img {
	margin-bottom: 20px;
	border: 1px solid #999999;
}

p.tmplNoUse {
	clear: left;
	padding: 0 10px;
	color: #333333;
}


/*** cart ***/
#cartSessionBox {
	margin: 10px 10px 20px;
	padding: 0;
}

#cartSessionBox p.step01 {
	height: 60px;
	background: url(../img/chart_cart.gif) 0 0 no-repeat;
}

#cartSessionBox p.step02 {
	height: 60px;
	background: url(../img/chart_cart.gif) 0 -60px no-repeat;
}

#cartSessionBox p.step03 {
	height: 60px;
	background: url(../img/chart_cart.gif) 0 -120px no-repeat;
}

#cartSessionBox p.step04 {
	height: 60px;
	background: url(../img/chart_cart.gif) 0 -180px no-repeat;
}

.formTable {
	width: 85%;
	margin: 0 50px 20px;
	color: #333333;
	font-size: 80%;
	border: 1px solid #666666;
	border-collapse: collapse;
}

.formTable th {
	width: 25%;
	margin: 0;
	padding: 6px 4px;
	background-color: #F2F0DB;
	border: 1px solid #666666;
}

.formTable td {
	margin: 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

.entryError {
	margin: 15px 0 20px;
	color: #CC0000;
	line-height: 150%;
}


/*** item disp (index.php, admin.php) ***/
.itemBox {	/* for index.php */
	display: block;
	float: left;
	width: 124px;
	height: 240px;
	margin: 5px 3px;
	padding: 5px 3px;
}

.itemBoxAdmin {	/* for admin.php */
	display: block;
	float: left;
	width: 124px;
	height: 260px;
	margin: 5px 3px;
	padding: 5px 3px;
}

.itemBox form {	/* for index.php */
	margin: 0;
	padding: 0;
}

.itemPhoto {
	text-align: center;
}

.itemPhoto a img {
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
}

.itemPhoto a:hover img {
	border: 1px solid #FFFF00;
}

img.noimage {
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
}

.itemSelectBox {
	padding: 10px;
	border-bottom: 1px dotted #666666;
}

.itemSelectBox p {
	margin: 0!important;
	padding: 0!important;
	font-size: 80%!important;
	line-height: 130%!important;
}

.itemHeader {
	margin: 0 0 5px 0!important;
	font-size: 65%!important;
	line-height: 120%!important;
}

.category {
	color: #996633;
}

.itemTitle {
	margin: 0 0 4px 0!important;
	padding: 0!important;
	font-size: 75%!important;
	font-weight: bold;
	line-height: 120%;
}

.itemTitle a {
	color: #663300;
}

.itemTitle a:hover {
	color: #CC3300;
}

.itemCont {
	margin: 0 0 5px 0!important;
	padding: 0!important;
	font-size: 75%!important;
	line-height: 130%;
}

.price {
	margin: 4px 0!important;
	color: #B03425;
	font-size: 75%!important;
	font-weight: bold;
}

.signDetail {
	font-size: 50%;
}

.signDetail a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../img/detail.gif) 0 0 no-repeat;
	text-decoration: none; 
}

.signDetail a:hover {
	background-position: 0 -50px;
	text-decoration: none; 
}

p.additional {
	margin: 10px 0!important;
	line-height: 130%!important;
}

.dimmer {
	color: #B39482;
}

p.caution {
	margin: 5px 20px 0!important;
	padding-left: 20px!important;
	line-height: 140%!important;
	background: url(../img/caution.gif) left top no-repeat;
	border-bottom: none!important;
}

.warning {
	margin: 10px 0;
	padding: 8px 10px;
	background-color: #FFFAE5;
	border: 4px double #FF0000;
}

.warning p {
	margin: 5px 0 0!important;
	padding-left: 20px!important;
	line-height: 140%!important;
	color: #4F1703;
	background: url(../img/caution.gif) left top no-repeat;
	border-bottom: none!important;
}

form.editBtn {		/* for admin */
	display: inline;
}

form.editBtn input {		/* for admin */
	padding: 0 5px;
}

p.nodata {
	margin: 40px 10px;
}


/*** detail (show.php) ***/
#showHeader {
	margin-bottom: 5px;
	font-size: 65%;
	line-height: 120%;
}

h2#itemName {
	padding: 4px 0 4px 22px;
	color: #922520;
	background: url(../img/leader_item.jpg) 0 0 no-repeat;
	border-bottom: 1px dotted #898369;
}

#showCont {
	float: left;
	width: 270px;
}

.showArticle {
	margin: 0 0 1em 0;
	font-size: 75%;
	line-height: 140%;
}

#showImage {
	float: left;
	width: 242px;
	margin-left: 15px;
}

#showImage a img {
	margin: 0 10px 10px!important;
	border: 1px solid #666666;
}

#showImage a:hover img {
	border: 1px solid #FFFF00;
}


/*** billing ***/
#billingItem {
	margin: 10px 20px 20px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 4px double #DC9866;
}

#billingItem input {
	margin: 0 4px;
}

#billingSumup {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}

#billingItem p, #billingSumup p {
	margin: 0!important;
	padding: 0!important;
	color: #CC6600;
	text-align: right;
	font-size: 85%!important;
	line-height: 130%!important;
}


/*** table ***/
.dataTable, .analyzeTable {
	width: 100%;
	margin-bottom: 20px;
	font-size: 80%;
	border: 1px solid #666666;
	border-collapse: collapse;
}

.dataTable th {
	width: 25%;
	margin: 0;
	padding: 6px 4px;
	background-color: #DFDFDF;
	border: 1px solid #666666;
}

.analyzeTable th {
	margin: 0;
	padding: 6px 4px;
	background-color: #DFDFDF;
	border: 1px solid #666666;
}

.dataTable td, .analyzeTable td {
	margin: 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}


/*** sell data delete ***/
ul#delList {
	margin: 0 10px 20px;
	padding: 0;
}

ul#delList li {
	height: auto;
	margin: 8px 0;
	padding-left: 5px;
	list-style-type: none;
	font-size: 80%;
	line-height: 100%;
	border-left: 5px solid #FFCC66;
}


