/*
Author: Apex
Author URI: http://www.noapex.org/
*/

@import url("/images/Top.css");

body  {
margin: 0;
padding: 0;
font:12px 'ËÎÌå',Arial,Verdana, Helvetica, sans-serif;
background:url(/images/body.gif) repeat left top;
line-height:24px;
}

img  {
border:0px;
display:block;
}

ul  {
margin:0px;
padding:0px;
list-style:none;
}

.floatL  {
float:left;
}

.floatR  {
float:right;
}

form  {
margin:0;
padding:0;
}

a:link {text-decoration : none; color : #000;}
a:visited {text-decoration : none; color : #000;}
a:hover {text-decoration : none; color : #585858;}
a:active {text-decoration : none; color : #585858;}

/* clear
***********************************************************************************************/

.clearfix { 
display:inline;
}

/* Hides from IE-mac \*/
* html .clearfix  {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after  {
content:""; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}

.clear  {
clear:both;
}



