body {
	background-color: #EFEFEF;
	color: #444;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
}

a {
	color: #216c97;
	text-decoration: none;
}

a:hover {
	color: #FF8C00;
}

p.error { color: #f00; font-weight: bold; text-transform: uppercase; margin: 10px 0; }
p.message { font-weight: bold; text-transform: uppercase; margin: 10px 0;}

img {
	border: 0px;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

#top {
	height: 62px;
	background-color: #F5F5F5;
}

#top_inner {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	width: 250px;
	float: left;
	margin-top: 5px;
	text-align: center;
}

#lookup {
	margin-top: 15px;
	float: right;
}

#lookup form {
	float: right;
	margin-right: 20px;
}

#lookup form input {
	border: 1px solid #9e9e9e; 
	padding: 2px;
	margin: 0 2px;
	background-color: #F5F5F5;
	color: #444;
	font: normal 12px Tahoma, Geneva, sans-serif;	
}

#lookup form select {
	padding: 1px;
	margin: 0 2px;
	border: none; 
	background-color: #F5F5F5;
	font: normal 12px Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
}

#lookup form select option {
	background: transparent;
}

#lookup form input[type="submit"] {
	background: url("../../img/layout/submit_search.gif") no-repeat 0 0;
	border: none;
	width: 67px;
	height: 23px;
	padding: 0;
	margin: 0 0 0 2px;
	color: #444;
}

#lookup form input[type="submit"]:hover {
	background: url("../../img/layout/submit_search_hover.gif") no-repeat 0 0;
}

#menu {
	text-align: center;
	background: url("../../img/layout/top.gif");
	height: 42px;
}

#menu ul {
	list-style: none;
	text-align: center;
	width: 950px;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	margin-right: 20px;
	height: 42px;
	line-height: 42px;
}

#menu ul li.line {
	background: url("../../img/layout/line.gif") no-repeat;
	width: 3px;
}

#menu li a {
	color: #666;
	font: normal 10pt Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	background: none;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	
}

#menu ul li a:hover,#menu ul li.active a {
	color: #FF8C00;
}

#content {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}

#content #lpane {
	width: 250px;
	float: left;
}

#content #cpane {
	float: left;
	margin-left: 10px;
	width: 610px;
}

#content #rpane {
	float: left;
	width: 120px;
	margin-left: 10px;
}

#content #lpane h1 {
	color: #444;
	font: bold 10pt Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 0;
	background: #FFF url("../../img/layout/h3bg.gif") right bottom repeat-x;
}

#content #rpane h1 {
	color: #444;
	font: bold 10pt Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 0;
	background: #FFF url("../../img/layout/h3bg.gif") right bottom repeat-x;
}

#content #lpane h2,#content #rpane h2 {
	clear: both;
	font: bold 9pt Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 5px 0 5px 20px;
	letter-spacing: 1px;
	background: url("../../img/layout/more.png") no-repeat 0 5px;
}

#content #lpane h1 span,#content #rpane h1 span {
	display: block;
	background: url("../../img/layout/ident.png") no-repeat 9px 9px;
	padding: 8px 0 8px 28px;
}

#content #lpane h3 {
	margin: 5px 0;
	text-align: center;
	font: bold 8pt Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	padding: 5px 0;
	letter-spacing: 1px;
	color: #216c97;
	text-transform: lowercase;
	font-variant: small-caps;
}

#content #rpane div.cycle {
	margin-top: 10px;
}

#content #lpane ul,#content #rpane .rinner,#content #lpane .linner {
	margin-bottom: 10px;
	padding: 5px 10px 10px 10px;
}

#content #lpane .linner {
	 background-color: #fff;
}
#content #rpane .rinner {
	background-color: #fff;
}

#content #lpane ul {
	padding: 0px;
	margin: 0px;
}

#foot {
	margin-top: 10px;
	padding-bottom: 0;
	background: white;
}

#foot a {
	text-decoration: none;
	color: #616161;;
}

#foot_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0px 0 0;
	overflow: hidden;
}

.foot_panel {
	width: 199px;
	border-right: 1px solid #cccccc;
	float: left;
	height: 160px;
	border-bottom: 1px solid #cccccc;
}

.foot_panel h1,.foot_panel2 h1 {
	padding: 10px 0px;
	text-align: center;
	background: #fff url("../../img/layout/h3bg.gif") right bottom repeat-x;
}

.foot_panel ul,.foot_panel2 ul {
	list-style: none;
	margin: 10px 10px 0 10px;
}

.foot_panel2 {
	width: 200px;
	float: left;
	height: 160px;
	border-bottom: 1px solid #cccccc;
}

.foot_panel p,foot_panel2 p {
	margin: 5px;
}

#user_name,#password {
	display: block;
	width: 90px;
	margin: 5px 0;
}
#login {
	background: url("../../img/layout/button1.gif") no-repeat 0 0;
	border: none;
	color: #031623;
	font: normal 8pt Tahoma, Geneva, sans-serif;
	padding: 0 0 4px 0;
	margin: 0;
	width: 67px;
	height: 23px;
	text-align: center;
	display: block;
	cursor: pointer;
}

#login:hover {
	background: url("../../img/layout/button1-hover.gif") no-repeat 0 0;
}

#groupPanel {
	position: absolute;
	width: 100px;
	height: 200px;
	border: 1px solid #e1e1e1;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	/*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.0em;
	padding: 0 7px;
	border: 1px solid #fff;
	/*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
	/*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff;
	/*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}

.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.a-input {
	width: 350px;
}

.tab_content h1 {
	margin: 10px 0px;
}
.tab_content h1 a {
	text-decoration: none;
}
.tab_content p {
	margin-bottom: 10px;
}

dl.about {
	color: #666;
	width: 240px;
	padding: 5px 0;
}
dl.about dt {
	width: 200px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
dl.about dd {
	margin-left: 200px;
	text-align: right;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
}

#linx { font: normal 8pt/14pt Tahoma, Geneva, sans-serif; text-align: center; text-transform: lowercase; }
#addmall { font: bold 8pt Tahoma, Geneva, sans-serif; margin-top: 10px; text-align: center; }

#content #lpane #mall_real , #content #lpane #mall_virt { text-align: center; font: bold 10px/15px Tahoma, Geneva, sans-serif; }
#content #lpane #mall_real a , #content #lpane #mall_virt a { margin-right: 2px; }

#content #rpane img.h70 { width: 100px; height: 70px; display: block; vertical-align: bottom; }
#content #rpane img.h100 { width: 100px; height: 100px; display: block; vertical-align: bottom; }
#gg { float: right; }

#copyright #lcopy { margin: 10px 0; float: left; }
#copyright #rcopy { margin: 10px 0; float: right; }
