﻿/*
主题名称: 
URI: 
描述: 
作者: donhwa@126.com
模板: 
版本: 2009.03.31

网址:

[目录表] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Content 
	7- Forms
	8- Extras
	9- Footer 
    10-ChildPage

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('000_reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body 
{    
	line-height: 1;
	font: normal 12px Ari82, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #036;
}
#container{  
  width:960px;  
}

#innerContainer
{
    margin:auto;
    padding:1px;
    width:auto;
}

.orderList{
  padding:1em;
  list-style:none inside decimal;
}

.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ddd;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.txt,
.mtxt
{
    padding:2px;
    border:1px solid #bbb;
    background:#fff url(images/txtBg.gif) repeat-x;
    color:#555;
    font-family:"MS Sans Serif";
    }

.btn
{
    margin:0;
    padding:0;
    border:1px solid #369;
    background:#eee;
    }
.mark{color:#ccc;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
 /* ie7 hack*/ 
*+html .clearfix { 
min-height: 1% ; 
}


.error
{   
    color: #c00;
}

label.for
{
    padding:2px;
    display:inline-block;
    *display:inline;
    zoom:1;    
    vertical-align:middle;
    font-family:宋体;
    }

label.error
{
    display:inline-block;
    *display:inline;
    zoom:1;
    text-align:center;
		}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #195A94;
}
a:hover {
	color: #48A883;
}
a:active {
	color: #48A883;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header	
{
   
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


/* =6 Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =10 ChildPage
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =10.1  Nav 
. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .
*/

/* 自定义分页控件 */
div.Pager
{
    margin-top:5px;
    border:1px solid #89d;
    border-left:none;
    border-right:none;
    background:#def;
    padding:0 1em;
    line-height:2.5em;
    }
    
div.Pager .newIndex,
div.Pager .newSize
{
    width:2em;
    border:0;
    border-bottom:1px solid #9ae;
    background:#edefff;
    }