h1.cart {
    font-size: 13px;
	margin-bottom: 0.5em;
    font-weight:bold;
    text-decoration: underline;
    text-align: left;
    margin-left: 7px;
}

hr {
	margin: 1em 0;
	height: 1px;
	border: 1px solid #eee;
}

.center { text-align: center; }
.container {
    position: absolute;
    top: 53px;
    right: 47px;
    background-color: transparent;
	width: 200px;
    height:60px;
    z-index: 5;
    background-image: url(../images/cartbckg.png);
}
.container a p.cartinfo{
    text-align: right;
    text-decoration: none;
    margin-right: 5px;
    color:#000;
}
.container a{
    color: #000;
    text-decoration: none;
}
.thickbox img.addtocart_show{
    position:absolute;
    top:170px;
    right:20px;
    border: none;
}
