@charset "utf-8";
/* Sale CSS Document */
p.salebar {
	margin:0 1px 15px;
	position:relative;
	height:44px;
	overflow:hidden;
	background:#ccc;
	display:block!important;
}
p.salebar em {
	position:absolute;
	left:0;
	top:0;
	width:562px;
	height:44px;
	background:url(../images/power-shopping.jpg) no-repeat 0 0;
}

/* sale tag on products page */
p.holder img{margin:0}
p.holder b{left:11px}/* reveal sale image when sale.css is added*/
* html p.holder b{left:0px}/* reveal sale image when sale.css is added*/

div#attribute-link-banner {
	padding: 10px 4px 4px 4px;
	font-size: 120%;
	border: 1px solid white;
}

div#attribute-link-banner a {
    color: #c6f;
    text-decoration: underline;
}