@CHARSET "UTF-8";
.clear_left{clear: left}
.clear_right{clear: right}
.clear_both{clear: both}
.align_left{text-align: left}
.align_center{text-align: center}
.align_right{text-align: right}

.pet-container{
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 680px;
}
.pet-listing{	
	margin: 0 auto 10px auto;
	overflow: hidden;
	padding: 0;	
	border-top: 1px solid #C9C9C9;	
}
.pet-listing a:link, .pet-listing a:visited{
	color: #000;
	text-decoration: none;
}
.pet-listing a:hover{
	text-decoration: underline;
}
.pet-listing img{
	border: none;
}
.pet-head{
	background-color: #756a55;
	overflow: hidden;
	padding: 5px;
}
.pet-head a:link, .pet-head a:visited, .pet-head a:hover {
	color: #ffffff;
}
.pet-head-type{
	color: #ffffff;
	float: left;
	font-weight: bold;
	width: 56%;
}
.pet-head-year{
	float: left;
	overflow: hidden;
	width: 13%;
	color:#ffffff;
}

.pet-head-price{
	color: #ffffff;
	float: left;
	overflow: hidden;
	width: 13%;
}
.pet-body{
	padding: 5px;
}
.pet-body-pic{
	float: left;
	width: 19%;
}
.pet-body-pic img{
	border: solid 1px #C9C9C9;	
}
.pet-body-extras{
	float: left;
	padding: 0 0 0 5px;
	width: 75%;
}

/* front view */
.pet-search-empty,
.pet-view-na,
.pet-index-empty{
	background-color: #EFEFEF;
	font-weight: bold;
	padding: 5px;
}
.pet-view-left{
	float: left; 
	width: 44%;
}
.pet-view-right{
	float: left;
	margin: 0 0 0 10px;
	width: 53%;
}
.pet-view-heading{
	background-color: #EFEFEF;
	font-weight: bold;
	padding: 5px;
}
.pet-view-content{
	padding: 5px;
}
.pet-view-content p{
	clear: both;
	margin: 0 0 5px 0;
	overflow: hidden;
	position: relative;
}
.pet-view-content p span{ 
	float: right;
	font-weight: bold
}
.pet-view-content p span.lft {
	float: left;
	font-weight: normal;
}
.pet-view-pic{
	overflow: hidden;
}
.pet-view-img{
	float: left;
	margin: 0 5px 5px 0;
	height: 65px;
	overflow:hidden;
}
.pet-view-img img{ 
	border: none;
}
/* front search */
.pet-search{

}
.pet-search p{
	margin: 0 0 5px 0;
	padding: 5px;
}
.pet-search label{
	float: left;
	width: 42%;
}
.pet-search-left{
	float: left;
	width: 44%;
}
.pet-search-right{
	float: left;
	margin: 0 0 0 5px;
	width: 44%;
}
/* front form elements */
.pet-text{
	border: solid 1px #c8cacf;
	padding: 3px 4px;
}
.pet-text-small{width: 70px;}
.pet-text-medium{width: 166px;}

.pet-select{
	border: solid 1px #c8cacf;
	padding: 3px 4px;
}
.pet-select-small{width: 80px;}
.pet-select-medium{width: 176px;}
/* front menu */
.pet-menu{
	background-color: #f4f4f4;
	list-style: none;	
	font-weight: bold;
	padding: 5px;
	margin: 0 0 5px 0;
}
.pet-menu li{
	display: inline;
	padding: 0 5px 0 0;
}
.pet-menu a:link, .pet-menu a:visited{
	color: #646464;
	text-decoration: none;
}
.pet-menu a:hover{
	text-decoration: underline;
}
/* pagination */
.pet-paginator{
	background-color: #EFEFEF;
	border-top: 1px solid #C9C9C9;
	list-style: none;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
}
.pet-paginator li{
	display: inline;
}
.pet-paginator span.current{
	margin: 0 5px 0 0;
	font-size:18px;
	font-weight:bold;
}
.pet-paginator span.dots{
	margin: 0 5px 0 0;
}
.pet-paginator li a:link, .pet-paginator li a:visited{
	color: #646464;
	margin: 0 5px 0 0;
	text-decoration: none;	
	font-size:14px;
	font-weight:bold;
}
.pet-paginator a:hover,
.pet-paginator a.focus{
	color: #646464;
	font-size:14px;
	font-weight:bold;
}