﻿/*** fonts ***/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 3, 2015 */

@font-face {
    font-family: 'bankgothic_md_btmedium';
    src: url('fonts/bankgothic_md_bt_medium-webfont.eot');
    src: url('fonts/bankgothic_md_bt_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bankgothic_md_bt_medium-webfont.woff2') format('woff2'),
         url('fonts/bankgothic_md_bt_medium-webfont.woff') format('woff'),
         url('fonts/bankgothic_md_bt_medium-webfont.ttf') format('truetype'),
         url('fonts/bankgothic_md_bt_medium-webfont.svg#bankgothic_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bankgothic_lt_btlight';
    src: url('fonts/bankgothic_lt_bt_light-webfont.eot');
    src: url('fonts/bankgothic_lt_bt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bankgothic_lt_bt_light-webfont.woff2') format('woff2'),
         url('fonts/bankgothic_lt_bt_light-webfont.woff') format('woff'),
         url('fonts/bankgothic_lt_bt_light-webfont.ttf') format('truetype'),
         url('fonts/bankgothic_lt_bt_light-webfont.svg#bankgothic_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freightsans_boldregular';
    src: url('fonts/freightsans_bold-webfont.eot');
    src: url('fonts/freightsans_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freightsans_bold-webfont.woff2') format('woff2'),
         url('fonts/freightsans_bold-webfont.woff') format('woff'),
         url('fonts/freightsans_bold-webfont.ttf') format('truetype'),
         url('fonts/freightsans_bold-webfont.svg#freightsans_boldregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'freightsansbook';
    src: url('fonts/freightsans_book-webfont.eot');
    src: url('fonts/freightsans_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freightsans_book-webfont.woff2') format('woff2'),
         url('fonts/freightsans_book-webfont.woff') format('woff'),
         url('fonts/freightsans_book-webfont.ttf') format('truetype'),
         url('fonts/freightsans_book-webfont.svg#freightsansbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freightsans_mediumregular';
    src: url('fonts/freightsans_medium-webfont.eot');
    src: url('fonts/freightsans_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freightsans_medium-webfont.woff2') format('woff2'),
         url('fonts/freightsans_medium-webfont.woff') format('woff'),
         url('fonts/freightsans_medium-webfont.ttf') format('truetype'),
         url('fonts/freightsans_medium-webfont.svg#freightsans_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*** element styles ***/
body {
	margin: 0;
	padding: 0;
	font-family: 'freightsansbook', Arial, sans-serif;
	font-size: 18px; /* 16px */
	color: #292f31;
	background: #FFF url() left top repeat-x;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	border-top: 3px solid #d7df21;
}

body#tinymce {
	border-top: none;
}

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

h1, h2, h3 {
	font-weight: normal;
	margin: 0.5em 0;
	font-family: 'freightsans_boldregular', sans-serif;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.125em;
}

a:link, a:visited, a:active {
	color: #d7df21;
}

a:hover, a:focus {

}

a img {
	border: none;
}

strong {
	font-family: 'freightsans_boldregular', sans-serif;
}

/*** globally relevant styles ***/
.button {
	display: inline-block;
	margin: 12px 0px;
	padding: 10px 18px;
	border: none;
	background: #bdbfc0;
	color: #292f31 !important;
	font-size: 21px; 
	line-height: 29px; 
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: 'freightsans_mediumregular', sans-serif;
	transition: 0.2s all ease;
}

.button:hover, .button:focus {
	text-decoration: none;
	background: #d8d9da;
}

.pages .move {
	width: 13px;
	height: 14px;
	background: #F00;
	text-indent: -1000000px;
	display: inline-block;
}

.pages .move.next {
	background: url('gallery_next.png');
	margin-left: 7px;
}
.pages .move.prev {
	background: url('gallery_prev.png');
	margin-right: 7px;
}

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

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

.pages .current {
	
}

.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;
}

.struct {
	display: none;
}

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

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

.header {
	height: 190px;
	background: transparent url('dark_bg.jpg') top center repeat-x;
	z-index: 10;
	border-top: 1px solid #FFF;
}

.container
{
	width: 1000px;
	margin: 0 auto;
}

.banner {
	
	height: 135px;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
}

.tag-line {
	color: #d7df21;
	font-family: 'bankgothic_lt_btlight', sans-serif;
	font-size: 20px;
	position: absolute;
	right: 5px;
	top: 60px;
	text-align: center;
}

.tag-line .big
{
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: -30px;
}

.main-navigation {
	position: relative;
	padding: 0;
	background: #999 url('') left top repeat-x;
	color: #FFF;
	text-align: left;
	font-family: 'bankgothic_md_btmedium', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	
	padding: 10px;
	background: #dedede;
	margin-bottom: -15px;
	
}

.main-navigation ul {
	margin: 0; 
	padding: 0;
}

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	background: transparent url('') left center no-repeat;
	background: #7c7f81;
	border-left: 3px solid #dedede;
}

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

.main-navigation > ul li:first-child {
	background-image: none; /* remove separator */
	border: none;
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: inline-block;
	padding: 0 2em;
	color: #020202;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #FFF;
	background: #484d4f;
}
.main-navigation a:hover:after,
.main-navigation .sel > a:after {
	background: #d7df21;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 8px;
	left:0;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #FFF;
	background: #484d4f;
}

.main-navigation li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #575757;
}

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

.main-navigation li li {
	position: relative;
	display: block;
	width: 100%; 
	height: auto;
	padding: 0;
	line-height: 1em;
	text-align: center;
	margin:0;
	background-image: none;
	border: none;
	
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 8px 5px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 17px;
	line-height: 15px;
	min-height: 50px;
	display: table;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-navigation li li a span {
	display: table-cell;
	vertical-align: middle;
}
.main-navigation li li a:hover:after,
.main-navigation li.sel li a:after {
	
}


.midsection {
	z-index: 5;
	background: url('light_bg.jpg') top center repeat-x;
	overflow:hidden;
}

.content {
	
	padding: 15px;
	background: #FFFFFF;
	min-height: 380px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.content-left {
	max-width: 590px;
	width: 100%;
	float: left;
	margin-right: 30px;
}

.content-right {
	float: left;
}

.content-right ul {
	margin: 0 !important;
	padding: 0 !important;
}
.content-right ul li{
	list-style-type: none;
	padding-left: 20px;
	font-family: 'bankgothic_md_btmedium', sans-serif;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
	position: relative;
}
.content-right ul li:before{
	display: block;
	content: "-";
	color: #d7df21;
	position: absolute;
	left: 0px;
	top: 0px;
}

.content-wrapper p{
	margin-bottom: 20px;
	line-height: 25px;
}

.content-wrapper ul {
	padding-left: 50px;
	margin: 30px 0;
}
.content-wrapper ul li {
	padding-left: 15px;
	line-height: 25px;
}

.content img {
	border: 5px solid #dedede;
}

.hasSidebar {
	display: block;
	float: left;
	width: 74%;
}

.sidebar {
	display: block;
	float: right;
	width: 25%;
}

.content-wrapper:before,
.content-wrapper:after
{
	content: "";
	height: 400px;
	width: 43px;
	clear: both;
	display: block;
	position: absolute;
	top: 0px;
}
.content-wrapper:before {
	left:-43px;
	background: url('shadow_left.png');
}
.content-wrapper:after{
	right: -43px;
	background: url('shadow_right.png');
}

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

.leftwing {
	left: -450px;
	background: url('watermark_left.png') center center no-repeat;
}

.rightwing {
	right: -450px;
	background: url('watermark_right.png') center center no-repeat;
}

.base {
	margin-bottom: 40px;
	z-index: 0;
}

.yellow-strip {
	min-height: 40px;
	background: #d7df21;
	text-align: center;
	font-size: 25px;
	color: #030303;
	line-height: 40px;
	font-family: Arial, sans-serif;
}
.yellow-strip p {
	display: inline-block;
}

.footer {
	position: relative;
	height: 100px;
	padding: 0;
	padding-left: 25px;
	padding-top: 35px;
	text-align: left;
	background: url('dark_bg.jpg') center top repeat-x;
	font-size: 0.75em; /* 12px from 16px */
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.footer-logos {
	display: inline-block;
	top: -14px;
}

.footer-logos img {
	margin-right: 10px;
	padding:5px;
	vertical-align: top;
}

.footer-logos a img {
	background: #fff;
}

.footer-contact {
	float: right;
	color: #FFF;
	font-family: 'freightsans_mediumregular', sans-serif;
	top: -11px;
}

.footer-contact h2 {
	float: left;
	color: #d7df21;
	font-size: 25px;
	margin: 10px 0;
	margin-right: 40px;
}

.footer-contact p {
	float: left;
	font-size: 18px;
	line-height: 22px;
	margin-top:5px;
}

.footer-contact .yellow {
	color: #d7df21;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FFF;
	text-decoration: none;
}

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

.copyright {
	text-align: center;
	margin-top: 5px;
	border-top: 1px solid #111111;
	padding-top: 10px;
	font-size: 15px; 
	color: #030303;
	font-family: Arial;
}

.avd {
	
}

.avd:link, .avd:visited, .avd:active {
	color: #030303;
	text-decoration: none;
}

.avd:hover, .avd:focus {
	text-decoration: underline;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: relative;
	width: 1000px;
	height: 383px;
	border-bottom: 1px solid #b7b7b7;
}

.slideshow-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 17px;
	background: #dedede;
}

.orbit-wrapper .slideshow {
	
}

.slider {

}

.slider > div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div.orbit-wrapper {
	width: 1000px !important;
	height: 383px !important; 
}

div.orbit {
	width: 1000px !important;
	height: 383px !important;
}

.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	display: none;
}

/* ss nav features */
div.slider-nav span {
	width: 13px;
	height: 14px;
	margin-top: -30px;
}
 
div.slider-nav span.left {
	display: none;
}

div.slider-nav span.right {
	background-image: url('slider_next.png');
	right: 10px;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/


/*


.orbit-wrapper .orbit-caption {

}

.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

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

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

div.gallery li {
	float: left;
	margin-right: 15px !important;
	margin-bottom: 15px;
	padding: 0 0 35px;
	max-width: 300px;
	width: 100%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery li a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
}

.gallery img {
	box-sizing: border-box;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: 5px solid #dedede;
}

.gallery-caption {
	margin: 0;
}

.suppliers
{
	text-align: justify;
}

.suppliers:after
{
	width: 100%;
	display: inline-block;
	height: 0;
	content: '';
}

.suppliers a
{
	display: inline-block;
	vertical-align: middle;
}

.suppliers a img
{
	transition: 0.2s all linear;
	cursor: default;
}

.suppliers a[target]:hover img,
.suppliers a[target]:active img
{
	opacity: 0.6;
	cursor: pointer;
}

.gallery-links
{
	text-align: justify;
}

.gallery-links:after
{
	width: 100%;
	display: inline-block;
	height: 0;
	content: '';
}

.gallery-links a
{
	display: inline-block;
	vertical-align: top;
	width: 310px;
	text-align: center;
	color: #030303;
	text-decoration: none;
	transition: 0.2s all linear;
	font-size: 26px;
	margin-bottom: 20px;
	margin-right: 13px;
}

.gallery-links a:hover,
.gallery-links a:active
{
	opacity: 0.6;
}

.gallery-links a div 
{
	position: relative;
    overflow: hidden;
    height: 300px;
	margin-bottom: 5px;
	border: 5px solid #dedede;
}

.gallery-links a img 
{
	max-height: 100%;
	border: none;
	position: absolute;
	left: -1000px;
	right: -1000px;
	margin: auto;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin-top: 8px;
	max-width: 520px;
	width: 100%;
	float: left;
	margin-right: 30px;
}

.contact-right {
	float: left;
}

.contact-wrapper {
	background: #dfdfdf;
	max-width: 910px;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contact-wrapper h2 {
	font-family: 'freightsansbook', sans-serif;
	font-size: 27px;
	margin-top: 0;
}

.contact-wrapper a {
	color: #292f31;
	text-decoration: none;
}
.contact-wrapper a:hover {
	text-decoration: underline;
}

.contact p {
	margin-bottom: 4px;
}

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

.contact .action .button
{
	font-size: 13px;
	background: #7c7f81;
	color: #fefcfc !important;
	padding: 3px 10px;
}

.contact .action .button:hover,
.contact .action .button:active
{
	background-color: #97999b;
}

.contact .name,
.contact .phone {
	width: 49%;
	float: left;
}
.contact .name {
	width: 50%;
	margin-right: 4px;
}

.contact label {
	display: inline-block;
	width: 100%; 
	vertical-align: top;
	font-size: 15px;
}

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

.contact input[type=text] {
	width: 100%;
	font-family: inherit;
	font-size: 0.875em;
	border: none;
	padding: 4px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: 100%;
	height: 122px;
	font-family: inherit;
	font-size: 0.875em;
	border: none;
	
	padding: 4px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
.contact input[type=radio] + label {
	position: relative;
	width: auto;
	margin-right: 30px;
}
 
.contact input[type=radio] + label:after {
	content: '';
	display: block;
	position: absolute;
	left: -22px;
	top: 4px;
	height: 18px;
	width: 18px;
	background: #fefcfc;
}

.contact input[type=radio]:checked + label:after {
	background: #d7df21;
}

.radio label {
	width: auto;
	margin-right: 7px;
}

/* blog */
.blog-summary > div {
	clear: both;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

.hasSidebar .blog-feature-image {
	display: table-cell;
}

.blog-feature-image img {
	display: block;
	border: 1px solid #CCC;
	border-radius: 5px;
	max-width: 100%;
}

.hasSidebar .blog-summary {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

.blog-article .blog-feature {
	display: block;
	margin: 0 auto 1em;
	display: block;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.articleNav {
	width: 100%;
	height: 2em;
}


.articleNav {
	width: 100%;
	height: 2em;
}

.articleNav .previous { /* older */
	float: right;
}

.articleNav .previous a:after {
	content: '>>';
	position: absolute;
	left: 101%;
	top: -0.0625em;
}

.articleNav .next { /* newer */
	float: left;
}

.articleNav .next a:before {
	content: '<<';
	position: absolute;
	right: 101%;
	top: -0.0625em;
}


.regionList
{
	padding: 15px 10px;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
	font-size: 15px;
	width: 696px;
	margin: auto;
}

.regionList li
{
	float: left;
	display: block;
}

.regionList li a
{
	width: 150px;
	padding: 10px;
	border: 3px;
	display: block;
	color: #6d6e71;
	background-color: #f9f9f9;
	border: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.regionList li.sel a,
.regionList li a:hover,
.regionList li a:focus,
.regionList li a:active
{
	background-color: #a29061;
	color: #fff;
}

.stockists
{
	width: 716px;
	margin: auto;
	border-radius: 10px;
	margin-top: 80px;
	position: relative;
	margin-bottom: 50px;
}

.stockists:before,
.stockists:after
{
	content: "\0000a0";
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
	display: block;
}

.stockists h2
{
	position: absolute;
	top: -65px;
	left: 10px;
}

.stockists div
{
	float: left;
	height: 155px;
	padding: 10px;
	width: 155px;
	position: relative;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.05);
	margin: 2px;
}

.stockists h3
{
	font-size: 17px;
	margin: 0px;
}

.stockists p
{
	margin: 0px;
	font-size: 14px;
	line-height: 19px;
}

.stockists .mapLink
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-left: 40px;
	padding-top: 15px;
	background: url(map.png) left no-repeat;
}

/** shopping cart (collapsible) **/
/*
.cart-bg {
 	display: block;
	margin: 0;
	padding: 40px 25px 40px;
	background: #f0f6f7 url('bg.jpg') left top repeat;
}
*/

.cart_options {
	border: 1px solid #bcc6d5;
	background: #FFF;
	margin-bottom: 15px;
}
.cart_options h4 {
	font-size: 1em;
	font-weight: normal;
	padding: 10px;
	background: #ffebf0;
	border-bottom: 1px solid #bcc6d5;
	margin: 0;
}

.cart_options p {
	padding: 10px 30px;
	background: #FFF;
	margin: 0;
}

.cart table {
	text-align: center;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.cart thead {
	border: 1px solid #bcc6d5;
	background: #ffebf0;
}

.cart th {
	font-weight: normal;
	padding: 10px 5px;
	font-size: 0.875em;
}

.cart tbody {
	border-left: 1px solid #bcc6d5;
	border-right: 1px solid #bcc6d5;
	background: #FFF;
	font-size: 0.875em;
}

.cart td {
	padding: 10px;
	vertical-align: middle;
}

.cart td.image a {
	display: block;
	position: relative;
	width: 105px;
	height: 105px;
	border: 1px solid #80c5e0;
	border-radius: 3px;
	background: #FFF;
}

.cart td.image img {
	display: block;
	position: absolute;
	top:0; left: 0; bottom: 0; right: 0;  
	margin: auto;
	height: auto;
	max-height: 100px;
	max-width: 100px;
}

.cart td.name {
	text-align: left;
	font-size: 1.143em;
}

.cart td.quantity input {
	width: 1em;
	padding: 10px;
	text-align: center;
}

.cart td.total {
	font-weight: bold;
	color: #f13c65;
}

.cart tfoot {
	border-top: 1px solid #bcc6d5;
}

.cart tfoot td:last-child {
	text-align: right;
}

.cart span.total {
	font-weight: bold;
}

.cart span.value.total {
	font-size: 1.123em;
	color: #f13c65;
}

.cart h2 {
	font-family: Arial, serif;
	font-size: 1em;
}

.cart h3 {
	
	font-family: Arial, serif;
	color: #F13C65;
	margin: 0;
}

form.checkout-options {
	width: 50%;
	float: left;
}

form.checkout-options + .checkout-options {
	width: 45%;
	float: right;
}

form.checkout-options .button {
	margin-top: 0;
	margin-bottom: 0;
}

.cart .login-form p {
	position: relative;
}

.cart .login-form label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.cart .login-form input[type=text], .cart .login-form input[type=password] {
	display: block;
	width: 100%;
}

.cart .warning
{
	color: #fd1a00;
	font-size: 2em;
}

.ui-helper-reset {
	font-size: 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #ffebf0;
	border-color: #bcc6d5;
	border-radius: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #ffebf0;
	border-color: #bcc6d5;
	border-radius: 0;
}

.ui-accordion-content {
	margin-bottom: 10px;
	border-radius: 0;
	font-size: 0.875em;
}

.ui-accordion-header {
	font-size: 0.875em;
}

.ui-accordion-content  + .ui-accordion-header {
	margin-top: 10px;
}

/* 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;
	max-height: 100%;
	max-height: calc(100% - 100px);
}

#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: 940px; padding: 10px; background: #FFF; text-align: left; font-size: 18px; line-height:25px; color: #666;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }