/*****************************************************************************************/
/*							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;
				}

/* Custom File Upload [input type=browse] */				
.customfile-input { 
	position: absolute; 
	height: 100px;
	cursor: pointer; 
	background: transparent; 
	border: 0; 
	opacity: 0; 
	-moz-opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	z-index: 999;
	}

.customfile { 
	width: 380px; 
	height: 23px;
	background: #666; 
	cursor: pointer; 
	overflow: hidden; 
	padding: 2px; 
	border: 1px solid #444; 
	-moz-border-radius:7px; 
	-webkit-border-radius:7px; 
	border-radius:7px;  
	position: relative; 
	font-family: Arial, Helvetica, sans-serif !important;
	}
	
.customfile-disabled { 
	opacity: .5; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	cursor: default;  
	}
	
.customfile-feedback { 
	display: block; 
	margin: 1px 1px 1px 5px; 
	font-size: 0.8em; 
	color: #fff; 
	font-style: italic; 
	padding: .3em .6em; 
	position: absolute;
	top: 1px;
	left: 0px;
	}
	
.customfile-feedback-populated { 
	color: #fff; 
	font-style: normal;
	padding-left: 10px; 
	background: url(../img/forms/browse/icon-generic.gif) left 4px no-repeat; 
	}
	
.customfile-button { 
	border: 1px solid #999; 
	background: #333 url(../img/forms/browse/bg-submit.png) bottom repeat-x;  
	color: #fff; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 60px; 
	padding: .3em;  
	text-align: center; 
	text-decoration: none;  
	font-size: 0.8em; -moz-border-radius:5px; 
	-webkit-border-radius:5px; border-radius:5px;  
	position: absolute;
	top: 1px;
	right: 1px;
	}
	
.customfile-hover .customfile-button, .customfile-focus .customfile-button  { 		
	color:#111; 
	background: #aaa url(../img/forms/browse/bg-btn.png) bottom repeat-x; 
	border-color:#aaa;  
	padding: .3em;  
	}
	
.customfile-focus .customfile-button { outline: 1px dotted #ccc;  }

/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp { background-image: url(../img/forms/browse/icon-image.gif);}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v { background-image: url(../img/forms/browse/icon-media.gif);}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit { background-image: url(../img/forms/browse/icon-zip.gif);}

/*****************************************************************************************/
/*									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, .linkColumn h4 a {
				width: 100%;
				display: block;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #333;
				line-height: 25px;
				border-bottom: 3px solid #eee;
				}
				
			.linkColumn h4 a { 
				font-size: 1.0em; 
				text-decoration: none;
				border-bottom: 0;
				}  
				
	/* 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(/img/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: 30%;
			float: left;
			display: block;
			}
			
			#qualityBanners .seal a {
				display: block;
				}
			
			#qualityBanners .seal div {
				display: block;
				margin: 0 auto;
				background: url(/img/headerFooterComponents060410_2.png);
				}
				
			#authnetIcon {
				width: 89px;
				height: 71px;
				background-position: -246px 0 !important;
				}
				
			#mcafeeIcon {
				width: 94px;
				height: 54px;
				background-position: -336px 0 !important;
				}
				
			#paypalIcon {
				width: 85px;
				height: 23px;
				background-position: -250px -83px !important;
				
				}
				
			#paypalIcon {
				width: 151px;
				height: 24px;
				background-position: -278px -107px !important;
				}
				
	/* AFFILIATES */
	#affiliate_theFind {
		width: 212px;
		height: 26px;
		font-size: 0.9em;
		float: left;
		margin-left: 200px;
		}
		
	#affiliate_goShopping {
		width: 98px; 
		height: 29px;
		float: left;
		margin-left: 15px;
		}
	
	#affiliate_sortPrice {
		width: 125px;
		height: 28px;
		margin-left: 15px;
		float: left;
		}
			
	/* PRICEFALLS ADDRESS */
	#pricefallsAddress { 
		clear: both; 
		padding-bottom: 10px;
		}
	
	#pricefallsAddress span {
		color: #666;
		font-size: 11px;
		}
				
/* ###### IE HACKS ###### */
*:first-child+html .linkColumn { width: 24.9% !important; }
* html .linkColumn { width: 24.9% !important; }
			
