

/*****************************************************************************************/
/*							Eric Meyer's Reset CSS										 */

	html, body, div, span, applet, object, iframe,
	p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, input {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		text-align: left;
		font-weight: normal;
		font-family: Verdana, Geneva, sans-serif;
		color: black;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		text-align: left;
		font-weight: normal;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	a { color: black; }
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		color: black;
		background: white;
		width: 100%;
		height: 100%;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	
	em { font-style: normal; }
	
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	
	blockquote, q {
		quotes: "" "";
	}
	
	input.button:hover {
		cursor: pointer;
	}
/*																						 */
/*****************************************************************************************/
.orange { color: #FF9C00 !important; }
.blue { color: #0076ff !important; }
.black { color: #000 !important; }
.red  { color: #f00 !important; }
.green { color: #248000 !important; }

.left { float: left; }
.right { float: right; }
.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtcenter { text-align: center; }
.border { width: 100%; height: 1px; background: #ccc; clear: both; margin: 3px 0 10px; position: relative !important; }
.note { font-size: 0.7em; color: #555; }
img.imgLoad { background: url(../img/imgload.gif) center no-repeat; }
.underline { text-decoration: underline; }
.marginBottom_none { margin-bottom: 0; } 
ul.noList {
	color: #fff;
	line-height: 1.3em;
	font-size: 0.7em;
	margin-left: 22px;
	}
	
ul.inline li {
	display: inline;
	float: left;
	}
	
.left {
	display: block;
	float: left;
	}

/*
	Header Styles
*/
h1 { color: #000; font-size: 1.2em; margin-bottom: 10px; }
h2 { color: #000; font-size: 0.9em; margin: 7px 0 3px; 					}
h3 { color: #000; font-size: 0.8em; line-height: 1.2em; font-weight: bold; }

/*
	Common Tags
*/
.clearer {
	width: 100%;
	height: 1px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	clear: both;
	}
	
input.text {
	height: 18px;
	padding: 1px 3px 0;
	border: 1px solid #898989;
	background: #fff url(../img/inputText_Bkg.png) repeat-x;
	}
	
a.blueLink {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #00e;
	}
	
a.tip	 	{ color: #0076ff !important; text-decoration: underline !important; }
span.tip	{ color: #0076ff; }
a.tip:hover { text-decoration: none; }
	
.strikethrough { text-decoration: line-through; }
.italic 	   { font-style: italic; }
.bold		   { font-weight: bold; }
.superscript   { font-size: 0.7em; position: relative; top: -5px; }
.info		   { font-size: 0.8em; color: #999; text-align: left; }

/*
	List Styles
*/
ul.blueBullets, ul.orangeBullets, ul.roundBullets { margin-left: 10px; }

ul.blueBullets li, ul.orangeBullets li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.0em;
	padding: 2px 0;
	list-style-image: url(../img/listBullet_blue.png);
	margin-left: 15px;
	}
	
ul.orangeBullets li { list-style-image: url(../img/listBullet_orange.gif); }

ul.blueBullets a, ul.orangeBullets a {
	text-decoration: none;
	font-size: 0.8em;
	}	
	
ul.arrowsOrange {
	list-style-type: circle;
	list-style-image: url(../img/orangeArrow.png) !important;
	list-style-position: outside;
	margin-left: 15px;
	}
	
a.orangeLink {
	color: #ff4200 !important;
	text-decoration: none !important;
	}
	
a.orangeLink:hover { text-decoration: underline !important; }
	
ul.blueBullets a:hover, ul.orangeBullets a:hover { text-decoration: underline; }
	
ul li.check { list-style-image: url(../img/checkmark2.gif) !important; }
ul li.x		{ list-style-image: url(../img/x.gif) !important; }
ul li.more 	{ list-style: none; line-height: 2em; }

ul.roundBullets li {
	list-style-type: circle;
	list-style-position: outside;
	line-height: 1.0em;
	padding: 4px 0;
	list-style-image: url(../img/roundBullet.gif);
	margin-left: 15px;
	}
	
	ul.roundBullets a {
		color: #0076FF;
		text-decoration: none;
		}

a.noborder,div.noborder, li.noborder { border: none!important; }

/*
	Font Sizes
*/
.em08 { font-size: 0.8em !important; }
.em09 { font-size: 0.9em !important; }
.em10 { font-size: 1.0em !important; }
.em11 { font-size: 1.1em !important; }
.em12 { font-size: 1.2em !important; }
.em13 { font-size: 1.3em !important; }
.em14 { font-size: 1.4em !important; }
.em15 { font-size: 1.5em !important; }
/*****************************************************************************************/
/*									BODY SECTION										 */
#main {
	width: 955px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}


#body {
	width: 955px;
	padding: 0;
	text-align: left;
	position: relative;
	clear: both;
	}
	
	/*
	Container Header
	*/
	.containerHeader {
		width: 955px;
		height: 37px;
		position: relative;
		}
		
		.containerHeader_left {
			width: 11px;
			height: 28px;
			background: url(../img/headerBKG.png) no-repeat #F90;
			background-position: 0 0;
			float: left;
			}
			
		.containerHeader_right {
			width: 10px;
			height: 28px;
			background: url(../img/headerBKG.png) no-repeat #F90;
			background-position: -12px 0;
			float: left;
			}
		
		.containerHeader_content {
			width: 934px;
			height: 28px;
			background: url(../img/headerBKG_slice.png) repeat-x #F90;
			float: left;
			position: relative;
			}
			
			.containerHeader_content
				h2 {
					font-size: 13px;
					color: #FFF;
					font-weight: normal;
					line-height: 26px;
					text-indent: 2px;
					text-shadow: 0.1em 0.1em #333;
					margin: 0;
					padding: 0;
					}
	
	/*
	CONTAINER - wraps content
	*/
	#body
		#container {
			width: 953px;
			border-left: 1px solid #d3d1d1;
			border-right: 1px solid #d3d1d1;
			background: #FFF;
			position: relative;
			margin: 0 auto;
			clear: both;
			}
			
		#container 
			a.backAnchor {
				font-size: 0.8em;
				color: #0055C4;
				display: block;
				text-decoration: none;
				padding: 5px;
				
				DISPLAY: NONE;
				}
				
			#container a.backAnchor:hover { text-decoration: underline; }

	.containerFooter {
		width: 955px;
		height: 19px;
		background: url(../img/footerBkg.png) no-repeat;
		clear: both;
		margin-bottom: 35px;
		}
		
		/*
		Container 2 Styles
		*/
		.container_top2 {
			width: 955px;
			height: 13px;
			background: url(../img/container_topRounding.png); 
			}
			
		.containerBody2 {
			width: 955px;
			background: url(../img/container_bodySlice.png) repeat-y;
			}	
			
		.containerFooter2 {
			width: 955px;
			height: 16px;
			background: url(../img/container_bottomRounding.png);
			}
		
/*****************************************************************************************/
/*										PRICES											 */

/* Discounts */
.savings {
	width: 38px;
	height: 43px;
	color: #F00;
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	background: transparent url(../img/savingsBkg.png) no-repeat;
	line-height: 18px;
	font-size: 16px;
	padding-left: 3px;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 1;
	}
	
	* html .savings { display: none; }
	
	span.save    { font-size: 15px; color: #F00; }
	span.percent { font-size: 11px; color: #F00; }
	

/******************************************************************/
/*					          CONTENT        			          */
/* Footers and Headers */
.headerRoundedWhite {
	width: 955px;
	height: 12px;
	background: url(../img/header_roundedWhite.png) no-repeat;
	}
	
.footerRoundedWhite {
	width: 955px;
	height: 14px;
	background: url(../img/footer_roundedWhite.png) no-repeat;
	margin-bottom: 15px;
	}
	
/* Container Grid */
.containerBody {
	border: 1px solid #d3d1d1;
	border-top: none;
	border-bottom: none;
	position: relative;
	clear: both;
	}
		
	.featuredItemBorder_top {
		background: url(../img/featureditemBorder_top.png) bottom right no-repeat;
		}
		
	.featuredItemBorder_bottom {
		background: url(../img/featureditemBorder_bottom.png) top right no-repeat;
		}
	
	.featuredBorderX {
		width: 910px;
		height: 1px;
		clear: both;
		background: #e3e1e1; 
		margin: 6px auto 0;
		position: relative;
		top: 5px;
		}

/* Container Grid */
	.whatsHotitemBorder {
		background: url(../img/whatsHotitemBorder.png) top right no-repeat;
		} 
		
	.featuredItemBorder_top {
		background: url(../img/featureditemBorder_top.png) bottom right no-repeat;
		}
		
	.featuredItemBorder_bottom {
		background: url(../img/featureditemBorder_bottom.png) top right no-repeat;
		}
	
	.featuredBorderX {
		width: 910px;
		height: 1px;
		clear: both;
		background: #e3e1e1; 
		margin: 6px auto 0;
		position: relative;
		top: 5px;
		}
				

/*
WHATS HOT, FEATURED AUCTIONS ITEMS 
*/
.itemContainer {
	width: 210px;
	float: left;
	position: relative;
	margin-top: 10px;
	padding: 0 10px 10px;
	}
	
	a.indexImg {
		width: 125px;
		height: 125px;
		padding: 4px;
		display: block;
		margin: 0 auto;
		position: relative;
		}
		
		.label_fallingSoon {
			width: 92px;
			height: 92px;
			background: url(../img/imgLabels_fallingSoon_index.gif) no-repeat;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 1;
			}
		
	a.whatsHotImg {
		width: 168px;
		height: 150px;
		margin-bottom: 14px;
		display: block;
		padding: 0;
		}
		
		a.indexImg > img {
			width: 125px;
			height: 125px;
			display: block;
			}
			
			a.whatsHotImg > img {
				width: 168px;
				height: 150px;
				display: block;
				}
		
	.listingDetailWrap {
		width: 210px;
		padding: 10px 0 0;
		margin: 0 auto;
		}
		
		a.listingTitle {
			width: 210px;
			height: 2.7em;
			display: block;
			text-align: center;
			color: #281e14;
			font-size: .85em;
			text-decoration: none;
			text-transform: capitalize;
			overflow: hidden;
			line-height: 1.35em;
			margin-bottom: 5px;
			}
			
		a.listingTitle:hover {
			text-decoration: underline;
			}
			
		a.listingSubtitle {
			width: 210px;
			height: 1.2em;
			display: block;
			text-align: center;
			color: #333;
			font-size: 0.7em;
			text-decoration: none;
			text-transform: capitalize;
			line-height: 1.2em;
			margin-bottom: 5px;
			}
			
		.itemPrice, .originalPrice {
			width: 125px;
			margin: 0 auto;
			font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
			font-size: 13px;
			text-align: center;
			color: #F00!important;
			}
			
			.itemPrice span {
				color: #F00;
				padding: 2px 1px;
				}
			
			.itemPrice img {
				position: relative;
				top: 3px;
				}
				
		.originalPrice {
			font-size: 10px;
			text-align: center;
			color: #000 !important;
			}
			
/*****************************************************************************************/
/*									Form Elements										 */
/*
			#buttonSearch {
				height: 25px;
				width: 61px;
				text-indent: -9999px;
				margin: 0;
				display: block;
				background: url(../img/mainNav_submitSearch.png) 0 0;
				float: left;
				cursor: pointer;
				margin-left: 10px;
				}
						
				#buttonSearch:hover { cursor: pointer; }	
				
				#searchSelect, #nav_search, #button-search, #search_keywords 		{ float: left; 		}
				#nav_search, #search_keywords							 			{ margin: 0 10px; 	}
			
				#searchSelect 					{ width: 192px; margin-top: 12px; }
				#nav_search, #search_keywords 	{ width: 270px; }
				input.navPrices 				{ width: 55px;	}
					
				label.priceRange {
						font-size: 0.85em;
						display: block;
						float: left;
						}
*/	

			input#activate {
				width: 191px;
				height: 48px;
				background: url(../img/registration/verification_activate.png);
				display: block;
				text-indent: -9999px;
				}
/*****************************************************************************************/
/*									Notifications										 */
.notification {
	width: 929px;
	height: 128px;
	padding: 4px;
	border: 3px double #bababa;
	text-align: center;
	}
	
	.notification .border { width: 927px; height: 120px; border: 1px solid #f00; background: none; }
	.notification p		  { text-align: center; padding: 10px; }
	.notification span	  { text-align: center; }
	.notification span.note	  { line-height: 2.4em; }

/*****************************************************************************************/
/*									   AJAX OVERLAY										 */
div#ajaxOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/transparency.png);
	display: none;
	z-index: 30;
}

* html div#ajaxOverlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

	div#ajaxLoading {
		position: fixed;
		width: 63px;
		height: 71px;
		cursor: pointer;
		display: none;
		overflow: hidden;
		background: url(../img/ajaxLoading.gif);
		z-index: 9999;
		left: 50%;
		top: 50%;
		margin-left: -31px;
		margin-top: -35px;
	}
	
	* html div#ajaxLoading {
		position: relative;
		left: 50%;
		top: 50%;
		margin-left: -31px;
		margin-top: -35px;
	}

/*****************************************************************************************/
/*									FOOTER SECTION										 */
#contentFooter {
	width: 100%;
	position: relative;
	clear: both;
	background: url(../img/footer/footerSliceBottom.png) repeat-x bottom left;
	font-family: Helvetica, Arial, sans-serif;
	}
	
	/* FOOTER PANORAMA */
	#footerPanorama {
		width: 100%;
		height: 143px;
		background: #fff url(../img/footer/footerSliceTop.png) repeat-x bottom left;
		}
		
		#footerPanorama img {
			width: 1003px;
			height: 107px;
			display: block;
			margin: 0 auto;
			padding: 0;
			}
			
		#footerPanorama .main2 {
			font-size: 12px;
			color: #333;
			text-align: left;
			line-height: 40px;
			}
	
	/* PRESS LINKS */
	#pressLinks {
		width: 955px;
		height: 120px;
		margin: 0 auto !important;
		}
		
		#pressLinks a {
			display: block;
			float: left;
			}
			
	/* SITEMAP LINKS */
	#siteMap {
		width: 955px;
		margin: 0 auto;
		position: relative;
		margin-top: 10px;
		padding-bottom: 5px;
		border-bottom: 3px solid #eee;
		}
		
		#siteMap ul li a {
			color: #464646;
			text-decoration: none;
			font-size: 13px;
			}	
			
		#siteMap ul li a:hover { text-decoration: underline; }
		
		.linkColumn {
			width: 25%;
			float: left;
			position: relative;
			}
			
			.linkColumn h4 {
				width: 100%;
				display: block;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #333;
				line-height: 25px;
				border-bottom: 3px solid #eee;
				}
				
	/* CUSTOMER SUPPORT */
	#contactPricefalls {
		width: 955px;
		position: relative;
		margin: 10px auto 0;
		padding-bottom: 10px;
		border-bottom: 3px solid #eee;
		}
		
		#contactPricefalls a {
			display: block;
			float: left;
			}
			
			#contactPricefalls a div { 
				display: block;
				margin: 0 auto;
				background: url(http://c1771122.cdn.cloudfiles.rackspacecloud.com/headerFooterComponents060410_2.png);
				float: left;
				}
				
			#skypeSupportButton {
				width: 245px;
				height: 77px;
				background-position: 0 0 !important;
				}
				
			#phoneSupportButton {
				width: 242px;
				height: 41px;
				background-position: 0 -78px !important;
				}
		
			#emailSupportButton {
				width: 269px;
				height: 36px;
				background-position: 0 -120px !important;
				}
			
	/* QUALITY SEALS */
	#qualityBanners {
		width: 955px;
		position: relative;
		margin: 10px auto 0;
		padding: 0px;
		}
		
		#qualityBanners .seal {
			width: 20%;
			float: left;
			display: block;
			}
			
			#qualityBanners .seal a {
				display: block;
				}
			
			#qualityBanners .seal div {
				display: block;
				margin: 0 auto;
				background: url(http://c1771122.cdn.cloudfiles.rackspacecloud.com/headerFooterComponents060410_2.png);
				}
				
			#authnetIcon {
				width: 89px;
				height: 71px;
				background-position: -246px 0 !important;
				}
				
			#mcafeeIcon {
				width: 94px;
				height: 54px;
				background-position: -336px 0 !important;
				}
		
			#verisignIcon {
				width: 94px;
				height: 52px;
				background-position: -336px -54px !important;
				}
				
			#paypalIcon {
				width: 85px;
				height: 23px;
				background-position: -250px -83px !important;
				
				}
				
			#paypalIcon {
				width: 151px;
				height: 24px;
				background-position: -278px -107px !important;
				}
				
			
	/* PRICEFALLS ADDRESS */
	#pricefallsAddress span {
		color: #666;
		font-size: 11px;
		}
				
/* ###### IE HACKS ###### */
*:first-child+html .linkColumn { width: 24.9% !important; }
* html .linkColumn { width: 24.9% !important; }
			

.main, .main2, .mainWide {
	width: 955px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

/*****************************************************************************************/
/*									HEAD SECTION										 */

	#header {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		position: relative;
		margin: 0 auto;
		background: url(../img/header_BKG.jpg) repeat-x !important;
		}
		
		* html #header { 
			height: 68px; 
				}
		
		#people { height: 68px; overflow: hidden; }
		
		a#mainLogo {
			width: 228px;
			height: 53px;
			background: url(../img/headerFooterComponents060410_2.png) no-repeat !important;
			background-position: 0 -157px !important;
			text-indent: -9999px;
			display: block;
			float: left;
			margin-top: 9px;
			} 
			a#mainLogo img {
				display: none;
				}
			
			a#mainLogo:hover {
				background-position: 0 -211px !important;
				}
			
			a#mainLogo:hover > img {
				display: none;
				}
			
			* html a#mainLogo { background: url(../img/themes/universal/mainlogo.gif) no-repeat !important; }
			
		a#headerTutorial {
			width: 189px;
			height: 55px;
			background: none;
			text-indent: 0;
			display: block;
			position: absolute;
			top: 7px;
			left: 275px;
			outline: none;
			text-indent: -9999px;
			background: url(../img/headerFooterComponents060410_2.png) no-repeat -231px -190px;
			}
			
			a#headerTutorial img { outline: none; border: none; }
		
				* html a#headerTutorial { background: url(../img/themes/easter_header_tutorial.gif) no-repeat; text-indent: -9999px; }
				
		#headerUtilities { width: 436px; float: right; }
			#headerUtilities .login,
			#headerUtilities .welcome 	{ font-size: 0.75em; position: absolute; bottom: 45px; right: 15px; }
			#headerUtilities a.sign-out { padding-left: 5px; color: #000; text-decoration: underline; }
			#headerUtilities .tip		{ text-transform: capitalize; }
			
		#userLinks { 
			height: 33px; 
			width: 385px; 
			position: absolute;
			bottom: 0;
			right: 0;
			}
		
		#userLinks img { width: 10px; height: 33px; display: block; float: left; }	
				
		#userLinksleftRounding, #userLinksRightRounding {
			width: 10px;
			height: 33px;
			float: left;
			background: url(../img/headerFooterComponents060410_2.png) no-repeat -409px -157px;
			}
			
		#userLinksRightRounding { background-position: -420px -157px;}
		
		#userLinks ul {
			height: 33px;
			width: 365px;
			display: block;
			background: url(../img/headerFooterRepeats.png) repeat-x;
			background-position: 0 -1px;
			float: left;
			}
			
			#userLinks ul li { display: inline; float: left; }
			
				#userLinks ul li a {
					height: 21px;
					margin: 7px 0 5px;
					padding: 0 15px;
					line-height: 21px;
					display: block;
					text-decoration: none;
					font-size: 13px;
					font-family: Helvetica, Arial, sans-serif;
					text-align: center;
					border-left: 1px solid #bababa;
					float: left;
					}
					
				#userLinks ul li a:hover { text-decoration: underline; }
				

/******************************************************************/
/*					    	Search Nav        				      */
	#spanSearch { 
		width: 100%; 
		height: 42px; 
		background: url(../img/headerFooterRepeats.png) repeat-x; 
		background-position: 0 -35px;
		clear: both; 
		position: relative; 
		}
	
		#spanSearch input, #spanSearch select { float: left; }
		
		#searchSelect2 {
			width: 240px;
			margin-top: 10px;
			display: block;
			font-size: 12px;
			padding: 2px;
			}
			
		input#nav_search2 { 
			width: 590px;
			height: 23px;
			background: #FFF url(../img/headerFooterRepeats.png) repeat-x;
			background-position: 0 -77px;
			display: block;
			margin: 7px 10px 0;
			font-size: 14px;
			padding: 4px 8px 0;
			color: #333;
			}	
		
		input#nav_search:focus { color: #000; }
		
		input#buttonSearch2 {
			width: 77px;
			height: 31px;
			background: url(../img/headerFooterComponents060410_2.png);
			background-position: -331px -159px;
			display: block;
			margin-top: 7px;
			}

/******************************************************************/
/*					    	Category Nav        			      */
#spanNav 		{ width: 100%; height: 47px; background: url(../img/headerFooterRepeats.png) repeat-x; background-position: 0 -328px; }
#spanNav_tabs	{ width: 100%; height: 38px; border-bottom: 1px solid #bababa; background:url(../img/headerFooterRepeats.png) repeat-x; background-position: 0 -101px !important; position: relative; }
#spanNav_tabs_spacer { width: 100%; height: 35px; background: url(../img/headerFooterRepeats.png) repeat-x; background-position: 0 -191px !important; }
#header .orangeHeader	{ height: 67px !important; background: url(../img/headerFooterRepeats.png) repeat-x; background-position: 0 -260px !important; }

	#spanNav ul#categories {
		display: block;
		width: 955px;
		height: 40px;
		margin: 0 auto;
		}
		
		#spanNav ul#categories li { float: left; display: inline; }
		
		#spanNav ul#categories li a {
			display: block;
			height: 20px;
			line-height: 20px;
			font-size: 12px;
			color: #111;
			font-family: Helvetica, Arial, sans-serif;
			font-weight: bold;
			text-align: center;
			padding: 0 16px;
			margin-top: 11px;
			border-left: 1px solid #ccc;
			text-decoration: none;
			float: left;
			}
		#spanNav ul#categories li a:hover { text-decoration: underline; }
		
	ul#breadcrumbs { 
		height: 22px; 
		width: 955px;
		display: block;
		margin: 0 auto;
		}
		
		ul#breadcrumbs li {
			float: left;
			display: block;
			color: #fff;
			letter-spacing: 0.05em;
			font-family: Helvetica, Arial, sans-serif;
			height: 22px;
			line-height: 26px;
			margin: 0 5px;
			padding-top: 3px;
			}
		
	ul#breadcrumbs li a {  
		height: 22px;
		line-height: 26px;
		font-size: 14px;
		color: #fff; 
		text-decoration: none;
		padding-top: 0px;
		display: block;
		text-shadow: #000 0.05em 0.05em;
		letter-spacing: 0.05em;
		font-family: Helvetica, Arial, sans-serif;
		float: left;
		}
		
	ul#breadcrumbs a:hover { text-decoration: underline; }
		
	ul#breadcrumbs span { line-height: 26px; float: left; }
		
		
/*****************************************************************************************/
/*									FOOTER SECTION										 */
#footer {
	width: 955px;
	height: 100px;
	font-family: Helvetica, Futura, Arial, Sans-Serif;
	font-size: 12px;
	padding: 0;
	padding: 10px 0;
	position: relative;
	clear: both;
	background: none !important;
	}
	
	/*
		FOOTER ADS
	*/
	#socialNav_wrap { margin-top: 25px; }
	
	ul#socialNav {
		width: 955px;
		height: 30px;
		background: url(../img/footerBar.png) no-repeat;
		display: block;
		position: absolute;
		top: -13px;
		left: 0;
		overflow: hidden;
		}
	
	.social_center {
		width: 955px;
		margin: 0 auto;
		position: relative;
		}
		
		ul#socialNav li { float: left; display: inline; }
		
		ul#socialNav li a {
			width: 235px;
			height: 30px;
			display: block;
			float: left;
			text-indent: -9999px;
			}
	
	.quarterly {
		width: 237px;
		height: 218px;
		float: left;
		padding-top: 20px;
		margin-right: 1px;
		}
		
		.quarterly h5 {
			font-size: 1.15em;
			padding-left: 10px;
			padding-bottom: 5px;
			}
	
		
	/*
		FOOTER NAV
	*/
	.legal {
		width: 220px;
		height: 28px;
		display: block;
		}
		
		.legal a {
			display: block;
			padding: 0 3px;
			}
		
	.footerHeader {
		width: 100px;
		display: block;
		font-weight: bold;
		position: absolute;
		top: 10px;
		left: 220px;
		}
	
	p.address {
		width: 220px;
		height: 60px;
		float: left;
		}
	
	.footerLinks {
		width: 100px;
		height: 60px;
		float: left;
		clear: right;
		display: block;
		}
		
		.footerLinks a {
			color: #000;
			text-decoration: none;
			}
		
		.footerLinks a:hover {
			text-decoration: underline;
			}
	
	.contact {
		width: 210px;
		left: 420px;
		}
	
	.contactUs {
		width: 210px;
		height: 60px;
		display: block;
		float: left;
		}
	
		span.phoneNumber {
			padding-top: 10px;
			font-size: 18px;
			display: block;
			}
		
	#veriseal, #authorizeseal, #mcafeeseal {
		width: 110px;
		height: 60px;
		text-align: center;
		float: left;
		}
		
		#authorizeseal, #mcafeeseal {
			width: 105px;
			}
			
		#mcafeeseal img {
			float: right;
			margin-top: 10px;
			}
		
	#creditCards {
		width: 186px;
		height: 20px;
		position: absolute;
		top: 9px;
		left: 700px;
		}
		
* html #borderIE						{ height: 1px; overflow: hidden; }
*:first-child+html ul#socialNav			{ text-align: left; float: right; }
*:first-child+html ul#socialNav			{ text-align: left; float: right; }

/* CURRENT DESIGN HACKS */
#footer_pan_spacer { width: 955px; height: 392px !important; }

/* XMAS 2009 */

/*		
		a#mainLogo {
			width: 226px;
			height: 66px;
			background: none;
			text-indent: 0;
			display: block;
			float: left;
			margin-top: 12px;
			outline: none;
			} 
			
			a#mainLogo img { outline: none; border: none; }
			
			* html a#mainLogo { background: url(../img/themes/xmas09/xmas_logo.gif) no-repeat; text-indent: -9999px; }
		
	*/	
			
		

.main { width: 955px; margin: 0 auto; }

#reg_form {
	width: 670px;
	padding: 5px 10px 0;
	float: left;
	}
	
#signup_info, #survey, #registerSubmit {
	width: 242px;
	padding: 5px 10px 0px;
	float: right;
	border-left: 1px solid #ccc;
	background: #f6faff;
	}
	
#survey { background: none; border: none; width: 243px; padding-top: 15px; height: 375px; }
#registerSubmit { background: #dfffdb; padding-top: 10px; border-top: 1px solid #ccc; position: absolute; bottom: 0; right: 0;  }
#registerSubmit .rounding  { width: 9px; height: 10px; background: url(../img/registration_regCorner.png); position: absolute; top: -1px; left: -1px; z-index:1; }

#body #container { 
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000;
	}
	
/*** Right Column ***/
h2 {
	width: 100%;
	font-size: 1.05em;
	padding: 4px 0 3px 0;
	margin: 0 0 5px 0;
	color: #160000;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	display: block;
	}
	
	#survey h2 {
		border: none;
		color: #000;
		margin: 0 0 15px 0;
		}
	
	#signup_info p {
		font-size: 0.8em;
		line-height: 1.45em;
		color: #555;
		padding: 0 0 10px 10px;
		}
		
	#signup_info .veriseal a { width: 100px; margin: 0 auto 10px; padding: 0; display: block; }	
	#signup_info .mcafeeseal img  { width: 94px; margin: 10px auto 20px; display: block; }
	#signup_infoFooter  		  { width: 263px; height: 13px; float: left; background:url(../img/register_leftColumnFooterBKG.png); }
	
/*** Reg Form ***/
.note {
	font-size: 0.75em;
	display: block;
	padding: 15px 0 0;
	}
	
	fieldset {
		width: 670px;
		display: block;
		padding: 25px 10px 0;
		margin-left: -10px;
		background: url(../img/registration_legendGradient.png) repeat-x;
		}
	
		legend {
			width: 670px;
			height: 22px;
			font-size: 0.8em;
			letter-spacing: 0.05em;
			font-weight: normal;
			padding: 0 10px;
			color: #000;
			line-height: 22px;
			padding-top: 22px;
			}
			
			/*** Form Field ***/
			.field {
				clear: both;
				margin: 0 0 5px 0;
				}
				
				#survey .field,
				#registerSubmit .field {
					width: 222px;
					float: none;
					margin-bottom: 20px;
					padding: 0 10px;
					}
				
			.field label {
				width: 180px;
				height: 24px;
				font-size: 0.8em;
				color: #333;
				line-height: 24px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 15px;
				}
				
				#survey .field label,
				#registerSubmit .field label {
					width: 222px;
					height: 1.1em;
					clear: both;
					font-size: 0.7em;
					font-weight: bold;
					line-height: 1.1em;
					text-align: left;
					display: block;
					float: none;
					padding: 0 0 5px 0;
				}
					
					#survey .field em {
						font-size: 0.65em;
						font-style: normal;
						line-height: 18px;
						display: block;
						float: left;
						clear: left;
						padding-left: 10px;
						}
						
					#registerSubmit .field span {
						font-size: 0.65em;
						font-style: normal;
						}
				
			.field input { 
				width: 220px;
				height: 18px;
				padding: 2px;
				font-size: 13px;
				border: 1px solid #bababa;
				float: left;
				}
				
				#survey .field input,
				#registerSubmit .field input {
					width: 20px;
					height: 15px;
					float: left;
					clear: left;
					border: none;
					}
					
			.field select 	{ float: left; margin-top: 3px; display: block; }
			.phone-divider	{ float: left; margin: 0 2px 0 -3px; }
			.dob-divider	{ float: left; padding: 0 5px; }
				
			.helptext {
				font-size: 0.6em;
				display: block;
				padding: 2px 0 3px 176px;
				clear: left;
				}
			
			.submit {
				width: 242px;
				height: 32px;
				}
				
				input#register {
					width: 122px;
					height: 31px;
					text-indent: -9999px;
					background: url(../img/register_buttonsRegister.png);
					display: block;
					margin: 0 auto;
					}
				
				/*** Special Fields ***/
				#suiteadress 			{ width: 50px; margin-right: 170px; text-align: center; }
				#postalcode	 			{ width: 65px; margin-right: 155px; text-align: center; }
				.phoneWrapper input 	{ width: 30px; text-align: center; margin-right: 5px; }
				#phone2					{ width: 40px; }
				#gender,#state,#country	{ width: 145px; margin-right: 82px; }
				#source					{ width: 150px; float: none; }
				
				
		.policies {
			width: 242px;
			font-size: 0.7em;
			display: block;
			text-align: justify;
			line-height: 1.6em;
			margin: 20px auto 10px;
			color: #555;
			}
		
		#reCaptcha { margin-top: 35px;	 }
		
		input#recaptcha_response_field {
			height: 13pt;
			position: relative; 
			left: 0;
			font-size: 10pt;
			line-height: 13pt;
			display: block;
			}
				
/* VALIDATION */
.field div.l {
	background: url(../img/ajax-loader.gif) no-repeat left;
	height: 16px;
	padding-left: 20px;
	margin: 4px 0 0 5px;
	float: left;
}

.field div.s {
	background: url(../img/success_image.gif) no-repeat left;
	height: 16px;
	padding-left: 20px;
	margin: 4px 0 0 5px;
	float: left;
}

.field div.f {
	background: #fff url(../img/error_image.gif) no-repeat left;
	padding-left: 20px;
	margin: 4px 0 0 5px;
	float: left;
	color: #d12427;
	font-size: 0.7em;
	line-height: 16px;
}

.field .status {
	float: left;
	padding: 0px 0px 0px 5px;
	margin-top: -14px;
}

input.f { border: 1px solid #d12427; }

.field { }

.meter {
	background: #ebebe8;
	height: 16px;
	border: 1px solid #bababa;
	font-size: 10px;
	width: 224px;
	margin: -4px 0 10px 195px;
}

.meter .mark {
	border-right: 1px solid #fff;
	text-align:center;
	height: 15px;
	padding-top:1px;
	width: 74px;
	float:left;
}

.meter #m3.mark {
	border-right:0px;
}

#strength-password label {
	font-size:11px;
	float:left;
	padding-right:5px;
}


.containerFooter { height: 13px !important; background: url(../img/footerBkg_reg.png) no-repeat !important; }

/*
	ERRORS
*/
ul#messages {
	clear: both;
	display: block;
	width: 670px;
	padding-top: 10px;
	}
	
	ul#messages li {
		height: 16px;
		display: block;
		font-size: 13px;
		line-height: 16px;
		color: red;
		background: url(../img/error_image.gif) top left no-repeat;
		margin-left: 15px;
		padding-left: 25px;
		margin-top: 4px;
		}

/************************ VERIFICATION **************************/
.stripe {
	width: 953px;
	height: 6px;
	background: url(../img/registration/verification_stripe.png) no-repeat;
	position: absolute;
	top: 85px;
	left: 0;
	z-index: 1;
	}
	
	.veriContent {
		width: 317px;
		height: 220px;
		float: left;
		position: relative;
		z-index: 10;
		}
		
		.veri_top {
			width: 317px;
			height: 143px;
			text-align: center;
			overflow: hidden; /* FF3.5 hack*/
			}
		
		.veri_bottom {
			width: 302px;
			font-family: "Lucida Grande", sans-serif; 
			font-size: 0.8em;
			line-height: 1.4em;
			padding-left: 15px;
			}
			
			.veri_bottom img, .veri_bottom p { float: left; display: block; }
				.veri_bottom img { width: 38px; margin-right: 10px; }
				.veri_bottom p { width: 254px; }
				
		/* Elements */
		#mailAvatar {
			width: 151px;
			height: 96px;
			margin: 43px auto 0;
			}
		
		.veri_top > input.text { 
			height: 35px; 
			width: 150px; 
			margin-top: 48px; 
			text-align: center; 
			line-height: 30px; 
			font-size: 22px; 
			}
			
		input#activate {
			margin: 64px auto 0;
			}
		
		#veri_fail {
			width: 933px;
			height: 139px;
			background: url(../img/registration/verification_failedContainer.png) repeat-x;
			position: relative;
			padding: 10px 10px 0;
			}
			
			#veri_fail img, #veri_fail ul { float: left; display: block; }
				#veri_fail ul.orangeBullets {
					width: 386px;
					font-size: 0.8em;
					}
					
					#veri_fail ul.orangeBullets li {
						line-height: 1.4em;
						padding-bottom: 10px;
						}
					
				h2 { text-indent: 10px; margin-bottom: 10px; }
				
		ul.orangeBullets a.tip { font-size: 1.0em; }
		
		#fail { height: 19px; background: url(../img/registration/verification_failedFooter.png) !important; overflow: hidden; }
		
		#enter_email {
			width: 400px;
			height: 180px;
			position: relative;
			background: #FFF !important;
			}
			
			#enter_email span.header {
				width: 190px;
				height: 25px;
				 color: #ff9c00;
				 line-height: 25px;
				 display: block;
				 background: url(../img/index_quicky_navTab.gif) top right no-repeat;
				 font-size: 12px;
				 font-weight: bold;
				 margin-bottom: -1px;
				 text-indent: 7px;
				}
				
				#enter_email p {
					width: 350px;
					border-top: 1px solid #e5e5e5;
					border-bottom: 1px solid #e5e5e5;
					font-size: 0.8em;
					line-height: 1.4em;
					padding: 10px 15px 20px
					}
			
				#enter_email form {
					background: #fff;
					}
					
				#enter_email input.text { 
					width: 200px;
					float: left; 
					margin: 15px 10px 0 15px;
					background: #fff;
					}	
					
				input#send_code {
					width: 132px;
					height: 32px;
					background: url(../img/registration/verification_sendcode.png);
					display: block;	
					float: left;
					margin-top: 11px;
					}
					
					div#fancy_div { background: none;!important }
					
/*** IE HACKS ***/
* html #signup_info, 
* html #survey, 
* html #registerSubmit				{ width: 238px; overflow: hidden; float: right;}

* html .note 						{ padding: 5px 5px 0; margin-bottom: 0; }
* html ul#messages 					{ padding: 0; }

* html #signup_info					{ border-bottom: 1px solid #bababa; }
* html #signup_infoFooter			{ display: none;  }

* html #survey 						{ padding: 0; margin-top: -230px; display: none; }

* html #registerSubmit 				{ background: none; border: none; position: relative; top: 30px; }
*:first-child+html #registerSubmit	{ background: none; border: none; position: relative; }
* html #registerSubmit .rounding	{ display: none; }
*:first-child+html #registerSubmit .rounding { display: none; }

* html #reg_form,
* html fieldset, 
* html legend 						{ width: 670px; margin-bottom: 25px; padding: 0; }
*:first-child+html #reg_form,
*:first-child+html fieldset, 
*:first-child+html legend 			{ width: 670px; margin-bottom: 25px; }

* html fieldset						{ padding: 0 10px 0; }
*:first-child+html fieldset			{ padding: 0 10px 0; }
* html legend 						{ padding-top: 0; }
*:first-child+html legend 			{ padding-top: 0; }
* html .field						{ margin: 0; height: 28px; overflow: hidden;  }
* html .field input 				{ width: 220px; height: 18px; padding: 0px; border: 1px solid #bababa; float: left; position: relative; }

* html #phonearea,
* html #phone1						{ width: 50px; }
* html #phone2						{ width: 75px; }

* html #reCaptcha					{ height: 180px; }

* html #veri_code					{ position: absolute; top: 75px; left: 80px; }
* html #veri_fail img,
* html #veri_fail h2				{ float: left; display: inline; } 
*:first-child+html  #veri_fail	h2  { float: left; display: inline; width: 800px !important; }
* html .veri_bottom					{ overflow: hidden; }
* html .veri_bottom p				{ width: 250px; overflow: hidden; display: block; float: left; }
* html #p_ieFix						{ width: 100px; position: absolute; z-index: 9999; top: 220px; left: 1px; background: white; }
* html img#failAvatar				{ display: none !important;  } 
* html #fail						{ height: 13px !important; }

* html .containerFooter				{ height: 22px; background: url(../img/footerBkg.png) no-repeat !important; overflow: hidden; }
*:first-child+html .containerFooter	{ height: 19px; background: url(../img/footerBkg.png) no-repeat !important; overflow: hidden; }
ul#socialNav 						{ left: inherit!important; }
*:first-child+html ul#socialNav  	{ position: relative;  }

/* ##### START SELLING ##### */
#startSelling {
	width: 955px;
	height: 270px;
	background: url(http://c1771122.cdn.cloudfiles.rackspacecloud.com/sellIntroBkg.jpg) no-repeat;
	margin: 25px auto 0;
	font-family: Helvetica, Arial, sans-serif;
	}
	
	#startSelling h1 {
		font-weight: bold;
		color: #0076ff;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 22px;
		margin-bottom: 0px;
		}
		
	#startSelling p {
		font-weight: bold;
		color: #333;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 14px;
		margin-bottom: 15px;
		}
		
	#startSelling h2 {
		font-weight: bold;
		color: #ff4200;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 14px;
		margin-bottom: 0px;
		}
		
	#startSelling ul {
		font-size: 0.8em;
		color: #333;
		margin-bottom: 15px;
		}
		
		#startSelling ul li {
			padding: 4px 0;
			}
			
	a#startSellingButton {
		width: 267px;
		height: 46px;
		display: block;
		position: absolute;
		top: 225px;
		left: 680px;
		}
		
/* ##### CHOOSE SELLING METHOD ##### */
.processContainer {
	width: 953px;
	border: 1px solid #acacac;
	border-bottom: none;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	padding:0;
	}
	
#sellingMethod {
	background: url(../img/sell/sellingMethodContainerBkg.jpg) no-repeat bottom right;
	}
	
	/* Process Navigation */
	#processNav {
		width: 953px;
		height: 68px;
		background: url(../img/sell/processNavBkg.png) repeat-x;
		position: relative;
		padding: 0;
		}
		
		ul.processTimeline {
			width: 953px;
			display: block;
			padding: 29px 15px 0;
			}
			
			* html ul.processTimeline { width: 923px; }
			
		ul.processTimeline li {
			display: block;
			float: left;
			}
			
			ul.processTimeline li a, 
			ul.processTimeline li span { 
				display: block;
				float: left;
				font-size: 14px;
				font-family: Helvetica, Arial, sans-serif;
				line-height: 20px;
				color: #333;
				padding: 12px 20px 0;
				}
				
				* html ul.processTimeline li a,
				* html ul.processTimeline li span { padding: 12px 19px 0; }
				
			ul.processTimeline li.selected { 
				background: url(../img/sell/processNavMarker.png) no-repeat center top;
				}
			
			ul.processTimeline li.selected a, 
			ul.processTimeline li.selected span { 
				font-weight: bold;
				}
				
	input#nextStep {
		width: 212px;
		height: 33px;
		background: url(../img/sell/buttonsNextStep.png) no-repeat;
		display: block;
		text-indent: -9999px;
		position: absolute;
		top: 710px;
		left: 378px;
		}
		
		* html input#nextStep { top: 735px; }
				
	/* Selling Method Content */
	#sellingMethod h1 {
		font-family: Helvetica, Arial, sans-serif;
		color: #080808;
		font-size: 22px;
		padding: 35px 45px 0;
		}
		
	#sellingMethod fieldset {
		display: block;
		padding: 10px 45px 0;
		position: relative;
		}
		
		#sellingMethod img.avatar, #sellingMethod input, #sellingMethod .methodInfo {
			display: block;
			float: left;
			}
			
		#sellingMethod img.avatar {
			margin-right: 9px;
			}
			
		#sellingMethod input {
			margin: 20px 15px 0 10px;
			}
			
		#sellingMethod .methodInfo {
			width: 550px;
			}
			
			#sellingMethod h2 {
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.0em;
				color: #0076ff;
				padding-top: 10px;
				}
				
			#sellingMethod ul.orangeBullets {
				margin-left: 0px;
				}
				
			#sellingMethod ul.orangeBullets li {
				font-size: 0.8em;
				line-height: 1.2em;
				padding: 4px 0;
				color: #333;
				}

#processFooter {
	width: 955px;
	height: 14px;
	margin: 0 auto;
	background: url(../img/sell/roundedContainerFooter.png) no-repeat;
	margin-bottom: 10px;
	}
	

/* ##### MANAGE/UPLOAD FEEDS ###### */
#manageFeed {
	font-family: "Helvetica", Arial, Verdana, sans-serif !important;
	margin-top: 35px;
	position: relative;
	}
	
	#ebayAlternative {
		width: 289px;
		height: 376px;
		float: left;
		}
		
	#uploadForm {
		width: 656px;
		margin-left: 10px;
		float: left;
		}
		
		#uploadForm h1 {
			font-size: 24px;
			color: #0076ff;
			}
			
		#uploadForm p {
			font-size: 0.8em;
			color: #555;
			margin-bottom: 30px;
			}
			
		#uploadForm .field {
			width: 656px;
			height: 24px;
			margin-bottom: 10px;
			}
			
		.field span { float: left; padding: 0 5px; }
		
		span#formats {
			float: left;
			clear: both;
			display: block;
			margin-left: 190px;
			}
			
		input.phone {
			text-align: center;
			}
			
		input#data_feed {
			height: auto;
			}
			
		div.popQuiz {
			position: absolute;
			top: 368px;
			left: 620px;
			}
			
		input#submitFile {
			width: 98px;
			height: 32px;
			background: url(../img/sell/submitUpload.png);
			border: none;
			clear: both;
			float: right;
			margin-top: 20px;
			}
			
table#notifications {
	width: 953px;
	margin-top: 25px;
	border: 1px solid #bababa;
	background: url(../img/notificationsBkg.png) bottom left repeat-x;
	}
	
	table#notifications td {
		vertical-align: middle;
		padding: 15px;
		}
		
	table#notifications ul li {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		list-style-type: disc;
		list-style-position: inside;
		padding: 3px 0;
		}
		
		 ul.errors li {
			color: #F30;
			list-style-image: url(../img/error_image.gif);
		 	}
		
	table#notifications h1 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		padding: 15px 15px 0;
		}
		
		h1.errors {
			color: #333;
			}
			
		h1.success {
			color: #6c6;
			}
			
		p.success {
			text-align: center;
			color: #333;
			padding-bottom: 20px;
			}
			}