.sweet, .sweet_y, #sweet, #sweetE, .sweetS {position:relative; }

.sweet div, .sweet_y div, #sweet ul, #sweetE ul, .sweetS div {
	display: none ;
	
}
.sweetS input{ border:1px solid #fff; color:#1e5da0; cursor: pointer;}
.sweet a{ text-decoration:none;}
.sweet_y{ background-color:#FF0;}
.sweet:hover div, .sweet_y:hover div, #sweet:hover ul, .sweet_hover div, .sweet_hover ul {
	width:300px;
	display:block;
	position: absolute;
	border:7px solid #dfdfdf;
	border-radius: 4px;
	color:#5d5d5d;
	padding:5px 10px 30px 10px;
	background: #fff;
	font-size:small;
	z-index:800;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 3px 3px 3px #a2a2a2; /* Firefox */
	-webkit-box-shadow: 3px 3px 3px #a2a2a2;/* Safari 和 Chrome */
	
}
#sweetE:hover ul, .sweetS:hover div{
	width:300px;
	display:block;
	position: absolute;
	border:7px solid #dfdfdf;
	border-radius: 4px;
	color:#5d5d5d;
	padding:5px 10px 30px 10px;
	background: #fff;
	font-size:small;
	z-index:800;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 3px 3px 3px #a2a2a2; /* Firefox */
	-webkit-box-shadow: 3px 3px 3px #a2a2a2;/* Safari 和 Chrome */
	
	}
/*.sweet:hover div span, .sweet_hover div span{ color:#FCF;}*/
.sweet_hover div span{ color:#FCF;}
.sweet div h3, .sweet_y div h3{
	margin:0 0 7px 0;
	border-bottom: thin solid #5d5d5d;
	font-size: medium;
	padding: 0 0 7px 10px;
	background:none;
	color:#5d5d5d;

	
}
#sp{width:285px; font-weight:bold;}
.sweet div p, .sweet_y div p, .sweetS div p { margin:0 10px 10px 10px;
	white-space:normal;
	overflow:auto;
	width:auto;
	text-align: left;
	padding: 0;}
.sweet div h3 a img{ padding-left:5px; vertical-align:text-top;}	
	
	#sweet ul li, #sweetE ul li{ 
	margin:0 10px 10px 10px;
	list-style:none;

	width: auto;
	text-align: left;
	padding: 0;
	clear:;
	overflow:;}
.sweet_y div dl{margin:0 0 0 10px;}
.sweet_y div dt{clear:left;	}
.sweet_y div dd{float:left;	}

.sweet div dt,.sweet div dd{ display:inline-block; width:35%;} 

.sweet div dt,.sweet div dd{ *float:left;*width:35%;} 




/*************************************** page的CSS ***************************************************************/

.page_info{
	border: 1px solid #57993b;
	text-decoration: none;
	color: #fff;
	clear: both;
	padding: 3px;
	background: url(http://image.mogan.com.tw/images/common/bg/y.gif) repeat-x 0 -90px;

}
div.pages ul {
    list-style: none;    
    line-height: 15px;
	clear:both;
}
div.pages li {   
}
div.pages {
	text-align:center;
	margin: 5px 0;	
	padding: 4px 0;
	/*width:770px;*/
	clear:both;
	font-size:12px;
	}	
div.pages a {
	border: 1px solid #57993b;
	padding: 3px;	
	color: #2d481c;
	text-decoration: none;
}
div.BidHistory_page a{margin:0 2px;}
div.pages a:hover, div.meneame a:active {
		border: 1px solid #57993b;
		color: #fff;
		background: url(http://image.mogan.com.tw/images/common/bg/y.gif) repeat-x 0 -90px;
	}
div.pages span.current {	
	padding: 3px;	
	border: 1px solid #57993b;
	font-weight: bold;
	color: #fff;
	background: url(http://image.mogan.com.tw/images/common/bg/y.gif) repeat-x 0 -90px;
	}
	div.pages span.disabled {	
	padding: 3px;
	border: 1px solid #57993b;
	color: #ccc;
	}



/*************************************** crumbs的CSS ***************************************************************/
/*分類麵包屑開始*/
		
.crumbs {
	/*width:968px;
	clear: both;*/
	height:2.3em;
	border:1px solid #dedede;
	/*margin:5px 0;*/
	font-size: 12px;
	}
.crumbs li {
	float:left;
	line-height:2.3em;
	color:#333;
	padding-left:0.75em;
	list-style-type: none;
	}		
.crumbs li a {
	display:block;
	padding:0 15px 0 0;
	background-image: url(http://image.mogan.com.tw/images/common/breadcrumb/crumbs.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}							
.crumbs li a:link,
.crumbs li a:visited {
	color:#333;
	text-decoration:none;
	}	
.crumbs li a:hover,
.crumbs li a:focus {
	color:#06F;
	}
/*分類麵包屑結束*/