
body {
	background: #eee url(/images/bg_red.gif) repeat-x; /* default, override by cookie in common-head.php */
	color: #333;
	font-size: 13px;
	padding: 0px 0 40px;
	margin-top: 0px;
	text-align:center;
	min-width:1100px;
}

a {
	color: #00f;
	text-decoration: none;
	cursor:pointer;
}

li a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

#mainContainer {
	margin-top:10px;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index:0;
	padding-top: 10px ;
	padding-bottom: 10px ;
}

div#update_notice {
	margin:8px 5px 10px;
	font-family: "Tahoma";
	font-size:13px;
	color:#fff;
}

#main-menu-nav {
	font-family:"Tahoma";
	font-size: 13px;
	background-color: #d01010; /* default, override by cookie in common-head.php */
	width:100%; 
	z-index:99;
	margin-left:0;
	height:60px;
}
div#main-menu-nav ul li a {
	color:#fff;
}
div#main-menu-nav ul li ul li ul li {
	text-align:left;
}
div#main-menu-nav ul li a:hover {
	color:yellow;
	text-decoration:none;
}
div#main-menu-nav ul li ul li a {
	color:#fff;
}
div#main-menu-nav ul li ul li ul li a:hover {
	background-color:#000;
}
#footerContainer {
	background-color: #fff ;
	margin-top:10px;
	border: 1px solid #ccc;
	text-align:left;
}
#footerNavContainer {
	font-family: "Tahoma";
	background:none;
	color: #000;
	margin-top:5px;
	padding:5px 0px 5px 0px;
	font-size:12px;
}
#footerNavContainer a {
	font-size:12px;
	color:#89f;
} 
#footerNavContainer a:hover {
	text-decoration:underline;
} 
#pageFooter {
	background: #fff;
}
#pageFooter p {
	padding:5px 0 5px 0;
	margin:0px;
	text-align:left;
	float:left;
	width:100%;
}
#colorSelect {
	list-style-type: none;
	margin:0;
}
#colorSelect li.box {
	float:left; 
	width:10px; 
	height:10px; 
	margin:5px;
	cursor:pointer;
}
#copyRight p {
	margin:5px 0 5px 0;
	padding:0;
	text-align:right;
}
#copyRight a {
	color: #000;
}
.buttonLang {
	font-family:"Tahoma", "Arial";
	font-size:12px;
	width:45px;
	float:left; 
	margin:5px; 
	padding:5px 10px 5px 10px;
	background-color: #555;
	border:1px solid #333;
	text-align: center;
}
.buttonLang a {
	color: #fff;
}
.buttonLang a:hover {
	color: yellow;
}
#langNav {
	float:right; 
	padding:5px; 
	display:none;
}
.sidebarAds {
	background-color:#fff;
	width:225px;
	float:left;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	border-left:1px solid #ccc;
	margin-left:5px;
	padding-left:5px;
}
.sidebarAds div.adsblock {
	width:205px;
	margin:5px;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #ccc;
	float:left;
}
.sidebarAds div.adsblock p {
	margin:0;
	padding:0;
}
#mainContent {
	width:610px;
	float:left;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	margin-left:10px;
}
#mainContent div.block {
	line-height: 22px;
	margin:0 0 10px 0;
	padding:0px 0 15px 0;
	border-bottom: 1px solid #ccc;
	font-family: "Tahoma";
	font-size: 13px;
	text-align:left;
}
#mainContent div img {
	float:left;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
}

/*-- new version --*/

#wrapper {
	width: 1100px;
	margin:10px auto;
	padding:0;
	background-color:#fff;
}

table.layout {
	width:100%;
}

table.layout td.alone_container {
	width:100%;
	border:1px solid #ccc;
}

table.layout td.news_container {
	width:50%;
	border:1px solid #ccc;
}

table.layout td.left_container {
	width:550px;
	border:1px solid #ccc;
}

table.layout td.right_container {
	width:550px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.layout td.leftads_container {
	width:25%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.layout td.rightads_container {
	width:25%;
	border:1px solid #ccc;
}

table.layout div.col {
	margin:10px;
	text-align:justify;
}

/*-- register form --*/

#register_head {
	width:100%;
	height:30px;
	background:transparent url(../images/register_head.png) no-repeat left top;
}

#register_block {
	float:left;
	padding:0; margin:0 0 10px;
	width:500px;
	font-family:"Tahoma";
	font-size:13px;
}

#register_block p.p-label {
	margin:10px 0 5px 10px;
}

#register_block p.p-input {
	margin:0 0 5px 10px; 
	border:1px solid #aaa; 
	padding:2px;	
}

#register_block p.p-select {
	margin:0 0 5px 10px; 
	padding:2px;	
}

#register_block p.p-select select {
    width:490px;
    background: #fff;
    border:1px solid #aaa;
    height:25px;
}

#register_block p.p-input input, #register_block p.p-input textarea {
	border:0;
}

#register_block p label {
	width:100px;
	float:left;
	text-align:right;
	margin:0 5px 0;
	padding:4px;
}

#register_block input.register_input {
	width:300px;
	font-family:"Tahoma";
	font-size:13px;
}

#register_block input.register_input2 {
	width:480px;
	font-family:"Tahoma";
	font-size:13px;
}

#register_block input.register_input3 {
	font-family:"Tahoma";
	font-size:13px;
}

fieldset {
	border: 1px solid #ccc;
	margin:10px 0 10px;
}

fieldset legend {
	font-family: "Tahoma";
	font-size:13px;
	font-weight:bold;
}

input.register_button {
	font-family: "Tahoma";
	font-size:13px;
	height:25px;	
}

.inner_p {
	font-family: "Tahoma";
	font-size:13px;
	margin:5px;
}

body.submit_page {
	text-align: center;
}

body.submit_page div#result_box {
	width:600px;
	margin:100px auto; padding:0;
	border:10px solid #ccc;
	background-color:#eee;
}

body.submit_page div#result_box p {
	font-family: "Tahoma";
	font-size: 13px;
	margin:10px;
}

/* business search */
p.province_list {
	margin:0 0 10px 0;
}

div#businses_search_result {
	width:1070px;
	margin:0; padding:0;
}

p.business_count {
 	font-family: "Tahoma";
	font-size: 13px;
    color:#333;   
    width:100%;
    border-top:1px solid #ccf;
    border-bottom: 1px solid #ccf;
    background:#eef;
    padding:5px; margin:10px 0 10px;
}

p.business_record_hi {
	font-family: "Tahoma";
	font-size: 13px;
    color:#333;
    width:100%;
    /*border-top:1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    /*background:#eee;*/
    padding:5px; margin:0;
}

p.business_record_lo {
	font-family: "Tahoma";
	font-size: 13px;
    color:#333;
    width:100%;
    padding:5px; margin:0;
    border-bottom: 1px solid #ccc;
}