/*
	Title:      Print style
	Author:     Front-end
	Copyright:  Poort80  All rights resevered
*/

/* common tags 
============================================================= */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt !important;
	margin: 0 auto 0 auto !important;
	padding: 0;
	background: #fff;
	color: #000;
	line-height: normal;
}

td, th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt !important; /* Let op! Zet de font-sizes in punten (pt) */
}

a img {
	border: none;
}

h1 {
	color: #009de9;
	font-size:18pt;
	margin-bottom: 0;
}

h2 {
	font-size:14pt;
	margin: 0;
}

h3 {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #888;
}

.formTable  h3 {
	border: none;
}

h2, h3, h4, h5, h6, p, li, div, th, td, .defaultColor {
	color: #333;
}

.defaultColor {
	font-weight: normal;
}

h4, h5, h6 {
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;	
}

h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight:bold;
}

p, ol, ul, dl, hr, pre, table, address, fieldset, input, caption, legend {
	margin-bottom:18px;
}

hr {
	border:0px #999999 dotted;
	border-top-width:2px;
	clear:both;
	height:0px;
	margin: 5px 0;
}

ol, ul {
	list-style: disc;
}

fieldset {
	border: none;
}

#contentWrapper a, 
#contentWrappera:link {
	color: #009de9;
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

th {
	color: #009de9;
	border-bottom: 2px solid #ccc;
}

.formTable th {
	border: none;
}

td, th {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0 10px 0 0;
}

a {
	color: #009de9;
}

#wrapper[style] {
	background: none !important;
}

/* Hide TextImage img-tags and show the SEO span
============================================================= */

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	display: inline-block;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
img.textimage {
	display: none;
}

/* order proces headings
============================================================================= */

.subHeading span {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	display: block;
}

.subHeading img {
	display: none;
}

/* sim badge (T16A1)
============================================================================= */

.simBadge {
	display: block;
	margin-bottom: 10px;
}

/* tabs
============================================================================= */

.productTabs li a img {
	display: none;
}

/* upgrade amount (T21A0)
============================================================================= */

.upgradeContainer img.euro,
.upgradeContainer img.cents,
.upgradeContainer .currency {
	display: none;
}

/* swatches
============================================================================= */

.swatch1,
.sectionHeading {
	color: #009de9; /* Ben blauw */
}

.swatch2 {
	color: #000; /* Zwart */
}

.swatch3 {
	color: #333; /* Ben 'body color' donkergrijs */
}

.swatch4 {
	color: #f00; /* formvalidation rood */
}

.swatch5 {
	color: #44b7ef; /* light 'Ben' color */	
}

/* header
============================================================= */

#header {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: right;
	overflow: hidden;
}

#header img {
	display: none;
}

#header .logo img {
	display: block;
}

#header .logo {
	float: right;
}

/* sectionHeading
============================================================= */

.sectionHeading .headingName img {
	display: none;
}

.sectionHeading .headingName span {
	display: inline-block;
	color:#000;
}
 
/* sidebar
============================================================= */

#sidebar {
	width:5cm;
	float: right;
}

/* T10i
============================================================= */

.userAddress span {
	display: block;
}

/* form error messages
============================================================= */

.validationMessage,
.validationMessage .message {
	color: #f00;
}

/* form table
============================================================= */

.formType1 .subCol1 {
	display:inline-block;
	margin-right:10px;
	width:105px;
}

/* userCart
============================================================= */

.userCart {
	display: none;
}

.userCart .header h4 img {
	display: none;
}

.userCart .header h4 img .hide {
	display: block;
}

/* shop heading
============================================================= */

.shopRow h4 {
	margin-bottom: 10px;
}

/* user usage (T21B)
============================================================= */

.userUsage td {
	text-align: top;
	padding-top: 3px;
	padding-bottom: 3px;	
	border-bottom: 2px solid #ccc;
}

/* Elements not needed by print version
============================================================= */

#mainNav,
#subNav,
#login,
.flashHeader,
.sectionWrapper .btnChange,
embed,
fieldset legend,
object,
.searchPaging,
.reg,
.searchBox,
.pageButtons,
.popupConfirmation,
.shopRadio,
#footer,
.popupSMS,
.linksNav,
.non_print,
.backgroundImg,
.askBen,
.faqModule,
.iconHelp,
.btnClose,
#sidebar {
	display:none;
}
