@charset "UTF-8";

#items h1 {
	font-size: 150%;
	font-weight: normal;
	color: #fff;
	background-color: rgb(51,102,102);  ;
	padding: 10px 10px 5px 65px;
	margin: 25px 0 1em; 	
}

#items.items-list{
	width: 950px;

}

#items ul {
list-style-type: none;
	width: 950px;
	height: 200px;
	}

#items li {
	margin: 10px; 
	padding: 5px;
	background-color: #666;
	text-align: center;
	width: 180px;
	color: #fff;
	float: left;
}

#items ul a {
	display: block;
	outline: 0;
}
#items li a:hover {
	color: #fff;
.clearLeft { 
clear: left; 
}


/* ================================================================================
	#item-custom
================================================================================ */

.menu h1 {
	color:#5F2F08;
	background-color: #E0D5B8;
	border-radius: 5px;
	font-weight:bold;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding:8px 15px 5px;
}

.menu-cat-set {
	margin:0 25px 25px 15px;
	padding-top:25px;
}

.menu #content h2 {
	color:#5F2F08;
	font-weight:bold;
	border-bottom:1px dashed #5F2F08;
	padding:5px 0 10px;
	line-height: 110%;
	position: relative;
}

.menu .menu_set {
	border-bottom: 1px dashed #C6B688;
	display:block;
	overflow:hidden;
	padding:15px 0;
}

.menu .menu_set .menu_set_txt.has_image {
	marjin-right:200px;
	width:100%;float:left;
}

.menu .menu_set .menu_set_txt .price {
	margin-left:1em;
	font-size:0.75em;
	color:#5F2F08;
	float:right;
	border:1px solid #C6B688;
	padding:1px 5px;
	border-radius: 3px;
}

.menu .menu_set .menu_set_txt p {
	margin-bottom:0;
	font-size:0.857em;
}

.menu .menu_set .menu_set_image {
	width:20%;
	max-width:300px;
	float:right;
}

.menu .menu_set .menu_set_image img {
	border:1px solid #C6B688;
	border-radius:5px;
}
.menu_set_image img {
	padding-right:200px;
}

ul#page_link_menu {
	border-left:1px solid #C6B688;
	margin-left:0;
}

ul#page_link_menu li {
	display:inline;
	list-style: none;
}

ul#page_link_menu li a {
	padding:0 20px;
	border-right:1px solid #C6B688;
}
