
body         { color: #000000; text-decoration: none;line-height:130%; text-align:center;}
a:link {color:#000000;text-decoration: none;line-height:140%;}
a:visited {color:#000000;text-decoration: none;line-height:140%;}
a:active {color:#000000;text-decoration: none;line-height:140%;}
a:hover {color:#131313;text-decoration: none;line-height:140%;}

a.black:link {color:#000000;text-decoration: none}
a.black:visited {color:#000000;text-decoration: none}
a.black:active {color:#ff0000;text-decoration: none}
a.black:hover {color:#000000;text-decoration: none}

a.white:link {color:#ffffff;text-decoration: none}
a.white:visited {color:#ffffff;text-decoration: none}
a.white:active {color:#ffffff;text-decoration: none}
a.white:hover {color:#ffffff;text-decoration: none}

a.List:link {color:#333333;text-decoration: none;font-size:14px;}
a.List:visited {color:#333333;text-decoration: none;font-size:14px;}
a.List:active {color:#333333;text-decoration: none;font-size:14px;}
a.List:hover {color:#000000;text-decoration: none;font-size:14px;}

input		{font-size:12px;    color:#111111;}

.content {font-size:14px;line-height:140%;}

td          { font-size: 12px; }
.txt		{ font-size: 9pt; font-family:@ËÎÌå ; BACKGROUND-COLOR: #ffffff;BORDER-RIGHT: #606060 1px solid; BORDER-TOP: #606060 1px solid; BORDER-LEFT: #606060 1px solid; BORDER-BOTTOM: #606060 1px solid}
.ddl		{ font-size: 9pt; font-family:@ËÎÌå ; BACKGROUND-COLOR: #ffffff; border:none; padding:0 0 0 0}
.btn			{ font-size: 9pt; font-family:@ËÎÌå ; border:1pt solid}

td.headtitleleft
{
	font-size: 14px;
	float:left;
	padding:0;
	height:29px;
	margin-right:1px;
	/*background:url(../css/images/tabbar_level1_slice_left_bk.gif) left top no-repeat;*/
	background:#FFF url(../css/images/tab_bk2.gif) 0px 0px repeat-x;
	background-position:0% -29px;
	
}

.textbox {border-color:#404040;border-width:1px;border-style:solid;height:21px}
.div1{padding:4px 4px 4px 4px;}
.div2{padding:2px 2px 2px 22px;
	border:1px solid #00A8FF;
	background:#E2F5FF url(../css/images/standard_msg_warning.gif) 2px 2px no-repeat;	
	color:#000;}
.div3
{
	padding:2px 2px 2px 22px;
	border:1px solid #F60;
	background:#FFF2E9 url(../css/images/standard_msg_error.gif) 2px 2px no-repeat;	
	color:#000;}
	
.heading{font-size:14px;font-weight:bold}
.headingbig{font-size:16px;font-weight:bold}

/*#Content{
	width:760px;
	margin:5px auto;
	text-align:left;
	clear:both;
}
body.FullWidth*/ #Content{
	width:100%;
	margin:5px 0;
}
/* ============================================
TabBar Level 1

Usage examples:
<div id="Whatever">
	<ul class="TabBarLevel1">
		<li><a href="#">Man</a></li>
		<li class="Selected"><a href="#">Woman</a></li>
		<li><a href="#">Old</a></li>
		<li><a href="#">Kid</a></li>
	</ul>
	<div class="HackBox"></div>
</div>
============================================ */
ul.TabBarLevel1{
	list-style:none;
	margin:0;
	padding:0;
	height:29px;
	/*background-image:url(../css/images/tabbar_level1_bk.gif);*/
	background:#FFF url(../css/images/tab_bk2.gif) 0px 0px repeat-x;
	background-position:0% -29px;
	
}
ul.TabBarLevel1 li{
	float:left;
	padding:0;
	height:29px;
	margin-right:1px;
	background:url(../css/images/tabbar_level1_slice_left_bk.gif) left top no-repeat;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:29px;
	padding:0 20px;
	color:#333;
	background:url(../css/images/tabbar_level1_slice_right_bk.gif) right top no-repeat;
	white-space: nowrap;
}
ul.TabBarLevel1 li.Selected{
	background:transparent url(../css/images/tab_selected_left_bk2.gif) 0px 0px no-repeat;
	background-position:0% -29px;
}
ul.TabBarLevel1 li.Selected a{
	background:transparent url(../css/images/tab_selected_right_bk2.gif) 100% 0px no-repeat;
	background-position:100% -29px;
}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
	color:#333;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#F30;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
	color:#FFF;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
	color:#FFF;
	text-decoration:none;
}
/*Overload Tabbar*/
body div#Content ul.TabBarLevel1 li.Selected a{color:#FFF;}
/*body ul.TabBarLevel1{background:#FFF url(../css/images/tab_bk2.gif) 0px 0px repeat-x;}
body ul.TabBarLevel1 li.Selected{background:transparent url(../css/images/tab_selected_left_bk2.gif) 0px 0px no-repeat;}
body ul.TabBarLevel1 li.Selected a{background:transparent url(../css/images/tab_selected_right_bk2.gif) 100% 0px no-repeat;}


body ul.TabBarLevel1{background-position:0% -29px;}
body ul.TabBarLevel1 li.Selected{background-position:0% -29px;}
body ul.TabBarLevel1 li.Selected a{background-position:100% -29px;}

body.CurDigital ul.TabBarLevel1{background-position:0% -29px;}
body.CurDigital ul.TabBarLevel1 li.Selected{background-position:0% -29px;}
body.CurDigital ul.TabBarLevel1 li.Selected a{background-position:100% -29px;}

body.CurLady ul.TabBarLevel1{background-position:0% -58px;}
body.CurLady ul.TabBarLevel1 li.Selected{background-position:0% -58px;}
body.CurLady ul.TabBarLevel1 li.Selected a{background-position:100% -58px;}

body.CurMan ul.TabBarLevel1{background-position:0% -87px;}
body.CurMan ul.TabBarLevel1 li.Selected{background-position:0% -87px;}
body.CurMan ul.TabBarLevel1 li.Selected a{background-position:100% -87px;}

body.CurLife ul.TabBarLevel1{background-position:0% -116px;}
body.CurLife ul.TabBarLevel1 li.Selected{background-position:0% -116px;}
body.CurLife ul.TabBarLevel1 li.Selected a{background-position:100% -116px;}

body.CurCulture ul.TabBarLevel1{background-position:0% -145px;}
body.CurCulture ul.TabBarLevel1 li.Selected{background-position:0% -145px;}
body.CurCulture ul.TabBarLevel1 li.Selected a{background-position:100% -145px;}

body.CurSports ul.TabBarLevel1{background-position:0% -174px;}
body.CurSports ul.TabBarLevel1 li.Selected{background-position:0% -174px;}
body.CurSports ul.TabBarLevel1 li.Selected a{background-position:100% -174px;}

body.CurGame ul.TabBarLevel1{background-position:0% -203px;}
body.CurGame ul.TabBarLevel1 li.Selected{background-position:0% -203px;}
body.CurGame ul.TabBarLevel1 li.Selected a{background-position:100% -203px;}

body.CurCollection ul.TabBarLevel1{background-position:0% -232px;}
body.CurCollection ul.TabBarLevel1 li.Selected{background-position:0% -232px;}
body.CurCollection ul.TabBarLevel1 li.Selected a{background-position:100% -232px;}

body.CurHongkong ul.TabBarLevel1{background-position:0% -261px;}
body.CurHongkong ul.TabBarLevel1 li.Selected{background-position:0% -261px;}
body.CurHongkong ul.TabBarLevel1 li.Selected a{background-position:100% -261px;}

*/	