html
	{
		scrollbar-base-color:#FFEBEC;
		scrollbar-track-color: #FFEBEa;
		scrollbar-shadow-color:#BC8F8F;
		scrollbar-arrow-color:#BC8F8F;
		scrollbar-darkshadow-color:#FE80BF;
		scrollbar-highlight-color:#FAEBD7;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* styles for the popup screnshot attached to images */
#screenshot{
	position:absolute;
	border:1px solid #336699;
	background-color: #EEF7FF;
	padding:5px;
	width: 315px;
	height: 315px;
	display:none;
	color:#fff;
	text-align: center;
	}
#screenshot img {
	vertical-align:middle;
	display: block;
}
#screenshot div {
	background-color: #fff;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
/* End of popup styles */

/* Start of new body content div styles */
#content {
	width: 100%;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

td#main {
	vertical-align:top;
}

td#sidebar {
	vertical-align:top;
}

/* end of new styles by Chris */

.footer {
	background-color: #e4fcfb;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.headerBorder {
	border:1px solid #ddd;
	background-color: #FFFFFF;
}

.contentBodyBorder {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #FFFFFF;
}

.contentInnerBodyBorder {

}

.navigationBorder {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #FFFFFF;
}

.headline {
	height:32px;
	text-align: center;
	background-color:#000;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	background-image:url(/images/showcase.jpg);
	background-position:center;
	background-repeat:no-repeat;	
}

.headlineCat {
	height:32px;
	text-align: center;
	background-color:#000;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	background-image:url(/images/showcase_blank.jpg);
	background-position:center;
	background-repeat:no-repeat;	
}

.headlnCat {
	height:32px;
	text-align: center;
	background-color:#119D9A;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	background-image:url(/images/showcaseBlank.gif);
	background-position:center;
	background-repeat:no-repeat;	
}

.headlineSmall {
	
	height:32px;
	text-align: center;
	background-color:#000;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	background-image:url(/images/headSmall.jpg);
	background-position:center;
	background-repeat:no-repeat;

}
.headlineSmall a
{
	color:#000;
}

.subhead {
	height:32px;
	padding: 0px;
	text-align: center;
	background-color:#FCF0F0;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	background-image:url(/images/subhead.jpg);
	background-position:center;
	background-repeat:no-repeat;

}
.subhead2 {
	height:30px;
	padding: 0px;
	text-align: center;
	background-color:#E4FCFB;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	background-image:url(/images/subhead2.jpg);
	background-position:center;
	background-repeat:no-repeat;

}
input.blueBut{
	background-color:#E4FCFB;
	color:#119D9A;
	border:1px solid #119D9A;
	cursor:pointer;
}
input.blueBut:hover{
	background-color:#119D9A;
	color:#E4FCFB;
	border:1px solid #119D9A;
}

a.cat
	{
		display:block;
		margin:0;
		background-color:transparent;
		border-top:1px solid transparent;
		border-bottom:1px solid transparent;
		text-decoration:none;
	}
a.cat:hover
	{
		text-decoration:none;
		background-color:#FCF0F0;
		border-top:1px solid black;	
		border-bottom:1px solid black;	
	}

a.cat2
	{
		display:block;
		margin:0;
		background-color:transparent;
		border-top:1px solid transparent;
		border-bottom:1px solid transparent;
		text-decoration:none;
	}
a.cat2:hover
	{
		text-decoration:none;
		background-color:#E4FCFB;
		border-top:1px solid black;	
		border-bottom:1px solid black;	
	}	
	

a.reg
	{
		display:block;
		margin:0;
		background-image:url(/images/button_0.jpg);
		background-position:center;
		background-repeat:no-repeat;
		width:190px;
		height:50px;
		text-decoration:none;
	}
a.reg:hover
	{
		background-image:url(/images/button_1.jpg);
		background-position:center;
		background-repeat:no-repeat;
	}		
.preloader
	{
		background-image:url(/images/button_1.jpg);
	}
.headlineAlt {
	padding: 4px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.serverTime {
	padding: 10px;
	text-align:center;
	font-size: 12px;
}

.columnUL {
	list-style-type: square;
	text-align:left;
	padding: 0 15px;
	margin: 0;
	background-color:#fff;
}

a {
	color: #333333;
	border: 0; 
}

a:hover {
	color: #666666;
}

a:active {
	color: #0B9EB0;
}

a:visited {
	color: #0B9EB0;
}

a.alt {
	color: #444;
	border: 0; 
}

a.alt:hover {
	color: #666666;
}

a.alt:active {
	color: #CCCCCC;
}

a.alt:visited {
	color: #CCCCCC;
}

.columnText {
	font-size: 12px;

}

a.mainNav {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a.mainNav:hover {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.mainNav:active {
	font-size: 13px;
	color: #0B9EB0;
	font-weight: bold;
	text-decoration: none;
}

a.mainNav:visited {
	font-size: 13px;
	color: #0B9EB0;
	font-weight: bold;
	text-decoration: none;
}

.copyright {
	font-size: 11px;
	text-align: center;
}

a.copyright {
	color: #0B9EB0;
	text-decoration: underline;
}

a.copyright:hover {
	color: #666666;
	text-decoration: underline;
}

a.copyright:active {
	color: #0B9EB0;
	text-decoration: underline;
}

a.copyright:visited {
	color: #0B9EB0;
	text-decoration: underline;
}

/*added [rsg] 2-25-2009*/

		.col1{
			width:45%;
			padding:0 0 0 60px;
			text-align:center;
			}
		.col2{
			width:25%;
			padding:0 0 0 20px;
		}
		.col3{
			width:30%;
			text-align:center;
		}
		.col1 table{
			width:440px;
		}
		.col2 table{
			width:90%;
		}
		.col2 table tr td{
			font-size:14px;
			padding:3px 0;
			text-align:left;
		}
		.col3 table tr td{
			text-align:left;
		}
		
		.title {
			font-size:22px;
			font-weight:bold;
			font-family:verdana;
			text-align:left;
			padding:10px 0 0 5%;
			white-space:nowrap;
		}

		.mainPic{
			border:1px solid #ccc;
			padding:0;
			height:450px;
			width:450px;
			text-align:center;
			overflow:auto;
		}
		.mainPic2{
			padding:0;
			text-align:center;
			overflow:auto;
		}
		.mainPic2 img{
			border:2px solid #FFEBEC;
			margin:5px;
		}
		#moveAble
		{
			/*position:fixed; 
			top:300px; 
			left:214px;*/
		}
		.bidHead{
			text-align:left;	
		}
		.seller{
			background-color:#E4FCFB;
			border-style:solid;
			border-width:1px 2px 2px 1px;
			border-color:#6D9B90; 
		}
		.seller td
		{
			font-weight:bold;
			padding-left:14px;
		}
		.seller .hdr{
			background-image:url('/images/hdr_bg.jpg');
			border:1px solid #119D9A;
			color:#fff;
			text-align:center;
			font-weight:bold;
			padding:5px;
			
		}
		.money{
			font-weight:bold;
			font-size:16px;
			text-align:left;
		}
				
		a.listing{
			color:blue;
			text-decoration:none;
			font-weight:bold;
			display:block;
			}
			
		a.listing:hover{
			text-decoration:underline;
			
		}
		
		td.bl{
			text-align:center;
			padding:5px 0;
		}
		
		td.nest{
			white-space:nowrap;
			vertical-align:top;
			text-align:left;
			padding-left:0;
			}
		td.nestR{
			text-align:right;
			}
		#thumbs-adv{
			width:200px;
			float:left;
			margin:0 0 0 20px;
			
		}
		ul.thumbs {
			clear: both;
			margin: 0;
			padding: 0;
		}
		ul.thumbs li {
			float: left;
			margin: 5px 10px 5px 0;
			list-style: none;
			width:85px;
			height:85px;
			border: 1px solid #ccc;
			
		}

		a.thumb {
			display: block;
			text-align:center;
			vertical-align:middle;
		}

		ul.thumbs img {
			border: none;			
		}
		
		.Ohdr{
			font-size:18px;
			font-weight:bold;
			color:#119D9A;
			padding:5px 0 0 10px;
			letter-spacing:.1em;
			text-align:left;
		}

		.login{
			width:80px;
			font-size:11px;
		}
		
		.sellerScroll{
			clear:both;
			margin:0px auto; 
			padding:10px; 
			width:500px;
			height:125px;
			overflow:hidden; 
			background-color:#119D9A; 
			color:#E4FCFB; 
			text-align:center; 
			font-size:20px;
			border-style:solid;
			border-width:1px 2px 2px 1px;
			border-color:#6D9B90;

		}
		
		.sellerScroll div.srcoller
		{
			clear:both;
			border:1px solid #119D9A; 
			background-color:#fff;
			width:500px;
			height:100px; 
			margin-top:5px; 
			overflow-x:scroll;
			
		}
.tSlider
		{
			width:200px;
			border:1px solid red;
			color:#119D9A;
			background-color:#FFEBEC;
			display:none;
		}
