@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482424;
}
body {
	background-color: #7C221B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../templates/images/hdr_bgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5E0202;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../templates/images/h1_bgd.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #C7928D;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
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.jpg);
	background-repeat: repeat-x;
}
#header_wrap #header {
	clear: both;
	height: 100px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#header_wrap #header #logo {
	float: left;
	margin-top: -25px;
	height: auto;
	width: auto;
	color: #DAC097;
	text-align: center;
	font-size: 11px;
	margin-left: -15px;
}
#header_wrap #header #info {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	margin-top: 53px;
	color: #880807;
	font-size: 14px;
	text-align: right;
	padding: 10px;
	border: 1px solid #900;
	background-image: url(../templates/images/h1_bgd.gif);
}
#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: #8D0907;
	text-decoration: none;
}

#nav_wrap #nav table 
{
	border: 0px;
}
#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: 928px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADB9C2;
}
#nav_wrap #nav a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADB9C2;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 13px;
	display: block;
	float: left;
	color: #7C221B;
	text-decoration: none;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
}
#nav_wrap #nav a:hover {
	background-color: #FFE6E6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADB9C2;
	padding-bottom: 2px;
	margin-top: -1px;
}
#nav_wrap #nav a.active {
	background-color: #FFE6E6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADB9C2;
	padding-bottom: 2px;
	margin-top: -1px;
}
div#ctl00_ctl00_ucHeaderMenu1_mnuMainMenun5Items table {
border: 1px solid #ccc !important; 
border-top: none !important;
width: 175px;
}
div#ctl00_ctl00_ucHeaderMenu1_mnuMainMenun5Items table a {
border: none !important;
width: 175px;
}
div#ctl00_ctl00_ucHeaderMenu1_mnuMainMenun5Items table a:hover {
border-top: 1px solid #ccc !important;
background-color: #FFE6E6 !important;
width: 175px;
}
div#ctl00_ctl00_ucHeaderMenu1_mnuMainMenun1Items table {
border: 1px solid #ccc !important; 
border-top: none !important;
width: 175px;
}
div#ctl00_ctl00_ucHeaderMenu1_mnuMainMenun1Items table a {
border: none !important;
width: 175px;
}
div#ctl00_ctl00_ucHeaderMenu1_mnuMainMenun1Items table a:hover {
border-top: 1px solid #ccc !important;
background-color: #FFE6E6 !important;
width: 175px;
}
#content_wrap #ad {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#content_wrap {
	background-color: #FFE6E6;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BC3429;
}
#content_wrap #content {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #FFB9B9;
	padding: 15px;
}

#content_wrap #content #main #welcome_actions {
	margin-bottom: 20px;
	text-align: center;
}
#content_wrap #content #main #welcome_actions a {
	margin-left: 4px;
	display: block;
	float: left;
	margin-right: 5px;
}

#content_wrap #content #main ul {
	font-size: 14px;
	list-style-image: url(../images/icons/stamp_16.png);
}
#content_wrap #content #main ul li {
	margin-bottom: 7px;
}
#content_wrap .gridrow
{
	background-color: #fff;
}
#content_wrap .altgridrow
{
	background-color: #fff;
}
#content_wrap .gridheader
{
	background-color: #FFE6E6;
	text-align: left;
	color: #7C221B;
}

#content_wrap #content a {
	color: #7C221B;
	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: 600px;
	padding-right: 15px;
}
#content_wrap #content #main_full {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content_wrap #content #main strong {
	color: #333;
}
#content_wrap #content #main #alert {
	-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: 253px;
	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;
}
#content_wrap #content #sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
#content_wrap #content #sidebar ul li {
	margin-bottom: 5px; 
	clear: both;
}
#content_wrap #content #sidebar .quick_links {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
}
#content_wrap #content #sidebar ul.quick_links li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C7928D;
	font-size: 14px;
	background-image: url(../images/icons/stamp_16.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 30px;
}
#content_wrap #content #sidebar ul.quick_links li:hover {
	background-color: #FFE6E6;
}
#footer {
	clear: both;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	color: #FFE6E6;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: capitalize;
}
#footer #other_co {
	float: right;
	text-align: right;
}

#footer a {
	color: #FFE6E6;
	text-decoration: none;
	font-weight: bold;
	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;
}
