﻿/* fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 28, 2013 */
@font-face {
    font-family: 'fagocomedium';
    src: url('/resources/fonts/fagocomedium-webfont.eot');
    src: url('/resources/fonts/fagocomedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/fagocomedium-webfont.woff') format('woff'),
         url('/resources/fonts/fagocomedium-webfont.ttf') format('truetype'),
         url('/resources/fonts/fagocomedium-webfont.svg#fagocomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* element styles */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em; /* 16px */
	color: #000;
	background: #FFF url('bg.jpg') left top repeat-x;
}

p, div, h1, h2, h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 0.5em 0;
	color: #ed1d25;
}

h1 {
	font-size: 1.625em;
}

h2 {
	font-size: 1.375em;
}

h3 {
	font-size: 1.125em;
}

a:link, a:visited, a:active {
	color: #1a86d1/*#68bcb9*/;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ed1d24;
}

a img {
	border: none;
}

/* globally relevant baseline styles */
.highlight {
	color: #68bcb9;
}

.highlightdark {
	color: #1a86d1;
}
	
.button {
	display: inline-block;
	margin: 12px 30px;
	padding: 4px 0 4px 15px;
	border: none;
	background: transparent url('icon-arrow-black.png') left center no-repeat;
	color: #000;
	font-size: 1.125em;
	line-height: 1em; 
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover, .button:focus {
	color: #ed1d25;
	text-decoration: underline;
	background-image: url('icon-arrow-red.png');
}

.pages {
	text-align: center;
	font-weight: bold;
}

.pages a:link, .pages a:visited {
	
}

.pages .current {
	
}

.struct {
	display: none;
}

/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
	display: block;
	width: 99%;
	height: 1px;
	clear: both;
}

/*** section styles ***/
.header, .midsection, .base {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.header {
	position: relative;
	height: 334px;
	padding-top: 4px;
	background: #e3e3e3 url('header-top.png') top left repeat-x;
	z-index: 10;
}

.slideshow {
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 334px;
	z-index: 5;
}

.slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}

.header .overlay {
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 334px;
	z-index: 10;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	*/
	background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 48px, rgba(255,255,255,0) 49px, rgba(255,255,255,0) 327px, rgba(255,255,255,0.75) 328px, rgba(255,255,255,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(49px,rgba(255,255,255,0)), color-stop(328px,rgba(255,255,255,0)),  color-stop(329px,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 48px, rgba(255,255,255,0) 49px, rgba(255,255,255,0) 327px, rgba(255,255,255,0.75) 328px, rgba(255,255,255,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 48px, rgba(255,255,255,0) 49px, rgba(255,255,255,0) 327px, rgba(255,255,255,0.75) 328px, rgba(255,255,255,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 48px, rgba(255,255,255,0) 49px, rgba(255,255,255,0) 327px, rgba(255,255,255,0.75) 328px, rgba(255,255,255,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 48px, rgba(255,255,255,0) 49px, rgba(255,255,255,0) 327px, rgba(255,255,255,0.75) 328px, rgba(255,255,255,0.75) 100%); /* W3C */
}

.banner {
	width: 1010px;
	height: 135px;
	margin: 0 auto;
	position: relative;
	z-index: 15;
}

.logo {
	display: block;
	position: absolute;
	top: -4px;
	left: 0px;
	padding: 18px 30px 19px 31px;
	border-style: solid;
	border-color: #fffbef;
	border-width: 4px 8px 0;
	background: #FFF;
}

.headline, .dates {
	float: right;
	width: 782px;
	text-align: center;
}

.ie9 .headline, .ie9 .dates {
	background: rgba(255,255,255,0.8);
}

.ie8 .headline, .ie8 .dates {
	background: #FFF;
}

.headline {
	font-size: 1.125em;
	font-weight: bold;
	color: #414950;
}

.dates {
	min-height: 1.25em;
	color: #ed1d24;
}

.dates p {
	width: 100%;
	font-weight: bold;
}

.midsection {
	z-index: 5;
}

.content-wrapper {
	width: 1010px;
	margin: 0 auto;
	-webkit-box-shadow:  -2px -5px 2px 2px #CCCCCC;
    box-shadow:  -2px -5px 2px 2px #CCCCCC;
}

.content-wrapper > .sidebar {
	width: 213px; /* 980px */
	background: #FFF;
	border-style: solid;
	border-color: #fffbef;
	border-width: 0 8px;
	padding-bottom: 210px;
	-webkit-box-shadow:  2px -4px 2px 1px #CCCCCC;
    box-shadow:  2px -4px 2px 1px #CCCCCC;
	float: left;
	z-index: 5;
}

.main-navigation {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.main-navigation ul {
	margin: 0; 
	padding: 2px 0 0;
	border-bottom: 2px dotted #979696;
}

.main-navigation  li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	border-top: 2px dotted #979696;
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: block;
	padding: 10px 0 10px 20px;
	color: #6d7479;
	font-size: 1em;
	text-decoration: none;
	background: #FFF url('icon-arrow-black.png') 4px 0.8125em no-repeat;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #ed1d25;
	text-decoration: underline;
	background-color: #fffbef;
	background-image: url('icon-arrow-red.png');
}

.main-navigation .open > a {
	background-color: #FFF;
	color: #ed1d25;
	background-image: url('icon-arrow-red.png');
}

.main-navigation .sel > a {
	background-color: #fffbef;
	color: #ed1d25;
	background-image: url('icon-arrow-red.png');
}

.main-navigation li ul {
	display: block;
	position: relative;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: none;
	-webkit-transition: height 5s; /* Safari */
	transition: height 5s;

}

.main-navigation li:hover ul, .main-navigation a:focus+ul, .main-navigation li.open ul, .main-navigation li.sel ul  {
	height: auto;
}

.main-navigation li li {
	background-image: none;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 10px 5px;
	background-image: none;
}

.facebook {
	margin: 15px 0;
	padding: 0 10px;
}

.facebook img {
	display: block;
	float: left;
	margin-right: 10px;
}

.facebook a:link, .facebook a:visited {
	color: #6d7479;
}

.facebook a:hover, .facebook a:focus, .facebook a:active {
	color: #ed1d25;
	text-decoration: underline;
}

.flag {
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	height: 135px;
	background: transparent url('nz-flag.jpg') center center no-repeat;
}

.content {
	float: right;
	width: 544px; /* 780px */
	padding: 15px 210px 15px 27px;
	background: #FFFFFF;
	z-index: 1;
}

.content.no-sidebar {
	width: 734px; /* 780px */
	padding: 15px 20px 15px 27px;
}

.content p {
	margin-bottom: 1em;
}

.no-sidebar h1, .no-sidebar h2, .no-sidebar h3, .no-sidebar p {
	width: 100%;
}

.content .sidebar {
	float: right;
	width: 200px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: -200px;
	border-left: 1px solid #1a86d1/*#68bcb9*/;
	border-top: 8px solid #FFF;
	color: #7f796d;
	z-index: 5;
	font-family: fagocomedium, Tahoma, sans-serif;
	font-size: 0.875em;
}

.content .sidebar h2 {
	color: #1a86d1/*#68bcb9*/;
	font-weight: bold;	
	text-align: center;
	font-family: Tahoma, sans-serif;
}

.content .sidebar a:link, .content .sidebar a:visited, .content .sidebar a:active {
	color: #888277;
}

.content .sidebar a:hover, .content .sidebar a:active {
	color: #ed1d24;
	text-decoration: underline;
}

.secondary-navigation {
	display: block;
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
}

.secondary-navigation  li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: transparent;
}

*+html .secondary-navigation > ul  li { display: block; float: left; } /* IE7*/

.secondary-navigation a:link, .secondary-navigation a:visited, .secondary-navigation a:active {
	display: block;
	padding: 10px 15px 10px 15px;
	color: #6d7479;
	font-size: 1em;
	line-height: 1.125em;
	text-decoration: none;
	background: #FFF url('arrows.png') left top no-repeat;
}

.secondary-navigation a:hover, .secondary-navigation a:focus {
	color: #ed1d25;
	text-decoration: underline;
	background-position: left center;
}

.content-wrapper > .struct {
	display: block;
	position: absolute;
	top: 0;
	height: 0px;
	width: 0px; 
}


.base {
	position: relative;
	padding-bottom: 200px;
	z-index: 0;
	background: #ee1d25 url('bg-footer.jpg') left top repeat;
}

.base .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */

}

.footer {
	position: relative;
	width: 1010px; /* 1010px; */
	height: 80px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.footer h2 {

}

.footer p {

}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FFF;
}

.footer a:hover, .footer a:active {
	color: #000;
	text-decoration: underline;
}

.statement {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	border-style: solid;
	border-color: #fffbef;
	border-width: 0 8px;
	min-height: 130px;
	width: 213px;
	text-align: center;
	padding-bottom: 10px;
}

.statement:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -20px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #e7a5a7;
	border-radius: 2px 2px 0 0;
	height: 0;
	width: 253px;
	z-index: 10;
}

.statement img {
	max-width: 100%;
	height: auto;
}
.textnav {
	position: absolute;
	top:0;
	right: 0;
	width: 720px;
	font-size: 0.75em;
	padding: 10px;
}

.copyright {
	position: absolute;
	bottom: 5px;
	left: 200px;
	width: 600px;
	font-size: 0.625em;
	color: #FFF;
}

.avd {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-transform: lowercase;
	font-size: 0.625em;
	color: #fff;
}

.avd a:link, .avd a:visited, .avd a:active {

}

.avd a:hover, .avd a:focus {

}

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.gallery img {
	display: inline; /* kauri default sets to block */
	vertical-align: middle;
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin-top: 8px;
	padding: 10px;
	background: #fefaed;
	border: 1px solid #e5ddc2;
	width: 400px;
}

fieldset {
	border: 1px solid #CCC;
}
fieldset p:last-of-type {
	margin-bottom: 0;
}

form#subscription {
	width: auto;
}

.contact p {
	line-height: 1.75em;
	position: relative;
}

.contact p.action {
	text-align: right;
}

.contact .action a {
	font-size: 0.875em;
}

.contact label {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.contact label.error {
	display: block;
	width: 100%;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact p label:first-child {
	position: absolute;
	font-size: 0.875em;
	width: 1px;
	overflow: hidden;
}

.contact p.inline {
	line-height: 28px;
}

.contact p.inline label {
	position: relative;
	padding-right: 20px;
	font-size: 1em;
	width: auto;
}
 
.contact input[type=text] {
	width: 100%;
	color: #000;
	font-family: inherit;
	font-size: 1em;
	border: 1px solid #e5ddc2;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 100%;
	color: #000;
	border: 1px solid #e5ddc2;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: 100%;
	height: 5em;
	color: #000;
	font-family: inherit;
	font-size: 1em;
	border: 1px solid #e5ddc2;
}

.contact input[type=submit], .contact input[type=button], .contact a.button {
	border: none;
	padding: 0 0 0 15px;
	color: #000;
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: bold;
	background: transparent url('arrows.png') left -10px no-repeat;
	height: 20px;
}

.contact a.button  {
	font-size: 1em;
}

.contact input[type=submit]:hover, .contact input[type=button]:focus, .contact input[type=submit]:active,
.contact a.button:hover, .contact a.button:focus, .contact a.button:active {
	color: #ed1d25;
	text-decoration: underline;
	background-position: left center;
}

/*
.contact input[type=radio] + label:before {
	display:block;
	position: absolute;
	right: 100%;
	top: -4px;
	z-index: 5;
	width: 22px;
	height: 22px;
	background: transparent url('radio-buttons.png') top right no-repeat;
}

.contact input[type=radio]:checked + label:before {
	background-position: bottom right;
}
*/
.contact input[type=radio] + label {
	left: -25px;
	margin-right: -15px;
	padding: 3px 20px 3px 30px;
	height: 18px;
	line-height: 18px;
	background: transparent url('radio-buttons.png') 5px 2px no-repeat;
}

.contact input[type=radio]:checked + label{
	background-position: 5px -24px;
}

.ie8 .contact input[type=radio] + label {
	left: 0;
	padding-left: 10px;
	background-image: none;
}

.contact input[type=checkbox] + label {
	position: relative;
	padding: 3px 20px 3px 10px;
	height: 18px;
	line-height: 18px;
}

.contact input[type=checkbox] + label:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: -25px;
	height: 20px;
	width: 20px;
	background: #FFF;
	border: 1px solid #e5ddc2;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

.contact input[type=checkbox]:checked + label:before {
	content: '\2714';
	color: #F00;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #7f796d;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #7f796d;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #7f796d;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #7f796d;
}

.sidebar.contact-list .highlight {
	display: inline-block;
	width: 2.5em;
} 

/* blog */
.blog-summary {

}


.blog-summary > div {
	padding: 8px 0;
	border-top: 1px solid #1a86d1/*#68bcb9*/;
	overflow: hidden;
}

.sidebar .blog-summary > div {
	border-top: none;
	margin-bottom: none;
}

.blog-summary img {
	display: block;
	float: left;
	margin-right: 10px;
	max-width: 100%;
	height: auto;
}

.sidebar .blog-summary img {
	margin: 0;
	float: none;
}

.blog-topic {
	color: #1a86d1/*#68bcb9*/;
	text-transform: uppercase;
}

.content > .blog-summary .blog-topic {
	display: none;
}

.blog-title {
	margin: 0;
	font-weight: bold;
	font-style: italic;
}

.blog-date {
	color: #1a86d1/*#68bcb9*/;
}

.blog-feature {
	display: block;
	max-width: 100%;
	height: auto;
}

.blog-article {

}

.articleNav {
	margin: 10px 0;
	overflow: hidden;
	font-size: 0.875em;
	line-height: 18px;
}

.pageNav {
	padding: 4px 0 2px;
	border-top: 1px solid #1a86d1/*#68bcb9*/;	
}

.sidebar .pageNav {
	font-size: 0.8125em;
	line-height: 18px;
} 

.no-sidebar .pageNav { 
	width: 100%;
}

.articleNav .previous, .pageNav .previous {
	float: left;
}

.articleNav .next, .pageNav .next {
	float: right;
}

.previous a:link, .previous a:visited, .previous a:active {
	display: block;
	padding-left: 15px;
	background: transparent url('blog-nav-left.png') top left no-repeat;
}

.previous a:hover, .previous a:focus {
	background-position: bottom left;
}

.next a:link, .next a:visited, .next a:active {
	display: block;
	padding-right: 15px;
	background: transparent url('blog-nav-right.png') top right no-repeat;
}

.next a:hover, .next a:focus {
	background-position: bottom right;
}

/* products and categories */
.category .nav {
	display: block;
	margin: 0;
	padding: 0;
}

.category .nav li {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}

.category .nav a {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.category .nav .image {
	height: 190px;
}

.category .nav img {
	border-radius: 5px;
}

.product .price.retail {
	color: #1A86D1;
	font-size: 1.125em;
}

.product .price.member {
	color: #ED1D25;
	font-size: 1.125em;
}

.product .price.freight {
	font-size: 0.825em;
}

.product .qty, .cart div .qty {
	width: 2em;
}

.product .button, .cart div input.button{
	font-size: 1em;
	padding: 2px 0 0 15px;
	margin: 0 20px;
}

.cart div a.button:link, .cart div a.button:visited {
	font-size: 1em;
	padding: 4px 0 4px 15px;
	margin: 0 20px 0 0;
	color: #000;
}

.cart div a.button:hover, .cart div a.button:active, .cart div a.button:focus {
	color: #ED1D25;
}

.product .images img {
	border-radius: 10px;
}

.cart div {
	overflow: hidden;
}

.cart div h3, .cart div p {	
	width: auto;
	font-weight: normal;
}

.cart div p.price {
	color: #1A86D1;
}
.cart div p.image {
	width: 300x;
	text-align: right;
	float: right;
}

.cart table {
	border-top: 2px dotted #979696;
	width: 33%;
}

.cart th {
	text-align: left;
	height: 2em;
}

.cart p.action {
	text-align: left;
}

.cart .button {
	margin: 12px 20px;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {
	
}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

.orders .ref {
	text-align: left;
}

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

.orders .price {
	text-align: right;
}

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

/* tinymce universal formatting */
#tinymce {width: 720px; padding: 10px; background: #FFF; text-align: left; font-size: 1em; color: #000;}
#tinymce p { padding: 0;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }