*,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
}

a,
a:visited {
    text-decoration: underline;
}

a[href]:after {
    content: " (" attr(href) ")";
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

/*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */

a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

/*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */

thead {
    display: table-header-group;
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}

/* Print-specific styles */
#ctas,
#subnav,
#mainnav,
#header-banner, 
#util,
#bottomlinks,
#credit,
#topbar,
.socialmedia,
#newsletter,
#quicklinks,
#breadcrumb,
.foot-sitemap,
.other-categories,
.page-category .current-category,
.featured-products,
.product-search,
#result-head,
#result-foot,
.prod-details-left-col a.rtc_btn, a.rtc_btn,
#rodda-gmap,
#map_canvas {
	display: none;
}

#wrapper {
	width: 7in;
	padding-top: 1in;
	position: relative;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	height: 1in;
}
#logo {
	position: static;
	display: block;
	max-width: 200px;
}
#logo:after {
	display: none;
}
#content img {
	max-width: 2.5in;
	height: auto;
}
#footer {
	margin-top: 0.5in;
}

.product-details h1{
	width: 100%!important;
}

.prod-details-left-col{
	float: none;
}

.prod-details-left-col img{
	width: 100px!important;
	height: auto!important;
}