ul,ol {list-style:none;}
body {
	background: #000 url(bg.jpg) repeat fixed;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	color: #000000;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 13px;
}

label {
	display:inline-block;
	padding:3px 5px;
	width:100px;
}
input {
	cursor:text;
	background: #ffffff;
	border: 1px solid #DAE0F0;
	color: #909090;
	padding:3px 5px;
}
select {
	cursor:pointer;
	padding:3px 5px;
}
a , a:link,a:visited,a:active { font-size:11px; color: #000000;font-family:Tahoma; text-decoration: none; }
a:hover { color: #666666;font-family:Tahoma; text-decoration: none; }
.left {
	background-color: #ffffff;
	border-left: 1px solid #000;
}
.right {
	background-color: #ffffff;
	border-right: 1px solid #000;
}
.box_body2 {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
}
.box_body {
	background-color:#ececec;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom:15px;
}

.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.form li {
	padding:3px 5px;
}
input.button,

.buttons input {
	margin:5px 5px 0;
	background:  url(../images/tbg.png) repeat-x top left;
	color: white;
	cursor:pointer;
	outline:none;
	font-weight:bold;
	border-radius:6px;
}
input.button:active,
input.button:focus,
.buttons input:active,
.buttons input:focus {
	background: url(../images/tbg.png) repeat-x bottom left;
}
a , a:link,a:visited,a:active { font-size:11px; color: #000000;font-family:Tahoma; text-decoration: none; }
a:hover { color: #666666;font-family:Tahoma; text-decoration: none; }

.inline_box {
	width:200px;
	vertical-align:top;
	display:inline-block;
	text-align:center;
}
.boxTitle {
	background: #DDE0E4 url(../images/tbg.png) repeat-x top left;
	color: white;
	font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: 1px solid #E3E6E8;
	padding:6px 14px 7px;
}
.boxTitle a:link, .boxTitle a:visited {
	color: #283A5E;
	text-decoration: none;
}
.boxTitle a:hover, .boxTitle a:active {
	color: #8297C8;
	text-decoration: underline;
}
.boxTitle2,
.title td {
	background: #DDE0E4 url(../images/tbg.png) repeat-x top left;
	color: #FFFFFF;
	padding:4px 38px;
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-bottom: 1px solid #E3E6E8;
}

.boxTitle2 a:link, .boxTitle2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.boxTitle2 a:hover, .boxTitle2 a:active {
	color: #D0D0D0;
	text-decoration: underline;
}

.pointer {
	cursor:pointer;
}
.hide {
	display:none;
	border-bottom-width:0;
}
.error,
.warning,
.success {
	background-color:#f9f9f9;
	border:1px solid #ddd;
	color:#850000;
	padding:8px;
	font-weight:bold;
	margin:4px 0;
}
.success {
	color:#007500;
}
.warning {
	color:#555000;
}

.warehouse {
	margin:auto;
	text-align:center;
}
.warehouse .box {
	width:45%;
	margin:5px;
}
#easyTooltip {
	text-align:left;
	z-index:3000;
	color:#ffffff;
	border:1px solid #111;
	opacity:0.90;
	padding:5px;
	background:#1f1d1d;
}
#easyTooltip h3,#easyTooltip div { font:11px Tahoma; margin:0; }
.item_info{
	color:#000;
	display:block;
	width:260px;
	padding:10px;
	margin:auto;
}
.item_info span[style] {
	color: #000 !important;
}
.item_image {
	background-color:#f5f5f5;
	border:1px solid #e5e5e5;
	padding:8px;
	cursor:pointer;
}
.pages {
	margin-left:20px;
	padding:5px;
	background:#fafafa;
	border:1px solid #ddd;
	color:#999;
}
.pages span {
	color:#777;
	padding:5px 7px;
	background:#fafafa;
	border:1px solid #ddd;
	font-weight:bold;
	text-decoration:underline;
}