div.search-pagetab {
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	height: 35px;
}
div.search-content {
	width: 847px;
	padding: 18px;
	background-color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
div.search-content form {
	margin: 0; padding: 0;
}
p.title-country {
	background-color: #222;
	color: #ccc;
	font-weight: bold;
	padding: 5px 10px;
}
p.search-data {
	color: #999;
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
p.search-data input[type="text"], p.search-data select {
	border: 1px solid #ccc;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
p.search-data button[type="submit"] {
	padding: 2px 3px;
}
p.search-notice {
	text-align: center;
	color: #999;
}
div.data-container {
	width: 135px;
	padding: 5px 3px;
	float: left;
}
div.data-container div.data-display {
	width: 135px;
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 210px;
}
div.data-container div.data-display p {
	text-align: center;
	padding: 1px 0;
}
p.species, p.size, p.price {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
p.normal {
	color: #eee;
}
p.normal a {
	color: #eee;
}
p.pagenav {
	text-align: center;
	font-weight: bold;
}
p.pagenav .pga {
	color: #ff6;
	padding: 3px;
	border: 1px solid #ff6;
	font-weight: bold;
}
p.pagenav .pgn {
	color: #fff;
	padding: 3px;
	border: 1px solid #999;
	font-weight: bold;
}
p.pagenav .pgx {
	color: #999;
	padding: 3px;
	border: 1px solid #333;
	font-weight: bold;
}
div.no-result {
	height: 300px;
	line-height: 300px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border: 1px solid #111;
}
div.search-content table.detail-outer {
	width: 845px;
	border: 1px solid #222;	
}
div.search-content table.detail-outer tr td.data-detail {
	width: 395px;
	vertical-align: top;
}
div.search-content table.detail-outer tr td.data-detail-img {
	width: 450px;
	vertical-align: top;
}
div.search-content table.detail-outer tr td.data-detail table tr td.header-name {
	width: 110px;
	padding: 5px;
	background-color: #111;
	color: #999;
	font-weight: bold;
}
div.search-content table.detail-outer tr td.data-detail table tr td.header-data {
	width: 265px;
	padding: 5px;
	color: #ccc;
	background-color: #222;
}
div.search-content table.detail-outer tr td.data-detail table tr td.td-buy {
	background-color: #791412;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}
div.search-content table.detail-outer tr td.data-detail table tr td.td-buy a {
	color: #fff;
	font-weight: bold;
}

/* for tabs */
ul.search-foldertabs {
	display: block;
	padding: 0px; margin: 0px;
	padding-left: 6px;
	list-style-type: none;
	height: 35px;
	position: absolute;
}
ul.search-foldertabs li {
	padding: 0px; margin: 0px;
	display: inline;
	background-color: transparent;
	height: 35px;
	font-size: 12px;
}

ul.search-foldertabs li a, 
ul.search-foldertabs li a:visited {
	text-decoration: none;
	display: block; float: left;
	line-height: 35px; margin-left: 3px;
	background-image: url('/templates/images/layout/foldertab-normal.gif');
	color: #1b304d; border: 0;
	text-align: center;
	white-space: nowrap;
}
ul.search-foldertabs li a span, 
ul.search-foldertabs li a:visited span {
	display: block;
	line-height: 35px;
	background-image: url('/templates/images/layout/foldertab-normal-corner-l.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
ul.search-foldertabs li a span span, 
ul.search-foldertabs li a:visited span span {
	display: block;
	line-height: 35px;
	background-image: url('/templates/images/layout/foldertab-normal-corner-r.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 6px;
}
ul.search-foldertabs li a:hover {
	text-decoration: none;
	display: block;
	line-height: 35px;
	background-image: url('/templates/images/layout/foldertab-black-active.gif');
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
ul.search-foldertabs li a:hover span {
	display: block;
	line-height: 35px;
	background-image: url('/templates/images/layout/foldertab-black-active-corner-l.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
ul.search-foldertabs li a:hover span span  {
	display: block;
	line-height: 35px;
	background-image: url('/templates/images/layout/foldertab-black-active-corner-r.gif');
	background-position: top right;
	background-repeat: no-repeat;	
}

ul.search-foldertabs li a.active,
ul.search-foldertabs li a.active:visited {
	text-decoration: none;
	display: block;
	line-height: 35px;
	background-image: url('/templates/images/layout/foldertab-black-active.gif');
	background-color: #fff;
	color: #fff; font-weight: bold;
	border-bottom: 1px solid #000;
}

ul.search-foldertabs li a.active span, 
ul.search-foldertabs li a.active:visited span {
	display: block;
	line-height: 35px;
	background-image: url('/templates/images/layout/foldertab-black-active-corner-l.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
ul.search-foldertabs li a.active span span,
ul.search-foldertabs li a.active:visited span span {
	display: block;
	line-height: 35px;
	background-image: url('/templates/images/layout/foldertab-black-active-corner-r.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
