




/* 左方選單 開始 */
.left_zone{
	width:22%;
	float:left;
	
}

.left_div{
	width:90%;
	float:right;
}

.left_btn_text{
	top:-5px;
	position:relative;
}

.no_scycontainer{
	padding:0;
	margin:0 auto;
}

.left_menu_row{
	margin-top:10px;
}

.left_menu_btn{
	/* min-width:70px;
	max-width:125px;
	*/
	width:90%;
	border-radius:8px;
	font-weight:900;
	color:#ffffff;
	font-size:14x;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec6d5e+0,d3483b+100 */
	background: #ec6d5e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ec6d5e 0%, #d3483b 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ec6d5e 0%,#d3483b 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ec6d5e 0%,#d3483b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6d5e', endColorstr='#d3483b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position:relative;
	
}

.left_menu_btn:hover{
	color:#d3483b;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffcfc+19,fffcfc+21,e0e0e0+100 */
	background: #fffcfc; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #fffcfc 19%, #fffcfc 21%, #e0e0e0 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #fffcfc 19%,#fffcfc 21%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #fffcfc 19%,#fffcfc 21%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.left_menu_btn_img{
	width:100% ;
}



.bootstrap_spaceleft_menu_btnzone{
	width:100%
	
}



/* 左方選單 結束 */
