/*
 * Copyright 2009 JiaHua Stores Holdings Limited. All rights reserved.
 * http://www.szbjh.com/License
 *
 * Author: linbq
 * Date: 2009/7/31
 */

body {
  margin: 0px;
  font-size: 12px;
  color: #2F2F2F;  
}

a {	color: #2F2F2F;	text-decoration: none;}
a:link {color: #2F2F2F;	text-decoration: none;}
a:visited {color: #2F2F2F; text-decoration: none;}
a:hover {color: #FF5500; text-decoration: underline;}
a:active {color: #2F2F2F; text-decoration: none;}


.PageContainer
{
	width: 980px;
	padding: 0px;
	margin: 0px auto;
	border: 0px #FACE66 solid;
}



/* ----------------------------
=Alsett Clearing Method for floats 
-------------------------------*/  
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.clearfix {display: inline-block;}
/* backslash hack hides from IE Mac \*/
	* html .clearfix {height: 1px;}
	.clearfix {display: block;}
/* end backslash hack */




.loading {
  padding: 0px;
  margin: 0px;
  position: absolute;
  display: none;
}
 
.modal {
  background-color: #fff;
  position: absolute;
  display: none;
  filter:alpha(opacity=0);	
  opacity: 0;
  -moz-opacity:0;
 }

.Container {
	margin: 10px 0;
}

.Container .left-body {
	float: left;	
	margin-right: 10px;
}

.Container .right-body {
	float: right;	
}

table
{
	empty-cells: show;
	border-collapse: collapse; 
	border-style: none;
}

table td{
{
	border-collapse: collapse;
}
