/* catalog.section */
.bx_blue.bx-section-desc{
	border-left-color:#0083d1;
}
.bx_catalog_list_home.bx_blue .bx_bt_button  				{
	background:#2097d0;
	color:#fff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_catalog_list_home.bx_blue .bx_bt_button:hover  		{
	background-color: #6bb500; color: #fff;
}
.bx_catalog_list_home.bx_blue .bx_bt_button:active  		{
	background:#2097d0;
}

/* scu_detail_size */
.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(images/x2border_active.png) 2 fill stretch;
}