@charset "utf-8";

#PageTitle {
	margin:0.3em 3px;
	font-size:1.5em;
	font-weight:bold;
}
.TopicBox, .TopicBox_body, .TopicBox_head, .TopicBox_head h1{ 
	background:transparent no-repeat bottom right;
	background-image:url(../css_images/topicBoxCranberry.png);
}
.TopicBox{ 
	/* intended total box width - padding-right(next) */ 
	width: 165px !important; /* IE Win = width - padding */ 
	width: 150px; /* the gap on the right edge of the image (not content padding) */ 
	padding-right:15px; 
	float:left;
	text-align:left;
	margin-right:8px;
	margin-bottom:10px;
}
.TopicBox img{
	display:block;
	float:right;
	margin:-75px -20px -5px 0px;
	width:80px;
	height:80px;
}
.TopicBox_head{
	background-position:top right; 
	margin-right:-15px;
} 
.TopicBox h1{ 
	background-position:top left;
	margin:0; 
	border:0;
	/* padding-left = image gap + interior padding ... no padding-right */ 
	padding:15px 0 10px 15px; 
	height:auto !important; 
	height:1%; /* IE Holly Hack */ 
}
.TopicBox h1{
	text-decoration:underline;
	color:#b34040;
	font-size:1.4em;
}
.TopicBox_body{ 
	background-position:bottom left;
	margin:0;
	margin-right:15px;
	padding:0 0 15px 15px;
	display:block;
}
.TopicBox ul{
	list-style:none;
	font-size:1.2em;
}	
.TopicBox a:link, .TopicBox a:hover, .TopicBox a:visited {
	color:#000000;
}
.TopicBox a:Hover {
	text-decoration:underline;
	}

.FeatureItem {
	margin:0;
	padding:0;
	}
.FeatureItem div{
	background:url(../css_images/topicBoxPuertoRico.png) no-repeat top left;
	float: left;
	padding:15px 0 0 0;
	width:250px;
	margin:0 0 10px 5px;
}
.FeatureItem p{
	font-size:1.2em;
	float:left;
	margin:-90px 0 0 0;
	padding:0 120px 15px 15px;
}
.FeatureItem img{
	display:compact;
	padding:0;
	margin:-5px 0 0 10px;
	border:none;
}
.AllSaleItem {
	float:left;
	margin:0 0 5px 10px;
	}