/****** FILE: site/css/icons.css *****/
@font-face {
	font-family: 'site-icons';
	src:url('../fonts/site-icons.eot');
	src:url('../fonts/site-icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/site-icons.woff') format('woff'),
		url('../fonts/site-icons.ttf') format('truetype'),
		url('../fonts/site-icons.svg#site-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'site-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-home, .icon-newspaper, .icon-pencil, .icon-image, .icon-file, .icon-profile, .icon-credit, .icon-phone, .icon-phone-hang-up, .icon-location, .icon-clock, .icon-user, .icon-users, .icon-lock, .icon-cog, .icon-close, .icon-play, .icon-new-tab, .icon-mail, .icon-facebook, .icon-twitter, .icon-pinterest, .icon-google-plus, .icon-search, .icon-warning, .icon-arrow, .icon-envelope, .icon-arrow-thin, .icon-arrow-down-thin, .icon-arrow-thick, .icon-arrow-down-thick, .icon-left-quote, .icon-right-quote, .icon-arrow-very-thin-right, .icon-arrow-very-thin-left, .icon-menu, .icon-file-pdf, .icon-file-word, .icon-file-excel, .icon-file-zip, .icon-file-powerpoint {
	font-family: 'site-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}
.icon-home:before {
	content: "\21";
}
.icon-newspaper:before {
	content: "\22";
}
.icon-pencil:before {
	content: "\23";
}
.icon-image:before {
	content: "\24";
}
.icon-file:before {
	content: "\25";
}
.icon-profile:before {
	content: "\26";
}
.icon-credit:before {
	content: "\27";
}
.icon-phone:before {
	content: "\28";
}
.icon-phone-hang-up:before {
	content: "\29";
}
.icon-location:before {
	content: "\2a";
}
.icon-clock:before {
	content: "\2b";
}
.icon-user:before {
	content: "\2c";
}
.icon-users:before {
	content: "\2d";
}
.icon-lock:before {
	content: "\2e";
}
.icon-cog:before {
	content: "\2f";
}
.icon-close:before {
	content: "\30";
}
.icon-play:before {
	content: "\31";
}
.icon-new-tab:before {
	content: "\32";
}
.icon-mail:before {
	content: "\33";
}
.icon-facebook:before {
	content: "\34";
}
.icon-twitter:before {
	content: "\35";
}
.icon-pinterest:before {
	content: "\36";
}
.icon-google-plus:before {
	content: "\37";
}
.icon-search:before {
	content: "\38";
}
.icon-warning:before {
	content: "\39";
}
.icon-arrow:before {
	content: "\3a";
}
.icon-envelope:before {
	content: "\3b";
}
.icon-arrow-thin:before {
	content: "\3c";
}
.icon-arrow-down-thin:before {
	content: "\3d";
}
.icon-arrow-thick:before {
	content: "\3e";
}
.icon-arrow-down-thick:before {
	content: "\3f";
}
.icon-left-quote:before {
	content: "\40";
}
.icon-right-quote:before {
	content: "\41";
}
.icon-arrow-very-thin-right:before {
	content: "\42";
}
.icon-arrow-very-thin-left:before {
	content: "\43";
}
.icon-menu:before {
	content: "\44";
}
.icon-file-pdf:before {
	content: "\45";
}
.icon-file-word:before {
	content: "\46";
}
.icon-file-excel:before {
	content: "\47";
}
.icon-file-zip:before {
	content: "\48";
}
.icon-file-powerpoint:before {
	content: "\49";
}


/****** FILE: site/css/main.css *****/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #000000;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin-bottom: 50px;
	background: #FFE611;
	color: #000000;
	padding: 20px;
	font-size: 16px;
	text-align: center;
}

.chromeframe a[href] {
	color: #333333;
	text-decoration: underline;
}
.chromeframe a[href]:hover {
	color: #333333;
	text-decoration: none;
}
.chromeframe .icon {
	font-size: 20px;
	color: #cc0000;
	margin-right: 10px;
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}


/****** FILE: site/css/layout.css *****/
/* @override
	http://www.tattink.com.au/site/css/layout.css?m=1323125294
	http://www.tattink.com.au/site/css/layout.css?m=1329181143
*/

body {
	color: #333333;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

.clear{
	clear: both;
}


a {
	text-decoration: none;
	color: #ed1c24;
	border-bottom: 1px dotted #ed1c24;
	-webkit-transition: color 400ms, border-color 400ms;
	transition: color 400ms, border-color 400ms;
}
a:hover {
	color: #000000;
	border-bottom: 1px dotted transparent;
}

a img {
	border: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

/* CONTAINER
----------------------------------------- */
#MainContainer {
	max-width: 960px;
	margin: 0 auto;
}
#Container {
	padding-bottom: 15px;
	background: #ffffff;
}
#Layout {
	clear: both;
	position: relative;
}
#Content {
	margin-left: 220px;
}
#Content.hasCart {
	margin-right: 220px;
}
/* HEADER
----------------------------------------- */
#Header {
	display: block;
	margin: 20px 0 10px 0;
	overflow: hidden;
	border-radius: 8px;
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -ms-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #000000 100%);
	position: relative;
}
.no-cssgradients #Header {
	background: #000000 url(../images/black-gradient-background.gif) repeat-x scroll left center;
}
	#Header .siteLogo {
		color: #ffffff;
		font-size: 20pt;
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		margin: 10px 15px;
		max-width: 386px;
		display: block;
		border: none;
	}
	#Header .siteLogo img {
		max-width: 100%;
	}

	#Header #SearchBox {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	#Header #SearchBox input#SearchInput {
		border: 0px solid #000000;
		padding: 2px;
		border-radius: 3px;
	}
	#Header #SearchBox input.styledButton {
		width: 40px !important;
		display: inline !important;
		padding: 0 0 2px 0;
		height: 20px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	display: block;
	margin: 10px 0 20px 0;
	overflow: hidden;
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -ms-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #000000 100%);
	border-radius: 8px;
}
.no-cssgradients #Navigation {
	background: #000000 url(../images/black-gradient-background.gif) repeat-x scroll left center;
}
	#Navigation > ul {
		padding: 0;
		margin: 0;
	}
	#Navigation > ul > li {
		list-style: none;
		margin: 0;
		display: inline;
		font-size: 12.5px;
		font-weight: bold;
	}
	#Navigation > ul > li#MasterProductHolder {
		display: none;
	}
	#Navigation > ul > li > a {
		text-decoration: none;
		display: inline-block;
		color: #ffffff;
		padding: 8px 10px;
		border: none;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	#Navigation > ul > li.current > a,
	#Navigation > ul > li.section > a,
	#Navigation > ul > li:hover > a {
		color: #ed1c24;
		text-shadow: 0 0 5px #000000;
	}

/* SIDEBAR
-------------------------------------- */
#Sidebar {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0;
		padding-bottom: 10px;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top, #a5a5a5 0%, #f5f5f5 60px);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a5a5), color-stop(60px, #f5f5f5));
		background-image: -webkit-linear-gradient(top, #a5a5a5 0%, #f5f5f5 60px);
		background-image: -o-linear-gradient(top, #a5a5a5 0%, #f5f5f5 60px);
		background-image: -ms-linear-gradient(top, #a5a5a5 0%, #f5f5f5 60px);
		background-image: linear-gradient(to bottom, #a5a5a5 0%, #f5f5f5 60px);
		border-radius: 8px;
	}
	.no-cssgradients #Sidebar .sidebarBox {
		background:#f5f5f5 url(../images/sidebar-header.gif) repeat-x scroll left top;
	}
	#Sidebar ul {
		margin: 2px 0 5px 0px;
		padding: 0px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h2 {
		color: #fff;
		font-weight: 700;
		font-size: 13pt;
		margin: 0 0 20px 0;
		line-height: 1.8;
		padding: 5px 0 0 15px;
	}

/* MENU2 */
#Menu2 li {
	position: relative;
	font-size: 9pt;
	margin: 0px;
	list-style: none;
}
	#Menu2 li > a {
		display: block;
		padding: 4px 15px;
		color: #000000;
		text-decoration: none;
		border-top: 1px dotted #cccccc;
		border-bottom: none;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top, rgba(245, 245, 245, 0.7) 0%, rgba(245, 245, 245, 0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0.7)), color-stop(100%, rgba(245, 245, 245, 0)));
		background-image: -webkit-linear-gradient(top, rgba(245, 245, 245, 0.7) 0%, rgba(245, 245, 245, 0) 100%);
		background-image: -o-linear-gradient(top, rgba(245, 245, 245, 0.7) 0%, rgba(245, 245, 245, 0) 100%);
		background-image: -ms-linear-gradient(top, rgba(245, 245, 245, 0.7) 0%, rgba(245, 245, 245, 0) 100%);
		background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.7) 0%, rgba(245, 245, 245, 0) 100%);
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	.no-cssgradients #Menu2 li > a {
		background: none;
	}
	#Menu2 li.last > a {
		border-bottom: 1px dotted #cccccc;
	}
	#Menu2 li:hover > a,
	#Menu2 li.current > a,
	#Menu2 li.section > a {
		background-color: #bdbdbd;
		color: #000000;
		cursor: pointer;
		text-decoration: none;
	}

	.no-cssgradients #Menu2 li:hover > a,
	.no-cssgradients #Menu2 li.current > a,
	.no-cssgradients #Menu2 li.section > a {
		background: #bdbdbd url(../images/sidebar-header.gif) repeat-x scroll left center;
	}

	#Menu2 ul > li > a {
		padding: 2px 15px;
	}
	#Menu2 ul {
		position: absolute;
		top: 0px;
		left: 200px;
		margin: 0;
		padding: 0;
		width: 230px;
		display: none;
		background: #efefef;
		box-shadow: 0 10px 10px -10px #000000;
		z-index: 10;
	}
	#Menu2 ul > li > ul {
		left: 230px;
	}
	#Menu2 ul.scrollup {
		bottom: -1px;
		top: auto;
	}
	#Menu2 li:hover > ul {
		display: block;
	}
	#Menu2 li > ul > li {
		border-left: 1px dotted #cccccc;
	}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
	text-align: left;
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
		font-size: 8pt !important;
	}


/* FOOTER
----------------------------------------------- */

#Footer {
	clear: both;
	text-align: center;
	color: #999999;
	font-size: 8pt;
	border-top: 1px solid #cccccc;
}
	#Footer p {
		text-align: center;
		color: #999999;
		font-size: 8pt;
	}
	#Footer a {
		color: #999999;
		border-bottom-color: transparent;
	}
	#Footer a:hover {
		color: #cc0000;
		border-bottom-color: #cc0000;
	}
	#Footer span {
		margin: 0px 5px;
	}


/* OTHER
---------------------------------------------- */

#Content .redText {
	color: #cc0000;
}
.boxesContainer {
	float: left;
	width: 100%;
}
.greyBox {
	position: relative;
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 15px 10px;
	background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50px);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(50px, #ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 50px);
	background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50px);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50px);
	background-image: linear-gradient(to bottom,#eeeeee 0%, #ffffff 50px);
	box-shadow: inset 0 1px 1px #ffffff;
}
	.greyBox h3 {
		color: #000000 !important;
		margin: 0 0 0.5em 0;
	}
	.greyBox ul {
		list-style-image: url(../images/red-arrow.gif);
		margin-bottom: 0px;
	}
	.greyBox ul > li {
		padding-bottom: 5px;
	}
.greyBox .payPalLogo {
	width: 106px;
	height: 29px;
	background: url(../images/pay-pal.png) 0 center no-repeat;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 30px;
	height: 100%;
}
.greyBox.payPal {
	padding-right: 156px;
}
.greyBoxConainer.half {
	width: 48%;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	margin-right: 4%;
	margin-right: -webkit-calc(20px);
	margin-right: calc(20px);
	float: left;
	-webkit-transition: none !important;
}
.lt-ie8 .greyBoxConainer.half {
	margin-right: 20px;
}
.greyBoxConainer.half.last,
.lt-ie8 .greyBoxConainer.half.last {
	margin-right: 0;
}

.whiteBox {
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 15px 10px;
}
.informationBox {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/information-icon.png) 15px center no-repeat;
	padding-left: 82px;
}

.bigButton {
	display: inline-block;
	color: #ED1C24;
	text-shadow: 0 0 5px #000000;
	text-align: center;
	font-style: italic;
	border-radius: 10px;
	border: none;
	padding: 10px 0;
	background-color: #666666;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	-webkit-transition: background 400ms;
	transition: background 400ms;
}
	.no-cssgradients .bigButton {
		background: #000000 url(../images/black-gradient-background.gif) repeat-x scroll left center;
	}
	.bigButton:hover {
		background-color: #888888;
		border: none;
	}
	.bigButton .introText {
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 20px;
	}
	.bigButton .mainText {
		color: #ED1C24;
		display: block;
		font-size: 30px;
		line-height: 34px;
		font-weight: bold;
	}
.homePageBigButtonContainer {
	font-size: 0.1px;
}
.homePageBigButtonContainer .bigButton {
	width: 49%;
	margin-left: 1.8%;
	-webkit-transition: none !important;
}
.homePageBigButtonContainer .bigButton:first-child {
	margin-left: 0;
}
.subscribe .bigButton {
	display: block;
	max-width: 310px;
	margin: 10px auto 30px;
}


.discountBox {
	position: relative;
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 10px;
	width: 108px;
	background-image: -moz-linear-gradient(top, #ffffff 60%, #eeeeee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff 60%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #ffffff 60%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #ffffff 60%, #eeeeee 100%);
	background-image: linear-gradient(to bottom,#ffffff 60%, #eeeeee 100%);
	box-shadow: inset 0 -1px 1px #ffffff;
}
.discountBox5PercentOffInks {
	width: 59px;
	height: 68px;
	margin: 0 auto;
	background: url(../images/discount-box-5-percent-off-inks.png) 0 0 no-repeat;
}
.discountBox10PercentOffNeedlesAndInks {
	width: 59px;
	height: 68px;
	margin: 0 auto;
	background: url(../images/discount-box-10-percent-off-needles-and-inks.png) 0 0 no-repeat;
}

.productItem {
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	float: left;
	width: 100%;
}
.productItem:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
	.productItem h3 {
		margin: 0px 0px 10px 0px;
	}
	.productItem img {
		max-width: 90px;
	}
	.productItem .details {
		margin-left: 110px;
	}
	.styledButton {
		background-color: #e1e1e1;
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
		color:#000000;
		cursor:pointer;
		width: 130px;
		display: block;
		text-align: center;
		text-decoration: none;
		padding: 8px 0;
		border-radius: 3px;
		border: none;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	.styledButton:hover {
		background-color: #ed1c24;
		border: none;
	}
	.no-cssgradients .styledButton {
		background: #a5a5a5 url(../images/sidebar-header.gif) repeat-x scroll left center;
	}
	.no-cssgradients .styledButton:hover {
		background: #ed1c24;
	}
	input.styledButton {
		border-width: 0px;
	}


.paginationControls {
	float: left;
	width: 100%;
	font-size: 8pt;
	margin-bottom: 10px;
	color: #666666;
}
.lt-ie8 .paginationControls {
	float: none;
}
.paginationControls .summary {
	float: left;
}
.paginationControls .pages {
	float: right;
}
.paginationControls .pages strong,
.paginationControls .pages a {
	padding: 0px 3px;
}
.paginationControls .pages strong {
}



/* Cart
------------------------------------------------------------ */
#Cart {
	float: right;
	width: 190px;
	padding: 0px 5px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #a5a5a5 0%, #f5f5f5 82px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a5a5), color-stop(82px, #f5f5f5));
	background: -webkit-linear-gradient(top, #a5a5a5 0%, #f5f5f5 82px);
	background: -o-linear-gradient(top, #a5a5a5 0%, #f5f5f5 82px);
	background: -ms-linear-gradient(top, #a5a5a5 0%, #f5f5f5 82px);
	background: linear-gradient(to bottom, #a5a5a5 0%, #f5f5f5 82px);
	border-radius: 8px;
	position: relative;
	z-index: 10;
}

.no-cssgradients #Cart {
	background:#f5f5f5 url(../images/sidebar-header.gif) repeat-x scroll left top;
}
	#Cart h2 {
		font-size: 13pt;
		margin: 10px 0px 10px 15px;
		color: #fff;
	}
	#CartTable {
		width: 100%;
	}
	#CartTable tr.total td,
	#CartTable tr.product td {
		border-top: 1px dotted #cccccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#CartTable tr td,
	#CartTable tr th {
		font-size: 8pt;
	}
	#CartTable input.quantity {
		font-size: 8pt;
		width: 15px;
		text-align: center;
		margin-right: 5px;
		border: 1px solid #A7A7A7;
		border-radius: 3px;
	}
	th.right,
	td.right {
		text-align: right;
	}


#Content ul.newSpecialList {
	padding: 0px;
	margin: 0px;
}
	#Content ul.newSpecialList li {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	#Content ul.newSpecialList li a {
		display: block;
		border-bottom: 1px solid #cccccc;
		width: 405px;
		padding: 10px;
		text-decoration: none;
	}
	#Content ul.newSpecialList li:first-child a {
		border-top: 1px solid #cccccc;
	}
	#Content ul.newSpecialList li a:hover {
		background: #eeeeee;
	}

/* Checkout
------------------------------------------------------------ */
#Checkout th {
	background-color: #a5a5a5;
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #a5a5a5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #a5a5a5));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #a5a5a5 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #a5a5a5 100%);
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #a5a5a5 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #a5a5a5 100%);
	font-weight: bold;
	padding: 5px;
}
#Checkout tr.total th,
#Checkout tr.total td {
	color :#000000;
	background: #ffffff;
	border-top: 2px solid #cccccc;
}
#Checkout td {
	border-top: 1px dotted #cccccc;
	padding: 5px;
}

#Checkout select.shipping {
	width: 100%;
}
#Checkout #ExpressPostSignatureTextRow td {
	border-top: none;
}

/* Colorchart
------------------------------------------------------------ */
.inkChart {
	width: 100%;
	float: left;
}
	.inkChart a {
		float: left;
		margin: 0px 10px 20px 0px;
		text-align: center;
		padding: 2px;
		color: #ffffff;
		text-shadow: 0 0 3px #000000, 1px 1px 1px rgba(0,0,0,0.3);
		display: block;
		font-size: 10px;
		outline: none;
		width: 69px;
		height: 69px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: 1px solid #ffffff;
		cursor: pointer;
		position: relative;
	}
	.inkChart a:hover {
		border: 1px solid #000000 !important;
	}

/* jQuery Larger Image on Hover
------------------------------------------------------------ */

#ImagePreview {
	position: absolute;
	border: 1px solid #CCCCCC;
	background: #fff;
	padding: 5px 5px 5px 5px;
	display: none;
	max-width: 70%;
	max-width: -webkit-calc(100% - 140px);
	max-width: calc(100% - 140px);
	box-shadow: 0 10px 10px -10px #000000;
}
#ImagePreview > img {
	display: block;
	margin-bottom: 5px;
}

/* BANNER PAGE
------------------------------------------------------------ */

.bodyBannerPage h1.title {
	padding: 20px;
	background: #ed1c24;
	border-radius: 8px;
	color: #fff !important;
	text-align: center;
	font-size: 40px !important;
	line-height: 44px;
	text-transform: uppercase;
}


/****** FILE: site/css/layout.responsive.css *****/
@media screen and (max-width: 959px) {
	#Header {
		margin-top: 0;
		border-radius: 0;
	}
	#Navigation {
		border-radius: 0;
	}
	#Cart {
		border-radius: 8px 0 0 8px;
	}
	#Sidebar .sidebarBox {
		border-radius: 0 8px 8px 0;
	}
}

@media screen and (max-width: 900px) {
	#Navigation > ul > li {
		font-size: 10pt;
	}
}

@media screen and (max-width: 800px) {
	#Navigation,
	#Sidebar {
		display: none;
	}
	#MobileMenuButton {
		display: block !important;
	}
	#Content {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 55px;
	}
}

@media screen and (max-width: 640px) {
	#SearchBox {
		display: none;
	}
	#Header .siteLogo {
		margin: 10px auto;
		padding: 0 10px;
	}
	#Cart {
		float: none;
		position: absolute;
		top: 0;
		right: 10px;
		width: 45%;
		width: -webkit-calc(50% - 25px);
		width: calc(50% - 25px);
		border-radius: 8px;
		-webkit-transition: none !important;
		transition: all 400ms;
	}
	#Cart.open {
		box-shadow: 0 10px 10px -10px #000000, 0 2px 6px -1px rgba(0,0,0,0.3);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	#Cart > h2 {
		cursor: pointer;
		position: relative;
	}
	#Cart > h2:after {
		content: " ";
		position: absolute;
		top: 8px;
		right: 5px;
		border-style: solid;
		border-color: #ffffff transparent transparent transparent;
		border-width: 8px;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	#Cart.open > h2:after {
		top: 0;
		border-color: transparent transparent #ffffff transparent;
	}
	#Cart #CartBody {
		height: 0;
		overflow: hidden;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	#Cart.open #CartBody {
		height: auto;
	}
	#Content.hasCart {
		margin-right: 10px;
	}
	.homePageBigButtonContainer .bigButton {
		width: auto;
		max-width: 310px;
		margin: 10px auto !important;
		display: block;
	}
	.bodyBannerPage h1.title {
		font-size: 32px !important;
		line-height: 38px;
	}
}
@media screen and (max-width: 480px) {
	.greyBoxConainer.half {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.bodyBannerPage h1.title {
		font-size: 26px !important;
		line-height: 30px;
	}
}

/****** FILE: site/css/typography.css *****/
/* @override http://www.tattink.com.au/site/css/typography.css?m=1308812546 */

/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 


/* PARAGRAPHS 
-------------------------------------------- */
#Content p { 
 	color: #666666;
 	line-height: 12pt;
 	font-size: 9pt;
	margin: 0 0 10px 0;
}

		
/* HEADER STYLES 
-------------------------------------------- */



#Content h1 {
	color: #ed1c24; 
	font-size: 18pt;
    margin: 0 0 0.5em 0;
}
#Content h2 { 
	color: #ed1c24; 
 	font-size: 13pt;
	font-weight: bold;
    margin: 0px 0px 10px 0px;
}	
#Content h3 {
	color: #ed1c24; 
	font-weight: bold;
	font-size: 11pt;
}
#Content h4 {
	font-size: 9pt;
	color: #ed1c24; 
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 6px 0;
}
#Content h5 {
	font-size: 8pt;
 	line-height: 18px;
	color: #ff0000; 
	font-weight: bold;
	margin: 0 0 2px 0;
}
#Content hr {
	border: 0;
	border-top: 1px solid #CCCCCC;
    color: #CCCCCC;
    background-color: #FFFFFF;
    height: 1px;
}

/* PRE STYLES 
-------------------------------------------- */	
#Content pre {
	font-family: "Courier New", Courier;
	display: block;
	margin: 2em 5em;
	padding: 0.5em;
	border: 1px #ccc solid;
	background:#eee;
}

/* LIST STYLING 
-------------------------------------------- */
#Content ul {
	color: #666666;
	padding-left: 15px;
	margin-left: 0px;
	margin-top: 0px;
 	font-size: 9pt;
 	line-height: 12pt;
}
    #Content li {
    }

/* TABLE STYLING 
-------------------------------------------- */
#Content table {
	border-collapse: collapse;
}
    #Content table td, #Content table th {
    	vertical-align: top;
    }


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
#Cart .left,
#Content .left {
	text-align: left;
}
#Cart .center,
#Content .center {
	text-align: center;
}
#Cart .right,
#Content .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
#Content img {
	border: none;
}
	#Content img.left {
		float: left;
		margin-right: 20px;
	}
	#Content img.right {
		float: right;
		margin-left: 20px;
	}
    



#Content hr {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #dddddd;
}




#Content .intro {
	color: #000000;
    font-size: 10pt;
}



/****** FILE: site/css/form.css *****/
/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 1.2em;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	border: 1px solid #A7A7A7;
	border-radius: 3px;
	color: #000;
	font-size: 9pt;
	width: 300px;
}

textarea {
	resize: vertical;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
}

label.right {
	display:inline;
}



#subForm label input, 
#SendOrderForm label input, 
#SendOrderForm label textarea, 
#SendOrderForm label select {
	border: 1px solid #A7A7A7;
	width: 260px;
	padding: 5px;
	border-radius: 3px;
}
#OverseasPostageType label {
	display: block;	
	position: relative;
	padding: 2px 0 8px 35px;
}
#OverseasPostageType label input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
}

input.error,
select.error,
textarea.error {
	border: 1px solid #ee0000 !important;
}
label.error {
	color: #ee0000;
    padding-left: 10px;
}



/****** FILE: site/css/mobilemenu.css *****/

/* ----- MOBILE MENU ------------------------------------ */

#MobileMenuButton {
	display: none;
	position: absolute;
	left: 10px;
	top: 0px;
	padding: 10px 0;
	width: 45%;
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -ms-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #000000 100%);
	border-radius: 8px;
	transition: all 0.4s;
}
	#MobileMenuButton .inner {
		display: inline-block;
		padding-left: 25px;
		position: relative;
	}
	#MobileMenuButton .hamburger {
		position: relative;
		left: -25px;
		top: 3px;
	}
	#MobileMenuButton .hamburger span {
		position: absolute;
		left: 0px;
		height: 3px;
		width: 20px;
		background: #ffffff;
		transition: all 0.4s;
	}
	#MobileMenuButton .hamburger .first {
		top: 0px;	
	}
	#MobileMenuButton .hamburger .second {
		top: 6px;	
	}
	#MobileMenuButton .hamburger .third {
		top: 12px;
	}
	#MobileMenuButton:hover {
		color: #ED1C24;
		text-shadow: 0 0 5px #000000;
	}
	#MobileMenuButton:hover .hamburger span {
		background: #ED1C24;
		box-shadow: 0 0 5px #000000;
	}
#MobileMenuCloseButton {
	width: 48%;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	font-weight: bold;
	font-size: 18px;
	float: left;
	padding: 10px 0px;
	-webkit-transition: none !important;
}
.searchFocus #MobileMenuCloseButton {
	width: 23%;
	width: -webkit-calc(60px);
	width: calc(60px);
}
#MobileProductSearch {
	width: 48%;
	height: 45px;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	float: right;
	-webkit-transition: none !important;
	position: relative;
}
.searchFocus #MobileProductSearch {
	width: 73%;
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
}
#MobileProductSearchInput {
	border: 0;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 13px;
	padding: 13px 28px 13px 8px;
}
#MobileProductSearchSubmitLabel {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 30px;
	cursor: pointer;
}
#MobileProductSearchSubmitLabel > input {
	display: none;
}
#MobileProductSearchSubmitLabel > .icon {
	font-size: 24px;
	color: #AAAAAA;
	height: 47px;
	line-height: 47px;
	width: 24px;
	text-align: center;
}
	
#MobileNavigation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: #ffffff;
	z-index: 900000;
}
#MobileMenuHeader {
	padding: 10px;
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -ms-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #000000 100%);
}
#MobileNavigation #dynamicMobileMenu {
	position: absolute;
	top: 80px;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: auto;
	width: 100%;
	bottom: 0;
	background: #ffffff;
	height: 550px;
}
#DynamicMobileMenu {
	position: relative;
	left: 0px;
	right: auto;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#DynamicMobileMenu > ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: left;
	display: block !important;
}
#DynamicMobileMenu > ul > li > ul {
	display: none;
}
#DynamicMobileMenu > ul > li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #BFBFBF;
}
#DynamicMobileMenu > ul > li > a {
	display: block;
	padding: 16px 0px 16px 15px;
	color: #707070;
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	border: none;
}
#DynamicMobileMenu > ul > li.backLink > a {
	background: #eeeeee;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 40px;
}
#DynamicMobileMenu > ul > li.backLink > a:after, 
#DynamicMobileMenu > ul > li.hasMenu > a:after {
	font-family: 'site-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 17px;
	position: absolute;
	color: #707070;
	top: 17px;
	content: "\3c";
}
#DynamicMobileMenu > ul > li.backLink > a:after {
	left: 15px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#DynamicMobileMenu ul > li.hasMenu > a:after {
	right: 15px;
}

#DynamicMobileMenu > ul > li > a.section,
#DynamicMobileMenu > ul > li > a.current,
#DynamicMobileMenu > ul > li > a.highlight,
#DynamicMobileMenu > ul > li > a:active, 
#DynamicMobileMenu > ul > li > a:focus {
	background-color: #e7e2d6;
	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#fefdfd), to(#e7e2d6));
	background-image: -webkit-linear-gradient(left, #fefdfd, #e7e2d6);
	background-image: -moz-linear-gradient(left, #fefdfd, #e7e2d6);
	background-image: -ms-linear-gradient(left, #fefdfd, #e7e2d6);
	background-image: -o-linear-gradient(left, #fefdfd, #e7e2d6);
	background-image: linear-gradient(to right, #fefdfd, #e7e2d6);
}

