
.dog_list{
	
}
.dog_list .item{
	width: 212px;
	height: 204px;
	float: left;
	border: solid 1px #b6d9e8;
}
.dog_list .item_inner{
	padding: 5px;
}
.dog_list .item img{
	width: 200px;
	height: 150px;
}
.dog_list .item .name{
	font: 700 8pt/20px Tahoma;
	overflow: hidden;
}
.dog_list .item .line{
	width: 200px;
	height: 3px;
	background: #b6d9e8;
	font-size: 3px;
	margin: 1px 0 10px 0;
}
.dog_list .v_sep{
	float: left;
	width: 9px;
}
.dog_list .h_sep{
	height: 9px;
	clear: both;
	width: 656px;
	font-size: 1px;
}
/**/
.dog_detail{
	width: 656px;
	height: 500px;
	position: relative;
}
.dog_detail .info{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 235px;
	border: solid 1px #b6d9e8;
}
.dog_detail .info .even, .dog_detail .dog_info .odd{
	width: 233px;
	height: 50px;
	font: 100 8pt/14px Tahoma;
	overflow: hidden;
}
.dog_detail .info .inner{
	padding: 11px;
	font: 100 8pt/14px Tahoma;
}
.dog_detail .info .even{
	background: #e5eff3;
	border: solid 1px #ffffff;
}
.dog_detail .info .odd{
	background: #ffffff;
}
.dog_detail .info .other{
	background: url(../images/dog_det_info_other_bck.png) repeat-x;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	width: 233px;
	height: 35px;
	line-height: 35px;
}
.dog_detail .image{
	position: absolute;
	top: 0;
	left: 244px;
	width: 412px;
	height: 312px;
	border: solid 1px #b6d9e8;
}
.dog_detail .image img{
	margin: 5px;
	width: 400px;
	height: 300px;
}
.dog_detail .images{
	position: absolute;
	top: 321px;
	left: 244px;
	width: 412px;
	height: 130px;
}
.dog_detail .images .item{
	float: left;
	width: 72px;
	height: 54px;	
}
.dog_detail .images .item img{
	width: 72px;
	height: 54px;
	border: solid 1px #b6d9e8;
}
.dog_detail .images .v_sep{
	float: left;
	width: 10px;
}
.dog_detail .images .h_sep{
	height: 10px;
	clear: both;
	width: 412px;
	font-size: 1px;
}
.dog_detail .line{
	position: absolute;
	top: 455px;
	left: 240px;
	width: 421px;
	height: 15px;
	background: url(../images/dog_det_img_bot_line_bck.png) no-repeat;
}
.dog_detail .checkbox{
	position: absolute;
	top: 475px;
	left: 244px;
	width: 412px;
	text-align: right;
}
.dog_detail .checkbox_inner{
	padding-right: 20px;
	font: 700 8pt Tahoma;
}
