@CHARSET "UTF-8";
#cindy_raina .boardList { border:1px solid #e0e0e0; }
#cindy_raina .boardList ul {
	border-bottom:1px solid #e0e0e0;
	background-color:#f0f4f5;
	padding:5px 15px;
	font-size:13px;
}
#cindy_raina .boardList ul li { display:inline;color:#3c586e;font-weight:bold; }
DIV.boardDesc { color:#46484a;font-weight:bold; float:left}
.reviewListStyle { padding:20px 15px;width:711px; }
.reviewListStyle dt img{ border:1px solid #cecfd3;float:left;margin-right:10px; }
.reviewListStyle dd {  }
.reviewListStyle dd strong { font-size:14px;color:#3c586e; }
.reviewListStyle dd strong a { text-decoration:underline; }
.reviewListStyle p.reviewDes { padding:5px 0; }
	.reviewListStyle p.writeInfo { color:#999a9b; }
.reviewListStyle p.writeInfo img { vertical-align:text-bottom; }
.pageNumStyle {
	margin:30px 15px 0;
	height:40px;
	text-align:center;
	color:#797979;
	font-weight:bold;
	padding:5px 0 25px 0;
	border-top:1px solid #e0e0e0;
}
.pageNumStyle .selNum { color:#ffa500; }
.pageNumStyle .listBut { float:right;margin-top:-35px; }
.pageNumStyle .actions { text-align:right;margin-bottom:15px; }
.searchStyle {
	height:21px;
	text-align:center;
	padding:4px 0;#padding:2px 0 6px;_padding:3px 0 5px;
	background-color:#f0f4f5;
	border-top:1px solid #e0e0e0;
}
.searchStyle .textBox { height:19px;border:1px solid #9c9a9e;margin:0 7px; }

/* Search */
DIV.boardList form {display:inline}
DIV.boardList DIV.input, DIV.boardList DIV.submit {display:inline}

DIV.boardTab {
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	background-color:#f0f4f5;
	padding:5px 15px;
	font-size:13px;
}
DIV.boardSearch {text-align:right;}
DIV.boardSearch FORM {display:inline}
DIV.boardSearch DIV.input {display:inline}
DIV.boardSearch DIV.submit {display:inline}

/* View */

DIV.generalBoard H2.boardTitle {
	border:1px solid #e0e0e0;
	padding:8px 15px;
	margin:0px;
	background-color:#f0f4f5;
	color:#3c586e;
	font-size:14px;
	font-weight:bold;
	}

DIV.generalBoard P.boardBesideTitle {
	color:#999a9b;float:right;margin:8px 15px 0 0;
	}
DIV.generalBoard P.boardBody{
	padding:15px;color:#696b6c;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	overflow : hidden;
}
DIV.generalBoard DIV.boardBody{
	padding:15px;color:#696b6c;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	overflow : hidden;
}
DIV.generalBoard ul.actions {
	height:19px;
	padding:5px 15px;
	background-color:#f0f4f5;
	border:1px solid #e0e0e0;
	text-align:right;	
}
DIV.generalBoard ul.actions li { display:inline; }
DIV.generalBoard ul.actions li.leftBut { float:left;margin-right:4px; }
DIV.boardButtons {text-align:right; margin:5px 0}

/* Image List */

DIV.boardList OL.boardImageList {
	padding:20px 15px;
	background-color:#FFF;
	}
OL.boardImageList LI {
	width:230px;
	padding-bottom:10px;
	float:left;
}
IMG.boardThumbnail {
	width:200px;
}
IMG.boardLeftThumbnail {
	width:100px;
	height:100px;
	border:1px solid #CECFD3;
	float:left;
	margin-right:10px;
}

/* For Comment */

#comment {
	margin-top:10px;
}
#comment DIV.horizenLine {
	background-color:#B3B3B3;
	color:#B3B3B3;
	height:1px;
}
#comment H4 {
	margin:20px 0 10px 15px;
	color:#7f7d7e;
}
#comment TEXTAREA {
	width:560px;
	height:40px;
	border:1px solid #b6b6b6;
}
#comment DIV.textarea LABEL {
	display:block;
	float:left;
	width:70px;
	height:40px;
	padding:0 15px;
	color:#0f4a90;
	font-size:11px;
	font-weight:bold;
}
#comment DIV.submit {
	float:right;
	margin-top:-40px;
	width:60px;
	height:40px;
}
#comment DIV.submit INPUT {
	width:60px;
	height:40px;
}
#commentList {
	width:100%;
	margin-bottom:15px;
}
#commentList TR {
	border-bottom:1px dotted #858585;
}
#commentList TD {
	font-size:11px;
	color:#9a9697;
}
#commentList TD.writer {
	padding:10px 15px;
	width:70px;
	color:#0f4a90;
	font-size:11px;
	font-weight:bold;
}
#commentList TD.action {
	width:100px;
	text-align:right;
}
#commentList TD A {
	color:#9a9697;
}