div#content-inner {
    width: 933px;
	margin: 2px 0 0 0;
	overflow: hidden;
	background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
	font: 17px/190% "Trebuchet MS";
	color: #e9c878;
	text-align: left;
    }
div#content-inner div.item {
    background-image: url('./img/layout/store_item_bg.jpg');
    background-repeat: no-repeat;
    width: 932px;
    height: 143px;
    margin-bottom: 5px;
}
div#content-inner div.item a.addtocart {
    width: 100px;
    height: 56px;
    float: left;
    background-image: url('./img/layout/btn_addtocart.gif');
    background-repeat: no-repeat;
    display: block;
    text-indent: -5000px;
    margin: 7px 0 0 11px;
}
div#content-inner div.item div.product {
    float: left;
    margin-left: 105px;
    width: 575px;
}
div#content-inner div.item div.product h3 {
    font: 21px/170% "Trebuchet MS";
	color: #dc0000;
	margin-top: 8px;
}
div#content-inner div.item div.product p {
    font: 17px/150% "Trebuchet MS";
	color: #e9c878;
	text-align: left;
	margin: 0;
	width: 575px;
    }
div#content-inner div.item div.product span.price {
    width: 84px;
    height: 29px;
    display: block;
    text-align: center;
    background-image: url('./img/layout/store_item_price.gif');
    background-repeat: no-repeat;
    font: 20px/150% "Trebuchet MS";
	color: #dbb160;
	margin-top: 6px;
	float: right;
}
div#content-inner div.item div.product span.weight {
    width: 84px;
    height: 29px;
    display: block;
    text-align: center;
    background-image: url('./img/layout/store_item_price.gif');
    background-repeat: no-repeat;
    font: 20px/150% "Trebuchet MS";
	color: #dbb160;
	margin-top: 6px;
	float: left;
}
div#content-inner div.item img.preview {
    width: 128px;
    height: 127px;
    float: right;
    margin: 7px 1px 0 0;
    display: block;
}
div#content-inner p.center {
    font: 17px/170% "Trebuchet MS";
	color: #e9c878;
	text-align: center;
	margin: 20px 20px 0 20px;
    }
div#content-inner a {
    color: #e9c878;
    }
div#content h2 {
	width: 913px;
	height: 46px;
	clear: both;
    background-image: url('./img/layout/content_title2.jpg');
    background-repeat: no-repeat;
	font: 32px/200% "Trebuchet MS";
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-top: 26px;
	padding-left: 20px;
    }


