/* -- widget --*/

body {
	font-family: helvetica neue,微軟正黑體,Microsoft JhengHei,蘋果儷中黑,Apple LiGothic Medium,黑体,SimHei;
	color: #111;
	/*background: url('widget_bg.png');*/
	padding:0;
	margin:0;
}

a {
    color:#222;
	text-decoration: none;
}

a:hover, a:focus {
    color: #00A499;
	
}

a:hover .widget-item, a:focus .widget-item{
	background:#f5f5f5;
}

a:hover .widget-item-title, a:focus .widget-item-title{
	color:#00a499;
}

.widget{
	width:300px;
	max-height: 760px;
	background: url('/images/widget_300/widget-bg.png'); 
	
	position: absolute;
	top: 0;
	bottom: 0;
	height:100%;
}

.widget-top{
	/* margin-top: 3px; */
	/* margin-right: 3px; */
	/* margin-left: 3px; */
	/* margin-bottom: 3px; */
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	min-height: 35px; 
	background: url('/images/widget_300/widget_top.png') repeat-x; 
}

.widget-top img{
	
padding-top: 5px;
}

.widget-top h1{
	font-size: 18px;
	float: right;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}

.widget-wrap{
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
	width: 290px;
	overflow-y: auto;
	display:none;
	
}

.widget-item{
	height: 60px;
	padding: 3px;
	display: block;
	background-color: rgba(255,255,255,1);
		
}

.widget-item1{
	height: 60px;
	padding: 3px;
	display: block;
	width: 284px;
	background-color: rgba(255,255,255,0.8);
		
}

.widget-item2{
	height: 60px;
	padding: 3px;
	display: block;
	width: 284px;
	background-color: rgba(255,255,255,0.8);
}

.widget-item3{
	height: 60px;
	padding: 3px;
	display: block;
	width: 284px;
	background-color: rgba(255,255,255,0.8);
}

.widget-item-line{
	border-bottom: 1px solid rgba(235,235,235,0.47);
}


.widget-item_no{
	position: relative;
	left: 2px;
	display: block;
	float: left;
	background-color: rgba(255,255,255,0);
	height:21px;
	width:20px;
}

.widget-item img{
	display: block;
	text-align: center;
	vertical-align: middle;
}

.widget_pimg{
	margin-left: -10px;
	display: block;
	float: left;
	vertical-align: middle;
	height: 60px;
	width: 60px;
}

.widget_pimg2{
	margin-left: 10px;
	display: block;
	float: left;
	vertical-align: middle;
	height: 60px;
	width: 60px;
}


.widget-item-detail{
	height: 60px;
	margin-left: 70px;
	padding-left: 2px;
	padding-right: 2px;
}

.widget-item-title{
	padding-left: 3px;
	font-size: 16px;
	color: #444;
	font-weight: bold;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
	padding-top: 5px;
}

.widget-balance{
	padding-left: 20px;
	font-size: 10px;
	color: #4C4C4C;
}

.widget-HK{
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #E02152;
	padding-top: 0px;
}

.widget-price{
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #E02152;
	padding-right: 3px;
}

.widget-button{
	text-align: center;
	background-color: #00A499;
	color: #FFF;
	border-radius: 4px;
	float: right;
	width: 62px;
	height: 20px;
	/*padding: 0px 8px 1px;*/
}

.widget-button span{
	text-align: center;
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-top: 2px;
}

.widget-bottom{
	padding: 0;
	margin: 0;
}
