*html #CONTENT
	{ 
	height				: 1%; 
	}
html, body
	{
	margin				: 0px;
	padding				: 0px;
	background-color	: #999;
	color				: #000000;
	font-family			: verdana, Arial;
	font-size			: 12px;
	/*background-image	: url(../images/links_back.gif);*/
	}
#all
	{
	margin				: 0px auto 0px auto;
	padding				: 0px; 
	width				: 980px; 
	background			: #fff; 
}
/* bizarrely IE6 seems to want to shift to the right by 3px
Could hack to shift everything else back but it looks ok */
body
	{
	margin				: 5px;
	margin-right		: 17px;
	}

img
	{
	border				: 0px;
	} 
a
	{
	text-decoration		: none;
	color				: blue;
	}
a:link
	{
	color				: blue;
	}
a:visited
	{
	color				: #800080;
	}
a:hover
	{
	color				: red;
	text-decoration		: underline
	}

div
	{
	border				: none;
	margin				: 0px;
	padding				: 0px;
	}

#wrapper1, #wrapper2
	{
	margin				: 0px;
	padding				: 0px;
    text-align			: left;
	}

/* NN4 makes a mess of the backgrounds (positioning plus unintended inheritance) so exclude it. OmniWeb doesn't understand background positioning either - the left column can be achieved, but not the right one */
#wrapper1
	{
	/*/*/
	/*background-image	: url("../images/EggzhampleCRightBg.gif");*/
	/*background-position	: right top;*/
	/*background-repeat	: repeat-y;*/
	/* */
	}
#wrapper2
	{
	/*/*/
	background-image	: url("../images/EggzhampleCLeftBg.gif");
	background-repeat	: repeat-y;
	/* */
	}
/* ------------- add by Lee BEGIN------------- */
.ynav {
	padding: 0; 
	margin: 0 0 5px 0; 
	text-align: right
}
.ynav li {
	padding-right: 3px;
	display: inline;
	padding-left: 3px;
	list-style-position: outside;
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-type: none
}
.ynav A:link {
	color: #666; text-decoration: none
}
.ynav A:visited {
	color: #666; text-decoration: none
}
.ynav A:hover {
	color: #f60; text-decoration: underline
}
.yekoo_menus {
	padding: 5px 0 0 0
}
.yekoo_menus li
	{
	display: inline; 
	list-style-position: outside; 
	list-style-type: none
	}
.yekoo_menus A
	{
	background: #fffffe no-repeat
	}
.yekoo_menus A:link
	{
	background-position: left 0px; 
	FLOAT: left; 
	margin-left: 10px; 
	text-decoration: none
	}
.yekoo_menus A:visited {
	background-position: left 0px; FLOAT: left; margin-left: 10px; text-decoration: none
}
.yekoo_menus A:link span
	{
	padding-right: 8px;
	display: block;
	padding-left: 8px;
	font-size: 14px;
	border: #808081 1px solid;
	border-bottom: #808081 0px solid;
	background: #f6f6f6 no-repeat
	right 0px;
	padding-bottom: 4px;
	color: #000;
	padding-top: 4px
	}
.yekoo_menus A:visited span
	{
	padding-right: 8px;
	display: block;
	padding-left: 8px;
	font-size: 14px;
	border: #808081 1px solid;
	border-bottom: #808081 0px solid;
	background: #f6f6f6 no-repeat right 0px;
	padding-bottom: 4px;
	color: #000;
	padding-top: 4px
	}
.yekoo_menus A:hover {
	background-position: left -88px
}
.yekoo_menus A:active {
	background-position: left -88px
}
.yekoo_menus A:hover span {
	background-position: right -88px
}
.yekoo_menus A:active span {
	background-position: right -88px
}
.yekoo_menus .hit A:link {
	background-position: left -175px
}
.yekoo_menus .hit A:visited {
	background-position: left -175px
}
.yekoo_menus .hit A span {
	font-weight: bold;
	background: #808082 no-repeat right -175px;
	border: #808081 1px solid;
	color: #fff
}
.yekoo_menus .hit A:visited span {
	font-weight: bold;
	background: #808085 no-repeat right -175px;
	color: #fff
}
.yekoo_header_footer {
	BORDER-bottom: #808081 5px solid
}
#navi_search
	{
	height:30px;
	background-color:#d3eafc;
	border-top:1px solid #8cc1e2;
	border-bottom:1px solid #8cc1e2;
	}
#navigation
	{
	margin:0px 0 0 15px;
	padding-top:9px;
	float:left;
	}
#form
	{
	margin:3px 0 0 15px;
	padding-right:55px;
	float:right;
	}
#search
	{
	float:right;
	margin:2px 0 0 0;
	}
#search .button 
	{
	padding:2px;
	}
/* ------------- add by Lee END------------- */

/* IE5 needs shifting up - and #empty to clear its parsing palette */
* html body .header
	{
	margin-bottom		: -19px;
	font-family			: inherit;
	margin-bottom		: 0px;
	}
#empty{}

/* -1px margin-top is so NN4 borders overlap */
.columns
	{
	margin				: 0px;
	margin-top			: -1px;
	padding				: 0px;
	border				: solid 1px #A0ACAE;
	color				: #000000;
	}
/* reset post NN4 */
.columns
	{
/*/*/
	border				: none;
	margin-top			: 0px;
	background-color	: transparent;
/* */
	}
/* ޸ ie ʾֵBug */
*html .columns
	{ 
	height				: 1%;
	} 
/*
make sure that .leftcolumn's width is equal to .centercolumn's margin-left
-11px margin-top enables columns to lign up in NN4 rather than dropping down unacceptably
*/
.leftcolumn
	{
	float				: left;
	left				: 0px;
	width				: 560px;
	margin				: 0px;
	margin-top			: -11px;
	min-height			: 500px;
	}
/* reset post NN4 */
.leftcolumn
	{
/*/*/
	margin-top			: 0px;
/* */
	}
/* reset IE*/
* html body .leftcolumn,.centercolumn
	{
	height				: 500px;
	}

/*
make sure that .rightcolumn's width is equal to .centercolumn's margin-right
*/
.rightcolumn
	{
	position			: static;
	float				: right;
	width				: 0px;
	margin				: 0px;
	padding				: 0px;
	}


/* .centercolumn base settings
====================================
These values allow the three columns to butt up against each other
You can change the margins between them either by altering these values. However, in most cases altering the padding property of the .[$column]padding selectors will be simpler and more effective.
------------------------------------
NN4
------------------------------------
margin-left		: -25px
margin-right	: 0px
margin-top		: -1px
If you must change these, experiment with these values extensively since the center column does not move in a direct one-to-one relationship to the value specified here. The margin-top of -1px is needed to make NN4 line up correctly.
------------------------------------
OmniWeb
------------------------------------
margin-left		: 0px;
margin-right	: 0px;
------------------------------------
Other browsers
------------------------------------
margin-left		: width of .leftcolumn
margin-left		: final width of .rightcolumn
margin-right is set to the value of the overriding values for .rightcolumn's width.
*/
.centercolumn
	{
	margin				: 0px;
	padding				: 0px;
	}
/* OmniWeb value - others in external css file */

/* no they're not - they're here for ease of viewing for the moment */
/* NN4 values */
.centercolumn
	{
	margin-right		: 0px;
	margin-left			: -25px;
	}
/* Other browsers */
/*/*/
.centercolumn
	{
	margin-right		: 0px;
	margin-left			: 560px;
	}
/* */

/* OmniWeb (exclude from IE5 mac) */
/*\*/
.fake.centercolumn
	{
	margin-right		: 0px;
	margin-left			: 0px;
	}
/* reset IE*/
* html body .centercolumn
	{
	margin-right		: 0px;
	margin-left			: 560px;
	}


/* -7px margin-top enables footer/middles to lign up in NN4 rather than dropping down unacceptably */
.footer, .middle
	{
	clear				: both;
	margin				: 0px;
	margin-top			: -7px;
	padding				: 6px;
	text-align			: center;
	color				: #000000;
	background-color	: #cccccc;
	}
/* reset post NN4 */
.footer, .middle
	{
/*/*/
	margin-top			: 0px;
/* */
	}

.headerpadding, .leftpadding
	{
	margin				: 0px;
	padding				: 10px;
	}
.rightpadding
	{
	margin				: 0px;
	padding				: 0px;
	}
.centerpadding
	{
	margin				: 0px;
	padding				: 10px 0px 0px 10px ;
	}

/* following styles have nothing to do with the structural layout */
h1, h2, h3
	{
	margin-top			: 0px;
	}

p
	{
	margin-bottom		: 0px;
	}
.ajax
	{
	padding				: 5px;
	background			: #cc4444;
	color				: white;
	}
.red_star
	{
	color				: red;
	}
.cttable
	{
	font-size:12px;
	color:#666666;
	}
.cttable .even td
	{
	border-bottom:1px solid #C9DCA6;
	}
.zimmer_table
	{
	font-size:10px;
	}
.zimmer_table .even th
	{
	font-size:12px;
	border-bottom:1px solid #C9DCA6;
	}
.zimmer_table .even td
	{
	border-bottom:1px solid #C9DCA6;
	}

/* Multi Page  FLEA_Helper_Pager BEGIN */
.p_bar {
margin: 1px 0px;
clear: both;
}
.p_bar a {
float: left;
padding: 1px 4px;
font-size: 12px;
text-decoration: none;
}
.p_input {
border: 0px;
padding: 0px;
width: 40px;
height: 17px !important;
height: 15px;
margin: 0px;
background: #FFFFFF;
}
.p_total {
background-color: #F5FBFF;
border: 1px solid #990000;
border-right: 0px solid #990000;
font-weight: bold;
}
.p_pages {
background-color: #F5FBFF;
border: 1px solid #990000;
margin-right:1px;
vertical-align: middle;
font-weight: bold;
}
.p_num {
background-color: #FFFFFF;
border: 1px solid #DEDEB8;
margin-right:1px;
vertical-align: middle;
}
a:hover.p_num  {
background-color: #F5FBFF;
border: 1px solid #990000;
text-decoration: none;
}
.p_redirect {
background-color: #FFFFFF;
border: 1px solid #DEDEB8;
margin-right:1px;
font-size: 12px;
}
a:hover.p_redirect {
background-color: #F5FBFF;
border: 1px solid #990000;
text-decoration: none;
}
.p_curpage {
margin-right:1px;
border: 1px solid #DEDEB8;
vertical-align: middle;
background-color: #FFFFD9;
color: #92A05A;
font-weight: bold;
}
/* Multi Page  FLEA_Helper_Pager END */
.sent_pro_bigcont{
float:left;
width:500px;
margin:10px 0px 0px 10px;
display:inline;
padding-bottom:10px;
border-bottom:2px #fff solid;
}
.sent_pro_smallcont{
float:left;
width:150px;
background: #FFF;
margin-left: 10px;
}
.sent_pro_boxtop{
float:left;
width:150px;
}
.sent_pro_boxbottom{
float:left;
width:110px; /* 左边10px 右边 10px */
margin-left:10px;
display:inline;
text-align:center;
margin-top:3px;
word-wrap:break-word;
}

/* 圆角 圆角 圆角 圆角 圆角 圆角 圆角 :<> */
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #eee}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/* 圆角 圆角 圆角 圆角 圆角 圆角 圆角 |"| */


/* ----- qTip qTip qTip qTip qTip  ----- */
div#qTip { 
padding: 3px; 
border: 1px solid #666; 
display: none; 
background: yellow; 
color: #000; 
font: bold 12px verdana, Arial; 
position: absolute; 
z-index: 1000; 
} 

