﻿
/* General */

html    { border: 0;  }
body    { margin: 0px; font-size: 12px; font-family: Tahoma, Arial, Verdana, '宋体'; }
a, a:visited, a:link, a:Hover
        { color: #000; text-decoration: none; }
a:Hover { text-decoration: underline; }
img 	{ border: 0px; }
ul  	{ margin: 0px; padding: 0px; }
li  	{ list-style-type: none; }
input   { border: solid 1px; }

/* Align */

.FL     { float: left; }
.FR     { float: right; }
.CLR    { clear: both; }

.TL     { text-align: left; }
.TR     { text-align: right; }
.TC     { text-align: center; }

/* Helpers */

.wrapfix{ display: inline-block;} /* Hides from IE-mac \*/ * html .wrapfix {height: 1%;}.wrapfix {display: block;} /* End hide from IE-mac */ .wrapfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }