@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482424;
}
body {
	background-color: #5e0202;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5E0202;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../templates/images/h1_bgd.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #D3B382;
	border: 1px solid #CCAC7D;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}
h1 .hdr_more {
	float: right;
}

a img {
	border: none;	
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.errortext
{
	color: Red;
}
.tableheader 
{
	background-color: #5E0202;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
}
#header_wrap {
	clear: both;
	height: auto;
	background-image: url(../templates/images/hdr_bgd.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#header_wrap #header {
	clear: both;
	height: 100px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header_wrap #header #logo {
	float: left;
	margin-top: -10px;
	background-image: url(../templates/images/logo.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 446px;
	color: #DAC097;
	padding-left: 40px;
	padding-top: 70px;
	text-align: center;
	font-size: 11px;
}
#header_wrap #header #info {
	float: right;
	margin-top: 0px;
	color: #BCCCDA;
	font-size: 12px;
	vertical-align: top;
	padding-top: 10px;
}
#header_wrap #header #info #txtSearch {
	width: 200px;
	float: left;
	font-size: 14px;
	margin-right: 5px;
	color: #369;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

#header_wrap #header a {
	color: #E4CDAA;
	text-decoration: none;
}


#nav_wrap {
	clear: both;
	height: 42px;
	background-image: url(../templates/images/nav_bar_bgd.gif);
	background-repeat: repeat-x;
}#nav_wrap #nav {
	height: 40px;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b38c4f;
}
#nav_wrap #nav a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b38c4f;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 13px;
	display: block;
	float: left;
	color: #5e0202;
	text-decoration: none;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
}
#nav_wrap #nav a:hover {
	background-color: #FFC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B38C4F;
	padding-bottom: 1px;
}
#nav_wrap #nav a.active {
	background-color: #FFC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B38C4F;
	padding-bottom: 1px;
}
#content_wrap #ad {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#content_wrap {
	background-color: #FFC;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b69054;
}
#content_wrap #content {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 15px;
}
#content .block {
	background-color: #FFFFFF;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
	margin-bottom: 15px;
}
#content .block_nospace {
	background-color: #FFFFFF;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
}
#content #sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content #sidebar ul li {
	margin-bottom: 3px;
}
#content .block ul.filters {
            padding: 0px;
            list-style-type: none;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 15px;
            margin-left: 0px;
}
#content .block ul.filters li {
            display: block;
            border-bottom-width: 1px;
            border-bottom-style: dashed;
            border-bottom-color: #CCAC7D;
			padding-top: 4px;
			padding-bottom: 3px;
			padding-left: 7px;
}
#content .block ul.filters li:hover {
            background-color: #F1DFC2;       
}
#content .block ul.filters li.hdr {
            border-bottom-style: solid;
            padding-left: 5px;
            font-weight: bold;
            font-size: 14px;
}
#content .block ul.filters li.hdr:hover {
            background: none !important;      
}
#content .block ul.filters li a {
            text-decoration: none;
            color: #87683A;
            display: inline-block;
}
#content .block ul.filters li ul li  
{
	border-bottom: none !important;	
	padding: 0 !important;
}
#content .block ul.filters li a:hover {
            color: #482424;  
}
#content .gridrow
{
	background-color: #fff;
}
#content .altgridrow
{
	background-color: #FFFFCC;
}
#content .gridheader
{
	background-color: #E1C69D;
	text-align: left;
	color: #000;
}
#content_wrap #content #main #welcome_actions {
	margin-bottom: 20px;
	text-align: center;
}
#content_wrap #content #main #welcome_actions a {
	margin-left: 2px;
	display: block;
	float: left;
	margin-right: 2px;
}

#content_wrap #content #main ul {
	font-size: 14px;
}
#content_wrap #content #main ul li {
	margin-bottom: 7px;
}

#content_wrap #content a {
	color: #87683A;
	text-decoration: none;
}
#content_wrap #content a:hover {
	text-decoration: underline;
}
#content_wrap #content #main {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 690px;
	padding-right: 15px;
}
#content_wrap #content #account_menu {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 970px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content_wrap #content #account_sidebar {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 230px;
	background-color: #D7D7D7;
	padding: 5px;
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-bottom: 5px;
}
#content_wrap #content #account_sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content_wrap #content #account_sidebar ul li 
{
	margin-bottom: 3px;
}

#content_wrap #content #account_main {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 690px;
	padding-left: 15px;

}
#content_wrap #content #main strong {
	color: #333;
}
#content_wrap #content #warning {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFB7B7;
	background-image: url(../images/icons/warning-48.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #900;
	color: #700;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-bottom: 20px;
}

/*#content_wrap #content #main #warning {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFB7B7;
	background-image: url(../images/icons/warning-48.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #900;
	color: #700;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-bottom: 20px;
}*/


#content_wrap #content #sidebar {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 230px;
	background-color: #D7D7D7;
	padding: 15px;
	border: 1px solid #CCC;
}
#content_wrap #content #sidebar #infobox {
	padding: 15px;
	background-color: #369;
	color: #FFF;
	border: 1px solid #315375;
	margin-bottom: 15px;
}
#content_wrap #content #sidebar #infobox strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
#main .block dl.auctions {
	width: auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCAC7D;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content_wrap #content #sidebar_lot {
	float: right;
	height: auto;
	width: 250px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 14px;
}
#content_wrap #content #sidebar_lot ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content_wrap #content #sidebar_lot ul li {
	margin-bottom: 3px;
}
#main .block dl.auctions dt {
	float: left;
	clear: left;
	width: 250px;
	font-weight: bold;
}
#main .block dl.auctions dt.hdr {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	clear: both;
	float: none;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCAC7D;
	padding-bottom: 10px;
}
#main .block dl.auctions dt.hdr a {
	float: right;
	margin-left: 10px;
}

#main .block dl.auctions dt.actions {
	clear: both;
	float: none;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .block dl.auctions dd {
	margin-bottom: 5px;
	padding-left: 20px;
	margin-left: 230px;
}
#main .block dl.auctions dd input[text] {
	height: 25px;
}
#footer {
	clear: both;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	color: #C1A271;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: capitalize;
}
#footer #other_co {
	float: right;
	text-align: right;
}

#footer a {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
}
#footer a:hover {
	text-decoration: underline;	
}
#div table {
	margin-bottom: 15px;
	border: 1px solid #B5B5B5;
	background-color: #FFF;
}

table tr.HeaderAuctionTitle {
	background-color: #D0B995;
	color: #680000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #482424;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 14px;
}
table tr.HeaderAuctionTitle td {
	background-color: #CCC;
	color: #680000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../templates/images/tbl_hdr_bgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
table tr.alternate {
	background-color: #D7D7D7;
}
table tr.footer td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

table#featuredLots {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
}
table#featuredLots td {
	border: 1px dotted #999999;
	font-size: 12px;
	vertical-align: top;
}
table#featuredLots   img   {
	margin-right: 10px;
	float: left;
}
.small {
	font-size: 11px;
}

.price {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #5E0202;
	float: left;
	margin-right: 10px;
	display: block;
}
