#index-page {
	/*width: 540px;*/
	position:relative;
}
#index-right {
	width: 200px;
	position:absolute;
	top: 0;
	right: 0;
}
#index-left {
	margin-right: 210px;
	border-right: 1px solid #E1B990;
	padding-right: 10px;
}
.new-product {
    background-color: #e8fefe;
    padding: 10px;
}
.new-icon {
    float: left;
    margin-right: 5px;
    margin-left: 25px;
}
.new-img {
    float: left;
}
.new-name a {
    color: #333;
    font-weight: bold;
}
.new-header {
    font-size: 1.3em;
    /*font-weight: bold;*/
    color: #FF0000;
    letter-spacing: .6em;
    text-align: center;
    font-variant: small-caps;
}
.new-right {
    margin-left: 125px;
}
.new-text p {
    margin-top: 0;
}
.cat-box {
	clear: both;
	/*border-bottom: 1px solid #FFFBD0;*/
	padding-bottom: 5px;
	padding-top: 5px;
	height: 1%;
	margin-bottom: 10px;
}
.first {
	padding-top: 0;
}
.even img.cat-pic {
	float: left;
	margin-right: 5px;
}
.odd img.cat-pic {
	float: right;
	margin-left: 5px;
}
h2.cat-name {
	background: transparent url(/images/index/name-underline.gif) 0 0 repeat-x;
	font-size: 1.1em;
	height: 22px;
}
h2.cat-name a {
	color: #CC6600;
	text-decoration: none;
}
.cat-desc {
	display: none;
}
.cat-links {
	white-space: nowrap;
}
.even .cat-links {
	margin-left: 120px;
}
.odd .cat-links {
	/*margin-right: 120px;*/
}
.cat-links a {
	color: #856A2A;
	padding: 2px 5px 2px 7px;
	display: block;
	float: left;
	background: transparent url(/images/bullet.gif) 0 0 no-repeat;
}
a.view-all {
	/*padding: 5px 0;*/
	color: #cc6600;
	/*clear: both;*/
	background-image: none;
}
.superstore-savings {
	margin-top: 10px;
	background-color: #FFFBD0;
	text-align: center;
	padding: 0 0 10px 0;
	font-weight: bold;
	border: 1px solid #004500;
}
p.superstore-coupons {
	margin: 10px 0;
}
.superstore-savings-header {
	color: #004500;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: .25em;
}
.superstore-savings a {
	color: #666;
}
.low-price {
	margin-top: 20px;
	text-align: center;
}
.low-price a {
	color: #0A5F9E;
}
.low-price img {
	border: 0;
}

