@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;
}

#header p{
    border-top: 5px solid #fff;
}
h2 {
	margin-bottom: 10px;
}

/*content--------*/

#content p .cake{
	float: left;
}

/*#item_list--------*/
#item_list {
	margin-bottom:15px;
}
#item_list ul{
	list-style-type:none;
}
#item_list li a{
	color:#97853d;
	font-weight:bold;
	line-height: 20px;
	text-decoration:none;
	padding-left: 20px;
	display:block;
	background: url(../images/mark.gif) no-repeat;
}
#item_list li a:hover {
    color: #C09;
}


/* div.item--------*/
div.item {
   border-bottom: 1px dotted #000;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.item h3 {
	font-size: 16px;
	color:#fff;
	height:32px;
	padding: 4px 10px;
	background: url(../images/bg_h3.jpg) no-repeat;
}
.item p {
	font-size: 0.9em;
	line-height:1.5;
	margin: 8px;
}
p.cake {
	float:left;
    padding-right: 10px;
}
p.product_name a{
	font-family:
	    "Times New Roman",
	    Times,
			serif;
	
	
	font-size:1.3em;
	font-weight: bold;
	color:#473FBF;
    text-decoration: none; 
}
p.price { 
    font-size: 0.875em;
    font-weight: bold;
	margin: 5px 0;
}
/* #shop--------*/
.map {
	text-align:center;
}
table {
	border-collapse: collapse;
   font-size:0.8em;
	width:475px;
}
table th{
	background-color:#CC9;
	text-align: right;
	padding: 3px 10px;
}
table td{
	padding: 2px 10px;
	line-height:1.2em;
}

/*.menu--------*/

.menu h3{
	font-size:1em;
	color:#FF0000;
	border-left: 6px solid #ff0000;
	padding-left: 10px;
}
.menu p{
	font-size: 0.875em
}