/* CSS Document */

@charset "utf-8";
/* ------------------------------------------------------------------------
				Global Normalizing Styles
------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, abbr,
acronym, address, cite, code, del, dfn, em, img,
ins,strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, object,
table, col, colgroup, caption, summary, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; background:transparent;}
input, button {margin:0; padding:0;}
body {color:#000; font-size:12px; font-family:Arial,Helvetica,sans-serif;line-height:24px; text-align:center; margin:0 auto; text-align:center; font-family:"����";  ; }
h1, h2, h3, h4, h5, h6, p, ul, ol, dl,input,select {text-align:left;font-weight:normal; font-family:Arial,Helvetica,sans-serif;}
ol, ul {list-style:none;}
select,input[type="submit"] {cursor:pointer;}
*+html img {margin-bottom:0!important;} /* Fix IE7 */
/* @media all and (min-width: 0px){img {margin-bottom:-2px!important;}}  Fix Opera */
textarea {overflow:auto;}
.hidden{display:none;}
.center{ text-align:center; }
.left,.sub_left{ float:left; }
.right,.sub_right{ float:right; }
img{vertical-align:middle;}

/* ------------------------------------------------------------------------
				                   Custom
------------------------------------------------------------------------- */
/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
abbr {cursor:help; border-bottom:1px dotted #999;}
acronym {cursor:help; border-bottom:1px dotted #999;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse; border-spacing:0;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}

/* ------------------------------------------------------------------------
				                 Links
------------------------------------------------------------------------- */

a:link { color:#000; text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #cc0000; }
a:active { text-decoration: none; color: #000; }



/* ------------------------------------------------------------------------
				                  Hacks
------------------------------------------------------------------------- */
/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */
/* without this class applied, a float might hang over the bottom border of it's container */
.clear {height:0; clear:both; line-height:0; font-size:0;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.more{ position:absolute;right:16px; }
* html .clearfix {zoom:1;}
*+html .clearfix {zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
* html .clear {margin:0 0 -2px;}
/* same top*/

