#homeads {
	border-top: 1px solid #8ED6E5;
	padding: 10px 0;
}
#homeads td {
	vertical-align: top;
	border-right: 1px solid #DDF3F7;
	font-size: 11px;
	line-height: 16px;
	color: #495256;
	padding: 10px 20px;
}
#homeads h2 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #E41B24;
}
#homeads p {
	font-size: 11px;
	line-height: 16px;
}
#homeads ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
#homeads li {
	margin: 0;
	padding: 0;
	display: inline;
}
#homeads li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 0 7px 27px;
	background: url(../images/pics/plane2.gif) top left no-repeat;
}
#homeads li a:hover {
	text-decoration: underline;
}
/*used on homepage for recent tweets*/
#homeads .recentTweets a {
	display: inline;
	background: none;
	padding: 0;
}
#homeads .recentTweets li {
	display: block;
	padding: 0px 0 7px 23px;
	background: url(../images/pics/twitter.png) top left no-repeat;
}
#homeads .recentTweets li small {
	margin-top: 0;
}
/*used on homepage for recent product reviews*/
#homeads .recentReviews a {
	display: inline;
	background: none;
	padding: 0;
}
#homeads .recentReviews li {
	display: block;
	padding: 0px 0 7px 23px;
	background: url(../images/review-star-big.gif) top left no-repeat;
}
#homeads .recentReviews li small {
	margin-top: 0;
	line-height:normal;
}
/*****/

#shopby, #stylebox {	/* the graphic listing of categories & trips */
	text-align: center;
	border-bottom: 1px solid #8ED6E5;
}
#shopby div, #stylebox div {
	border-bottom: 1px solid #8ED6E5;
	padding: 2px 0;
	margin-bottom: 30px;
}
#shopby h2, #stylebox h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #47949E;
	background-color: #E5F4F8;
}
#shopby table, #stylebox table {
	display: inline;
	margin: 0 20px 5px;
	width: 110px;
}
.safari #shopby table, .safari #stylebox table { display: inline-table; }

#shopby td, #stylebox td {
	text-align: center;
	width: 110px;
}
#shopby th, #stylebox th {
	vertical-align: top;
	height: 120px;
	font-weight: normal;
	font-size: 9px;
	line-height: 13px;
	color: #666666;
}
#stylebox th {
	height: 50px;
}
#shopby th a, #stylebox th a {
	display: block;
	padding: 5px 0 9px;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: underline;
	white-space: nowrap;
}
#shopby th a:hover, #stylebox th a:hover {
	text-decoration: none;
}



