/* search bar */
.jaySearchForm {float:right; margin-bottom:30px;}
.jaySearchForm .searchOption {width:75px; height:25px; float:left; border:3px solid #4e4e4e;}
.jaySearchForm .searchOption select {margin:0; vertical-align:middle; width:100%; height:100%;}
.jaySearchForm .searchTxtbox {width:200px; height:25px; float:left; border:3px solid #4e4e4e;}
.jaySearchForm .searchTxtbox input[type="text"] {margin:0; vertical-align:middle; width:100%; height:17px; padding:4px 3px 2px 3px; *margin-top:-1px;}
.jaySearchForm .searchButton {width:28px; height:25px; float:left; border:3px solid #4e4e4e; border-left:none;}
.jaySearchForm .searchButton input[type="submit"] {display:block; margin:0; vertical-align:middle; width:100%; height:25px; border:none; background:url("../images/search.jpg") 0 0 no-repeat; cursor:pointer; text-indent:-9999px;}

/* gallery bbs */
#galleryBbs {}
	#galleryBbs ul li {width:33.3%; float:left; margin-bottom:20px; list-style:none;}
	#galleryBbs .itemWrap {border:1px solid #e8e8e8; margin:0 5px;}
	#galleryBbs ul li a {cursor:pointer; display:inline-block; zoom:1; *display:inline;}
		#galleryBbs .imgArea {width:90%; margin:0 auto; height:217px;}
		#galleryBbs .imgArea a {display:block; line-height:217px;}
		#galleryBbs .imgArea img {width:100%; vertical-align:middle;}
		#galleryBbs .txtArea {width:90%; margin:0 auto; text-align:center; padding:3px 0 10px 0;}
		#subImageArea {margin-bottom:20px;}
		#galleryBbs ul li a {display:block;}


/* gallery bbs detail */
#productDetail {width:100%;}
	#productPic {float:left; width:67%;}
	#productPic .viewImg {border:1px solid #d7d7d7; padding:10px; width:90%;}
		#thumbImgArea {text-align:center; margin-top:10px;}
		#thumbImgArea img {width:70px;}
	#productInfo {float:left; width:33%;}
		#productInfo table {width:100%;}
		#productInfo table tr th {padding: 3px 0;}
			#productInfo table tr th span {display:block; padding:3px 0; background:#000000; color:#ffffff; width:80%; font-weight:default;}
		#productInfo table tr td {color:#000000;}
#detailTitle {font-size:17px; margin-bottom:10px; display:block; font-weight:bold;}
#galleryBbsDetailContent {width:98.5%; border:3px solid #ebebeb;}

