/*
Template: Enesco Listing Template
Description:
Version: 1.2
*/
/* user colors */
wpl store header .hotline {
color: #FFFFFF;
background color: #555555;
display: block;
float: right;
}
#wpl_wrapper wpl description h2 {
color: #000000;
}
#wpl_wrapper h3.bar {
color: #FFFFFF;
background color: #555555;
background image: webkit gradient(linear left top, left bottom, from(#555555), to(#000000));
background image: webkit linear gradient(top #555555, #000000);
background image: moz linear gradient(top #555555, #000000);
background image: ms linear gradient(top #555555, #000000);
ba... |