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: 155px;
	padding: 5px 7px;
	float: left;
}
div.data-container div.data-display {
	width: 155px;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.data-container div.data-display p {
	text-align: center;
	padding: 1px 0;
}
div.image-container {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	height: 100px;
	overflow: hidden;
	border-width: 2px;
	border-color: #111 #222 #222 #111;
	border-style: solid;
	background-position: center center;
	background-repeat:  repeat-y;
}
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;
}

/* for photo detail */
div.img-detail-con {
	padding:5px; 
	border:1px solid #333; 
	width:511px;
}
div.img-detail-pagenav {
	width: 523px;
}
div.img-detail-pagenav div.dmleft {
	float: left;
	width: 257px;
	border: 1px solid #333;
	padding: 5px 0;
	margin-top: 5px;
	color: #fff;
}
div.img-detail-pagenav div.dmright {
	float: right;
	width: 257px;
	border: 1px solid #333;
	padding: 5px 0;
	margin-top: 5px;
	color: #fff;
}
div.dmleft a, div.dmright a {
	color: #82DFFF;
}
div.detail-picid {
	color: #82DFFF;
	font-size: 15px;
	padding: 5px;
	background-color: #111;
	text-align: center;
}
div.detail-left {
	width: 414px;
	float: left;
}
div.detail-right {
	width: 414px;
	float: right;
}
table tr td.cl-detail {
	width: 150px;
	font-weight: bold;
	color: #FEB340;
	vertical-align: top;
	padding: 5px 0px 5px 2px;
}
table tr td.cl-info {
	color: #fff;
	vertical-align: top;
	padding: 5px 0px 5px 2px;
}
table tr th.h-detail-info {
	color: #82DFFF;
	background-color: #111;
	font-weight: normal;
	padding: 5px 0;
	font-size: 15px;
}
div.suggest {
	width: 523px;
	border: 1px solid #82DFFF;
	padding: 5px 0;
	margin-top: 5px;
	float: left;
	background-color: #0D3381;
}
div.suggest a {
	color: #fff;
	font-weight: bold;
}
form.sgform label.error {
	color: red;
	font-size: 10px;
}
form.sgform input.error { 
	border: 1px solid #791412;
	height: 20px;
}
form.sgform input:focus { 
	border: 1px solid;
	height: 20px; 
}
