/*
	$Id: print.css, v 1.0 2011-03-09 9:05:15 AM rgerber Exp $
	Copyright (c) 2011 Stefan Rölli, stefan.roelli@gmx.net
	All rights reserved.
	
	File:          print.css
	Author:        Stefan Rölli (sroelli)
	Description:   
	
	History:
		v 1.0 2011-03-09 sroelli Created


	Table of Contents:
		- Hide Elements
		- Show Tab Elements
		- Tab Header
		- Rating
		- Filter
		- Anchors
		- External Links
		- Background
		- Page Break
*/

@import url('reset.css');
@import url('layout.css?version=20151116');
@import url('form.css?version=20151116');
@import url('lib.css?version=20151116');

body {font-size: 80.01%;}


/* --------------------------------------------------------------------- */
/* Hide Elements */
/* --------------------------------------------------------------------- */
#header div,
div.sidebar,
a.btn-cart,
a.btn-wishlist,
a.btn,
a.btn-right,
button.btn-right,
button,
#confirmOrder,
#filter-button,
#checkOut,
#slider-off div.ui-widget,
#edit-mostWanted,
.videotab,
.no-print
{
	display: none;
}

/* --------------------------------------------------------------------- */
/* Show Tab Elements */
/* --------------------------------------------------------------------- */
#tabs .ui-tabs-hide {
    display: block;
}

/* --------------------------------------------------------------------- */
/* Tab Header */
/* --------------------------------------------------------------------- */
#tabs>ul {
	display: none;
}
.print-tab {
	margin: 1.333em 0 0;
	display: block;
}

/* --------------------------------------------------------------------- */
/* Rating */
/* --------------------------------------------------------------------- */
#rating-overview .paginationContainer, #rating-overview h5, #rating-overview div.block {
	display: none;
}

/* --------------------------------------------------------------------- */
/* Filter */
/* --------------------------------------------------------------------- */
div#context {
    float: left;
} 

/* --------------------------------------------------------------------- */
/* External Links */
/* --------------------------------------------------------------------- */
a {
	color: #464548;
	text-decoration: underline !important;
}

/* --------------------------------------------------------------------- */
/* External Links */
/* --------------------------------------------------------------------- */
a[rel~="external"]:link:after {
    content: " (" attr(href)")";
} 

div#header {
    border-bottom: 0;
}

/* --------------------------------------------------------------------- */
/* Background */
/* --------------------------------------------------------------------- */
.box h3.filter,
tr.list-caption th,
tr.list-caption td {
	background: #e2e3e4 none top left repeat-x !important;
	border-left: 0;
	color: #000;
	text-shadow: 0px 0px 0px #425184;
}

.rating-total a {
	background: transparent none top left repeat-x !important;
	border-left: 0;
	color: #464548;
	text-shadow: 0px 0px 0px #425184;
}

 .rating-total-medium a {
	background: transparent none top left repeat-x !important;
	border-left: 0;
	color: #464548;
	text-shadow: 0px 0px 0px #425184;
}


/* --------------------------------------------------------------------- */
/* Page Break */
/* --------------------------------------------------------------------- */
div.page-break {
	page-break-after: always;
}
 