/* CSS Document */

#musthave_box {
	float: left;	
	overflow:hidden;
}

#musthave_box #content {
	background-image: url(/images/homepage/musthave_tit.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width:334px;
	background-position: left top;
	background-color: #44ad5f;
	font-size: 0.7em;
	padding-top: 85px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#musthave_box #content .tit {
	float: left; 
	font-size: 1.1em;
	font-weight: bold;
	width:324px;
	clear:both;
}

#musthave_box .border2 {
	border: 2px solid #000000;
}

#musthave_box #content a {
	color: #FFFFFF;
	text-decoration:none;
}
#musthave_box #content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#musthave_box #content .link {
	float:left;
	margin: 0px;
	padding-top: 0px;
	text-align: right;
	font-weight:bold;
	clear:both;
	width:324px;	
}

#musthave_box #content .link a {
	color: #000000;
	text-decoration: underline;
}

#musthave_box #content .link a:hover {
	color: #000000;
	text-decoration: underline;
}