﻿@charset "utf-8";

/*
 * @Name: base
 * @Overview: reset & global
 * @Author: mittya
 */

/** Reset **/
a, blockquote, button, body, code, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, hr, html, i, input, iframe, img, label, li, object, ol, p, pre, small, span, strong, sub, sup, table, tbody, td, th, thead, tr, ul { margin:0; padding:0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { display:block; margin:0; padding:0; }
mark { color:#000; background:#ff0; }

html { color:#000; background-color:#fff; -webkit-text-size-adjust:none; /* Chrome-zh font size */ }
body, button, input, select, textarea { font:12px/1.5 Arial, '\5b8b\4f53', Tahoma; }
button, input, select, textarea { font-size:100%; vertical-align:baseline; *vertical-align:middle; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor:pointer; -webkit-appearance:button; *overflow:visible; }
input[type="checkbox"],
input[type="radio"] { box-sizing:border-box; *height: 13px; *width: 13px; }

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
b, strong { font-weight:bold; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:Tahoma, Arial; }
small { font-size:12px; }

ul, ol { list-style:none; }

a { text-decoration:none; color:#000; cursor:pointer; }

a:hover {color:#000;}
sup, sub { position:relative; font-size:75%; line-height:0; vertical-align:baseline; }
sup { top:-0.5em; }
sub { bottom:-0.25em; }

legend { color:#000; } /* for IE6 */
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }
input, textarea, select { font-size:100%\9; }

table { border-collapse:collapse; border-spacing:0; }
th { text-align:inherit; } /* IE bug fixed: th is not inherit text-align */

img {font-size:0; border:0;vertical-align:bottom;}

iframe { display:block; }
del { text-decoration:line-through; }

/* float */
.fn-left, .fn-right { display:inline; /* for IE6 double margin */ }
.fn-left { float:left; }
.fn-right { float:right; }
/* clear */
.clearfix:after { display:block; font-size:0; content:'\0020'; clear:both; height:0; }
.clearfix { zoom:1; /* for IE6 IE7 */ }
.clear { visibility:hidden; clear:both; }

/** golbal **/
body{background:#ffffff;}

input,button,select,textarea{ outline:none;}
textarea{ font-size:13px; resize:none;} 

.nlist{}
.nlist .pic{ width:300px;}







