
	html {
		width:				100%;
		height:				100%;
		margin:				0px;
		}

	#flashcontent {
		height:				100%;
		}

	body {
		height:				100%;
		margin:				0px;
		padding:			0px;
		background-color:	#181818;
		color:				#ffffff;
		font-family:		arial,helvetica,sans-serif;
		font-size:			11px;
		}

	a {	
		color:				#cccccc;
		}


	h1 {	
		color:				#FFFFFF;
		font-size:			14px;
		}

	h2 {	
		color:				#cccccc;
		font-size:			11px;
		font-family:		arial,helvetica,sans-serif;
		}

	h2 a {	
		text-decoration:	none;
		}

	h2 a:hover {	
		text-decoration:	underline;
		}


	.all_container {
		width:				100%;
		height:				100%;
		background:			#181818;
		padding:			0px;
		margin:				0px;
		margin-left:		auto;
		margin-right:		auto;
		text-align:			center;
		vertical-align:		middle;
		}


	.wishlist_left {
		width:				130px;
		vertical-align:		top;
		padding-bottom:		20px;
		}

	.wishlist_left img {
		width:				90px;
		padding:			10px;
		background:			#FFFFFF;
		border:				1px solid #000000;
		}

	.wishlist_right {
		width:				auto;
		vertical-align:		top;
		}

	.wishlist_item_archived {
		text-decoration:	line-through;
		color:				#9C9C9C;
		}