﻿@charset "utf-8";


/* CSS Document */
body{	
font-size:12px;	
font-family:Arial,"宋体",sans-serif;
color:#010101;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt,dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td,ul,li,p,a{ margin: 0;	padding: 0;	}

.cbody{ margin:0 auto;width:900px; position:relative;}
input,select,textarea{	vertical-align:middle;}
img{ border:0;}
ul,li{	
list-style-type:none;
}
a:link,a:visited{
	text-decoration:none;
	color:#1b8fc9;
}
a:hover{
	text-decoration:none;
	color:#ED1C24;
	}

.left{	float:left;	}
.right{	float:right;}

.overhide{
	overflow:hidden;
	text-indent:-100em;
	}
.marBottom{
	margin-bottom:10px;
	}
.marTop{
	margin-top:10px;
	}

/* `Containers
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: +inline-block;
}



