/* catalog.section */
.bx_catalog_list_home.bx_blue .bx_bt_button  				{
background: #e0dfc1; /* Old browsers */
background: -moz-linear-gradient(top,  #e0dfc1 0%, #c0bf91 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0dfc1), color-stop(100%,#c0bf91)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0dfc1 0%,#c0bf91 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0dfc1 0%,#c0bf91 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0dfc1 0%,#c0bf91 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e0dfc1 0%,#c0bf91 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dfc1', endColorstr='#c0bf91',GradientType=0 ); /* IE6-9 */

	color:#000;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_catalog_list_home.bx_blue .bx_bt_button:hover  		{
background: #c0bf91; /* Old browsers */
background: -moz-linear-gradient(top,  #c0bf91 1%, #e0dfc1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c0bf91), color-stop(100%,#e0dfc1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c0bf91 1%,#e0dfc1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c0bf91 1%,#e0dfc1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c0bf91 1%,#e0dfc1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c0bf91 1%,#e0dfc1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0bf91', endColorstr='#e0dfc1',GradientType=0 ); /* IE6-9 */
}
.bx_catalog_list_home.bx_blue .bx_bt_button:active  		{
background: #c0bf91; /* Old browsers */
background: -moz-linear-gradient(top,  #c0bf91 1%, #e0dfc1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c0bf91), color-stop(100%,#e0dfc1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c0bf91 1%,#e0dfc1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c0bf91 1%,#e0dfc1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c0bf91 1%,#e0dfc1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c0bf91 1%,#e0dfc1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0bf91', endColorstr='#e0dfc1',GradientType=0 ); /* IE6-9 */
}

/* 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;
}