/* Tag Declarations */
body {
}
/* Class Declarations */
a.brandedLink:link,
a.brandedLink:visited,
a.brandedLink:hover,
a.brandedLink:active {
color: #AC2225;
}
/* ID Declarations */
#product_branding{
background: #484848 url(/images/marketplace/branding/bkg_air.jpg) bottom left no-repeat;
}
#branding_img {
width: 300px;
cursor: pointer;
}
#branding_img{
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/marketplace/branding/air.png", enable='true') !important;
}
#branding_img[id]{
background: url(/images/marketplace/branding/air.png) top left no-repeat; 
}

