/* CSS Document */
@media screen, projection {
	h1#h1-article-fullist {
		font-size: 18px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 10px;
		width: 805px;
		height: 38px;
		line-height: 38px;
		text-align: left;
		
	}
	#article-fullist-container, #article-gifts-container {
		width: 805px;
		height: 10px;
		overflow: visible;
		position: relative;
		margin: auto;
	}
	#article-gifts-container { width: 980px; }
	html>body #article-fullist-container, html>body #article-gifts-container {
		height: auto;
		min-height: 10px;
	}
	#article-fullist-left {
		width: 630px;
		overflow: hidden;
		margin-left: 180px;
	}
	#article-gifts-container #article-fullist-left { width: 890px; margin-left: 90px;  }
	#article-fullist-filter {
		width: 165px;
		position: absolute;
		left: 0px;
		top: 0;
		z-index: 10;
		overflow: hidden;
	}
	.article-fullist-box {
		width: 300px;
		height: 130px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: #FFFFFF;
		border: 1px solid #000000;
		float: left;
	}
	#article-gifts-container .article-fullist-box { width: 208px; height: 338px; position: relative;  }
	.article-fullist-article {
		width: 290px;
		height: 120px;
		overflow: hidden;
		margin: 5px 0 0 5px;
	}
	#article-gifts-container .article-fullist-article { width: 198px; height: 40px; overflow: hidden; line-height: 13px; }
	#article-gifts-container .article-fullist-article p { line-height: 13px; margin: 0; padding: 0; }
	#article-fullist-container h2 {
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#article-fullist-container p, #article-gifts-container p {
		font-size: 10px;
		margin: 0;
		padding: 0;
	}
	#article-gifts-container h2 {
		font-size: 11px;
		font-weight: bold;
		margin: 0;
		height: 63px;
		overflow: hidden;
		border-bottom: 1px solid #000000;
		color: #FFFFFF; 
		background-color: #BD1320;
	}
	#article-gifts-container p { line-height: 15px; }
	a.article-gift-detail:link, a.article-gift-detail:visited, a.article-gift-detail:active, a.article-gift-detail:hover { 
		display: block;
		padding: 5px;
		height: 53px;
		background-color: #BD1320; color:#FFFFFF;
	} 
	 a.article-gift-detail:hover {  color: #000000; background-color: #F29300; }
	.article-fullist-img { width: 198px; height: 250px; overflow: hidden; text-align: center; padding: 10px 5px 5px 5px; }
	.article-fullist-price { padding: 5px 10px 0 10px; text-align: right; font-weight: bold; }
	.article-fullist-price .smallandgrey { padding: 0 5px 0 0; }
	.fullist-old-price { font-weight: normal; text-decoration: line-through; }
	.offscreen { position: absolute; left: -1000em; width: 100em; height: 1em; overflow: hidden; }
}
@media print {
	#article-fullist-filter { display: none; }
	h1#h1-article-fullist {
		font-size: 18px;
		margin: 0;
		padding: 0;
		width: 650px;
		height: 38px;
		line-height: 38px;
		text-align: left;
		
	}
	.article-fullist-box {
		width: 650px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #000000;
		background-color: #FFFFFF;
	
	}
	#article-fullist-container h2 {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#article-fullist-container p {
		font-size: 10px;
		line-height: 15px;
		margin: 0;
		padding: 0;
	}
	.article-fullist-article {
		width: 550px;
		height: auto;
		margin: 5px 0 0 5px;
	}
}