@charset "utf-8";
/* CSS Document */

#div-search {
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	width:175px;
	padding:5px;
}

#div-search form {
	display:inline;
}

#div-search form input, #div-search form select {
	border: #36C solid 1px;
	font-size:12px;
	background-color: #FFF;
	color: #36C;
	width:100%;
	margin-top:8px;
}

#div-search .forSearchButton {
	width:100px;
	height:24px;
	border:none;
	background-image:url(images/search.jpg);
	background-repeat:no-repeat;
	cursor: pointer;
}

.forSearchTitle {
	text-align:center;
	font-size:13px;
	font-weight: bold;
	line-height:30px;
	border-bottom:#036 dashed 2px;
	color:#36C;
}

.forSearch {
	background-image:url(images/search.gif);
	background-repeat:repeat-none;
	background-position: 5px;
}

#div-results {
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width:585px;
	padding:5px;
}

#div-results .dataTable {
	width:100%;
	border-collapse: separate;
	border-spacing: 5px;
}

#div-results .dataTable td {
	padding:5px;
	padding-bottom:10px;
	border:#CFE4F3 solid 1px;
	background-color:#FFF;
	text-align:center;
	line-height:14px;
	width:175px;
}

.forTitle {
	text-align:center;
	font-size:11px;
	font-weight: bold;
	line-height:16px;
	border-bottom:#036 dashed 2px;
	color:#36C;
	padding-bottom:8px;
	margin-bottom:5px;
}

.forThumbnail {
	border:#CCC dotted 1px;
}

.forPrice {
	font-weight: bold;
	margin-bottom:5px;
}

#div-pagination {
	clear:both;
	display:none;
	margin:10px;
	margin-top:0px;
	padding:5px 10px 5px 10px;
	border:#CFE4F3 solid 1px;
	background-color:#ECF3FB;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width:555px;
	height:15px;
}

#div-pages {
	float:left;
	font-weight:bold;
	line-height:15px;
	color:#036;
}

#div-display {
	float:right;
	font-weight:bold;
	line-height:15px;
	color:#036;
}

#div-pagination .pagesTable {
	border-collapse:collapse;
	border-spacing:0px;
}

#div-pagination .pagesTable td {
	padding:0px;
	padding-right:10px;
}

#div-pagination .forNavigation {
	cursor:pointer;
}

