/** Add CSS3 PIE Behavior to buttons **/

.submit,
a.add-to-cart {
    behavior: url(/team-beachbody-theme/behaviors/PIE.htc);
    position: relative;
    zoom: 1;
    font-weight:bold;
    -pie-background: linear-gradient(#42b1dc, #1c7bb1 ); /*PIE*/
}

a.vote-now{
	behavior: url(/team-beachbody-theme/behaviors/PIE.htc);
	zoom: 1;
	-pie-background: linear-gradient(#38aae0, #005eb8); /*PIE*/
}

.disabled {
    behavior: url(/team-beachbody-theme/behaviors/PIE.htc);
    -pie-background: linear-gradient(#c6e7f4,#bad7e7);
    border-color:transparent!important;
	
    /*color: #ffffff !important;*/
    font-weight: bold;


}

.category,
.challenge-pack{
	behavior:none!important;
}

.category{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#EEEEEE)"!important;	
}

.category.disabled{
	border:1px solid #eee!important;
	color:#eee!important;
	font-weight:normal!important;
}

.category.view{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#006096, endColorstr=#006096)"!important;	
}

.disabled *{
	filter:Alpha(opacity=30);
}