A SERVICE OF

logo

WebStore by Amazon 3.5.1: Merchant Manual
39
/*Change the appearance of colorBar elements*/ .colorBar{ height: 22px;
background-color:#9C1310; background-image:url(/images/red_bg.gif);
background-repeat: repeat-x; }
Hide Border for All Images on the WebStore
/*Hide the border on all images. This is important for images in Custom Script
widgets that have “a href” links associated with them*/ img {border:0;}
Customize Fonts for Product Titles
/*Set font properties of product title links*/ a.homeProductTitle,
a.homeProductTitle:link, a.homeProductTitle:visited, a.homeProductTitle:hover
{color: #333; font-size:medium; font-weight:bolder} --> </style>