﻿#container {
		height: 72%;
}
#content {
		width: 82%;
}
.menu ul li a{
		background-image: url(../images/menu-account.png);
}
#account1 a {
		width: 95px;
		background-position: 0 0;
}
#account1 a:hover,#account1 a.stay {
		background-position: -175px 0;
}
#account2 a {
		width: 95px;
		background-position: 0px -16px;
}
#account2 a:hover,#account2 a.stay {
		background-position: -175px -16px;
}
#account3 a {
		width: 95px;
		background-position: 0 -32px;
}
#account3 a:hover,#account3 a.stay {
		background-position: -175px -32px;
}
#account4 a {
		width: 95px;
		background-position: 0 -48px;
}
#account4 a:hover,#account4 a.stay {
		background-position: -175px -48px;
}
#account5 a {
		width: 95px;
		background-position: 0 -64px;
}
#account5 a:hover,#account5 a.stay {
		background-position: -175px -64px;
}
#notice {
		padding-bottom: 25px;		
}
#content h5 {
		padding-bottom: 5px;
		font-size: 115%;
}
#content a.dl {
		color: #ff6600;
}
#content a.btn {
		padding: 3px 15px;
		background: #333;
		color: #fff;
		text-decoration: none;
}

.accounttable th {
		color: #fff;
		background: #333;
}
.accounttable th, .accounttable td {
		padding: 2px 3px;
		text-align: center;
}
.accounttable td {
		background: #fff;
}
.accounttable a.cancel {
		padding: 1px 2px;
		border: 1px solid #666;
		text-decoration: none;
}
#loginhistory {
		width: 450px;
}
#loginhistory th.oid {
		width:	15%;
}
#loginhistory th.time {
		width: 45%;
}
#loginhistory th.ip {
		width: 40%;
}

#content ul {
		height: 60px;
}
#content ul li {
		margin: 0 5px 12px 5px;
		border: 1px solid #666;
		width: 120px;
		float: left;
}
#content .itemtitle {
		padding: 2px 4px;
		letter-spacing: 0.3em;
		background: #666;
		color: #fff;
		font-size: 115%;
		font-weight: normal;
}
#content .itemcontent {
		padding: 15px 7px;
}
#content .itemcontent ul {
		list-style-type: disc;
		margin: 0;
}
#content .itemcontent ul li {
	border: 0;
	margin: 0 0 0 15px;
}

.form table td.title{
		width: 55px;
		text-align: right;
}
.tip {
		
}
.error, .ok, .rule {
		padding: 2px 5px;
		color: #ccc;	
}
.error {
		background-color: #ff3300;
}
.ok, .rule {
		background-color: #000;
}
#company-info td, #contact-info td {
		padding: 2px 0;
}
.txt1, .txt2, .txt3 {
		height: 12px;
		padding: 6px;
		border: 0;
		color: #999;
}
.txt1 {
		margin-right: 2px;
		width: 170px;
		background: url(../images/txt.png) no-repeat;
}
.txt2 {
		width: 63px;
		background: url(../images/txt2.png) no-repeat;
}
.txt3 {
		width: 279px;
		background: url(../images/txt3.png) no-repeat;
}
#company-info, #contact-info {
		margin-top: 15px;
}
#receiving-info a {
		color: #333;
}
#btnsubmit {
		margin-top: 10px;
		display: block;
		border: 0;
		overflow: hidden;
		height: 25px;
		width: 51px;		
		background: url(../images/btnsubmit.png);		
}
#search {
		border-bottom: 1px dotted #666;	
		padding-bottom: 15px;		
		margin-bottom: 15px;
		width: 86%;
}
#searchbtn {
		cursor: pointer;
		width: 51px;
		height: 25px;
		border: 0;
		background: url(../images/btnsubmit.png) 0 0 no-repeat;
}
#searchorderlist_filter input[type='text'] {
		border: 1px solid #999;
		padding: 2px;
}
#status {
		position: absolute;
		top: 55px;
		left: 392px;
}
#status ul {
}
#status ul li {
		float: left;
		margin-left: 3px;
}
#status li a {
		border: 1px solid #333;
		padding: 2px 5px;
		color: #fff;
		background: #333;
		text-decoration: none;
}
#status li a:hover {
		background: #666;
}
#status li a.stay {
		background: #FF9933;
}
#searchorderlist {
		width: 630px;
}
#searchorderlist th.ordernum {
		width: 7%;
}
#searchorderlist th.ordeid {
		width: 25%;
}
#searchorderlist th.price {
		width: 19%;
}
#searchorderlist th.date {
		width: 20%;
}
#searchorderlist th.status {
		width: 15%;
}
#searchorderlist th.cancel {
		width: 14%;
}
#searchorderlist td {
		letter-spacing: 0;
}
