/* features */
.featured-holder {
	position: relative;
	background:url(../images/home/features-bg.gif) no-repeat;
	padding: 0 0 20px;
	margin: 15px 0 0 0;
}

/* new-arrivals */
.new-arrivals{
	width: 470px;
	float: left;
}
.new-arrivals h2 {
	background:url(../images/home/new-arrivals.gif) no-repeat;
	margin-top: 15px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
}
.new-arrivals ul{
	list-style:none;
	margin:15px 0 0 -25px;
	padding:0;
	overflow:hidden;
	width:470px;
}
.new-arrivals li{	
	float:left;
	width:130px;
	margin:0 0 0 25px;
	padding-top:1px;

}
/* image holder */

.new-arrivals ul .featured-image-table{
	border: 1px solid #c9cdcf;
	border-top: 1px solid #c9cdcf !important;
	height:130px;
	margin: 0 0 10px;
}

.new-arrivals ul .featured-image-table td{
	vertical-align: middle !important;
	border: 1px solid #c9cdcf;
	border-top: 1px solid #c9cdcf !important;
	text-align: center;
	padding:5px;
}

/* description */
.new-arrivals a{color:#18adc5}
.new-arrivals a:hover{color:#1c8191}
.new-arrivals .type{
	font-size: 10px;
	font-weight: bold;
	color:#e34b1e;
	margin:0;
	text-transform:uppercase;
}
.new-arrivals .name{
	font-size: 13px;
	margin:0 0 5px;
	white-space: nowrap;
	overflow: hidden;
}
.new-arrivals .description{
	font-size: 13px;
	color:#8c9499;
	margin:0;
}
.new-arrivals .description a {
	color:#8c9499;
}
.new-arrivals .description a:hover {
	color:#1c8191;
}
.new-arrivals .size {
	font-size: 12px;
	color:#414141;
	margin:1px 0 0;
}
.new-arrivals .price {
	font-size: 11px;
	color:#939b9f;
	margin:0;
	text-transform:uppercase;
}
.new-arrivals .price a:hover {color:#1c8191;}
.new-arrivals p{margin-left:2px !important}

/* news, events, announcements box */
.news-announcements {
	/*position: absolute;
	top: 50px; right: 0;*/
	float: right;
	margin-top: 10px;
	padding-top: 35px;
	width: 217px;
	min-height: 540px;
	background: #f9e0c3 url(../images/new_layout/bg_news.png) no-repeat;
	border: 1px solid #d6d9dc;
} 

h2.news-announcements-header   {
	position: absolute;
	top: 10px; right: 40px;	
	background:url(../images/home/header-news.gif) no-repeat;
	height:30px;
	width: 140px;
	/*margin: 20px 0 15px 15px;*/
	text-indent:-9999px;
}

.news-item {
	margin: 0 0 5px 15px;
	padding: 0 15px 0 0;
	font-size: 13px;
	line-height: 18px;
}
.news-item .date {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color: #b8babc;
	text-transform: uppercase;
}
.news-item h3 {
	margin: 0;
	font-size: 13px;
	/*font-weight: normal;*/
	color:#1c8191;
}
.news-item a, .news-item a:visited  {
	color:#18adc5;
}
.news-item a:hover {
	color:#1c8191;
}
.news-item p {
	margin: 0 0 10px 0;
}

.announcement p{
	font-size: 13px;
	line-height: 1.5;
}

.ad-column{
	float: right;
}
