*{
	margin: 0;
	padding: 0;
	}
Body, html{
	background: #fff;
	}
img{
	border: 0;
	}
h1{
	font: 22px Arial, sans-serif;
	color: #000;
	margin: 0 0 13px 0;
	}
.container{
	width: 760px;
	}
.header{
	height: 58px;
	position: relative;
	}
.dog{
	font: 11px Tahoma, sans-serif;
	color: #000;
	padding: 10px 0 0 28px;
	background: url(../images/marker1.gif) no-repeat 10px 10px;
	}
.dog strong{
	font: bold 13px Arial, sans-serif;
	color: #000;
	}
.photos{
	padding: 0 20px 0 29px;
	position: absolute;
	right: 12px;
	top: 0;
	width: 355px;
	}
*html .photos{
	padding: 0 11px 0 29px;
	}
.photos ul{
	list-style: none;
	overflow: hidden;
	height: 1%;
	}
.photos ul li{
	float: left;
	margin: 0 9px 0 0;
	padding: 6px 0 0 0;
	}
.photos ul li strong{
	display: block;
	border: 1px solid #666;
	padding: 3px;
	}
.photos ul li img{
	display: block;
	}
.btn-l{
	position: absolute;
	left: 0;
	top: 16px;
	}
.btn-r{
	position: absolute;
	right: 0;
	top: 16px;
	}
.content{
	border-top: 1px solid #ccc;
	background: #fff url(../images/popupbg.gif) repeat-x;
	padding: 10px;
	}
.advert-tbl, .advert-tbl td, .advert-tbl th{
	border-collapse: separate;
	}
.advert-tbl{
	width: 100%;
	}
.advert-tbl th{
	border-bottom: 1px solid #ccc;
	font: 11px Tahoma;
	color: #666;
	padding: 0px 0 3px;
	}
.advert-tbl td{
	border: 1px solid #fff;
	background: #E9E6DA;
	font: 15px Arial;
	padding: 5px 7px 5px;
	}
.advert-tbl td strong{
	font: bold 16px Arial;
	}