@charset "UTF-8";
/* CSS Document */

body {
	font-size:15px;
}

hr {
	color: #000000;
	border-color: #000000;
}

img {
	border:none;
}

.masterTables {
	border:none;
}

.desc {
	text-align: center;
	background-color:#333;
	border:none;
}

.desc td {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	color:#666;
	padding:3px;
}

.headlineCells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #C00;
	height:40px;
	background: #141313 url(/images/design/sale_bg.jpg) no-repeat right top;
	border-bottom: thin solid #666;
	text-align: center;
}

.newsPage .headlineCells {
	border-bottom: thin solid #333;
}
.ped {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.leftInfo {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666;
	border-left-color: #666;
}
.rightInfo {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	vertical-align:middle;
}
.outline {
	border-top-style: none;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
	border-left: 1px dotted #666;
}
.name {
	font-size: 26px;
	color: #FF3;
	font-style: italic;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}

.status {
vertical-align:middle;
border-bottom-width:1px;
border-bottom-style:dotted;
}

.rightBorder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	padding-left:8px;
}
.row0 {
	background-color: #000000;
}

.row1 {
	background-color: #333333;
}
.videoAnnounce {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-left:10px;
}
/* Here is the new stuff */

.centerMainTable {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.descTextPic {
	text-align: center;
	width: 100px;
}
.descTextName {
	text-align: left;
	width: 183px;
}
.descTextSire {
	text-align: left;
	width: 181px;
}
.descTextDam {
	text-align: left;
	width: 181px;
}
.descTextSex {
	text-align: center;
	width: 75px;
}
.descTextStatus {
	text-align: center;
	width: 80px;
}

.pedTable {
width:400px;
margin-left:auto;
margin-right:auto;
}

.pedTable td {
	width:80px;
}
.noteTopPad {
	height:25px;
	display:block;
}

/* Details Inc */

#incMain {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#incSummary {
	float: left;
	width: 270px;
	padding-right:10px;
	padding-left:10px;
	overflow:inherit;
	position:relative;
}
#incImages {
	float: left;
	width: 510px;
	position:relative;
}
#incNotes {
	clear: both;
	width: 550px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#incPedigree {
	width: 450px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
}
.gallerypic{
  width:100px;
  text-decoration:none;
  position:relative;
  display:block;
  float:left;
}

.gallerypic span.zoom-icon{
	position:absolute;
	left:0px;
	top:35%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: block;
}

/*==================Sale Details Contact========================*/

#tellfriend {
	position: absolute;
	margin-top: 300px;
	left: 400px;
	color: #000;
	padding: 15px;
	margin-bottom: 20px;
	width: 300px;
	z-index: 1;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #CCC;
	visibility: visible;
}

#tellfriend a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(/images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
	visibility: visible;
}

/*==================Form========================*/

input {
	vertical-align:middle;
	font-weight:normal;
}
#tellfriend .form {
	height:37px;	
}
#tellfriend .form input {
	width:270px;
	color:#84817c;
	padding:2px 0 2px 3px;
	border:1px solid #84817c;
	background:none;
}
#tellfriend textarea {
	width:270px;
	height:111px;
	background:none;
	overflow:auto;
	border:1px solid #84817c;
	color:#84817c;
	padding:1px 0 0 3px;
	margin-bottom:20px;
}

.form_but {
	border: 3px solid #000;
	color: #999;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	background: #333;
	margin-bottom: 15px;
	text-decoration:none;
	cursor:pointer;
}
.form_but:hover {
	background: #000;
	border: 3px solid #333;	
}
.myForm {
	display:none;	
}

/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: block;
	color: #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #F00;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
