/* @override 
	http://droughtmasternational.com/css/cattlemarket.css
	http://www.droughtmasternational.com/css/cattlemarket.css
*/

/* 

	CattleMarket.com.au CSS Styles v0.1
	
	Styles for cattlemarket powered modules

*/



/* --- CattleMarket Animal List --- */



.dAnimalListPager {
	margin: 0;
	text-align: right;
	clear: both;
	background-color: #e9e9e9;
	height: 18px;
	padding: 10px;
}

.aAnimalListPagerCurrent {
	margin: 4px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-color: red;
	color: white;
}

.aAnimalListPagerOther {
	margin: 4px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-color: maroon;
	color: white;
}

.aAnimalListPagerNext {
	margin: 4px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-color: maroon;
	color: white;
}

.aAnimalListPagerPrevious {
	margin: 4px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-color: maroon;
	color: white;
}

.aAnimalListPagerFirst {
	margin: 4px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-color: maroon;
	color: white;
}

.aAnimalListPagerLast {
	margin: 4px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-color: maroon;
	color: white;
}

.dAnimalListEntryObject {
	width: 270px;
	height: 280px;
	float: left;
	border: 1px solid silver;
	margin: 10px;
	text-align: center;
	padding: 5px;
	background: #921008 url(/images/hotTopicsBk.jpg) repeat-x;
	color: white;
}

.iAnimalListImage img {
	border: 1px solid white;
	margin-top: 5px;
}

.hAnimalTitle {
	font-weight: bold;
	width: 270px;
	clear: both;
	float: left;
}

.aAnimalObjectMoreInfo {
	
}

.dAnimalEntryParents {
	
}

.dAnimalEntryDob {

}

.sLotNumber {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: white;
	padding-bottom: 10px;
}

.dAnimalListEntryBreed {
	
}

.dAnimalListEntryColour {
	
}

.dAnimalListEntrySex {
	
}

.dAnimalListEntryHorn {
	
}

.dAnimalListEntryRegistered {
	
}

.dAnimalPedigree {
	
}

.viewAnimalPedigreeAnimalName {
	font-size: 24px;
	font-weight: bold;
	color: red;
}

.viewAnimalPedigreeNamesInner {
	color: gray;
}

.aAnimalInfo {
	color: white;
	display: block;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	width: 120px;
	text-align: center;
	margin-top: 4px;
	background-color: #590001;
	margin-left: 70px;
}

.aAnimalInfo:hover{
	background-color: #c20000;
	text-decoration: none;
}



/* --- CattleMarket Animal List Templated --- */




.hAnimalCustomListHeading{
	
}

.dAnimalCustomListDescription {
	
}

.dAnimalCustomListImages {
	
}

.aAnimalCustomListDefaultImage {
	
}

.aAnimalCustomListImage {
	
}

.dAnimalCustomListInfo {
	
}

.tAnimalCustomListInfoTitle {
	
}

.dAnimalCustomListPedigree {
	
}


/* --- CattleMarket Animal --- */

#dAnimalCardImg img {
	width: 900px;
	margin-left: 25px;
	border: 3px solid red;
}

#animalCardPedigree table{
	border: none;
}

#dVendorLeftCol {
	float: left;
	width: 570px;
	margin-left: 20px;
	border-right: 1px solid silver;
	padding-right: 20px;
}

#dVendorRightCol {
	float: right;
	width: 250px;
	padding-left: 20px;
}




