/* Minification failed. Returning unminified contents.
(20,78): run-time error CSS1054: JavaScript error in expression property: Variable 'documentElement' has not been declared: documentElement
 */

body
{
    font-size: 14px;
    font-family: "微软雅黑" , "Microsoft Yahei" , "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    color: #000;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
ul, li
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-con 
{
    min-width: 968px;
    _width: expression((documentElement.clientWidth <968) ? "968px" : "100%" );
    height: 100%;
}
.main_edge
{
    background: url(images/paipan_imgs.png) no-repeat;
    background-color: #ffffff;
    
}
.main_edge .main_edge_top {

}
.main_edge.tl
{
    width: 22px;
    height: 22px;
    background-position: -316px 0;
}
.main_edge.tr
{
    width: 22px;
    height: 22px;
    background-position: -338px 0;
}
.main_edge.tc
{
    background: url(images/paipan_imgs.png) repeat 0 -290px;
    background-color: #fff;
    height: 5px;
    line-height: 5px;
    font-size: 1px;
    
}
.main_edge.bl
{
    width: 22px;
    height: 22px;
    background-position: -316px -22px;
    position: relative;
    z-index: 2;
    
}
.main_edge.br
{
    width: 22px;
    height: 22px;
    background-position: -338px -22px;
    position: relative;
    z-index: 2;
    
}

.main_edge.bc
{
    background: url(images/paipan_imgs.png) repeat-x 0 -295px;
    height: 5px;
    line-height: 5px;
    font-size: 1px;
    position: relative;
    top: 17px;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
}
@-moz-document url-prefix() { .main_edge.bc{top: 17.3px;}.main_edge.tc{ height: 5.1px;} }
.main_edge_bottom {
    _position: relative;
    background-color: transparent;
}
.con_outter
{
    border-left: solid 2px #E8E5DC;
    border-right: solid 2px #E8E5DC;
    padding-left: 2px;
    padding-right: 2px;
}
.con_inner
{
    border-left: solid 1px #E8E5DC;
    border-right: solid 1px #E8E5DC;
    height: 100%;
    background: url(images/paipan_yi_bg.png) no-repeat right 150px;
    background-attachment:fixed;
}

.menus {
    width: 198px;
    height: 493px;
    margin-left: 10px; 
    _margin-left: 5px;
    background: url(images/s_menu_bg.jpg) no-repeat;
    padding-top: 10px;
}
.menus li
{
    padding-left: 30px;
    display: block;
    text-align: left;
    background: url(images/paipan_imgs.png) no-repeat 20px -102px;
}
.menus li a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    padding-left: 40px;
    display: block;
    background: url(images/paipan_imgs.png) no-repeat 0 13px;
    overflow: hidden;
    background-position: 0 10px\9;
    
}
.menus li  a.active, .menus li a:hover {
    color: #917039;
    background-position: 0 -37px;
    background-position: 0 -40px\9;
}
.frame_con {
    margin: 0 0 0 260px;
}
#title {
    font-size: 26px;
    color: #7D5F2B;
    line-height: 58px;
    height: 60px;
    background: url(images/paipan_imgs.png) no-repeat 0 -195px;
}
/* 2009 - 2010 (c) | ez-css.org
 * ez.css ::  version 1.3 :: 03132010
 *
 * This style sheet caters for IE 5 browsers. 
 * With this style sheet, use the snippets from http://www.ez-css.org/layouts 
*/

/*
 * auto-centering in IE 5
 * we reset this value in the next rule so content is left aligned. 
 */
 
body {text-align: center;}

/* 
 * This wrapper, first child of body, is used to wrap "ez-css" modules. 
 * It will auto-center if it is given a width smaller than the width of the viewport.
 * Position relative is used to create a stacking context from the start (to prevent z-index issues). 
 * overflow:hidden is used to create a block formatting context, but if you give this element a width you can replace this declaration with display:inline-block
 */

.ez-mw {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position :relative;
	z-index: 1;
	text-align: left;
	overflow: hidden;
}


/*
 * to make sure modules clear previous containers
 */

.ez-wr {clear: left;}

/*
 * this is the clearfix method
 * we rely on this to contain floats in "stand-alone" modules 
 */
 
.ez-wr:after,
.ez-box:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}

/*
 * hacks for IE 5 (Win and Mac)
 * (min-height is the "hasLayout" trigger used for IE7)
 */
 
.ez-wr,.ez-box,.ez-last {display: inline-block;min-height: 0;}    
/* hides from IE-mac \*/  
* html .ez-wr,
* html .ez-box,
* html .ez-last {height: 1%;}  
.ez-wr,.ez-box,.ez-last {display: block;}  
/* end hide from IE-mac */

/*
 * the last DIV in the HTML flow (a column) must create a new block formatting context.
 * by default, we rely on "overflow:hidden", but if this creates an issue with your design, then try one of these classes instead: 
 * ez-oa
 * ez-dt 
 * ez-it
 * ez-tc
 * ez-ib
 */
 
.ez-oh {
	overflow: hidden;
}

* html .ez-oh {
	overflow: visible;
}

.ez-oa {
	overflow: auto;
}
.ez-dt {
	display: table;
}

.ez-it {
	display: inline-table;
}
.ez-tc {
	display: table-cell;
}

.ez-ib {
	display: inline-block;
}

/* 
 * DIVs to be columns
 * we float them left or right depending on module or layout
 * the negative margin is used to fix a IE6 bug (3px jog).
 */
.ez-fl {
	float: left;
}

* html .ez-fl {
	margin-right: -3px;
}

.ez-fr {
	float: right;
}

* html .ez-fr {
	margin-left: -3px;
}

/*
 * every floated column in a module or layout needs a width
 * here we have 5 default values: 1/4, 1/3, 1/2, 2/3 and 3/4
 */

.ez-25 {width: 25%;}
.ez-33 {width: 33.33%;}
.ez-50 {width: 50%;}
.ez-66 {width: 66.66%;}
.ez-75 {width: 75%;}

/* 
 * the following classes are used to make columns that are siblings overlap by 1 pixel (to vertically align 1 pixel borders between containers)
 * for this to work, this class must be applied to the following elements: 
 * - column 1 of Module 2A, 
 * - column 2 of Module 3A,
 * - column 1 of Module 3B, 
 * - column 3 of Module 4A, 
 * - column 1 of Module 4B, 
 * - column 1 in column 1 of Module 4B, 
 * - column 2 in column 1 of Module 4B 
 */
 
.ez-negmr {
	margin-right: -1px;
}

* html .ez-negmr {
	margin-right:-4px;
}

/*
 * (star html hack is used here because of the cascade, to override "* html .ez-fl")
 * same as above, but for these elements:
 * - column 1 of Module 3A,
 * - column 1 of Module 4A,
 * - column 2 of Module 4A 
 */
 
* html .ez-negmx,
.ez-negmx {
	margin-right: -1px;
}

/* 
 * same as above, but for these elements:
 * - column 1 of Module 2B,
 * - column 2 of Module 3B 
 */
 
.ez-negml {
	margin-left: -1px; 
}

* html .ez-negml {
	margin-left:-4px;
}
.ez-h100 {
    height: 100%;
}


