@charset "utf-8";

/* =======================================

	RecipeCategory CSS

========================================== */
/*-- 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;
}

#basic .entryBox {
	float: none;
	width: 775px;
	margin: 30px 0 10px;
}

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

.entryBox .pdt {
	float: left;
	display: inline;
	width: 130px;
	margin: 0 20px 0 0;
}
.entryBox .pdt:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.entryBox .pdt p {
	width: 60px;
	text-align: center;
}

.entryBox .pdt span {
	display: block;
	font-size: 92.4%;
}

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

.entryBox ul.photoList {
	float: left;
	display: inline;
	width: 625px;
}

.entryBox ul.photoList li {
	float: left;
	display: inline;
	width: 145px;
	height: 180px;
	padding: 0 5px;
}

.entryBox ul.photoList li img {
	margin-bottom: 3px;
}

#basic .entryBox ul li img {border: 1px solid #EA5404;}

.entryBox ul.photoList li.movie {
	position: relative;
}

.entryBox ul.photoList li.movie span.movieIco {
	position: absolute;
	top: 5px;
	left: 10px;
}

#page .entryBox ul.photoList li.movie span.movieIco img {
	border: 0px;
}
