body {
	background:#0a0a0a url(gfx/horror/bg-page.png) no-repeat top center;	
	font:normal 12px "Lucida Grande",Arial,Helvetica,sans-serif;
}
	
	div#wrapper-b {
		position:relative;
		margin:0 auto;
		/*left:-70px;*/
		width:800px;
	}
	
	div.wishlist {
		width:800px;
	}
	
	div.ads {
		position:absolute;
		right:-140px;
		top:40px;
		padding:0 0 40px;
	}
	
	div#actions {
		float:right;
		width:192px;
		height:136px;
		margin:0;
		padding:60px 0 0 70px;
		background:url(gfx/horror/blood-splash.png) no-repeat 0 0;
		color:#fff;
		font:bold 14px "Lucida Grande", Helvetica, Arial;
		_background-image:url(gfx/horror/blood-splash-ie6.png);
	}
	
		div#actions p {
			margin:0;
		}
		
			div#actions p.greeting em {
				font-style:normal;
			}
			
		div#actions p.list-actions {		
			font-size:11px;
		}
			
			div#actions p.list-actions a {
				display:block;
				margin:0 8px 0 0;
				color:#fff;
			}
		
	
	p.title {
		float:left;
		width:530px;
		margin:70px 0 35px;
		color:#fff;
		font-weight:bold;
		font-size:36px;
	}
	
	div.items {
		float:left;
		width:530px;
	}
	
		div.items ul {
			width:500px;
			padding:0 0 50px;
		}
	
			div.items li {
				margin:0 0 22px;
				
			}

				div.items li.wish h2 {
					font:bold 18px Helvetica, Arial;
					margin:0;
				}
			
					div.items li.wish h2 a {
						padding:0 0 0 32px;
						background:url(gfx/horror/list-bullets-sprite.png) no-repeat 0 0;
						text-decoration:none;
						color:#fff;
					}
						
						div.items li.wish h2 a:hover {
							color:#ad2727;
						}
				
					div.items li.wish h2 a.open {
						color:#ad2727;
					}
						
						div.items li.wish h2 a.open span {
							border-bottom:2px solid #672424;
						}
	
					div.items li.wish div.details div.inner {
						padding:20px 0 0 32px;
						margin:-3px 0 0 0;
						background:url(gfx/horror/blood-drip.png) no-repeat 6px 100%;
						color:#fff;
						font-size:11px;
					}
		
						div.items li.wish div.details ul {
							margin:0 0 6px;
							padding:0;
						}
					
							div.items li.wish div.details ul li {
								margin:0;
								padding:2px 0;
							}
		
								div.items li.wish div.details a {
									color:#c33;
								}
								
									div.items li.wish div.details p.description a {
										font-weight:bold;
									}

								div.items li.wish div.details p.item-note {
									margin:10px 0 0;
									line-height:22px;
								}
								
									div.items li.wish div.details p.item-note span {
										margin-left:-7px;
										padding:3px 6px;
										
										border:1px dashed #ad2727;
										color:#fc3;
									}
