/* Print stylesheet
----------------------------------------------
	Name: Firstname Lastname
	Date: Day Month Year
*/ 


/* Index
----------------------------------------------
	1. Typography
	2. Hidden Elements
*/


/* 1. Typography
----------------------------------------------*/

body
{
	margin: 20pt;
	color: 01263a;
	font: normal 14px/20px 'eausans_book', Arial, Helvetica, sans-serif; 
	/* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks */
	/* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
}

/* --- links */
	
a
{
	color: #066191;
	text-decoration: underline;
}


/* --- paragraph */

p
{
	padding: 0 0 15px;
}	

/* --- headings */

h1
{
	margin:  0 0 16px;	
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	font-family: 'eausans_bold', Arial, Helvetica, sans-serif;
	color: #01263a;
}
h2, h3, h4, h5, h6
{
	margin: 5px 0 10px;
	font-weight: normal;
	font-family: 'eausans_bold', Arial, Helvetica, sans-serif;
	color: #01263a;
}
h2
{
	font-size: 28px;
	line-height: 35px;
}
h3
{
	font-size: 21px;
	line-height: 29px;
}
h4
{
	font-size: 16px;
	line-height: 22px;
}
h5
{
	font-size: 14px;
	line-height: 20px;
}
h6
{
	font-size: 12px;
	line-height: 18px;
}

h2 a
{
	text-decoration: none;
}

/* --- images */

img.imageRight
{
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

img.imageLeft
{
	float: left;
	margin: 0 15px 10px 0;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

img.imageCentre
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* --- tables */

.contentTable,
#read_only_order_list,
.cart_table
{
	border: 0;
	margin: 15px 0 30px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.timeRemaining
{
	margin: 0 0 20px;
}

th, td
{
	vertical-align: top;
	text-align: left;
}

.contentTable th,
#read_only_order_list th,
.cart_table th
{
	text-align: left;
	padding: 15px 2% !important;
	background: #066191;
	color: #fff;
	font-weight: normal;
	font-family: 'eausans_bold', Arial, Helvetica, sans-serif;
	border:1px solid #5d94b1;
}

.contentTable td,
#read_only_order_list td,
.cart_table td
{
	text-align: left;
	padding: 15px 2% !important;
	background: none;
	border: 1px solid #ececec;
}
.contentTable td:nth-child(even),
#read_only_order_list td:nth-child(even),
.cart_table td:nth-child(even)
{
	background-color: #fcfcfc;
}

/* --- images */

img
{
	border: 0;
}
	
	
/* 2. Hidden Elements
----------------------------------------------*/

/* hide here any elements you do not want to print */

form,
#head, 
#mainNavbg,
#mobilemenu,
#homebannerbg ul,
.cycle-pager,
#homeleft,
#accountbit,
.twitterfeed,
#foot,
#innerbannerbg,
#sideBar
{
	display: none !important;
}

#mobilewelcome
{
	display: block !important;
}