* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}


/*
	LAYOUT TOOLS
*/
.floatLeft 			{ float: left;}
.floatRight			{ float: right; }
.clear				{ clear: both; }
.clearRight			{ clear: right; }
.clearLeft			{ clear: left; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
/*
	PRINT TOOLS
*/
.page-break 		{ page-break-before: always; }


/*
	TYPOGRAPHIC TOOLS
*/
.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut			{ font-size: 110%; font-weight: bold; }
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }


h2 {
	font-size:20px;
	font-weight:bold;
	color:#404040;
}

h3 {
	font-size:15px;
	font-weight:lighter;
	color:#404040;	
}

h4 {
	font-size:11px;
	font-weight:bold;
	color:#818181;
}

body {
	background-color:#fff;
	background-image: url(../images/bodyBg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height: 100%;
	position:relative;
}

a {
	color:#F00;
	text-decoration:none;
}

#container {
	width:956px;
	min-height:300px;
	margin:0 auto;
}

#flash {
	width:100%;
	height:255px;
}

#subFlash {
	width:100%;
	height:188px;
}

#bodyContainer {
	margin-top:20px;

}

#hpContentTop {
	background-image: url(../images/hpContentTop.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:15px;
	width:100%;
}
#spContentTop {
	background-image: url(../images/spContentTop.png);
	background-repeat:no-repeat;
	background-position:top center; 
	height:15px;
	width:100%;

}
#hpContent {
	background-image: url(../images/hpContentBg.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height:450px;
}
#spContent {
	background-image: url(../images/spContentBg.png);
	background-repeat:repeat-y;
	background-position:top center; 
	min-height:450px;

}

#leftCol {
	width:240px;
	float:left;
	min-height:504px;
	margin:-12px 0 -10px 0;
	color:#FFF;
	line-height:23px;
}

.leftContent {
	padding:15px 20px;	
	background-image: url(../images/leftContentBg.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.leftContentFlash {
	padding:15px;
	background-image: url(../images/leftContentBg.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.leftColImg {
	float:left;
	padding:0 5px 0 0;
}

.leftColImg img {
	border:1px #000 solid;
	margin-right:0px;
}
.header {
	background-image: url(../images/leftColHeader.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:25px;
	width:100%;
}

#leftCol h1 {
	color:#fff;
	font-size:17px;
	font-weight:bold;
	margin-left:10px;
	line-height:24px;
}

#leftCol a {
	color:#FFF;
}

#leftCol a:hover {
	color:#CCC;
	text-decoration:none;
}

#rightCol {
	width:700px;
	min-height:250px;
	margin:0 0 0 252px;
	position:relative;
}

#rightCol h1{
	background-color:#666;
	font-size:12px;
	color:#FFF;
	padding:5px;
	width:97%;
}

#rightCol p {
	padding:5px 0 5px 10px;	
}

#fullCol {
	width:100%;
	min-height:250px;
	margin:0px;
	position:relative;
}

#auctions {

}
#auctionDetail {
    padding:12px;
}
.auctionItem {
	border-bottom: solid 5px #e3e3e3;
	padding-top:10px; 
	width:690px;
}

.auctionImage {
	background-image: url(../images/auctionImageBg.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:106px;
}
.auctionImage img {
	margin:5px 0 0 5px;
	width:96px;
	height:96px;
}

.highlights {
	padding:10px;	
}

.midColumn {
	width:375px;
	padding-left:5px;
}

.redInfo {
	text-align:right;
	font-size:12px;
	color:#b70404;
	font-weight:bold;
}
.rightColumn {
	width:180px;
	background-color:#fff;
	text-align:center;
}

.rightColumn a{
	background-image: url(../images/auctionBtn.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	cursor:pointer;
	height:25px;
	width:172px;
	margin:5px auto;
	padding:2px;
	text-align:center;
	text-decoration:none;
	display:block;
}
#hpContentBot {
	background-image: url(../images/hpContentBot.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:15px;
	width:100%;
	position:relative;
	z-index:10;
}
#spContentBot {
	background-image: url(../images/spContentBot.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:15px;
	width:100%;
	position:relative;
	z-index:10;
}
/* Begin Tab Styling */
.tabs {
	float:left;
	line-height:normal;
	margin-bottom:10px; /*margin between menu and rest of page*/
	overflow:hidden;
	position:absolute;
	left:0;
	margin:-41px 0 0 -15px;
	}
#fullCol .tabs {
	float:left;
	line-height:normal;
	margin-bottom:10px; /*margin between menu and rest of page*/
	overflow:hidden;
	position:absolute;
	left:0;
	margin:-41px 0 0 0px;
	}
.tabs ul {
	margin:0;
	list-style:none;
	}

.tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

.tabs a {
	float:left;
	background:url("../images/tabInactiveL.png") no-repeat left top;
	padding:0 0 0px 8px;
	text-decoration:none;
	}

.tabs a span {
	float:left;
	display:block;
	background:url("../images/tabInactiveR.png") no-repeat right top;
	padding:10px 15px 7px 6px;
	margin-right:0px;
	color:#7c7c7c;
	font-size:15px;
	font-weight:bold;
	}
.tabs a.selected {
	float:left;
	background:url("../images/tabActiveL.png") no-repeat left top;
	margin:0;
	padding:0 0 0px 8px;
	text-decoration:none;
	}

.tabs a.selected span {
	float:left;
	display:block;
	background:url("../images/tabActiveR.png") no-repeat right top;
	padding:10px 15px 12px 6px;
	margin-right:0px;
	color:#7c7c7c;
	font-size:15px;
	font-weight:bold;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}

/* End IE5-Mac hack */
.tabs a:hover span {
	}

.tabs a:hover {
	/*background-position:0% -42px; */
	}

.tabs a:hover span {
	/*background-position:100% -42px; */
	}
.tabcontent {
	padding:0px 18px 0px 18px;
	margin:0;
}
/*End Tab Styling */

input.txt {
	display:inline;
	height:19px;
	width:135px;
	margin:5px 0;
	background-color:#f1f1f1;
	border:2px #a6a6a6 solid;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding:3px;
	outline:none;
}
.other {

	color: #666;
	background-color:#f1f1f1;
	height: 17px;

	vertical-align:middle;

	height:29px;

	width:145px;
	font-size: 12px;
	border:2px solid #999;
	margin:4px 0;


}

input.text {
	display:inline;
	height:19px;
	margin:5px 0;
	background-color:#f1f1f1;
	border:2px #a6a6a6 solid;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding:3px;
	outline:none;
	vertical-align:middle;
}
select.text {
	display:inline;
	height:29px;
	margin:5px;
	background-color:#f1f1f1;
	border:2px #a6a6a6 solid;
	font-size:15px;
	font-weight:inherit;
	color:#666;
	padding:3px;
	outline:none;
	vertical-align:middle;
}
input.btn {
	background-image:url(../images/btnBg.jpg);
	background-repeat:repeat-x;
	background-color:#920202;
	border:2px #920202 solid;
	font-size:15px;
	color:#fff;
	padding:2px;
	font-weight:bold;
	cursor:pointer;
	outline:none;
	margin:0px;
	display:inline;
	vertical-align:middle;
}
input.btnGo {
	background-image:url(../images/btnGo.png);
	background-repeat:no-repeat;
	width:40px;
	height:25px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	outline:none;
	margin:0px;
	display:inline;
	vertical-align:middle;
	padding:0px;
}
#adContainer {
	padding:3px;
	margin-top:-15px;
	position:relative;
	z-index:0;
	width:950px;
}
#ads {
	background-color:#d5d5d5;
	padding:10px 3px 3px;
	position:relative;
}

#ads img {
	border:solid 1px #515151;
}

#footerAdsContainer {
	width:470px;
	height:68px;
	float:left;
	padding-right:2px;
}


#footerContainer {
	background-image:url(../images/footerBg.jpg);
	background-repeat:repeat-x;
	background-color:#ae0000;
	width:100%;
	margin-top:10px;
}

#footer {
	height:350px;
	width:956px;
	margin:0 auto;
	min-height:150px;
	color:#FFF;
}

#footer a {
	color:#FFF;
}

#footer h1 {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin:10px;
	text-align:left;
}

#footer h2 {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:0 40px 0 40px;
}

.footerSection {
	float:left;
	width:218px;
	margin:3px 10px;
	background-image:url(../images/footerSectionBg.jpg);
	background-repeat:repeat-x;
	background-color:#9c0000;
	text-align:center;
	height:150px;
}

.footerSection p {
	padding:0 40px 10px 40px;	
}

#footerNav{
    font-size:12px;
	font-weight:bold;
	padding:10px 0;
    margin:10px;
    color:#8b8b8b;
	width:956px;
	margin:0 auto;
}

#footerNav p{
	color:#000;
	text-decoration:none;
	padding: 3px 5px 0px 0px;
}

#footerNav a{
	color:#8b8b8b;
	text-decoration:none;
	padding: 0px 0px 10px 6px;
}

#footerNav a:visited{
    color:#8b8b8b;
	text-decoration:none;
}

#footerNav a:hover{
    color:#8b8b8b;
	text-decoration:underline;

}

#footerleft{
	float:left;
}

#footerright{
	float:right;
	text-align:right;
}
.DataRow a{
	color:#b30000;
}
.DataRow a:hover{
	color:#F00;
	text-decoration:none
}
.DataRow td{
	padding:10px 5px;	
}
.tableHeader {
	background-image:url(../images/tableHeader.jpg);
	background-repeat:no-repeat;
	height:25px;
}
.tableHeader td{
	border-left:1px solid #700101;
}

.tableHeaderText a{
	color:#FFF;
	text-decoration:none;
}

.tableHeaderText a:hover{
	text-decoration:underline;
}
.tableHeaderText {
	text-align:center;	
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
#auctionTools {
	width:916px;
	background-color:#e2e2e2;
	padding:10px;
	position:relative;
	margin:0 auto;	
}

.searchBox {
	font-size:15px;
	font-weight:normal;
	color:#666666;
	float:right;	
	position:relative;
	z-index:1000
}

.tl {
	background-image: url(../images/tl.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:5px;
}

.bl {
	background-image: url(../images/bl.gif);
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	left:0;
	width:5px;
	height:5px;
}

.tr {
	background-image: url(../images/tr.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:5px;
}

.br {
	background-image: url(../images/br.gif);
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	width:5px;
	height:5px;
}

.auctionDescription {
	text-align:left;
}

.auctionInfo {
	padding:12px 12px 0 12px;	
	color:#000;
	font-weight:bold;
	height:25px;
}

.auctionFooter {
	border-top:solid 1px #6b6b6b;
	padding:0px 12px 40px 12px;
	margin:0 20px;
	color:#000;
	font-weight:bold;
	height:25px;
}
.auctionFooter input.btn {
	display:inline;
	margin:0 5px;
	
}
.user {
	font-size:15px;
	font-weight:normal;
	color:#666666;
	float:left;
	padding:0 10px 0 0;
}
.auctionNav {
	float:right;
	padding:0px;
	text-align:right;
}

.auctionFooter .auctionNav {
	float:right;
	padding:10px 0 0 0;
	text-align:right;
	width:261px;
}
.pagination {
	padding:5px;	
}

.pagination a.active {
	color:#000;
}

.category {
	padding:5px;	
}

.userBid {
	padding:5px;
}
.auctionInfo a, .auctionFooter a{
	text-decoration:none;
	color:#818181;
}

.auctionInfo a:hover, .auctionFooter a:hover{
	color:#F00;
}

.auctionInfo img, .auctionFooter img{	
	vertical-align:middle;
	padding:0 5px;
}
.auctionInfo h4, .auctionFooter h4{
	display:inline;
	font-size:12px;	
}

.DataRow {
	text-align:center;
}

.DataRow img {
	border:1px #000 solid;
}

.italLink {
	font-style:italic;
	font-size:11px;
}
