﻿  /* CSS layout */
        

table.puppies  {

table-layout: fixed;
width: 85%;
border: 2px gray;
border-style: solid;
height:200px;
}

td.pone {

width:370px;
border:1px gray;
border-style: solid;
vertical-align: top;
text-align:center;

}

td.ptwo {
	width: 370px;
	border: 1px gray;
	border-style: solid;
	vertical-align: top;
	text-align:center;

}


table.puppiesnew  {

table-layout: fixed;
width: 50%;
border: 0px gray;
border-style: solid;
height:200px;
}


td.one {

width:190px;
border:1px gray;
border-style: solid;
vertical-align: top;
text-align:center;

}

td.two {
	width: 180px;
	border:1px gray;
	border-style: solid;
	vertical-align: top;
	text-align:center;

}
td.three {
	width: 190px;
	text-align:center;
	border: 1px gray;
	border-style: solid;
	vertical-align: top;
}
td.four {
	width: 180px;
	border: 1px gray;
	border-style: solid;
	vertical-align:top;
	text-align:center;
}
.pupname {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.bpupname {
	font-size:medium;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	color:blue;
}


table.puppic {
	border: 0px gray;
	border-style: solid;
	vertical-align:top;
}

td.pic {
	height:135px;
}	

td.pupone {
	height:42px;
	width:190px;
	
}
td.puptwo {
	height:36px;
	
}

.btitle {
	font-size:xx-large;
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}
.body {
	font-size:small;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}


table.stats  {
	width: 185px;
	text-align:center;
	vertical-align: middle;
}
td.stats1 {
	width: 90px;
	vertical-align:middle;
	text-align:left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

.price {
	font-size: medium;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.sprice {
	font-size: x-large;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.brdsubname {
	text-align:center;
	font-size: small;
	color:black;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;

}

.style68 {
	font-size: x-large;
	color: blue;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style2 {
	border-width: 0px;
}

.style15 {
	text-align: center;
}
.style20 {
	text-align: left;
	font-weight: normal;
}


