﻿/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 29, 2014 */

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

}

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

}

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

}

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

}

/* element styles */
body {
	margin: 0;
	padding: 0;
	font-family: lora, 'Times New Roman', serif;
	font-size: 1em; /* 16px */
	color: #797979;
	background: #EEE url('background.gif') left top;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.25em;
}

p {
	margin: 1em 0;
}

a:link, a:visited, a:active {
	color: #c1610c;
	text-decoration: none;
}

h1 a:link, h1 a:visited
, h2 a:link, h2 a:visited 
, h3 a:link , h3 a:visited
{
	color: inherit;
	
} 

a:hover, a:focus
, h1 a:hover, h1 a:focus
, h2 a:hover, h2 a:focus
, h3 a:hover, h3 a:focus {
	color: #c1610c;
	text-decoration: underline;
}

a img {
	border: none;
}


/* globally relevant baseline styles */
.container
{
	width: 980px;
	margin: 0 auto;
}

.button {
	display: inline-block;
	margin: 10px 0px;
	padding: 5px 20px;
	border: none;
	background: #e0dddb;
	color: #000;
	font-size: 1em; 
	line-height: 1.5em; 
	text-align: center;
	text-decoration: none;
	font-family: inherit;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover, .button:focus {
	background: #c1610c;
	color:#fff;
}

.struct {
	display: none;
}

.facebook {
	background: transparent url('icon-fb.png') left top no-repeat;
	background-size: auto 100%;
	text-decoration: none;
}

.facebook:hover {
	opacity: 0.8;
}

/* 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: 58px;
	margin: 10px 0 130px;
	background: #000;
	background: rgba(0,0,0,0.8);
	border: 5px solid rgba(0,0,0,0.8);
	border-width: 5px 0;
	z-index: 10;
}

.header:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #FFF;
}

.header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 1px dotted #FFF;
}

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

.logo {
	display: block;
	position: absolute;
	top: -15px;
	left: 0px;
	z-index: 2;
}

.main-navigation {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 270px;
	right: 55px;
	padding: 0;
	color: #FFF;
	text-align: left;
}

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

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	margin: 0;
	padding: 0;
}

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

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

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

.main-navigation a:hover, .main-navigation a:focus {
	color: #a8e710;
	text-decoration: underline;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #a8e710;
}

.main-navigation li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.8);
}

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

.main-navigation li li {
	position: relative;
	display: block;
	width: 175px; /* 190px */
	height: auto;
	padding: 0 0 0 15px;
	line-height: 1em;
	text-align: left;
	margin:0;
	background-image: none;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 5px 0;
	width: 100%;
}

.header .facebook {
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
	height: 44px;
	width: 44px;
	text-indent: -9999px;
}

.midsection {
	z-index: 5;
}


.content-wrapper:before,
.content-wrapper:after
{
	content: "";
	width: 0px;
	height: 0px;
	clear: both;
	display: block;
}

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

.content {
	background: #FFF;
	padding: 1em 25px 0;
}

.content:first-of-type {
	margin-top:  190px;
	background: #000;
	color: #FFF;
	background: #000;
	padding: 25px 25px 1em;
}

.content:first-of-type h1, .content:first-of-type h2, .content:first-of-type h3 {
	color: #FFF;
	background: #000;
}

.content:last-of-type {
	padding: 1em 25px 25px;
}

.content:only-of-type {
	min-height: 170px;
}

.content +.content > :last-child {
	margin-bottom: 0;
} 

.account-navigation {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #FFF;
}

.account-navigation li {
  height: 32px;
  line-height: 32px;
}

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	z-index: 2;
}

.footer {
	position: relative;
	height: 130px;
	padding: 35px 0 45px;
	text-align: left;
	background: transparent url('content-shadow.png') center top no-repeat;
}

.footer:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -33px;
	width: 133px;
	height: 179px;
	background: transparent url('footer-glasses.png') right bottom no-repeat;
}

.footer h2 {

}

.footer p {
	font-size: 0.875em; /* 14px from 16px */
	margin: 0;
}

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

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

.footer > div {
	float: left;
	margin-right: 55px;
}

.footer .facebook {
	margin-top: 40px;
	padding: 10px 0 10px 65px;
	width: 210px;
}


.copyright {
	color: #818181;
	background: rgba(114,114,114,0.35);
}

.copyright p {
	padding: 20px 25px;
	font-size: 0.75em; /* 12px from 16px */
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	color: inherit;
	text-decoration: none;
}

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

/* slideshow overrides */
/* ss dimensions */

.homepage  .slideshow + .midsection .content:first-child {
	margin-top: 405px;
}

.slideshow { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.slideshow .overlay {
	position: relative;
	height: 480px;
	margin-bottom: -480px;
	z-index: 10;
	background: transparent url('splash.png') right bottom no-repeat;
}

.slideshow .overlay p {
	position: absolute;
	bottom: 60px;
	right: 220px;
	color: #FFF;
	font-size: 2em;
	font-style: italic;
	text-align: right;
	margin: 0;
}

div.orbit-wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
}

.slider {

}

.slider.orbit {
	width: 100% !important;
}

.slider > div.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: #EEE url('background.gif') left top;
}

.slider .slide +.slide {
	z-index: -1;
}

.slider img {
	width: 100%;
	height: auto;
}

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

.orbit-bullets {
	top: 245px;
	right: 10px;
	margin: 0 33% 0 0;
	left: auto;
}

.homepage .orbit-bullets {
	top: 455px;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: #FFF;
	margin-left: 10px;
	border-radius: 4px;
}

.orbit-bullets li.active {
	background: #000;
}

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

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

/* ss nav features */
/*
div.slider-nav span {

}
 
div.slider-nav span.left {
	background-image: url('slider_left.png');
}

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

.orbit-wrapper .orbit-caption {

}
*/

/* 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;
}

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

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

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

.contact label {
	display: inline-block;
	width: 25%; 
	vertical-align: top;
}

.contact input + label, .contact label + label {
	width: auto;
}

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

.contact input[type=text] {
	width: 45%;
	font-family: inherit;
	font-size: 0.875em;
}

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

.contact textarea {
	width: 45%;
	height: 5em;
	font-family: inherit;
	font-size: 0.875em;
}



#contact-form {
	background: #fafafa url('background.gif');
	width: 880px;
	height: 500px; 
	margin: 0 auto 20px;
	border: 10px solid #FFF;
	-webkit-box-shadow: 2px 2px 4px 1px #d8d8d8;
	box-shadow: 2px 2px 4px 1px #d8d8d8;
}
#form-wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#form-wrapper h2 {
	font-size: 28px;
	padding-top: 0px;
	margin-bottom: 0;
	margin-top:10px;
	float: left;
	width: 100%;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
#form-wrapper h2 strong {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
}
#form-wrapper form {
	float: left;
}
#form-wrapper .input-name,
#form-wrapper .input-email,
#form-wrapper .input-message {
	float: left;
	padding: 15px 0px 5px 0;
	font-size: 16px;
	color: #000000;
	position: relative;
}
#form-wrapper input#name,
#form-wrapper input#email {
	width: 250px;
}
#form-wrapper label {
	float: left;
	width: 280px;
	margin-right:15px;
	padding-bottom: 7px;
	color: #000000;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
.ie7 #form-wrapper label {
	position: relative;
	left: 0;
	top: 0;
}
.ie7 #form-wrapper input#name,
.ie7 #form-wrapper input#email {
	position: absolute;
	left: 0;
	top: 50px;
}
.ie7 #form-wrapper .input-message {
	margin-top: 40px;
	margin-bottom: 10px;
}
#form-wrapper label.error {
	position: absolute;
	right: 20px;
	top: 23px;
	width: 260px;
	text-align: right;
	font-size: 14px;
	padding: 0;
	color: #FF6E00;
	text-shadow: none;
}
.ie7 #form-wrapper label.error,
.ie8 #form-wrapper label.error {
	width: 320px;
}
#form-wrapper textarea {
	width: 545px;
}
#form-wrapper input,
#form-wrapper textarea {
	padding: 10px 10px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
	color: #e3dfdc;
	color: #b9b2ac;
	-webkit-transition: all 0.5s;
	transition: color 0.5s;
}
#form-wrapper input {
	background: #FFF url(../img/input-shadow.png) bottom left repeat-x;
}
#form-wrapper textarea {
	background: #FFF url(../img/textarea-shadow.png) bottom left repeat-x;
	height: 210px;
}
#form-wrapper input:focus,
#form-wrapper textarea:focus {
	color: #554d47;
}
.ie7 #form-wrapper input,
.ie8 #form-wrapper input,
.ie7 #form-wrapper textarea,
.ie8 #form-wrapper textarea {
	color: #554d47;
}
#form-wrapper input#submit {
	background: #000 url(../img/blue-shadow.png) 0 0 repeat-x;
	float: left;
	width: 185px;
	padding: 5px 0; 
	font-size: 25px;
	margin-top: 5px;
	border-color: rgba(255, 255, 255, .15);
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
	font-weight: 500;
	margin-left:0px;
}
#form-wrapper input#submit:hover {
	background: #c1610c url(../img/blue-shadow.png) 0 -20px repeat-x;
}


#form-wrapper .input-name,
#form-wrapper .input-email
{
	width: 295px;
}


#form {
	float: left;
	width: 590px;
	margin-left:20px;
}
#form-sidebar {
	float: right;
	width: 258px;
	padding: 20px 85px 0 0;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
#form-sidebar p {
	font-size: 16px;
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#form-sidebar strong {
	font-size: 16px;
	line-height: 1.5em;
}
#form-sidebar h2 {
	
	margin: 0 0 20px 0;
	font-weight: 500;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4);
}
.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}

img.auth { vertical-align: middle; }


/* basic code for using customised radio button graphics
 * - checkboxes can be handled similarly
 * - fallback to normal in <= IE8
 */
/*
.contact input[type=radio] + label {
	left: -22px;
	padding: 3px 20px 3px 30px;
	height: 18px;
	line-height: 18px;
	background: transparent url('radio-buttons.png') top left no-repeat;
}

.contact input[type=radio]:checked + label{
	background-position: bottom left;
}

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

/* blog */
.articleNav {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	padding: 10px 25px;
	overflow: hidden;
	background: #000;
}

.articleNav .previous {
	float: left;
}

.articleNav .next {
	float: right;
}

.blog-summary > div {
	overflow: hidden;
	padding: 30px;
}

.blog-summary > div + div {
	border-top: 1px dashed #000;
}

.blog-title {
	overflow: hidden;
}
.blog-title a {
	display: block;
	float: left;
}

.blog-title span.blog-date {
	display: block;
	float: right;
	text-align: right;
	
}

.blog-title  + .back {
	position: absolute;
	right: 25px;
	top: 30px;
}

.blog-summary-image {
	display: block;
	float: left;
	width: 220px;
	padding: 5px 0;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	z-index: 1;
}

.blog-feature {
	display: block;
	float: right;
	margin: 20px 0 20px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

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

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

.categories .nav li, .products .nav li {
	display: inline-block;
	width: 192px;
	margin: 0 48px 50px 0;
	text-align: center;
}

.categories .nav li:nth-child(4n), .products .nav li:nth-child(4n) {
	margin-right: 0;
}

.categories .nav .image, .products .nav .image {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 240px;
	padding: 5px 0;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.categories .nav .image:hover, .products .nav .image:hover
, .categories .nav .image:focus, .products .nav .image:focus
{
	border-color:#c1610c;
}

.categories .nav img, .products .nav img {
	vertical-align: bottom;
}

.categories .nav h3, .products .nav h3 {
	height: 2.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.125em;
	margin-bottom: 0;
}

.categories .nav h3 a, .products .nav h3 a {
	color: #000;
}

.categories .nav h3 a:hover, .products .nav h3 a:hover 
, .categories .nav h3 a:focus, .products .nav h3 a:focus
, .categories .nav .image:hover + h3 a, .products .nav .image:hover + h3 a
, .categories .nav .image:focus + h3 a, .products .nav .image:focus + h3 a
{
	color: #c1610c;
}

.categories .nav .short, .products .nav  .short {
	height: 3em;
	width: 100%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.875em;
	color: #797979;
}	

.price {
	color: #586d95;
	font-weight: bold;
	margin: 0;
}

.sale .normal {
	color: #939393;
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 1em;
}

.categories .nav .more, .products .nav .more {
	font-size: 0.875em;
	margin: 0;
}

.categories .nav .more a, .products .nav .more a {
	color: #000;
	text-decoration: underline;
}

.categories .nav .more a:hover, .products .nav .more a:hover 
, .categories .nav .more a:focus, .products .nav .more a:focus
{
	color: #c1610c;
}

/* categories only */


/* products only */
.content .product-name + .back {
	position: absolute;
	right: 25px;
	top: 30px;
}

.stars {
	background: transparent url('icon-star.png') left center repeat-x;
	text-indent: -9999px;
}

.products .nav .stars {
	margin: 1em auto;
}

.products .nav .add {
	position: relative;
	margin: 0.5em 0;
	font-size: 0.875em;
	color: #797979;
}

.browsing .add:before {
	content: 'Just browsing';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	background: rgba(255,255,255,0.9);
	text-align: center;
}

.products .add:before {
	line-height: 2em;
}

.product .add:before {
	line-height: 3em;
}

.products .nav  input[type=text] {
	width: 3em;
	border: 1px solid #000;
	font-family: inherit;
	color: inherit;
	text-align: center;
	padding: 6px 0;
	vertical-align: middle;
}

.products .nav .button {
	margin: 0;
	padding: 5px 15px; 
}
/*
.back a {
	color: inherit;
}

.back a:hover, .back ka:focus, .back a: active {
	color: #c1610c;
}
*/
.product {
	color: #797979;
}

.product .detail {
	float: right;
	width: 675px;
}

.product .add {
	margin: 2em 0;
	color: #797979;
}

.product input[type=text] {
	width: 56px;
	padding: 5px 0;
	border: 1px solid #000;
	font-family: inherit;
	color: inherit;
	text-align: center;
}

.product .images {
	float: left;
	width: 212px;
}

.product .images .main, .product .images li {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	text-align: center;
	padding: 5px 0;
}

.product .images ul {
	display: block;
}

.product .images li {
	display: inline-block;
	width: 49%;
}

.product .images img {
	max-width: 200px;
	height: auto;
}

.review {
	padding: 30px 0;
}

.review + .review {
	border-top: 1px dashed #000;
} 

.review h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #797979;
}

.review p {
	margin: 0;
}


/** cart **/
.cart_options {
	border: 1px solid #ddd;
	background: #FFF;
	margin-bottom: 15px;
	color: #000;
}
.cart_options h4 {
	font-size: 1em;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #bcc6d5;
	margin: 0;
	background: #000;
	color:#fff;
}

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


.cart {
	color: #797979;
}

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

.cart thead {
	border: 1px solid #bcc6d5;
	background: #000;
	Color: #fff;
}


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

.cart tbody {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	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 #e1e1e1;
	border-radius: 5px;
	background: #FFF;
	margin-left:45px;
}

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

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

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

.cart tfoot {
	border: 1px solid #ddd;
	background: #FFF;
}

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

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

.cart span.value.total {
	font-size: 1.125em;
}

.cart h2 {
	font-size: 1em;
}

.cart h3 {
	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%;
}

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

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #000;
	border-color: #ddd !important;
	color:#fff;
	border-radius: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #000;
	color:#fff;
	border-color: #ddd !important;
	border-radius: 0;
}

.ui-accordion {
	border-color: #ddd !important;
}

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

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

#notice {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size:14px;
	border-radius: 0px;
	text-align:center;
}

.ui-dialog #notice {
	position: relative;
	width: auto;
	height: auto;
	background: #FFF;
}

.ui-dialog {
	border-color: #c1610c;
	width: 450px !important;
	border-radius:0px;
}

.ui-dialog, .ui-dialog-buttonpane {
	background: #000;
	margin: 0px !important;
}

.ui-dialog-buttonset {
	text-align:center;
	float:none !important;
	margin-left:15px;
}

.ui-dialog .ui-dialog-content {
	margin:10px 10px 0;
	padding:10px;
}

.ui-dialog-buttonpane button.ui-state-default {
	background: #c1610c;
}

.ui-dialog-buttonpane button:hover, .ui-dialog-buttonpane button:focus {
	text-decoration: underline;
}

.ui-widget-content {
	border: none !important;
}

.ui-dialog-titlebar {
	display: none;
}

.service4 {
  -webkit-box-shadow:#D8D8D8 2px 2px 4px 1px;
  border:10px solid #FFFFFF;
  box-shadow:#D8D8D8 2px 2px 4px 1px;
  margin-bottom:5px;
  margin-left:15px;
  margin-right:10px;
  padding:0;
  width:880px;
  height:350px;
}

.lftimg {
	float:left;
	width:70%;
	margin-right:20px;
}

.rgtimg {
	float:left;
	width:15%;
}

.rgtimg img {
	margin: 25px 0px;
}

/* Mailchimp form */
.footer #mc_embed_signup {
	background: transparent;
	width: 210px;
	font: inherit;
}

.footer #mc_embed_signup form {
	padding: 0;
}

.footer #mc_embed_signup label {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}

.footer #mc_embed_signup .clear {
    clear: none;
    display: block;
	position: relative;
	height: auto;
}

.footer #mc_embed_signup h2 {
	font-weight: normal;
	margin: 0.5em 0;
	font-size: 1.25em;
}

.footer #mc_embed_signup form #mce-EMAIL {
	font-family: inherit;
	color: inherit;
	border: none;
	width: 100%;
	border-radius: 4px;
	padding: 8px;
	margin: 0;
	box-sizing: border-box;
}

.footer #mc_embed_signup form .button {
	position: absolute;
	top: 0;
	left: 178px; 
	width: 30px;
	min-width: 0;
	background: #8394be url('icon-arrowRight.png') 54% center no-repeat;
	text-indent: -9999px;
	border: none;
	border-radius: 0 4px 4px 0;
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

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