

/*****************************************************************************************/
/*							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; }
		
	*/	
			
		

.firsttab { margin-left: -6px !important; }

#spanNav_tabs { 
	height: 52px;
	border-bottom: 1px solid #cacaca; 
	background: url(../img/store/spanNav_tabsBkg.png) repeat-x;
	clear: both;
	}

ul#detailsNav {
	display: block;
	position: relative;
	top: 19px;
	left: -1px;
	float: left;
	}
	
	ul#detailsNav li {
		float: right;
		display: inline;
		background: url(../img/store/mainNav_tabs_liBkg_inactive.png) no-repeat;
		padding: 0 0 0 16px;
		position: relative;
		z-index: 10;
		margin-left: -20px;
		}
		
		* html ul#detailsNav li { background: url(../img/store/mainNav_tabs_liBkg_inactive.gif) no-repeat !important; }
		
	ul#detailsNav a {
		height: 34px;
		line-height: 36px;
		display: block;
		float: left;
		font-size: 13px;
		color: #000;
		text-decoration: none;
		padding: 0 40px 0 10px;
		font-weight: bold;
		text-align: center;
		background: url(../img/store/mainNav_tabs_aBkg_inactive.png) no-repeat top right;
		position: relative;
		z-index: 5;
		}
		
		* html ul#detailsNav a { background: url(../img/store/mainNav_tabs_aBkg_inactive.gif) no-repeat top right !important; }
		
			ul#detailsNav li.selected, ul#detailsNav li.selected a { z-index: 100 !important; }
			ul#detailsNav li.selected { background: url(../img/store/mainNav_tabs_liBkg_active.png) no-repeat; }
			ul#detailsNav li.selected a { background: url(../img/store/mainNav_tabs_aBkg_active.png) no-repeat top right; color: #efefef; }
			
			* html ul#detailsNav li.selected { background: url(../img/store/mainNav_tabs_liBkg_active.gif) no-repeat !important; }
			* html ul#detailsNav li.selected a { background: url(../img/store/mainNav_tabs_aBkg_active.gif) no-repeat top right !important; }
			
#spanDetails {
	background: url(../img/store/stores_detailsTabsBkg.jpg) repeat-x bottom left;
	position: relative;
	padding: 15px 0 0;
	}
	
	.directoryDetails {
		padding: 0px !important; /* override padding for store directory pages */
		}
	
	
/*************************
 *
 *  STORE SECTION TABS
 *
 */ 

 /*##### DEALS SECTION #####*/
 #tabbedContent h1 {
	 width: 405px;
	 font-size: 1.25em;
	 font-weight: bold;
	 display: block;
	 font-family: Arial, Helvetica, sans-serif;
	 border-bottom: 2px solid #cacaca;
	 }

#storeDescription {
	width: 731px;
	float: left;
	position: relative;
	}
	
	#descriptionHeader { width: 731px; height: 15px; background:url(../img/store/store_detailsLogoContainerTop.png) no-repeat; }
	* html #descriptionHeader { background:url(../img/store/store_detailsLogoContainerTop.gif) no-repeat !important; }
	#descriptionFooter { width: 731px; height: 14px; background: url(../img/store/storeDescriptionContainer_footer.png) no-repeat top right; }
	
	#descriptionBody {
		width: 723px;
		margin-left: 6px;
		border-left: 1px solid #cacaca;
		border-right: 1px solid #cacaca;
		background: #fff;
		}
		
		* html #descriptionBody { margin-top: -3px; }
		
	/* LEFT COLUMN */
		#logoColumn 		{ width: 300px; float: left; }
		#descriptionColumn	{ width: 423px; float: left; }
		
			#logoWrapper {
				width: 282px;
				background: url(../img/store/store_detailsLogoContainerSlice.png) repeat-y;
				position: relative;
				left: -7px;
				padding: 2px 9px 0 3px;
				}
				
				#logoWrapper img {
					width: 283px;
					margin: 0 auto;
					display: block;
					}
					
			#logoFooter {
				width: 294px;
				height: 23px;
				background: url(../img/store/store_detailsLogoContainerBottom.png) no-repeat;
				position: relative;
				left: -7px;
				}
				
			ul#storeLinks {
				width: 265px;
				display: block;
				margin-left: 15px;
				font-size: 0.9em;
				z-index: 99;
				}
				
				ul#storeLinks  li {
					width: 265px;
					border-bottom: 1px solid #dee8ff;
					list-style-position: inside;
					margin-left: 0;
					padding: 6px 0;
					font-size: 12px;
					}
					
				ul#storeLinks a:hover {
					text-decoration: underline;
					}
				
		#description {
			width: 405px;
			position: relative;
			font-size: 0.8em !important;
			}
			
			#description p {
				text-align: justify;
				padding:  0 0 15px 0;
				line-height: 1.4em;
				}
	
	/* RIGHT COLUMN */
		#soldBrands {
			width: 204px;
			border: 1px solid #cacaca;
			border-bottom: 0;
			float: right;
			margin-top: 4px;
			background: #fff;
			}
			
			#brandsHeader {
				width: 204px;
				height: 29px;
				line-height: 25px;
				background: url(../img/store/stores_BrandInfo_headerSlice.jpg) repeat-x;
				}
				
				#brandsHeader span {
					font-weight: bold;
					font-size: 13px;
					letter-spacing: 0.075em;
					font-family: Arial, Helvetica, sans-serif;
					padding-left: 5px;
					}
					
		#soldBrands ul { width: 204px; display: block; }
			#soldBrands ul li {
				width: 204px;
				height: 30px;
				display: block;
				background: url(../img/store/stores_BrandInfo_bodySlice.jpg) repeat-y;
				border-bottom: 1px solid #cacaca;
				}
				
			#soldBrands ul li a {
				width: 180px;
				height: 30px;
				padding: 0 12px;
				line-height: 27px;
				text-decoration: none;
				font-size: 12px;
				color: #ff4200;
				display: block;
				overflow: hidden;
				}
				
				#soldBrands ul li a:hover { 
					width: 182px;
					color: #fff;
					background: url(../img/store/storeLinkHover.png) repeat-x;
					margin-left: -1px;
					}
					
					* html #soldBrands ul li a:hover {
						margin-left: -2px;
						}
						
				#soldBrands ul li.browseAll {
					height: 16px;
					border-bottom: none;
					}
					
					#soldBrands ul li.browseAll a {
						height: 20px;
						text-align: right;
						line-height: 16px;
						padding-top: 2px;
						}
						
					#soldBrands ul li.browseAll a:hover {
						background: none;
						color: #ff4200;
						margin-left: 0px;
						width: 180px;
						color: #000;
						}
			
		#brandsFooter {
			width: 206px;
			height: 13px;
			background: url(../img/store/stores_BrandInfo_footerBkg.png) no-repeat;
			float: right;
			}
			
		* html #`Footer { background: url(../img/store/stores_BrandInfo_footerBkg.gif) no-repeat !important; }
			
			
/*************************
 *
 *  SEARCH NAVIGATION
 *
 */ 

 /*##### SEARCH BARS #####*/
 #resultsSearch {
	 width: 955px;
	 margin: 10px auto 0;
	 }
	 
	 * html #resultsSearch { 
	 	margin: 0 auto !important; 
	 	height: 36px !important; 
	 	overflow: hidden !important;  
	 	position: absolute;
	 	bottom: -17px;
	 	left: 0;
	 	}
 
 #resultsSearch_left {
	 width: 11px;
	 height: 36px;
	 background: url(../img/store/headerSearch_left.png) no-repeat;
	 float: left;
	 }
	 
#resultsSearch_right {
	 width: 11px;
	 height: 36px;
	 background: url(../img/store/headerSearch_right.png) no-repeat;
	 float: right;
	 }
	 
#resultsSearch_body {
	width: 933px;
	height: 36px;
	background: url(../img/store/headerSearch_slice.png) repeat-x;
	float: left;
	overflow: hidden !important;
	}
	
	#resultsSearch_body input {
		height: 18px;
		padding: 1px 3px;
		font-size: 13px;
		border: 1px solid #666;
		margin-top: 7px;
		float: left;
		}
	
	#resultsSearch_body label { 
		float: left; 
		display: block;
		height: 20px; 
		margin-top: 7px; 
		color: #fff;
		line-height: 23px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding: 0 5px;
		}
		
	input#search_store_items {
		width: 435px;
		margin-right: 15px;
		color: #000;
		}
		
	input.priceRange {
		width: 100px;
		}
	
	input#buttonSearchStores {
		width: 79px;
		height: 22px;
		border: 0;
		background: url(../img/store/headerSearch_button.png) no-repeat;
		text-indent: -9999px;
		margin-left: 15px;
		}
		
	/* Modifications for Directory Search */
	.directorySearch {
		width: 955px !important;
		}
		
	.directorySearch #search_store_items {
		margin-left: 12px !important;
		}
		
 /**** FOOTER SEARCH BAR ****/
 #footerSearch {
	width: 955px;
	height: 34px;
	display: block;
	position: absolute;
	top: -14px;
	left: 0;
	overflow: hidden;
	line-height: 26px;
	}
	
.storeSearch {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 10px auto 0px;
	}
	
	#footerSearch_left {
		width: 15px;
		height: 34px;
		background: url(../img/store/footerSearch_left.png) no-repeat;
		float: left;
		}
		
	#footerSearch_right {
		width: 16px;
		height: 34px;
		background: url(../img/store/footerSearch_right.png) no-repeat;
		float: left;
		}
		
	#footerSearch_body {
		width: 924px;
		height: 34px;
		background: url(../img/store/footerSearch_slice.png) repeat-x;
		float: left;
		}
		
		#footerSearch_body input {
			height: 16px;
			padding: 1px 3px;
			font-size: 12px;
			border: 1px solid #666;
			margin-top: 5px;
			float: left;
			}
		
		#footerSearch_body label { 
			float: left; 
			display: block;
			height: 20px; 
			margin-top: 7px; 
			color: #fff;
			line-height: 18px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			padding: 0 5px;
			}
			
		input#search_store_items {
			width: 435px;
			margin-right: 15px;
			color: #000;
			}
			
		input.priceRange {
			width: 100px;
			}
		
		#footerSearch_body input#buttonSearchStores {
			width: 79px;
			height: 22px;
			margin-top: 4px;
			}
		
 /**** PAGE NAVIGATION ****/ 
 .searchNavigation {
	 width: 955px;
	 height: 35px;
	 position: relative;
	 border-top: 2px solid #cacaca;
	 border-bottom: 2px solid #cacaca;
	 margin: 20px 0;
	 padding-top: 9px;
	 } 
	 
 .storeDirectorySearch {
		 border-top: none;
		 margin: 5px 0 20px;
		 }
	 
	 .searchNavigation div, .searchNavigation ul { float: left; margin-right: 15px; font-family: Arial, Helvetica, sans-serif !important; } 
	 
	 .searchNavigation label {
		 font-size: 13px;
		 color: #333;
		 padding-right: 2px;
		 font-weight: bold;
		 font-family: Arial, Helvetica, sans-serif !important;
		 line-height: 26px;
		 } 
		 
		.searchNavigation .pagination {
			color: #0076FF !important;
			font-size: 13px;
			line-height: 26px;
			text-align: center;
			font-weight: bold;
			}
	
	div.pageNav, ul.pageNav { float: right; margin-right: 0; }  
	
	ul.pageNavigation { 
		float: left;
		margin-right: 0;
		}
	
	ul.pageNavigation li {
		display: inline;
		float: left;
		}
		
	ul.pageNavigation li.numberSpacer {
		font-size: 0.7em;
		color: #333;
		padding: 10px 5px 0;
		}	
	
	ul.pageNavigation a {
		display: block;
		float: left;
		height: 24px;
		padding: 0 9px;
		line-height: 22px;
		color: #0076FF;
		text-decoration: none;
		font-size: 13px;
		border: 1px solid #cacaca;
		margin: 0 3px;
		background: url(../img/pressNav_off.gif) repeat-x;
		}
		
		ul.pageNavigation a.current { background: url(../img/pressNav_on.gif) repeat-x; color: #fff; }
		ul.pageNavigation a:hover 	 { text-decoration: underline; height: 22px; padding: 0 8px; border:2px solid #cacaca; line-height: 20px; }
	
 
 /*************************
 *
 *  FEATURED ITEM
 *
 */ 

 /*##### CONTAINER #####*/
 #featuredHeader {
	 height: 24px;
	 position: relative;
	 }
 #featuredHeader_left {
	 width: 4px;
	 height: 24px;
	 background: url(../img/store/stores_ItemDetails_headerLeft.jpg) no-repeat;
	 float: left;
	 }
	 
 #featuredHeader_right {
	 width: 4px;
	 height: 24px;
	 background: url(../img/store/stores_ItemDetails_headerRight.jpg) no-repeat;
	 float: right;
	 }
	 
	 * html #featuredHeader_right {
	 	position: absolute;
	 	top: 0;
	 	right: 0;
	 	z-index: 10;
	 	}
	 
 #featuredHeader_body {
	 width: 947px;
	 height: 24px;
	 background: url(../img/store/stores_ItemDetails_headerSlice.jpg) repeat-x;
	 float: left;
	 }
	 
	 * html #featuredHeader_body {
	 	width: 947px !important;
	 	overflow: hidden !important;
	 	}
	 
	 #featuredHeader_body span {
		 font-size: 12px;
		 line-height: 21px;
		 text-shadow: #000 0.05em 0.05em;
		 color: #fff;
		 padding-left: 5px;
		 }
		 

 #featuredBody {
	 width: 953px;
	 height: 464px !important;
	 border-left: 1px solid #cacaca;
	 border-right: 1px solid #cacaca;
	 position: relative;
	 overflow: hidden !important;
	 }
	 
 #featuredBody .clearer { height: 0px; }
	 
 /*** ITEM TITLE ***/
	 #itemTitle {
		 width: 953px;
		 height: 56px;
		 background: url(../img/store/stores_ItemDetails_itemTitle.jpg) no-repeat;
		 }
		 
		 #itemTitle .titleWrap {
			 width: 650px;
			 height: 56px;
			 float: left;
			 overflow: hidden;
			 }
			 
			 .titleWrap h1 {
				width: 630px;
				height: 1.15em;
				font-size: 1.15em;
				font-weight: bold;
				overflow: hidden;
				display: block;
				line-height: 1.1em;
				margin: 0;
				padding: 5px 0 0 5px;
				}
			
			.titleWrap h2 {
				width: 650px;
				font-size: 1.0em;
				height: 1.1em;
				line-height: 1.0em;
				font-weight: normal;
				overflow: hidden;
				display: block;
				padding: 0 0 0 5px;
				margin-top: 1px;
				}
				
 /*** FEAUTURED ITEM ***/
 	#featuredItem 	{ 
		width: 647px; 
		float: left; 
		position: relative; 
		background: url(../img/store/stores_ItemDetails_bodySlice.jpg) repeat-y; 
		}
		
	#relatedItems	{ 
		width: 306px;
		height: 391px;
		float: left;
		position: relative;
		background: url(../img/store/relatedItems_bkg.jpg) no-repeat;
		padding-top: 20px;
		}
	
	
	/*** ITEM IMAGE ***/
		#imgContainer { 
			width: 313px; 
			float: left; 
			position: relative; 
			top: 10px; 
			left: 10px; 
			z-index: 10; 
			}
		
			#imgContainer #mainPicWindow { 
				width: 293px; 
				height: 249px; 
				padding-top: 13px; 
				position: relative; 
				background: url(../img/store/store_itemInfo_mainPicWindow.png); 
				}
				
			#imgContainer img#fallingLabel { 
				display: block; 
				width: 56px; 
				height: 112px; 
				position: absolute; 
				top: 0; 
				left: -19px; 
				z-index: 9999; 
				}
				
			#imgContainer a#mainpic { 
				display: block; 
				margin: 0 auto; 
				}
				
				#imgContainer a#mainpic img { 
					border: none !important; 
					vertical-align: middle; 
					display: block; 
					margin: 0 auto; 
					color: #fff; 
					}
			
			
	/*** ITEM INFORMATION ***/	
		#itemInformation {
				width: 334px;
				float: left;
				position: relative;
				}
				
				#itemInformation span,
				#itemInformation td {
					font-family: Helvetica, Arial, "Lucida Grande";
					color: #2b2b2b;
					font-size: 0.85em;
					}
					
				
				#itemInformation table 	 	 { width: 334px; margin: 10px auto 0; position: relative; z-index: 5;  }
		 		#itemInformation span  		 { display: block; }
				#itemInformation td	   		 { padding: 5px 0 7px 10px; color: #000; }
				#itemInformation td em 		 { font-style: normal; color: #000; } 
				#itemInformation td em.price { font-size: 1.7em; display: inline; position: relative; z-index: 100; }
				#itemInformation td em.price > span { font-size: 1.0em; display: inline; }
				#itemInformation #priceBlink { width: 324px; height: 36px; background: url(../img/store/storePriceBlink.gif) no-repeat; display: none; position: absolute; top: 14px; left: 6px; z-index: 4; }
				* html #itemInformation #priceBlink { top: 7px !important; }
				* html #itemInformation span { display: inline; }
		
	/*** PRICE DROP CLOCK ***/
		#dropClockContainer {
			width: 647px;
			height: 87px;
			background: url(../img/store/stores_ItemDetails_clockContainerBkg.jpg) bottom left repeat-x;
			clear: both;
			padding-top: 13px;
			position: relative;
			}
			
			a#viewListing { 
				width: 172px;
				height: 46px;
				background: url(../img/store/stores_ItemDetails_clockViewButton.jpg) no-repeat;
				text-indent: -9999px;
				display: block;
				position: absolute;
				top: 40px;
				left: 60px;
				}
				
				a.viewFixedListing {
					left: 237px !important;
					}
				
		/*** PRICE CLOCK ***/
			#clock { 
				width: 386px; 
				height: 165px; 
				float: left; 
				position: absolute; 
				top: 11px; 
				left: 275px; 
				}	
			
			span.timerLabel { 
				width: 381px; 
				font-size: 0.7em; 
				color: #2a2a2a; 
				text-align: center; 
				position: absolute; 
				top: 5px; 
				display: block; 
				}
				
				#clockWrapper 		 	{ margin: 13px auto 0; }
				
				.calendarIcon { 
					width: 84px; 
					height: 89px; 
					background: url(../img/store/store_actionconsole_calendar.png); 
					float: left; 
					margin-top: -7px; 
					}
					
				.clockIcon { 
					width: 84px; 
					height: 83px; 
					background: url(../img/store/store_actionconsole_clock.png); 
					float: left; 
					margin-top: -7px; 
					}
					
				#countdown { 
					width: 200px; 
					height: 89px; 
					background: url(../img/store/stores_clockSlice.png) repeat-x; 
					margin-top: -6px; 
					float: left; 
					}
					
					.clockBlock	{ 
						width: 50px; 
						height: 55px; 
						float: left; 
						margin-top: 10px; 
						}
						
					.clockBlock em { 
						width: 50px; 
						font-style: normal; 
						font-size: 2.6em; 
						margin-top: 7px;
						font-family: "Courier New", Courier, monospace; text-align: center;  display: block; 
						}
						
						.red .priceIsFalling .clockBlock em { color: red; }
						
						.priceIsFalling { width: 193px; margin: 0 auto; }
						
					.clockBlock span.unit { 
						width: 50px; 
						float: left; 
						font-size: 0.7em; 
						text-align: center; 
						margin-top: -8px; 
						}
						
					#clock div.hr { 
						width: 20px; 
						height: 50px; 
						border: none; 
						background: none; 
						clear: none; 
						float: left; 
						background: url(../img/store/clockBlock_hr.png); 
						padding: 0; 
						margin: 21px 0 0; 
						}
						
				.clockRounding { 
					width: 23px; 
					height: 89px; 
					background: url(../img/store/stores_clockRounding.png) no-repeat; 
					float: left; 
					margin-top: -6px; 
					}
				
		/*** RELATED ITEM ***/
			.relatedItem { 
				width: 278px; 
				height: 72px; 
				position: relative; 
				padding: 12px 5px 12px 15px; 
				}
			
			*:first-child+html .relatedItem { font-size: 1.3em; }
			
			.relatedItem .imgWrap {
				width: 66px;
				height: 66px;
				float: left;
				margin-right: 5px;
				position: relative;
				background: #ccc;
				}
				
				.relatedItem .imgWrap img {
					position: relative; 
					border: 1px solid #999;
					top: -4px;
					left: -4px;
					}
					
			.relatedItem .title 		{ font-size: 0.7em; height: 1.4em; font-weight: bold; display: block; overflow: hidden; margin-top: 5px; }
			.relatedItem .subtitle		{ font-size: 0.7em; height: 1.3em; font-style: italic; display: block; overflow: hidden; }
			.relatedItem .price			{ color: #ff4200; font-size: 0.8em; }
			.relatedItem .price span	{ color: #ff4200; font-size: 0.8em; }
	
 /*************************
 *
 *  FEATURED STORE
 *
 */ 

 /*##### CONTAINER #####*/
 #featuredStore {
	 width: 951px;
	 border: 2px solid #999;
	 border-top: 1px solid #999;
	 position: relative;
	 margin-bottom: 5px;
	 background: #fff url(../img/store/featuredStore_containerBKG.png) repeat-x;
	 padding-bottom: 5px;
	 }
	 
	 #featuredStore #logoColumn {
		 width: 300px;
		 float: left;
		 }
		 
	#featuredStore ul#storeLinks {
		position: absolute;
		top: 36px;
		right: 14px;
		}
		
		#featuredStore ul#storeLinks li { list-style: none !important;
		text-align: right; }
		 
	#featuredStore #detailsColumn {
		width: 626px;
		float: left;
		position: relative;
		padding: 0 15px 0 10px;
		}
	 
		 #logoColumn #logoContainer {
			 width: 285px;
			 margin: 10px 0 10px 10px;
			 background: #c4c8ce;
			 position: relative;
			 }
			 
			 #logoContainer img {
				 width: 284px !important;
				 display: block;
				 border: 1px solid #999;
				 position: relative;
				 top: -4px;
				 left: -5px;
				 }
				 
		#storeHeaders {
			width: 626px;
			height: 50px;
			padding-top: 5px;
			}
			
			#storeHeaders #storeSubscription {
				width: 158px;
				height: 28px;
				position: absolute;
				top: 5px;
				right: 15px;
				z-index: 100;
				}
				
		#storeDetails h1 {
			width: 626px;
			border-bottom: 1px solid #999;
			}
			
			#storeDetails h1 a { text-decoration: none; }
			
		p#storeDescription {
			width: 625px;
			padding: 0;
			margin: 0;
			font-size: 0.75em;
			float: left;
			padding-bottom: 15px;
			}
			
			#relatedItemsDirectory {
				width: 900px;
				margin: 0 auto;
				clear: both;
				}
				
			#relatedItemsDirectory .relatedItem {
				width: 275px;
				float: left;
				margin-top: 5px !important; 
				margin-left: 25px !important;
				padding: 0;
				}
			
 #findStore {
	 width: 955px;
	 position: relative;
	 }
	 
	 #findStore .orangeHeaderSquare_left {
		 width: 4px;
		 height: 24px;
		 background: url(../img/store/stores_ItemDetails_headerLeft.jpg) no-repeat;
		 float: left;
		 }
		 
	#findStore .orangeHeaderSquare_right {
		 width: 4px;
		 height: 24px;
		 background: url(../img/store/stores_ItemDetails_headerRight.jpg) no-repeat;
		 float: right;
		 }
		 
	#findStore .orangeHeaderSquare_body {
		 width: 947px;
		 height: 24px;
		 background: url(../img/store/stores_ItemDetails_headerSlice.jpg) repeat-x;
		 float: left;
		 }
		 
		#findStore .orangeHeaderSquare_body span {
			font-size: 12px;
			line-height: 21px;
			text-shadow: #000 0.05em 0.05em;
			color: #fff;
			padding-left: 5px;
			}
			
	#findStoreContainer {
		width: 953px;
		height: 32px;
		border: 1px solid #adadad;
		border-top: none;
		background: url(../img/store/storeDirectory_findStoresBkg.png) repeat-x;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		}
		
		#findStoreContainer .clearer {
			width: 955px;
			height: 2px;
			clear: both;
			background: #eaeaea;
			padding: 0px !important;
			margin: 0px !important;
			position: absolute;
			bottom: -3px;
			left: -1px;
			}
		
		#findStoreContainer label, #findStoreContainer span {
			font-size: 0.75em;
			font-weight: bold;
			line-height: 1.8em;
			display: block;
			float: left;
			}
			
		label.category {
			width: 150px;
			margin: -7px 20px 0 60px;
			}
			
		label.location {
			width: 75px;
			margin: 3px 0 0 40px;
			}
			
		#findStoreContainer span {
			margin: 3px 0 0 40px;
			}
			
		input.findStore {
			width: 183px;
			height: 19px;
			background: url(../img/store/searchStores_field.png) no-repeat;
			font-size: 13px;
			padding: 4px;
			display: block;
			float: left;
			}
				
		input.findStoreButton {
			width: 24px;
			height: 24px;
			background: url(../img/store/searchStoresButton.png) no-repeat;
			text-indent: -9999px;
			display: block;
			float: left;
			margin-left: 10px;
			}
		 
/*************************
 *
 *  LOCATION SECTION
 *
 */ 
 #locationContainer, #policyContainer {
	 width: 953px;
	 background: #fff;
	 border-left: 1px solid #cacaca;
	 border-right: 1px solid #cacaca;
	 position: relative;
	 }
	 
	 * html  #locationContainer, * html #policyContainer { margin-top: -6px; }
	 
	 #locationMap {
		 width: 953px;
		 height: 282px;
		 position: relative;
		 z-index: 1;
		 }
		 
		 #locationMap .ajaxLoad {
		 	width: 100px;
		 	height: 100px;
		 	position: absolute;
		 	top: 91px;
		 	left: 426px;
		 	z-index: 2;
		 	background: url(../img/ajaxLoader_orangeWhite.gif);
		 	}
		 
		 #store_gmap {
			width: 953px; 
			height: 282px; 
			position: relative; 
			display: block; 
			z-index: 10;
			}
		 
	 #locationDescriptionContainer {
		 width: 953px;
		 position: relative;
		 border-top: 1px solid #cacaca;
		 }
	 
		 #locationDescription {
			 width: 660px;
			 padding: 10px 15px 10px;
			 float: left;
			 }
			 
			 #locationDescription h1 {
				 width: 660px;
				 height: 30px;
				 font-size: 1.6em;
				 font-weight: normal!important;
				 line-height: 30px;
				 border-bottom: 2px solid #cacaca;
				 }
				 
			 #locationDescription p { 
				 font-size: 0.8em;
				 line-height: 1.3em;
				 text-align: justify;
				 padding: 8px 10px 8px 0;
				 }
		
		#locationAddress {
			width: 233px;
			padding: 10px 15px 10px;
			float: left;
			}
			
			#locationAddress h1 {
				width: 233px;
				height: 30px;
				font-size: 1.2em;
				font-weight: normal !important;
				line-height: 35px;
				border-bottom: 2px solid #cacaca;
				}
				
			#locationAddress p { 
				font-size: 0.75em;
				text-align: left;
				padding: 3px 0;
				color: #333;
				}
				
			#storeLogo {
				width: 218px;
				height: 109px;
				padding: 6px 0 5px 2px;
				margin: 20px auto 10px;
				background: url(../img/store/locationLogoBkg.png) no-repeat;
				}
				
 /*************************
 *
 *  SHIPPING AND HANDLING SECTION
 *
 */ 
 #policyContainer {
	 width: 918px;
	 padding: 0 20px 5px 15px;
	 position: relative;
	 }
	 
 #policySummary {
	 width: 478px;
	 }
	 
	 img#shAvatar {
		 position: absolute;
		 top: 33px;
		 right: 0px;
		 }
	 
	 #policyContainer h1 {
		width: 918px;
		font-size: 1.2em;
		font-weight: normal !important;
		line-height: 35px;
		border-bottom: 2px solid #cacaca; 
		}
		
		 #policySummary h1 {
			  width: 478px;
			 }
		
	 #policyContainer ul.policy {
		 font-size: 0.8em;
		 line-height: 1.8em;
		 margin-bottom: 20px;
		 }
		 
	#policyContainer p {
		font-size: 0.75em;
		line-height: 1.5em;
		text-align: justify;
		}
		
	table#paymentOptions {
		width: 918px;
		margin: 15px auto 0;
		border: 1px solid #bababa; 
		}
	
	table#paymentOptions tr 	{ background: #fff; border-top: 1px solid #bababa;  border-bottom: 1px solid #bababa; }
	table#paymentOptions tr.odd { background: #f7fbff; }
	table#paymentOptions td 	{ position: relative; vertical-align: middle; }
	
	table#paymentOptions img {
		padding-left: 15px;
		}
	
	table#paymentOptions ul {
		width: 100%;
		margin: 10px 0;
		}
	
	table#paymentOptions ul li {
		padding: 2px 10px 2px 0;
		font-size: 0.75em;
		}
		
	#policyContainer p.note { 
		width: 918px; 
		margin-bottom: 10px;
		}
 
 /*************************
 *
 *  SEARCH RESULTS STYLES
 *
 */ 
 #searchResultsWrapper {
	 width: 955px;
	 margin: 0 auto;
	 position: relative;
	 }
	 
	/* Store Directory Nav */
	.directoryNav {
		width: 177px;
		position: relative;
		float: left;
		margin-right: 17px;
		}
		
		.directoryNav .orangeHeaderSquare_left {
			 width: 4px;
			 height: 24px;
			 background: url(../img/store/stores_ItemDetails_headerLeft.jpg) no-repeat;
			 float: left;
			 }
			 
		.directoryNav .orangeHeaderSquare_right {
			 width: 4px;
			 height: 24px;
			 background: url(../img/store/stores_ItemDetails_headerRight.jpg) no-repeat;
			 float: right;
			 }
			 
		.directoryNav .orangeHeaderSquare_body {
			 width: 169px;
			 height: 24px;
			 background: url(../img/store/stores_ItemDetails_headerSlice.jpg) repeat-x;
			 float: left;
			 }
			 
			.directoryNav .orangeHeaderSquare_body span {
				font-size: 12px;
				line-height: 21px;
				text-shadow: #000 0.05em 0.05em;
				color: #fff;
				padding-left: 5px;
				}
	
		.directoryNav ul.directoryNavBody {
			width: 177px;
			position: relative;
			background: url(../img/store/storeDirectory_leftNavSlice.png) repeat-y;
			padding-bottom: 12px;
			}
		
			ul.directoryNavBody li {
				border-bottom: 1px solid #999;
				}
				
			ul.directoryNavBody li a {
				display: block;
				height: 27px;
				width: 145px;
				padding: 5px 15px;
				margin: 0 auto;
				font-size: 11px;
				text-decoration: none;
				}
				
				ul.directoryNavBody li a:hover {
					background: url(../img/store/storeLinkHover.png) repeat-x;
					color: #fff;
					}
					
					ul.directoryNavBody li a:hover span.orange, ul.directoryNavBody li a:hover span.tip { color: #fff !important; }
					
				#storeCategories a {
					color: #ff4200;
					font-weight: bold;
					height: auto;
					}
					
					#storeCategories a:hover { color: #fff; }
					
			ul.directoryNavBody li.moreStores {
				border-bottom: none;
				position: absolute;
				}
				
				ul.directoryNavBody li.moreStores a {
					text-align: right;
					text-decoration: none !important;
					font-weight: bold;
					}
					
				ul.directoryNavBody li.moreStores a:hover {
					background: none;
					text-decoration: underline !important;
					}
		
		.directoryNav .directoryNavFooter {
			width: 177px;
			height: 17px;
			background: url(../img/store/storeDirectory_leftNavFooter.png) no-repeat;
			}
	
	/*******************************/
	/*
	/* Store Product Search Results
	/*
	 */
	 
	.itemContainer {
		width: 179px;
		height: 250px;
		float: left;
		position: relative;
		margin: 10px 15px 30px 0;
		padding: 0;
		}
	
	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: 179px;
		padding: 10px 0 0;
		margin: 0 auto;
		}
		
		a.listingTitle {
			width: 179px;
			height: 2.5em;
			display: block;
			text-align: left;
			color: #281e14;
			font-size: 0.75em;
			text-decoration: none;
			text-transform: capitalize;
			overflow: hidden;
			line-height: 1.2em;
			margin-bottom: 5px;
			font-weight: bold;
			overflow: hidden;
			}
			
		a.listingTitle:hover {
			text-decoration: underline;
			}
			
		a.listingSubtitle {
			width: 179px;
			height: 2.5em;
			display: block;
			text-align: left;
			color: #333;
			font-size: 0.7em;
			text-decoration: none;
			text-transform: capitalize;
			line-height: 1.2em;
			margin-bottom: 5px;
			overflow: hidden;
			}
			
		.itemPrice, .originalPrice {
			width: 179px;
			margin: 0;
			font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
			font-size: 12px;
			text-align: left;
			color: #333!important;
			}
			
			.itemPrice span {
				color: #F00 !important;
				padding: 2px 1px;
				}
			
			.itemPrice img {
				position: relative;
				top: 3px;
				}
				
		.originalPrice {
			font-size: 10px;
			text-align: left;
			color: #333 !important;
			}

	/*******************************/
	/*
	/* Store Listing Search Results
	/*
	 */
	 #storeItems .directoryNav {
	 	width: 215px;
	 	}
	 
	 
	 #storeItems .directoryNav .orangeHeaderSquare_body {
			 width: 207px;
			 }
	
		#storeItems .directoryNav ul.directoryNavBody {
			width: 215px;
			background: url('../img/store/repeat.png') repeat-y;
			}
		
			ul.directoryNavBody li {
				border-bottom: 1px solid #999;
				}
				
			ul.directoryNavBody li a {
				width: 183px;
				}
	 
		 #storeItems .directoryNav .directoryNavFooter {
	 		width: 215px;
		 }
	 
	 #storeItems .storeListing {
		 width: 215px;
		 height: 225px;
		 float: left;
		 margin: 5px 20px 30px 0px;
		 position: relative;
		 }
		 
		 .storeListing .subscription {
			 width: 124px;
			 height: 16px;
			 background: url(../img/store/storeListing_subscriptionBkg.png) no-repeat;
			 position: absolute;
			 top: -12px;
			 left: 44px;
			 z-index: 2;
			 font-size: 10px;
			 text-align: center;
			 color: #fff;
			 line-height: 16px;
			 } 
		 
	 .storeLogoContainer {
		 width: 210px;
		 background: #e5e5e5;
		 position: relative;
		 }
		 
		 .storeLogoContainer img {
			 display: block;
			 width: 206px;
			 border: 2px solid #999; 
			 position: relative;
			 top: -5px;
			 left: -4px;
			 }
			 
		.store_cat, .store_name, .store_type { 
			width: 210px;
			margin-bottom: 5px;
			clear: both;
			}
			
			.store_name { 
				padding-top: 6px;
				}
			
			.store_name a {
				text-decoration: none;
				line-height: 0.9em;
				padding: 5px 0;	
				font-weight: bold;
				font-size: 0.85em;
				text-shadow: 0.05em 0.08em #CCC;
				}
				
			.store_cat {
				height: 1.2em;
				font-size: 0.8em;
				overflow: hidden;
				padding: 0;
				}
		
		.storeListing p {
			width: 216px;
			text-align: justify;
			font-size: 0.75em;
			}	
	 
 #featuredFooter {
	 width: 955px;
	 height: 14px;
	 background: url(../img/store/stores_ItemDetails_footer.jpg) no-repeat;
	 }
			
#advertisements { height: 198px; margin: 26px auto 11px; }		
#advertisements img {
	padding-right: 13px;
	margin: 0;
	float: left;
	}
		
#googleAdsStores {
	width: 943px;
	height: 252px;
	clear: both;
	/*border: 1px solid #999;*/
	padding: 5px;
	}
	
	#googleAdsStores .adWrap {
		width: 300px;
		height: 250px;
		float: left;
		margin-right: 21px;
		}

/* GOOGLE MAPS STYLES */

div.gmapInfoBox {
	width: 220px;
	height: 100px;
	position: relative;
}
div.gmapInfoBox img {
	display: block;
	float: left;
	margin: 0;
	padding: 1px;
	border: 1px solid #cacaca;
	width: 65px;
	height: 45px;
	clear: left;
	position: absolute;
	top: 35px;
	}
div.gmapInfoBox h4 {
	font-family: georgia, cambria, serif;
	font-size: 13px !important;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 2px;
	width: 200px;
	position: relative;
}
div.gmapInfoBox a {
	font-size: 0.9em;
	color: #666;
}
div.gmapInfoBox address {
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
	display: block;
	width: 150px;
	float: left;
	position: absolute;
	top: 40px;
	left: 75px;
}

/*************************
 *
 *  EMPTY STORE
 */ 
#categoryWrapper {
	padding-top: 39px;
	padding-bottom: 121px;
	background: url('../img/store/noItemsWave.jpg') bottom right no-repeat;
	margin-bottom: 10px; 
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	} 
 
	img#noItem {
		width: 256px;
		height: 215px;
		display: block;
		float: left;
		margin: 0 41px 0 11px;
		}
	
	#categoryLinks {
		width: 647px;
		float: left;
		}
		
		* html #categoryLinks 				{ width: 630px; }
		*:first-child+html #categoryLinks 	{ width: 630px; }
		
		#categoryLinks h1 { 
			font-size: 24px;
			line-height: 40px;
			margin: 0;
			padding: 0;
			}
			
		#categoryLinks p {
			padding: 0;
			font-size: 0.85em;
			margin-bottom: 10px;
			}
			
		#categoryLinks table.otherLinks {
			width: 615px;
			margin-bottom: 30px;
			}
		
		#categoryLinks table.otherLinks a {
			color: #0076FF !important;
			text-decoration: none;
			font-size: 0.8em;
			}
		
		#categoryLinks table.otherLinks a:hover { 
			text-decoration: underline;	
			}
			
/**##### IE HACKS ###### **/
* html ul#detailsNav { left: -613px; top: 18px !important; }
*:first-child+html ul#detailsNav { left: -613px; top: 18px !important; }
* html .ie6tabfix { left:-785px !important; }
*:first-child+html .ie6tabfix { left: -786px !important; margin-top: 2px; }
* html #featuredStore { margin-top: -18px; }
* html #relatedItemsDirectory .relatedItem { width: 250px !important; }
* html #findStore { position: relative; top: 18px; }
* html #findStoreContainer .clearer { display: none; } 
* html #findStoreContainer  label.category { margin-left: 40px; }
* html .directoryNav ul.directoryNavBody { top: -18px; }
* html .directoryNavFooter { margin-top: -18px; }
* html #featuredStore ul#storeLinks ul { list-style: none !important; list-style-image: none; }
* html #featuredStore ul#storeLinks li { list-style: none !important; list-style-image: none; }
*:first-child+html #featuredStore ul#storeLinks { right: 30px; }
*:first-child+html #featuredStore ul#storeLinks ul { list-style: none !important; list-style-image: none; }
*:first-child+html #featuredStore ul#storeLinks li { list-style: none !important; list-style-image: none; }

/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #bababa;
	background: #FFF !important;
	margin: -10px 0 0 20px !important;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#000;
	background:		#eee;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(../cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { /*border: 1px solid #bababa;*/ outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #bababa; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(../cursor/zoomout.cur), pointer; border: 1px solid #bababa; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #bababa;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(../img/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #bababa;
	background: #ffffff url(../img/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}

a.thumbnail img { border: 1px solid #bababa; margin-top: -25px; }

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 900;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 900;
	position: absolute;
}

div#fancy_div {
	background: #FFF;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 900;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 981;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 911; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 912; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 900;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancy_title_right.png') repeat-x;
}

/*Display right arrow hack*/
span#fancy_right_ico {right: 20px; display: block;}

/*****************************************************************************************/
/*									IFRAMED CONTENT										 */

/* SIGNIN OR REGISTER */
	div#signin {
		width: 397px;
		height: 184px;
		background: url(../img/iframes/login_iframeBKG.png);
		position: relative;
		}
		
		div#signin a#help {
			font-size: 13px;
			position: relative;
			top: 3px;
			left: 190px;
			text-decoration: none !important;
			}
			
			a#help:hover, div#signin a#help:hover { text-decoration: underline !important; }
		
		div#login_form {
			padding: 15px 10px;
			position: relative;
			top: 30px;
			left: 0px;
			}
			
			div#signin .field {
				height: 39px;
				padding: 0;
				}
				
				.field input {
					width: 215px;
					height: 20px;
					line-height: 22px;
					font-size: 14px;
					text-align: left;
					padding: 2px 5px;
					border: 1px solid #bababa;
					}
					
					#login_submit {
						width: 132px;
						height: 31px;
						background: url(../img/iframes/buttons_login.png) no-repeat;
						display: block;
						position: absolute;
						top: 14px;
						left: 249px;
						}
						
					#remember {
						font-size: 13px;
						line-height: 13px;
						position: absolute;
						top: 60px;
						left: 249px;
						}
						
						#remember em { 
							padding-left: 5px;
							}
							
						a#login_register {
							width: 132px;
							height: 31px;
							background: url(../img/iframes/buttons_register.png);
							text-indent: -9999px;
							display: block;
							position: absolute;
							top: 146px;
							left: 249px;
							}

	/* GENERIC PRODUCT DOODAD */
	div#doodad_product {
		width: 629px;
		height: 284px;
		background: url(../img/iframes/iframe_productBKG.png) no-repeat;
		position: relative;
		font-size: 13px;
		}
		
		#iframe_header {
			height: 23px;
			width: 629px;
			line-height: 23px;
			display: table-cell;
			font-size: 12px;
			}
			
			#iframe_header img { 
				vertical-align: middle;
				}
				
			.iframe_icon {
				margin-left: 7px;
				} 
			
			.iframe_or {
				position: absolute;
				left: 386px;
				top: 5px;
				}
				
			span#buy {
				position: absolute;
				left: 414px;
				top: 0px;
				}
				
			a#help {
				font-size: 13px;
				position: absolute;
				top: 0px;
				left: 545px;
				text-decoration: none !important;
				z-index: 10;
				}
				
			#content {
				width: 397px;
				height: 261px;
				position: absolute;
				top: 23px;
				left: 0;
				}
				
		.field {
			height: 20px;
			width: 397px;
			padding: 5px 12px;
			margin: 0 auto;
			}
			
			.field label {
				padding-right: 5px;
				float: left;
				height: 20px;
				line-height: 15px;
				}
				
			.field input {
				height: 14px;
				padding: 2px;
				font-size: 10px;
				}
				
			#lists_new 		{ width: 163px; }
			#reminder_price { width: 128px; }
			#share_name 	{ width: 238px; margin-left: 5px; }
			#share_email 	{ width: 238px; }
			#share_ceckbox	{ width: 135px; height: 30px; margin: 0 auto; }
			#share_ceckbox label { width: 110px !important; }	
			
			img#clock_icon { position: absolute; top: 37px; left: 285px; }
			
		
		.textbox {
			padding: 5px 12px;
			}
			
			textarea {
				border: 1px solid #bababa;
				}
			
		.note {
			width: 397px;
			height: 14px;
			text-align: center;
			margin: 0;
			padding: 5px 0;
			}
			
		.buttons {
			width: 198px;
			float: left;
			}
			
			#watch_submit, #button_reset {
				width: 132px;
				height: 31px;
				background: url(../img/iframes/iframes_watch_addtolist.png);
				display: block;
				text-indent: -9999px;
				float: right;
				margin-right: 10px;
				}
				
			#button_reset {
				background: url(../img/iframes/buttons_cancel.png);
				float: left;
				margin: 0 0 0 10px;
				}
				
			#button_ok, .button_ok {
				width: 132px;
				height: 31px;
				background: url(../img/iframes/buttons_ok.png);
				display: block;
				text-indent: -9999px;
				float: right;
				margin-right: 10px;
				}
				
				.button_ok { position: absolute; margin: 0; top: 225px; left: 140px; }
				
	/* ITEM DETAIL */
	#item {
		width: 232px;
		height: 261px;
		position: absolute;
		top: 23px;
		left: 397px;
		}
		
		#item .thumb_frame {
			width: 116px;
			height: 103px;
			background: url(../img/iframes/iframe_thumbnailBKG.png);
			margin: 13px auto;
			}
			
			#arrow_left, #arrow_right {
				position: absolute;
				top: 45px;
				left: 15px;
				}
				
			#arrow_right { left: 188px; }
		
		#item img#product_thumb {
			width: 106px;
			height: 93px;
			padding: 4px 5px;
			}
			
		#item_details span {
			width: 212px;
			display: block;
			padding: 0 10px;
			text-align: center;
			}
			
			span.red { display: inline !important; padding: 0 !important; }
		
		#iframe_buy {
			width: 132px;
			height: 31px;
			background: url(../img/iframes/buttons_buy.png);
			display: block;
			text-indent: -9999px;
			margin: 6px auto 0;
			}
			
			span.item_title 	{ color: #333; font-size: 12px; height: 30px !important; overflow: hidden; }
			span.item_subtitle 	{ color: #333; font-size: 12px; font-weight: bold; height: 15px; overflow: hidden; margin-top: 4px; }
			span.item_ceiling	{ color: #888; font-size: 11px; margin-top: 3px; }
			span.item_fixed 	{ color: #333; font-size: 11px; margin-top: 10px; }
			span.cur_price		{ color: #333; font-size: 11px; }
			
		#note_imgselect, #itemID {
			width: 212px;
			display: block;
			padding: 0 10px;
			text-align: center;
			font-size: 10px;
			line-height: 13px;
			margin-top: 8px;
			}
			
		#itemID { font-weight: bold; font-size: 11px; margin-top: 12px; }
		
	/* SUGGEST ITEM */
	#doodad_suggest {
		width: 397px;
		height: 414px;
		background: url(../img/iframes/iframes_suggest.png);
		position: relative;
		font-size: 13px;
		margin: 0 auto;
		overflow: hidden;
		}
		
		#doodad_suggest a#help {
			top: 3px;
			left: 310px;
			}
			
		#doodad_suggest .field { 
			padding: 5px 10px; 
			}
		
		#doodad_suggest .textbox {
			padding: 0 10px;
			}
			
		#doodad_suggest .iframe_textarea {
			width: 375px;
			}
		
		#doodad_suggest #suggest_url {
			margin-top: 72px; 
			margin-bottom: 57px;
			padding: 5px 20px;
			}
			
			#doodad_suggest #suggest_url input { width: 312px; }
			
	/* HELP DOODAD */
	#doodad_help {
		width: 628px;
		height: 210px !important;
		position: relative;
		font-size: 13px;
		margin: 0 auto;
		overflow: hidden;
		}
		
		#doodad_help #iframe_header {
			width: 626px;
			height: 23px !important;
			line-height: 23px;
			border: 1px solid #bababa;
			background: url(../img/iframes/doodad_helpHeaderBKG.png) repeat-x;
			display: block;
			overflow: hidden;
			position: relative;
			z-index: 99;
			}
			
		#doodad_help #content {
			width: 626px;
			height: 185px !important;
			border: 1px solid #ececec;
			border-top: none;
			background: url(../img/iframes/doodadHelpBkg.png) repeat-x;
			clear: both;
			margin: 0;
			padding: 0;
			overflow: hidden;
			}
			
			#doodad_help #content p {
				padding: 20px 15px 0;
				line-height: 1.5em;
				font-size: 1.05em;
				font-family: Helvetica, Arial, sans-serif;
				text-align: center;
				}
				
.continueButton {
	width: 167px;
	height: 36px;
	display: block;
	margin: 25px auto 0;
	}
			
* html .field input { height: 18px; font-size: 14px; line-height: 18px !important; padding: 0px 4px !important; }  
span#fancy_right_ico {right: 20px; display: none;}