.be-nice-to-Mac-IE5
{
	font-family: "\"}\"";
	font-family: inherit;
}



/* -- GLOBAL RESETS -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus
{
	/* remember to define focus styles! */
	outline: 0;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}

table
{
	/* tables still need cellspacing="0" in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}



/* -- GENERAL REDECLARATIONS -- */

body
{
	background: #000 url(/images/back_body.gif) repeat-x 0 0;
	text-align: center;
	color: #FFF;
	font:normal 14px/18px Arial, Verdana, Helvetica, sans-serif;	
}

a:link { text-decoration: underline; font-weight: bold; color: #FFF; }
a:visited { text-decoration: underline; font-weight: bold; color: #FFF; }
a:hover { text-decoration: none; font-weight: bold; color: #FFF; }
a:active { text-decoration: none; font-weight: bold; color: #FFF; }

ul, ol
{

}

ul
{

}

ol
{
	list-style: decimal;
	margin-left: 40px;
}

ul li
{

}

dl
{

}

dt
{
	font-weight: bold;
}

dd
{

}

p
{

}

h1
{

}

h2
{

}

h3
{

}

h4
{

}

h5
{

}

h6
{

}

hr
{
	display: none;
}

img
{
	border: none;
}

acronym
{
	border-bottom: 1px dotted;
}

blockquote
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}



/* -- IDS -- */

#wrap
{
	width: 950px;
	margin: 0px auto;
	text-align: left;
	padding-top: 18px;	
}

	#head
	{
		background: #343b45 url(/images/back_head.gif) repeat-x 0 0;
		border: 1px solid #b3b3b3;
		margin: 16px 0px 36px 0px;
		padding: 28px 18px 18px 18px;
	}

		#head h1
		{
			color: #FFF;
			font-size: 26px;
			line-height: 26px;
			font-weight: normal;
			text-align: center;
		}

			#head h1 a:link { text-decoration: none; font-weight: normal; color: #FFF; }
			#head h1 a:visited { text-decoration: none; font-weight: normal; color: #FFF; }
			#head h1 a:hover { text-decoration: none; font-weight: normal; color: #FFF; }
			#head h1 a:active { text-decoration: none; font-weight: normal; color: #FFF; }
	
	#contentwrap
	{
	
	}

		#content
		{
			float: left;
			display: inline;
			width: 710px;		
		}
		
			#content a:link { text-decoration: underline; font-weight: bold; color: #FFF; border-bottom: 0px; background-color: transparent; }
			#content a:visited { text-decoration: underline; font-weight: bold; color: #FFF; border-bottom: 0px; background-color: transparent; }
			#content a:hover { text-decoration: none; font-weight: bold; color: #FFF; border-bottom: 1px solid #687589; background-color: #343b45; }
			#content a:active { text-decoration: none; font-weight: bold; color: #FFF; border-bottom: 1px solid #687589; background-color: #343b45; }

			#content h1,
			#content h3,
			#content h4,
			#content h5,
			#content p,
			#content ul,
			#content ol,
			#content table
			{
				margin-bottom: 16px;
			}

			#content h1
			{
				color: #FFF;
				font-size: 26px;
				line-height: 26px;
				font-weight: normal;
				text-align: center;
				
				background: #343b45 url(/images/back_head.gif) repeat-x 0 0;
				border: 1px solid #b3b3b3;
				padding: 20px 10px 10px 10px;				
			}
	
				#content h1 a:link { text-decoration: none; font-weight: normal; color: #FFF; }
				#content h1 a:visited { text-decoration: none; font-weight: normal; color: #FFF; }
				#content h1 a:hover { text-decoration: none; font-weight: normal; color: #FFF; }
				#content h1 a:active { text-decoration: none; font-weight: normal; color: #FFF; }
							
			#content h3
			{
				color: #696f7b;
				font-size: 26px;
				line-height: 26px;
				font-weight: normal;
				padding: 0px 0px 4px 0px;
				background: transparent url(/images/back_h3.gif) no-repeat 0 100%;
			}
			
			#content h4
			{
				color: #FFF;
				font-size: 14px;
				line-height: 18px;
				font-weight: bold;
			}
			
			#content h5
			{
				/* used mainly in FAQ */
				color: #FFF;
				font-size: 14px;
				line-height: 18px;
				font-weight: bold;
				margin-bottom: 2px;
			}
			
				#content ul li
				{
					background: transparent url(/images/back_menu_bullet.gif) no-repeat 15px 6px;
					padding: 2px 0px 2px 35px;
				}
			
			#content .beercansintrolinks
			{
				float: left;
				display: inline;
				width: 49%;
				text-align: center;
				margin: 0px 0px 16px 0px;
				padding: 0px 0px 0px 0px;
			}
			
				#content .beercansintrolinks img
				{
					display: block;
					margin: 6px auto 4px auto;
				}
			
			#content div.listitem
			{
				border-bottom: 1px solid #49505a;
				padding: 10px 10px 10px 10px;
				margin: 0px 8px 8px 0px;
				background: transparent url(/images/back_item.gif) repeat-x 0 100%;
			}
			
				#content img.listitemphoto
				{
					float: left;
					margin: 0px 10px 0px 0px;
					border: 2px solid #49505a;
					display: inline;
				}				

			#content div.listitem2
			{
				border-bottom: 1px solid #49505a;
				padding: 10px 10px 10px 10px;
				margin: 0px 8px 8px 0px;
				background: transparent url(/images/back_item.gif) repeat-x 0 100%;
				
				float: left;
				display: inline;
				width: 322px;
				height: 250px;
			}

			#content div.listitem3
			{
				border-bottom: 1px solid #49505a;
				padding: 0px 8px 8px 8px;
				margin: 0px 8px 8px 0px;
				background: transparent url(/images/back_item.gif) repeat-x 0 100%;
				
				float: left;
				display: inline;
				width: 212px;
				height: 240px;
			}
			
				#content div.listitem3 img.listitemphoto
				{
					width: 55px;
				}
				
				#content div.listitem3 h3
				{
					font-size: 15px;
					line-height: 17px;
					border: 0px;
					background: transparent;
					padding: 0px 0px 0px 0px;
					margin: 0px 0px 10px 0px;
				}
				
				#content div.listitem3 p
				{
					font-size: 13px;
					line-height: 16px;
					margin: 0px 0px 10px 0px;
				}
			
					#content div.listitem3 p.viewdetailbutton
					{
						text-align: center;
						margin-bottom: 0px;
					}
			
						#content div.listitem3 p.viewdetailbutton a:link	{ background: transparent; border: 0px; text-decoration: none; }
						#content div.listitem3 p.viewdetailbutton a:visited	{ background: transparent; border: 0px; text-decoration: none; }
						#content div.listitem3 p.viewdetailbutton a:hover	{ background: transparent; border: 0px; text-decoration: none; }
						#content div.listitem3 p.viewdetailbutton a:active	{ background: transparent; border: 0px; text-decoration: none; }
			
				#content p.paypalbox
				{
					background-color: #FFF;
					text-align: center;
					padding: 4px;
					margin: 0px 0px 16px 0px;
				}
				
				#content form.paypalform
				{
					margin: 0px 0px 12px 0px;
					display: block;
					text-align: center;
				}
				
					#content form.paypalform input.nicebutton
					{
						display: block;
						margin: 0px;
						width: 100%;
						font-size: 16px;
					}

				#content .detailsextraphotos
				{
					background-color: #222933;
					padding: 10px;
					border: 1px solid #4f545c;
				}
				
					#content .detailsextraphotos h4
					{
						font-size: 14px;
						line-height: 14px;
						margin: 0px 0px 10px 0px;
						font-weight: bold;
						background-color: #343b45;
						padding: 4px 6px 4px 6px;
					}
				
					#content .detailsextraphotos img
					{
						float: left;
						display: inline;
						margin: 0px 10px 10px 0px;
						border: 1px solid #000;
					}
					
			#content div.detailimage_right
			{
				float: right;
				margin: 0px 0px 14px 18px;
				width: 222px;
				clear: right;	
			}
			
			#content div.detailimage_right_large
			{
				float: left;
				margin: 0px 0px 14px 0px;
				width: 460px;
			}
			
				#content div.detailimage_right_large h2
				{
					color: #FFF;
					margin: 0px 0px 16px 0px;
					font-size: 24px;
					line-height: 24px;
					background: transparent;
					padding: 0px;
					font-weight: normal;
				}
				
				#content div.detailimage_right_large h3
				{
					color: #FFF;
					margin: 0px 0px 16px 0px;
					font-size: 24px;
					line-height: 24px;
					background: transparent;
					padding: 0px;
					font-weight: normal;				
				}
			
			#content div.detailimage_left
			{
				float: left;
				margin: 0px 18px 14px 0px;
				width: 222px;
				clear: left;
			}
				
				#content div.detailimage_left p
				{
					margin: 10px 0px 0px 0px;
				}
				
				#content div.detailimageheader
				{
					color: #c5d0e1;
					text-align: center;
					padding: 6px 6px 6px 6px;
					font: bold 12px/12px Arial, Verdana, Helvetica, sans-serif;
					display: block;
					background-color: #222933;
					border: 1px solid #4f545c;					
				}
			
					#content div.detailimageheader A:link { text-decoration: none; font-weight: bold; color: #c5d0e1; }
					#content div.detailimageheader A:visited { text-decoration: none; font-weight: bold; color: #c5d0e1; }
					#content div.detailimageheader A:hover { text-decoration: none; font-weight: bold; border: 0px; color: #FFF; }
					#content div.detailimageheader A:active { text-decoration: none; font-weight: bold; border: 0px; color: #FFF; }
							
				#content div.detailimagecontent
				{
					line-height: 1px;
					padding: 0px;
					margin: 0px;
					font: normal 1px/1px Arial, Verdana, Helvetica, sans-serif;
					display: block;
					border-top: 1px solid #4f545c;
					border-right: 1px solid #4f545c;
					border-bottom: 1px solid #4f545c;
					border-left: 1px solid #4f545c;
				}
			
				#content div.detailimagecontent_print
				{
					color: #c5d0e1;
					text-align: center;
					font: bold 11px/12px Arial, Verdana, Helvetica, sans-serif;
					padding: 6px 6px 6px 6px;
					background-color: #222933;
					border-right: 1px solid #4f545c;
					border-bottom: 1px solid #4f545c;
					border-left: 1px solid #4f545c;
					display: none;					
				}
					
				#content div.detailimagefooter
				{
					color: #c5d0e1;
					text-align: center;
					font: normal 10px/12px Arial, Verdana, Helvetica, sans-serif;
					padding: 6px 6px 6px 6px;
					background-color: #222933;
					border-right: 1px solid #4f545c;
					border-bottom: 1px solid #4f545c;
					border-left: 1px solid #4f545c;					
				}
				
					#content div.detailimagefooter A:link { text-decoration: underline; font-weight: normal; color: #c5d0e1; }
					#content div.detailimagefooter A:visited { text-decoration: underline; font-weight: normal; color: #c5d0e1; }
					#content div.detailimagefooter A:hover { text-decoration: underline; font-weight: normal; color: #FFF; }
					#content div.detailimagefooter A:active { text-decoration: underline; font-weight: normal; color: #FFF; }		
				
			div.detailsouter
			{
				font: normal 14px/18px Arial, Verdana, Helvetica, sans-serif;
			}
			
				div.detailsouter p
				{
					margin: 0px 0px 16px 0px;
				}
			
					div.detailsouter p strong
					{
						text-decoration: underline;
					}
					
		#menu
		{
			float: right;
			display: inline;
			width: 200px;
		}
		
			#menu p
			{
				margin-bottom: 10px;
			}
		
			#menubox
			{
				border-top: 1px solid #b3b3b3;
				margin-bottom: 10px;
			}
			
				#menubox a
				{
					display: block;
					border-right: 1px solid #b3b3b3;
					border-bottom: 1px solid #b3b3b3;
					border-left: 1px solid #b3b3b3;
					font-size: 14px;
					line-height: 14px;
					color: #FFF;
					background: #343b45 url(/images/back_link_header.gif) repeat-x 0 0;
					padding: 10px 8px 10px 8px;
					margin: 0px;
					font-weight: normal;
					text-decoration: none;
				}
				
					#menubox a:link { background-color: #343b45; }
					#menubox a:visited { background-color: #343b45; }
					#menubox a:hover { background-color: #505965; }
					#menubox a:active { background-color: #505965; }
					
					#menubox a.extraborder
					{
						border-top: 1px solid #b3b3b3;
					}
					
				#menuboxcans
				{
					border-top: 1px solid #000;
					border-right: 1px solid #4f545c;
					border-bottom: 1px solid #000;
					border-left: 1px solid #4f545c;
					background-color: #232933;
					padding: 2px 8px 2px 10px;
					
					overflow: auto;
					height: 66px;					
				}
				
					#menuboxcans a
					{
						display: block;
						border: 0px;
						font-size: 14px;
						line-height: 14px;
						color: #FFF;
						background: transparent url(/images/back_menu_bullet.gif) no-repeat 2px 6px;
						padding: 2px 0px 2px 18px;
						margin: 4px 0px 4px 0px;
						font-weight: normal;
						text-decoration: none;
					}
					
						#menuboxcans a:link { background-color: transparent; }
						#menuboxcans a:visited { background-color: transparent; }
						#menuboxcans a:hover { background-color: #343b45; }
						#menuboxcans a:active { background-color: #343b45; }									

	#foot
	{
		background-color: #343b45;
		border: 1px solid #b3b3b3;
		padding: 10px 16px 10px 20px;
		font-size: 14px;
		line-height: 18px;
		margin: 30px 0px 30px 0px;
		width: 675px;
	
	}
	
		#foot .inset
		{
			float: right;
			display: inline;
			margin: 0px 0px 0px 10px;
		}
	
		#foot p
		{
			padding: 8px 0px 8px 0px;
		}

			#foot p a:link { text-decoration: none; font-weight: normal; color: #FFF; }
			#foot p a:visited { text-decoration: none; font-weight: normal; color: #FFF; }
			#foot p a:hover { text-decoration: underline; font-weight: normal; color: #FFF; }
			#foot p a:active { text-decoration: underline; font-weight: normal; color: #FFF; }
			
			#foot p span.sep
			{
				padding: 0px 5px 0px 5px;
				color: #939eae;
			}
			
				

/* -- CLASSES -- */

.clear
{
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0px;
	margin: -2px 0px 0px 0px;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	/* display: block; */
}

.nicebox01
{
	float: left;
	display: inline;
	margin: 0px 14px 14px 0px;
	width: 666px;
}

	.nicebox01 h2
	{
		padding: 10px;
		margin: 0px;
		background: #343b45 url(/images/back_link_header.gif) repeat-x 0 0;
		border: 1px solid #b3b3b3;
		
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		color: #FFF;		
	}

		#content .nicebox01 h2 a:link { text-decoration: none; font-weight: bold; color: #FFF; }
		#content .nicebox01 h2 a:visited { text-decoration: none; font-weight: bold; color: #FFF; }
		#content .nicebox01 h2 a:hover { text-decoration: none; font-weight: bold; color: #FFF; }
		#content .nicebox01 h2 a:active { text-decoration: none; font-weight: bold; color: #FFF; }
				
	.nicebox01_content
	{
		background-color: #232933;
		border-top: 1px solid #000;
		border-right: 1px solid #4f545c;
		border-bottom: 1px solid #4f545c;
		border-left: 1px solid #4f545c;
		padding: 10px;
	}

		.nicebox01_content .inset
		{
			float: right;
			display: inline;
			margin: 0px 0px 4px 10px;
		}
			
		.nicebox01_content p
		{
			margin: 0px 0px 4px 0px;
		}
		
.nicebox02
{
	float: left;
	display: inline;
	margin: 0px 14px 14px 0px;
	width: 326px;
	height: 
}

	.nicebox02 h2
	{
		padding: 10px;
		margin: 0px;
		background: #343b45 url(/images/back_link_header.gif) repeat-x 0 0;
		border: 1px solid #b3b3b3;
		
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		color: #FFF;		
	}

		#content .nicebox02 h2 a:link { text-decoration: none; font-weight: bold; color: #FFF; }
		#content .nicebox02 h2 a:visited { text-decoration: none; font-weight: bold; color: #FFF; }
		#content .nicebox02 h2 a:hover { text-decoration: none; font-weight: bold; color: #FFF; }
		#content .nicebox02 h2 a:active { text-decoration: none; font-weight: bold; color: #FFF; }
			
	.nicebox02_content
	{
		background-color: #232933;
		border-top: 1px solid #000;
		border-right: 1px solid #4f545c;
		border-bottom: 1px solid #4f545c;
		border-left: 1px solid #4f545c;
		padding: 10px;
		min-height: 250px;
		height: auto !important; /* hack to get min-height to work reliably */
		height: 250px; /* hack to get min-height to work reliably */			
	}
	
		.nicebox02_content .inset
		{
			float: right;
			display: inline;
			margin: 0px 0px 4px 10px;
		}
	
		.nicebox02_content p
		{
			margin: 0px 0px 4px 0px;
		}

	.specialheight
	{
		min-height: none;
		height: 348px !important;
	}

.featuredbox
{
	float: left;
	display: inline;
	margin: 0px 14px 14px 0px;
	width: 664px;
	border: 1px solid #b3b3b3;
	background: #343b45 url(/images/back_link_header.gif) repeat-x 0 0;
	height: 100px;
}

	.featuredbox h2
	{
		padding: 8px 0px 0px 10px;
		margin: 0px;
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		
		/* background: transparent url(/images/featured_arrow.gif) no-repeat 26px 100%; */
		/* padding: 10px 0px 28px 10px; */
	}

	.featuredbox_scroller
	{
		float: right;
		display: inline;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-base-color: #88909b;
		
		width: 570px;
		height: 100%;
		background-color: #232933;
		border-left: 1px solid #b3b3b3;
		position: relative;
	}
	
		.featureditem
		{
			float: left;
			display: inline;
			
			overflow-y: hidden;
			
			width: 135px;
			height: 76px;
			padding: 3px 3px 0px 4px;
			border-right: 1px solid #343b45;
			
			position: relative;
		}
		
			.featureditem .inset
			{
				float: left;
				display: inline;
				
				background-color: #000;
				height: 74px;
				width: 50px;
				margin: 1px 5px 0px 0px;
				padding: 0px 0px 0px 0px;
				border: 1px solid #000;
				text-align: center;
				vertical-align: center;
				line-height: 74px;
				overflow: hidden;
			}
			
				.featureditem .inset img
				{
					border: 0px;
					margin: auto;
					padding: 0px 0px 0px 0px;
					height: 74px;
				}
			
			#content .featureditem h3
			{
				padding: 0px;
				margin: 0px 0px 0px 0px;
				font-size: 10px;
				line-height: 13px;
				font-weight: bold;
				font-face: arial;
				color: #FFF;
				border: 0px;
				background: transparent;			
			}
			
			#content .featureditem p
			{
				padding: 0px;
				margin: 0px;
				font-size: 9px;
				line-height: 13px;
				font-face: arial;
				color: #b3bcc9;
				
				height: 40px;
				overflow-y: hidden;
			}
			
			#content .featureditem p.thedate
			{
				position: absolute;
				top: 69px;
				left: 63px;
				margin: 0px;
				padding: 0px;
				
				text-align: right;
				width: 73px;
				height: auto;
				overflow-y: visible;
			}
		
.information
{
	background-color: #EEE;
	padding: 10px;
	color: #000;
	text-align: left;
}	

	#content .information a:link { text-decoration: underline; font-weight: bold; color: #000; }
	#content .information a:visited { text-decoration: underline; font-weight: bold; color: #000; }
	#content .information a:hover { text-decoration: underline; font-weight: bold; color: #666; background: transparent; border: 0px; }
	#content .information a:active { text-decoration: underline; font-weight: bold; color: #666; background: transparent; border: 0px; }			
	
.nicelink
{
	display: block;
	border: 1px solid #aaaaaa;
	padding: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	background: #292929 url(/images/back_nicelink.gif) repeat-x 0 0;
}

	a.nicelink:link { text-decoration: none; font-weight: bold; color: #FFF; }
	a.nicelink:visited { text-decoration: none; font-weight: bold; color: #FFF; }
	a.nicelink:hover { text-decoration: none; font-weight: bold; color: #DDD; background: #5d5d5d; border-color: #FFF; }
	a.nicelink:active { text-decoration: none; font-weight: bold; color: #DDD; background: #5d5d5d; border-color: #FFF; }
	
	#content div.detailimage_left p a.nicelink:link { text-decoration: none; font-weight: bold; color: #FFF; border-bottom: 1px; }
	#content div.detailimage_left p a.nicelink:visited { text-decoration: none; font-weight: bold; color: #FFF; border-bottom: 1px; }
	#content div.detailimage_left p a.nicelink:hover { text-decoration: none; font-weight: bold; color: #DDD; background: #5d5d5d; border-color: #FFF; border-bottom: 1px; }
	#content div.detailimage_left p a.nicelink:active { text-decoration: none; font-weight: bold; color: #DDD; background: #5d5d5d; border-color: #FFF; border-bottom: 1px; }	

.nicelink2
{
	display: block;
	border: 1px solid #999999;
	padding: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #EEE;
}

	a.nicelink2:link { text-decoration: none; font-weight: bold; color: #222; }
	a.nicelink2:visited { text-decoration: none; font-weight: bold; color: #222; }
	a.nicelink2:hover { text-decoration: none; font-weight: bold; color: #000; background-color: #CCC; border-color: #777; }
	a.nicelink2:active { text-decoration: none; font-weight: bold; color: #000; background-color: #CCC; border-color: #777; }
	
	#content div.detailimage_left p a.nicelink2:link { text-decoration: none; font-weight: bold; color: #222; background-color: #EEE; border-bottom: 1px; }
	#content div.detailimage_left p a.nicelink2:visited { text-decoration: none; font-weight: bold; color: #222; background-color: #EEE; border-bottom: 1px; }
	#content div.detailimage_left p a.nicelink2:hover { text-decoration: none; font-weight: bold; color: #000; background-color: #CCC; border-color: #777; border-bottom: 1px; }
	#content div.detailimage_left p a.nicelink2:active { text-decoration: none; font-weight: bold; color: #000; background-color: #CCC; border-color: #777; border-bottom: 1px; }
	
#content .sellwiz_info
{
	float: left;
	display: inline;
	clear: left;
	width: 200px;
	margin: 0px 0px 16px 0px;
}

	#content .sellwiz_maincontent .sellwiz_info
	{
		float: none;
		display: block;
		clear: none;
		width: auto;
		margin: 24px 0px 16px 0px;
		text-align: left;
	}

		#content .sellwiz_maincontent .errormsg div
		{
			background-color: #efe9be;
			border-color: #dcd07c;
			border-top-color: #dcd07c;
			color: #990000;
		}

	#content .sellwiz_info em
	{
		text-transform: uppercase;
		font-style: normal;
		font-weight: bold;
	}

	#content .sellwiz_info h4
	{
		border-top: 1px solid #b3b3b3;
		border-right: 1px solid #b3b3b3;
		border-bottom: 1px solid #b3b3b3;
		border-left: 1px solid #b3b3b3;
		font-size: 14px;
		line-height: 14px;
		color: #FFF;
		background: #343b45 url(/images/back_link_header.gif) repeat-x 0 0;
		padding: 10px 8px 10px 8px;
		margin: 0px;
		font-weight: normal;
		text-align: center;
	}
	
	#content .sellwiz_info div
	{
		border-top: 1px solid #000;
		border-right: 1px solid #4f545c;
		border-bottom: 1px solid #4f545c;
		border-left: 1px solid #4f545c;
		background-color: #232933;
		padding: 10px 8px 8px 8px;
		font-size: 12px;
		line-height: 16px;
	}
	
		#content .sellwiz_info div.standout
		{
			background-color: #EEE;
			color: #000;
			border-top: 1px solid #000;
			border-right: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			border-left: 1px solid #CCC;			
		}

			#content .sellwiz_info div.standout a:link { text-decoration: underline; font-weight: bold; color: #000; }
			#content .sellwiz_info div.standout a:visited { text-decoration: underline; font-weight: bold; color: #000; }
			#content .sellwiz_info div.standout a:hover { text-decoration: underline; font-weight: bold; color: #333; background: #CCC; border-color: #999; }
			#content .sellwiz_info div.standout a:active { text-decoration: underline; font-weight: bold; color: #333; background: #CCC; border-color: #999; }
							
		#content .sellwiz_info div a.nicelinksmall
		{
			border: 1px solid #a5b6d1;
			font-weight: bold;
			color: #FFF;
			font-size: 12px;
			line-height: 16px;
			padding: 0px 4px 0px 4px;
			background: #2f3c4f url(/images/back_nicebutton.gif) repeat-x 0 0;			
		}

			#content .sellwiz_info div a.nicelinksmall:link { text-decoration: none; font-weight: bold; color: #FFF; }
			#content .sellwiz_info div a.nicelinksmall:visited { text-decoration: none; font-weight: bold; color: #FFF; }
			#content .sellwiz_info div a.nicelinksmall:hover { text-decoration: none; font-weight: bold; color: #FFF; background: #455A79; border-color: #FFF; }
			#content .sellwiz_info div a.nicelinksmall:active { text-decoration: none; font-weight: bold; color: #FFF; background: #455A79; border-color: #FFF; }
			
		#content .sellwiz_info div p,
		#content .sellwiz_info div ol,
		#content .sellwiz_info div ul
		{
			margin-bottom: 4px;
		}
		
		#content .sellwiz_info div ol
		{
		
		}
		
			#content .sellwiz_info div ol li
			{
				margin-left: 35px;
			}

#content .errormsg div
{
	background-color: #311919;
	border-color: #d29191;
	border-top-color: #000;
}

	#content .xerrormsg div
	{
		background-color: #311919;
		border-color: #d29191;
		font-weight: bold;
	}
	
	#content .xokmsg div
	{
		background-color: #324e1d;
		border-color: #698852;
		font-weight: bold;
	}
		
#content .sellwiz_maincontent
{
	float: right;
	display: inline;
	width: 455px;
	
	text-align: center;
	margin-top: 30px;
}

	#content .sellwiz_question_simple
	{
		margin-bottom: 1px;
	}

	#content .sellwiz_question
	{
		font-weight: bold;
		font-size: 16px;
		line-height: 19px;
	}
	
		#content .sellwiz_question em
		{
			text-transform: uppercase;
			font-style: normal;
		}
		
	#content .sellwiz_questionaddition
	{
		font-size: 14px;
		line-height: 17px;
		margin-top: -14px;
	}	

#content .nicebutton
{
	border: 1px solid #a5b6d1;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 2px 8px 2px;
	background: #2f3c4f url(/images/back_nicebutton.gif) repeat-x 0 0;
}




@media print
{
		
	#content div.detailimagecontent_print
	{
		display: block;
	}
	
}