/* Print styles
---------------------------------*/
* {
	overflow: visible !important;
}

#globalnav,
#sitenav,
#product-nav,
#footer,
.ad,
.store-finder form,
.store-finder p span,
#related-information a,
#thumbs,
#tab-navigation,
.toolbar,
.asset {
	display: none;
}

/* Kill the TopUp stuff */
#tu_overlay,
#top_up,
#temp_up,
#tu_center_wrapper,
#tu_loader {
	display: none !important;
}


.store-finder p span.vcard {
	display: inline;
}

* html #footer {
	display: block;
	height: 0;
	overflow: hidden !important;
	border: 0;
}

#product-img,
#product-description,
#product-features {
	width: 33%;
	float: left;
}

#more-info {
	position: relative !important;
	width: 100%;
	clear: both;
	float: left;
}

#tabs{
	float: none;
	position: static;
}


#tabs .content {
	width: 100%;
	padding: 0;
}

.tab,
.dynamic#tabs .tab {
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
}

body.standalone #main,
#container {
	width: 100%;
}

body.standalone #main {
	clear: both;
}

#main {
	border-top: 1px solid #E0E0E0;
	margin-top: 10px;
}

#gutter {
	clear: both;
	float: left;
	width: 100%;
}

#recommendations ul {
	width: 100%;
	float: left;
}

#recommendations li {
	float: left;
	width: 253px;
	border-right: 1px dotted #D6D6D6;
	clear: none;
	
}

#recommendations li:last-child {
	border-right: 0;
}

#recommendations li.last-child {
	border-right: 0;
}

#specs,
#tabs {
	width: 100%;
	clear: both;
}

#tabs {
	margin-bottom: 20px;
}

#related-information {
	width: 66%;
}

#specs {
	border-top: 0;
}

#recommendations {
	width: 100%;
}

#recommendations li {
	width: 215px;
}

#recommendations .info {
	width: 75px;
	padding-right: 10px;
}

#gutter .store-finder {
	border: 0;
	background: none;
	color: #8D8884;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	width: 155px;
}

#recommendations,
#recommendations ul {
	float: none;
}

* html #recommendations {
	margin-top: 20px;
}

*+html #recommendations {
	margin-top: 20px;
}

#gutter .store-finder p {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

table thead tr th {
	background: none;
	background-color: #FFF;
}

table td {
	white-space: normal !important;
}

.rating,
.learn,
.review .links {
	display: none !important;
}

/* BazaarVoice 
---------------------------------*/
#ratings select,
.BVRRBadge,
.BVRRContributorBadges .BVRRTop1ContributorBadge,
.BVRRContributorBadges .BVRRTop10ContributorBadge,
.BVRRContributorBadges .BVRRTop25ContributorBadge,
.BVRRContributorBadges .BVRRTop50ContributorBadge,
.BVRRContributorBadges .BVRRTop100ContributorBadge,
.BVRRContributorBadges .BVRRTop250ContributorBadge,
.BVRRContributorBadges .BVRRTop500ContributorBadge,
.BVRRContributorBadges .BVRRTop1000ContributorBadge,
.BVRRReviewBadge,
.BVRRReviewBadgeLink,
.BVRRTop25ContributorBadge,
.BVRRReviewBadge a,
.BVRRReviewBadgeLink a,
.BVRRTop25ContributorBadge a,
.BVRRBadgeGraphic,
.BVRRReviewBadgeGraphic,
.BVRRTop25ContributorGraphic,
.BVRRBadgeLabel,
.BVRRReviewBadgeLabel,
.BVRRTop25ContributorLabel,
.BVRRPager,
.BVRRPageBasedPager,
.BVRRSeparator, 
.BVRRSeparatorContentBodyTop,
.BVRRDisplayContentHeaderContent,
.BVRRReviewFeedbackLinksContainer
{
	border: none;
	display: none;
}


.BVRRContentReview,
.BVRRReviewDisplayStyleCustom{
	position: static;
	page-break-before:avoid;
	page-break-after:avoid 
}

.BVRRContentReview,
{
	border-bottom: 1px solid #D9D9D9;
}

.BVRRReviewDisplayStyleCustomSpacer,
.BVRRReviewDisplayStyleCustomContent{
	clear: none;
}

.BVRRReviewTextContainer{
	word-wrap: normal;
}

#BVRRDisplayContentBodyID
{
	float: none !important;
	position: static !important;
}

/* Print footer
---------------------------------*/
#print-footer {
	display: block;
	clear: both;
	margin-top: 20px;
	float: left;
	width: 100%;
	overflow: visible;
}

#print-footer p {
	text-align: right;
	color: #999;
	margin: 0.5em 0;
	font-size: 9px;
	margin-right: 280px;
}

#print-footer .contact {
	float: right;
	width: 245px;
	position: relative !important;
	padding: 0 0 30px 15px;
	border-left: 1px dotted #D6D6D6;
}

#print-footer .contact p {
	margin-right: 0;
	text-align: left;
}

#print-footer .phone {
	font-size: 11px;
}

#print-footer .contact img {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}




