﻿/* Copyright (c) 2009 lrc */
img{border:0}
/*列表*/
ol, ul { list-style: none; }
/*引用元素的引号*/
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* 表格元素*/
table{border-collapse:collapse;}
/* font */ 
.f12 { font-size:12px!important }
.f14 { font-size:14px!important }
.bold { font-weight:bold }
.normal { font-weight:normal }
.font_none { font-size:0px; line-height:0px }
/* color */ 
.red, .red a { color:#f00!important }
.gray, .gray a { color:#666!important }
.green, .green a { color:#76c56a!important }
.orange, .orange a { color:#e46308!important }
/*layout*/ 
.block { display:block }
.hidden { display:none }
.bg_none { background:none!important }
.float_left { float:left }
.float_right { float:right }
.clear {clear:both;height:0;overflow:hidden;}
.margin_10 { margin:10px }
.margin_20 { margin:20px }
.margin_top { margin-top:10px }
.margin_top20 { margin-top:20px }
.margin_top30 { margin-top:30px }
.margin_right { margin-right:10px }
.margin_bottom { margin-bottom:10px }
.margin_left { margin-left:10px }
.margin_left1{margin-left:90px}
.margin_left2{margin-left:142px}
.padding_10 { padding:10px }
.padding_20 { padding:20px }
.padding_top { padding-top:10px }
.padding_right { padding-right:10px }
.padding_bottom { padding-bottom:10px }
.padding_left { padding-left:10px }
.nopadding { padding:0!important }
.marr5{margin-right:8px}
.border_d{border-bottom:1px dashed #666}