/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Copyright (c) 2009, 
	Werkstatt fuer Softwareentwicklung 
	Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

div.left2col {
	width: 720px;
}

div.right1col {
	width: 180px;
}

div.boys {
	float: left;
	width: 346px;
}

div.girls {
	float: right;
	width: 346px;
}

.summary {
  clear: both;
  height: 180px;
  line-height: 1.2em;
}

.mugshot {
  float: left;
  width: 230px;
}

.details {
  float: right;
	width: 108px;
	padding-top: 12px;
}

.padbefore {
	padding-top: 5em;
}

.name {
  font: 16px/1.3em Georgia, serif;
  
  color: #3A4875;  
  padding-bottom: 6px;
}

.summary ul {
	list-style: none;
}

.tabular dt {
	float: left;
	width: 110px;
	padding-right: 12px;
}

dl.litterchar {
	float: left;
	padding-right: 6px;
}

.litterchar dt {
}

.litterchar dd {
	position: relative;
	top: -8px;
	left: 8px;
}

#pedigree {
	padding-top: 6px;
}

.G8 { 
	color: #545454;
	background-color: #d9d9d9;
	border-bottom: 1px solid #fff;
	padding: 2px 10px 2px 10px;
}

.G4 { 
  color: #545454;
  background-color: #ebebeb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 2px 10px 2px 10px;
}

.G2 { 
  color: #545454;
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 6px 10px 6px 10px;
}

.gallery {
	float: left;
}

.gallery a {
	border: none;
}

.gallery dt {
	position: relative;
	top: -6px;
	left: 6px;
}

#lightbox a {
	border: none;
}



