P, A, B, Li, Body, Blockquote, center
{font-size: 12px;  font-family: verdana, sans-serif }

body {
	font-family: verdana, sans-serif ;
	background: #ffffff url(http://www.mattdugganauctioneers.com/graphics/background.gif) repeat-y;
}  


    H1 { font-size: 24px }
    H2 { font-size: 20px }
    H3 { font-size: 16px}
    
.listheader{color:#990000;font-size:16px;text-decoration:bold;font-family:verdana,sans-serif}

.price{color:#000000;font-size:15px;text-decoration:bold;font-family:verdana,sans-serif}


.pageheading{color:#990000;font-size:24px;text-decoration:bold;font-family:verdana,sans-serif;}


/*Nav Side*/
a.nav-side{
	display:block;
	width:159px;
	height:32px;
	background:url(buttons/nav-side.png) no-repeat;
	color:#FFFFCC;
	padding-left:59px;
	line-height:2.3;
	text-decoration:none;
	font-family:Verdana;
	font-size:0.8em;
	font-weight:bold;
	
	}

a.nav-side:hover{
	background:url(buttons/nav-side-hover.png) no-repeat;
	color:#CC3333;
	line-height:2.6;
	}
	


/*Search Bar*/
div#searchBar{
	background-color: #C93434;
	padding:3px;
	height:21px;
	border:2px solid #C93434;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 5px 0px #330D0D;
	-moz-box-shadow:    0px 2px 5px 0px #330D0D;
	box-shadow:         0px 2px 5px 0px #330D0D;
}

div#searchBar div#bar p {
    float: left;
    color: #FFC;
    font-weight: bold;
	margin-top:0;
	padding-top:0;
	line-height:1.5;
	padding-right:15px;
	padding-left:5px;
}
form#searchForm{
	padding-top:0;}
form#searchForm p.label {
    margin-right: 5px;
	font-size:1.3em;
	line-height:2;
}

div#searchBar div#bar p#searchBy {
    position: absolute;
    left: 0px;
    top: -20px;
    color: #5F0505;
	font-size:1.3em;
}

form#searchForm input {
    font-family: "Palatino Linotype",Georgia,"Times New Roman",serif;
    font-weight: bold;
    border: 1px solid #FFF;
    background: none repeat scroll 0% 0% #8F0808;
    color: #FFF;
	position:absolute;
	right:35px;
}

form#searchForm select {
    font-family: "Palatino Linotype",Georgia,"Times New Roman",serif;
    font-weight: normal;
    border: 1px solid #FFF;
    background: none repeat scroll 0% 0% #FFF;
}


/*Daft Panels*/
div:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
div.daft-api{
	}
	
div.daft-api h2{
	font-size:1em;
	}
	
div.daft-api div#page-results a{
	color:#CC3333;
	}
	
	

div.daft-api .panel{
	border:2px solid #C93434;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 5px 0px #330D0D;
	-moz-box-shadow:    0px 2px 5px 0px #330D0D;
	box-shadow:         0px 2px 5px 0px #330D0D;
	background:none;
	margin-bottom:2em;
	padding-right:5px;
	}

div.daft-api .panel-left{
	float:left;	
	width:30%;
	margin-right:5px;
	
}

div.daft-api .panel-right{
	padding-right:10px;
	float:right;
	width:60%;
}

div.daft-api .panel.alt{
	background:#F2F7FB;
	}

div.daft-api .panel img{
	padding:2px;
	background:#FFF;
	border:1px solid #993333;
	margin-left:20px;
	margin-top:20px;
	max-width:100%;
	height:100%;
	}

div.daft-api .panel a.emailLink{
	display: block;
	background: url(/buttons/email-icon.png) no-repeat scroll left center transparent;
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	font-size:0.8em!important;
	text-decoration: none;
	font-weight: bold;
	color:#993333;
	font-size:1em;
	float:left;
	}

div.daft-api .panel a.emailLink:hover{
	text-decoration:underline;	
}

div.daft-api .panel a.button{
	display: inline-block;
	padding:1em;
	margin-left:75%;
	margin-bottom:15px;
	font-weight: bold;
	font-size:0.8em;
	text-decoration: none;
	margin-top:2px;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 5px 0px #330D0D;
	-moz-box-shadow:    0px 2px 5px 0px #330D0D;
	box-shadow:         0px 2px 5px 0px #330D0D;
	background:#C93434;
	color: #FFC;
1	float:right;
	margin-top:20px;
	}
	
div.daft-api .panel a.button:hover{
	background:#FFF;
	color:#D43333;
	}
	


