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

#week #contents {
	margin-top: 0;
}

.mainImg {
	width: 760px;
	margin-bottom: 5px;
	padding: 25px 0 0 20px;
}

/*Pagenation ========== */
.holder {
	width: auto;
	margin: 0 5px 10px;
	padding: 8px 0 3px;
	background: #fff;
	text-align: right;
}
 
#page .holder span,
#page .holder a {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 5px 8px;
	text-decoration: none;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #E5E5E5;
	cursor: pointer;
}

#page .holder a:hover {
	border: 1px solid #E5E5E5;
	color: #666;
	background: #FCDACB;
	text-decoration: none;
}

#page .holder .jp-current {
	border: 1px solid #E5E5E5;
	color: #666;
	background: #FCDACB;
	text-decoration: none;
}


#page .holder a.jp-disabled,
#page .holder a.jp-disabled:hover {
	border: 1px solid #E5E5E5;
	color: #666;
	background: none;
	text-decoration: none;
	cursor: default; 
}

/*========= Pagenation */


#photoList {
	width: 780px;
	margin-right: -20px;
	overflow: hidden;
}

#photoList ul {
	width: 800px;
}

#photoList ul:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#photoList ul li {
	float: left;
	width: 178px;
	height: 230px;
	margin-right: 20px;
	*margin-right: 15px;
}

#photoList ul li span {
	display: block;
	margin-top: 2px;
}


/* Week
------------------------------------*/
#weekImg {
	height: 210px;
	background: url(../../img/recipe/week/bg_week.jpg) no-repeat;
}

#photoList ul.week li img {
	border: 1px solid #EB6C00;
}

#week #localContents {
	margin-top: 0;
}

/*-- rightNav --*/
ul#txtList {
	margin: 5px 5px 6px 7px;
	padding: 4px 0 0 0;
	background: url(../../img/common/line_orangedot.gif) repeat-x;
}

ul#txtList li {
	padding: 3px 0 8px 3px;
	text-align: left;
	background: url(../../img/common/line_orangedot.gif) repeat-x left bottom;
}
