#listBox
{
	width: 700px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#listBox .cakesItem
{
	width: 330px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#listBox .cakesItem .tag
{
	height: 27px;
	padding-bottom: 10px;
}
#listBox .cakesItem .name
{
	color: #5a3118;
	font-size: 13px;
	font-weight: bold;
}
#listBox .cakesItem .photo
{
	width: 160px;
	float: left;
}
#listBox .cakesItem .photo img
{
	border-top-color: #5a3118;
	border-right-color: #5a3118;
	border-bottom-color: #5a3118;
	border-left-color: #5a3118;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#listBox .cakesItem .cakesItemRight
{
	width: 165px;
	float: left;
}
#listBox .cakesItem .price
{
	height: 75px;
	text-align: right;
	color: #5a3118;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 12px;
	background-image: url("../images/icon_price.gif");
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 10px;
}
#listBox .cakesItem .detail
{
    height: 30px;
	padding-bottom: 10px;
	clear: left;
	border-bottom-color: #5a3118;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#listBox .cakesItem .detail a
{
	width: 90px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-image: url("../images/icon_cursor_red.gif");
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: center;
}
