@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 928px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #999999; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #D11E25;
}

.oneColFixCtrHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #D11E25;
}

.oneColFixCtrHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

.oneColFixCtrHdr #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
}

.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #999999;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}

.b-bottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #D9D3BF;
	border-right-color: #D9D3BF;
	border-bottom-color: #D9D3BF;
	border-left-color: #D9D3BF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.b-bottom_r {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #D9D3BF;
	border-right-color: #D9D3BF;
	border-bottom-color: #D9D3BF;
	border-left-color: #D9D3BF;
	border-top-style: none;
	border-right-style: dotted;
	border-left-style: none;
}
.character {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}


.b-right {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #D9D3BF;
	border-right-color: #D9D3BF;
	border-bottom-color: #D9D3BF;
	border-left-color: #D9D3BF;
	border-top-style: none;
	border-right-style: dotted;
	border-left-style: none;
}

.table-list {
	padding-bottom: 0px;
}

.table-list1 {
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
/* item.php css */

.onmouse_input {
	background-color: pink;
	color: red;
	font-weight:bold;
}
.item-list input{
	width: 45px;
	border: 0px;
	border-left: none;
	border-right: none;
	border-top: 1px red dotted;
	border-bottom: 1px red dotted;
	text-align: center;
}
.item-list:hover {
	background: yellow;
}
.item-list:hover input {
	background: pink;
}

/* orderonline css /*/
.input {
	text-align: left;
	font-size: 11px;
}

.boldred {
	size: +1;
	color: red;
	font-weight: bold;
}

