﻿/*** fonts ***/
@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500);

/*** element styles ***/
body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #f1f1f1;
	-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-bottom: 20px;
	color: #ffffff;
}
h1 {
	font-size: 64px;
	font-family: 'Architects Daughter', cursive;
}
h2 {
	font-size: 42px;
	font-family: 'Architects Daughter', cursive;
}
h3 {
	font-size: 36px;
	font-weight: 500;
	font-family: 'Architects Daughter', sans-serif;
}
.content h1, .content h2, .content h3 {
	color: #00aacd;
}

img {
	display: block;

	width: auto;
	height: auto;

	max-width: 100%;
	max-height: 100%;
}

a {
	color: #e51757;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}

a img {
	border: none;
}
strong {
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #e51857;
}

p.error
{
	color: #cc0000;
}

/*** globally relevant styles ***/
.button {
	display: inline-block;
	height: 62px;
	line-height: 62px;
	background-color: #ffffff;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	color: #00b5d8;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	outline: none;
	transition: color 0.3s, background-color 0.3s;
	padding: 0 25px;
}

.button:hover, .button:focus {
	color: #ffffff;
	background-color: #00aacd;
	text-decoration: none;
}
.yellow {
	color: #ffb400;
	font-family: 'Ubuntu', sans-serif;
}
.blue {
	color: #00aacd;
	font-family: 'Ubuntu', sans-serif;
}
.red {
	color: #e51857;
	font-family: 'Ubuntu', sans-serif;
}

.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;
	content: "";
}

/*** section styles ***/
.header, .midsection, .base {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.header {
	height: 130px;
	z-index: 10000;
}

.container {
	width: 1140px;
	margin: 0 auto;
}

.banner {
	height: 130px;
	position: relative;
}

.logo {
	display: block;
	width: 235px;
	height: auto;
	float: left;
	margin-top: 34px;
}

.main-navigation {
	display: block;
	position: relative;
	width: 820px;
	height: 60px;
	float: right;
	border-radius: 50px;
	margin-top: 48px;
	padding: 0 15px;
	background: #ffffff;
}
.main-navigation:before {
	display: block;
	position: absolute;
	content: "";
	width: 39px;
	height: 29px;
	left: -32px;
	bottom: 0;
	background: url(/resources/template/menu-bubbles.png) no-repeat left;
}
.main-navigation ul {
	margin: 0;
	padding: 0;
}
.main-navigation  li {
	position: relative;
	display: inline-block;
}

*+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: block;
	line-height: 60px;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	transition: color 0.3s;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #e91b5b;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #e91b5b;
}

.main-navigation li ul {
	display: block;
	position: absolute;
	left: 0;
	top: 98%;
	width: 190px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.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%;
	line-height: 25px;
}

.intro {
	color: #ffffff;
	height: 246px;
	background: url(/resources/template/small-intro-background.jpg) transparent no-repeat top center;
	background-size: cover !important;
	overflow: visible;
	margin-top: 50px;
}
.intro:after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 35px;
	bottom: -34px;
	left: 0;
	z-index: 1000;
	background: url(/resources/template/pink-curve-upsidedown.png) no-repeat center top;
	background-size: 100% 35px;
}
.slideshow + .intro {
	margin-top: -20px;
}
.home .intro {
	height: 708px;
	background: url(/resources/template/intro-background.jpg) transparent no-repeat top center;
}
.home .intro {
	height: 708px;
	background: url(/resources/template/intro-background.jpg) transparent no-repeat top center;
}
.intro .container {
		padding-top: 115px;
}
.home .intro .container {
	padding-top: 100px;
}
.intro h1, .intro h2, .intro h3 {
	color: #ffffff;
}
.intro h3 {
	font-weight: 300;
	margin-top: -10px;
	margin-bottom: 25px;
}
.intro h2 + h1 {
	margin-top: -45px;
}
.home-box {
	display: inline-block;
	box-sizing: border-box;
	width: 33%;
	padding: 0 25px;
}
.home-box > * {
	display: block;
	text-align: center;
	margin: 15px auto;
}
.home-box > img {
	margin: 0 auto;
}
.home-box > p {
	color: #444444;
}
.home-box > .button {
	width: 180px;
}
.midsection {
	z-index: 5;
}

.content {
	padding: 40px 20px;
}
.upper-margin {
	margin-top: 30px;
}
.lower-margin {
	margin-bottom: 15px;
}
.left {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
	padding-right: 20px;
}
.right {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.price-table
{
	display: block;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.price-table tr
{
	border-bottom: 1px solid #dedede;
}

.price-table td
{
		box-sizing: border-box;
	vertical-align: top;
	padding: 11px 0;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	text-align: left;
}

.price-table td:first-child
{
	width: 50%;
	padding-right: 25px;
}

.price-table td + td
{
	width: 24%;
}

.price-table thead tr
{
	height: auto;
	min-height: 58px;
	background-color: #ffffff;
}

.price-table thead tr td
{
	font-size: 22px;
	padding-top: 17px;
	color: #e51757;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.price-table td .price-table-subtext
{
	display: block;
	margin-top: -4px;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.left a.button {
	margin-top: 25px;
}
div.dropdown-content {
	cursor: pointer;
	display: block;
	position: relative;
	margin: 15px auto;
	border-radius: 20px;
	background-color: #ffffff;
	border-bottom: 1px solid #d1d1d1;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
	line-height: 42px;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #e51757;
	padding: 0 32px;
	height: 42px;
}
div.dropdown-content:before {
	display: block;
	position: absolute;
	content: "";
	background: url(/resources/template/arrow-right.png) no-repeat left;
	width: 6px;
	height: 12px;
	left: 15px;
	top: 15px;

	transition-duration: 0.5s;
}
#tinymce div.dropdown-content{	height: auto !important;}
div.dropdown-content:focus:before {
	transform: rotate(90deg);
}
div.dropdown-content > span {
	display: block;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000000;
	font-family: 'Ubuntu', sans-serif;
}
div.dropdown-content > span:first-child {
	margin-top: 10px;
}
div.dropdown-content > span:last-child {
	margin-bottom: 20px;
}
a.special {
	display: block;
	margin: 110px auto 0 auto;
	color: #00aacd;
	width: 270px;
}
a.special > img {
	display: block;
	margin: 10px auto;
}
a.special > span {
	display: block;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}

.hasSidebar {
	display: block;
	float: left;
	width: 74%;
}

.sidebar {
	display: block;
	float: right;
	width: 25%;
}

.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;
}

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	z-index: 0;
	overflow:hidden;
	height: 520px;
	margin-top: 50px;
	background: url(/resources/template/base-background.png) no-repeat center top;
	background-size: cover;
}

.footer {
	display: table;
	position: relative;
	height: 210px;
	border-radius: 3px;
	margin-top: 240px;
	background-color: #ffffff;
}
.footer > div {
	display: table-cell;
	vertical-align: middle;
	height: 210px;
}
.footer > div.footer-logo {
	width: 20%;
	vertical-align: top;
}
.footer > div.footer-logo > img {
	display: block;
	height: 68px;
	width: auto;

	margin: 40px 28px
}
.footer > div.address {
	width: 23%;
}
.footer > div.swimmers {
	width: 35%;
}
.footer > div.swimmers > img {
	position: absolute;
	bottom: -90px;
	left: -85px;

	max-width: none;
	max-height: none;
}
.footer > div.social {
	width: 20%;
}
.footer > div.social > a {
	display: inline-block;
	width: 65px;
	height: 66px;
	font-size: 0px;
	background: url(/resources/template/social-buttons.png) no-repeat;
}
.footer > div.social h3 {
	margin-bottom: 0;
}
.footer > div.social > a.facebook {
	 background-position: left top;
}
.footer > div.social > a.twitter {
	background-position: -84px top;
}
.footer > div.social > a.gplus {
	background-position: -169px top;
}
.footer h3 {
	font-size: 27px;
	margin-bottom: 15px;
}
.legal {
	box-sizing: border-box;
	padding: 15px 30px;
}
.legal a.copyright {
	width: 57%;
	float: left;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
.legal a.activate {
	width: 43%;
	float: right;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: right;
}
/* slideshow overrides */
/* ss dimensions */
.home .slideshow {
	height: 615px;
}
.home .slideshow div.orbit-wrapper {
	height: 615px !important;
}
.home .slideshow div.orbit {
	height: 615px !important;
}
.slideshow {
	position: relative;
	width: 100%;
	height: 370px;
	margin-top: -135px;
	background-color: #f82265;
}
.slideshow:after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 35px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: url(/resources/template/pink-curve.png) no-repeat center top;
	background-size: 100% 35px;
}
.slideshow .orbit-wrapper .orbit-caption {
	display: block;
	position: absolute;
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	right: 0;
	left: 0;
	bottom: 10px;
	background: none;
}
.slideshow .orbit-wrapper .orbit-caption > .graphic {
	display: block;
	box-sizing: border-box;
	width: 230px;
	height: 245px;
	float: right;
	padding: 42px 45px;
	background: url(/resources/template/small-caption-background.png) transparent no-repeat left;
}
.slideshow .orbit-wrapper .orbit-caption > .graphic > h2 {
	margin: 0;
	padding: 0;
	line-height: 27px;
	font-size: 31px;
	text-transform: uppercase;
}
.slideshow .orbit-wrapper .orbit-caption > .graphic > h1 {
	margin: 0;
	padding: 0;
	font-size: 57px;
	line-height: 47px;
	text-transform: uppercase;
}
.home .slideshow .orbit-wrapper .orbit-caption {
	display: block;
	position: absolute;
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	right: 0;
	left: 0;
	bottom: 30px;
	background: none;
}
.home .slideshow .orbit-wrapper .orbit-caption > .graphic {
	display: block;
	box-sizing: border-box;
	width: 420px;
	height: 430px;
	float: right;
	padding: 75px 85px;
	background: url(/resources/template/caption-background.png) transparent no-repeat left;
}
.home .slideshow .orbit-wrapper .orbit-caption > .graphic > h2 {
	margin: 0;
	padding: 0;
	line-height: 48px;
	font-size: 57px;
	text-transform: uppercase;
}
.home .slideshow .orbit-wrapper .orbit-caption > .graphic > h1 {
	margin: 0;
	padding: 0;
	font-size: 105px;
	line-height: 85px;
	text-transform: uppercase;
}
.orbit-wrapper .slideshow {

}

.slider {

}
.slideshow div.timer {
	display: none;
	visibility: hidden;
}
.slider > div.slide {
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
}

div.orbit-wrapper {
	width: 100% !important;
	height: 370px !important;
}

div.orbit {
	width: 100% !important;
	height: 370px !important;
	overflow: visible !important;
}

/* 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 {

}

.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;
}

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;
	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: 1px solid #CCCCCC;
	border-radius: 5px;
}

/* 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: block;
	box-sizing: border-box;
	width: 100%;
}

.contact label.error {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	border-top: 1px solid #e0dfe0;
	border-left: 1px solid #e0dfe0;
	padding: 0 20px;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	border-top: 1px solid #e0dfe0;
	border-left: 1px solid #e0dfe0;
	padding: 0 20px;
}
img.auth { vertical-align: middle; }

.contact textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 5em;
	padding: 20px;
	border-radius: 2px;
	border-top: 1px solid #e0dfe0;
	border-left: 1px solid #e0dfe0;
	border-bottom: none;
	border-right: none;
	padding: 10px 20px;
}

/* 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;
	border-radius: 9px;
	background: #e1e1e1;
}

.contact input[type=radio]:checked + label:after {
	background: #000;
}

/* 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;
}

.button.poli
{
	background: url(poli.png);
	border: 0px;
	height: 70px;
	padding: 0px;
	text-indent: -9999px;
	width: 110px;
}

.poli-block
{
	display: inline-block;
}

/* 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: 1em; 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; }
#tinymce .intro {
	height: 708px;
	margin: 0;
	overflow: visible;
	background-size: cover !important;
}

#tinymce div.dropdown-content
{
	cursor: auto;
}
