﻿/*
 * Copy Right: K
 * Project: 照片书
 * Comments: 样式reset
 * date: 2013
 */
html {font-size: 62.5%;font-family: Tahoma,sans-serif;} /* Font sizing with rem http://snook.ca/archives/html_and_css/font-size-with-rem */
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input,button, textarea, p, blockquote, th, td, hr {margin: 0;padding: 0;}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,button, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin: 0;padding: 0;}
body{line-height:1.333;font-size:12px;}
h1, h2, h3, h4, h5, h6{font-size:100%}/*统一各浏览器默认大小*/
input, textarea, select,button{font-size: 12px;font-weight: normal;font-family:inherit;}
input[type="button"],input[type="submit"]{cursor:pointer;}
select,button{cursor:pointer;}
table {border-collapse: collapse;border-spacing: 0;}
address, caption, cite, code, dfn, em, th, var {font-style: normal;font-weight: normal;}
li {list-style: none;}
caption, th {text-align: left;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;font-variant: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
fieldset, img,a img, iframe {border-width:0;border-style:none;}/*a img for IE6*/
iframe{overflow:hidden;}/*TT啊,你个2B TT下面才有这个滚动条*/
img{-ms-interpolation-mode: bicubic;}/* https://developer.mozilla.org/En/CSS/image-rendering */
textarea{resize:vertical;overflow-y:auto;}/*resize风险未知,避免布局错乱先写上|auto为了ie下去掉默认侧边*/
legend {color: #000;}
/*a:link,a:visited {text-decoration: none;}*/
a{text-decoration:none;}/* 去掉伪类 */
a:hover{text-decoration:none;} /*huberyhuang和ross商量的结果*/

hr{height:0}/*bugfix for ie6|7 1px background*/
label{cursor:pointer}/*必须用显示for=id写法 http://www.topcss.org/?p=349*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}

/*.os_winxp{font-family:Tahoma;}*/
/*.os_mac{font-family:"Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;}*/
.os_mac{font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3";}/*for lion*/
/*
.os_vista,
.os_win7{font-family:Tahoma,"Microsoft Yahei"}
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    a:active{background-color:transparent;}
}