@import url("/shop/store_css/common.css");
@import url("/shop/store_css/layout.css");
@import url("/shop/store_css/category.css");

#wrapper #main h3 {
	font-size: 14px;
	color: #FF0099;
	padding: 0px;
	line-height: 20px;
	height: 20px;
	margin: 0px;
}
h2#ace,h2#proteca,h2#kanana,h2#wt,h2#other {
	font-size: 16px;
	line-height: 20px;
	color: #FF6600;
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
	background: url(/shop/store_img/icn.jpg) no-repeat 0px -22px;
	height: 20px;
	clear:both;
}
#campaign {
	margin:10px 0px;
}
#wrapper #main .img-right {
	float: right;
	padding: 0px 0px 10px 10px;
}
#wrapper #main .img-left {
	float: left;
	padding: 0px 10px 10px 0px;
}
/*-----------------------line up-------------------------------------------------*/
#wrapper #main ul#lineup {
	margin: 10px 0px;
	padding: 0px 0px 10px 0px;
	height: 450px;
}
#wrapper #main #lineup li {
	margin: 1px;
	display: inline;
	padding: 3px;
	text-align: center;
	float: left;
	background: #EAEAEA;
	border: 1px solid #D7D7D7;
}
#wrapper #main #lineup a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #main #lineup a:hover {
	color: #00CCFF;
	text-decoration: none;
}
/*--------------------------------rec_items------------------------------------------*/
#wrapper #main #rec_items {
	clear: both;
	padding: 0px;
	font-size: 12px;
	width: 783px;
	height: auto;
	margin: 12px 0px 0px;
}
#wrapper #main #rec_items h2 {
	line-height: 30px;
	background: url(/shop/store_img/bg_h2.jpg) no-repeat 0px -28px;
	height: 28px;
	padding-left: 28px;
	color: #333333;
}
#wrapper #main #rec_items p {
	margin: 5px 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
}
#wrapper #main #rec_items h3 {
	font-size: 12px;
	margin: 10px 0px 5px;
	padding: 0px;
	line-height: 120%;
	width: auto;
	height: auto;
}
#wrapper #main #rec_items .rec_item {
	width: 238px;
	background: #FFFFFF url(/shop/store_img/bg_globe.jpg) no-repeat right bottom;
	margin: 0px 10px 5px 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	border: 1px solid #CCCCCC;
}
#wrapper #main #rec_items .rec_item .price {
	font-size: 10px;
	color: #FF0000;
	line-height: 10px;
	margin-bottom: 10px;
}
#wrapper #main #rec_items img {
	background: #FFFFFF;
	padding: 5px;
	border-right: 2px solid #EAEAEA;
	border-bottom: 2px solid #CCCCCC;
	float: left;
	margin: 5px;
}
