#titleBar {
	display: none;
}
#index-right {
	width: 344px;
	float: right;
	border-left: 1px solid #07565B;
	padding-left: 10px;
}
#index-right li {
	margin-bottom: 10px;
	height: 115px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
#index-right h2 {
	color: #07565B;
	border-bottom: 1px solid #07565B;
	margin-bottom: 10px;
	font-size: 1.1em;
}
#index-right h3 {
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	padding-left: 4px;
}
#index-right a {
	color: #333;
}
#index-right li ul li {
	margin-left: 5px;
	margin-bottom: 1px;
	height: 15px;
	border-bottom: 0;
	padding-bottom: 0;
}
#index-right h3 a {
	text-decoration: none;
}
.cat-info {
	margin-left: 94px;
}
.cat-pic {
	float: left;
}
#index-left {
	margin-right: 355px;
}
#index-search {
	width:353px;
	height: 108px;
	background-color: #f2f2f2;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
}
input.index-input {
	float: right;
	width: 310px;
	padding: 3px;
	font-size: 1.5em;
	margin: 20px 15px 10px 0;
}
input.index-submit {
	float: right;
	margin-right: 15px;
}
#featured-products {
	margin-top: 20px;
	margin-right: 10px;
}
#index-right h1,
#featured-products h1 {
	color: #07565B;
	border-bottom: 1px solid #07565B;
	margin-bottom: 10px;
}
#featured-products li {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	height: 1%;
}
img.featured-pic {
	width: 66px;
	float: left;
}
.featured-info {
	margin-left: 72px;
	height: 1%;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}
h2 a {
	color: #333;
}
.featured-price {
	float: left;
	width: 80px;
	font-size: 1.2em;
}
.featured-cart {
	float:right;
	width: 110px;
	text-align:right;
}
.more-info {
	padding-right: 16px;
	line-height: 16px;
	height: 16px;
	background: transparent url(/images/more-info.jpg) top right no-repeat;
	/*width: 174px;*/
	text-align: right;
	clear: left;
	margin-top: 5px;
}
.more-info a {
	display: block;
	color: #333;
}
.view-all {
	/*margin-top: 10px;*/
	background: transparent url(/images/more-info.jpg) top right no-repeat;
	text-align: right;
	padding-right: 16px;
	margin-right: 60px;
}