/* 中間區 開始 */

.center_zone{
	width:56%;
	float:left;
	margin-top:10px;
	
}

.cneter_set{
	position:relative;	
}

.galley_zone{
	/* 廣告圖區*/
	
	width:95%;
	margin: 0px auto;
}
.ug-gallery-wrapper .ug-slider-wrapper {
	/* 廣告圖區 背景*/
    background-color: #ffffff;
}


.message_zone{
	/*訊息區*/
	margin-top:10px;
}

.list-group-item {
    border-right: 0;
    border-left: 0;

}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border-bottom: 0;
}

.list-group-item:last-child:hover{
	background: #FFFFFF; /* Old browsers */
}

.tabs li a.tabs-inner:hover {
    background: #FFFFFF;
    color: #000000;
}

a.list-group-item:hover {
  color: #555;
  background-color: #F6E1E1
}

.tabs li a.tabs-inner {
	color: #fff;
	background: #d3483b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3483b 0%, #ed7e70 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d3483b 0%,#ed7e70 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d3483b 0%,#ed7e70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3483b', endColorstr='#ed7e70',GradientType=0 ); /* IE6-9 */
}



.tabs li.tabs-selected a.tabs-inner {
  background-color: #fff;
  color: #d3483b;
}


.tabs li.tabs-selected a.tabs-inner {
  border-color: 1px solid #ffffff;
  background:#ffffff;
}

.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	
	border-color:#DDDDDD; /*#95B8E7;*/
}


.scy_gallery{	
	display:none;
	text-align:center;
	margin: 0px auto;
	width:100%
}

.scy_tab_set{
	width:100%;
	height:290px;
}


.tabs-scroller-left {
    background: #ffffff url(/jeasyui/themes/red/images/tabs_icons.png) no-repeat 5px center / 200% 100%;
    width: 32px;
}

.tabs-scroller-right {
    background: #ffffff url(/jeasyui/themes/red/images/tabs_icons.png) no-repeat -15px center / 200% 100%;
    width: 32px;
}

.tabs-wrap {
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-left: 32px;
    margin-right: 32px;
}
/* 中間區 結束 */