html.print, html.print body{ background: #fff !important; color: #000;}
html.print th, html.print h2, html.print h3, html.print h3 span, html.print h1, html.print h4{ color: #000 !important; }
html.print a, html.print a:hover{ color: #000 !important; text-decoration: none; }
html.print .ui-meta{ display: none; }

html.print #main{
	padding-top: 3em;
}

html.print div.global-bar{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	
	background: #000;
	color: #fff;
	padding: .5em 0;
}
html.print div.global-bar a{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

html.print h3{
	font-size: 1.2em;
	font-weight: 700;
}

html.print .shipping-to .ui-meta{
	display: block;
}
html.print .shipping-to .ui-meta a{
	display: none;
}

html.print .page-title{
	padding: 1em 2em;
	color: #000 !important;
	font-size: 2em;
	text-align: center;
	margin-bottom: 0;
}

html.print .page-content{
	padding: 3em 0;
}

html.print .ui-label{
	float: left;
	width: 150px;
}
html.print .ui-box > .ui-label{
	float: none;
	width: auto;
}

html.print .sold-by{
	width: 280px;
}

html.print .sold-by .block-title{
	border-bottom: 1px solid #eee;
	padding-bottom: .7em;
	margin-bottom: .5em;
}

html.print a.print{
	background: #330033;
	color: #fff !important;
	padding: 3px 9px;
}

html.print .editable{
	overflow: hidden;
}

html.print .editable-hover{
	background-color: #99FF33;
}

html.print .ui-field-label{
	width: 150px;
	padding-right: 0;
}

html.print .sold-status-selector li{
	display: none;
}

html.print .sold-status-selector li.active{
	display: list-item;
	padding: 0;
	font-weight: 700;
}


