/* CSS doc: featured product: email landing */


	#navAlpha {
		margin:5px 0 50px 0;
		padding:0;
		list-style:none;
	}
	#navAlpha li {
		float:left;
	}
	#navAlpha a {
		padding: 4px 6px;
		text-decoration:none;
		display:block;
		margin:1px;
		font-size:11px;
		line-height: 15px;
		border:1px solid #fff;
	}
	#navAlpha a.selected {
		border:1px solid #ccc;
	}
	#navAlpha a:hover {
		border:1px solid #ccc;
	}
	
	#staticContainer {
		width: 600px;
	}
	#topSellers_table {
		border-collapse: collapse;
		clear: both;
	}
	#topSellers_table td {
		vertical-align: top;
	}
	#topSellers_table .prodCell {
		margin:0;
		border-top: 4px solid #eeeeee;
	}
	#topRow .prodCell {
		border-top: none;
	}
	#topSellers_table .middle {
		border-left: 5px solid #eeeeee;
		border-right: 5px solid #eeeeee;
	}
	#topSellers_table .prodCell .inner {
		margin: 15px 30px;
	}
	#featuredProd_head {
		color: #AA0000;
		width: 570px;
		font-size: 16px;
		padding-bottom: 3px;
		margin-top: 30px;
		border-bottom: 1px solid #ccc;
	}
	#featuredProd {
		position: relative;
		background: url(http://images.overstock.com/f/102/3117/8h/www.overstock.com/img/mxc/20061003_dottedLine.gif) bottom left repeat-x;
		height: 150px;
		margin-bottom:20px;
	}
	#featuredProd .inner {
		margin: 0 30px;
	}
	#featuredProd .prodImg {
		float: left;
		border: none;
	}
	#featuredProd .description {
		float: right;
		width: 220px;
		padding-top: 5px;
		margin-bottom: 15px;
		text-align: left;
	}
	#featuredProd .pricePoint {
		margin: 0 230px 0 135px;
		padding-top: 5px;
	}
	#featuredProd .subCat {
		position: absolute;
		bottom: 10px;
		right: 30px;
	}
	#store_topSellers {
		color:#999999;
		letter-spacing: -1px;
		font-size: 28px;
		margin: 0 0 5px 0;
		float: left;
	}
	#store_topSellers span {
		color: #AA0000;
		font-size: 16px;
		letter-spacing:0;
	}
	#proNM a {
		font-size:16px; font-weight:bold; line-height: 19px; text-decoration:none;
	}
	#wrapper {
		font-family: arial, verdana, helvetica, sans-serif !important; 
		font-size:12px !important; 
		color:#606060 !important; 
		width:600px;
	}
	#feature {
		 font-family: arial, verdana, helvetica, sans-serif !important; 
		 font-size:12px; 
		 line-height: 16px; 
		 color:#606060; 
		 margin-bottom: 15px;
	}
	#priceTable {
		color:#606060;
		font-size:12px;
		line-height:14px;
		border-collapse:collapse;
		margin-top:20px;
	}
	#priceTable .ourPrice span{
		color:#ca0000 !important; 
		font-weight:bold;
	}
	
	#pageSel {clear:both; margin:0 0 0 5px; padding:8px 0 40px 0; list-style:none; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;	color:#404040;}
	#pageSel li {float:left; padding-left: 5px; padding-top:3px;}
	#pageSel .catHead {font-size: 16px; padding:0 10px 0 0; font-weight:bold;} 
	#pageSel a {color: #404040;}
	#pageSel span {color:#909090;}
	
	/*Product Display Box Styles */
	.NewCatListPro, .NewCatListPro a { text-decoration: underline; height: auto !IMPORTANT;}
	.NewCatListPro:hover, .NewCatListPro a:hover   {color: #cc0000;	text-decoration: underline;}
	.NewCatList {color: #114C81; }
	.NewCatListPrice {color: #cc0000; text-decoration: none;}
	.NewCatListClearance {font-weight:bold; color: #cc0000; text-decoration: none;}
	.NewCatListPercent {color: #666666; text-decoration: none; font-weight:bold;}
	.NewCatListHowMany {color: #0066CC;	text-decoration: none;}
	.NewCatListBorderRight {padding: 15px 5px; border-right: 1px solid #dddddd; border-bottom: 4px solid #dddddd; text-align: center; }
	.NewCatListBorderNone {padding: 15px 5px; border-bottom: 4px solid #dddddd;	text-align: center; }

/* BUG FIXES */
body #promoArea1 ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 560px !important;
}