<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** fonts ***/
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Lora);

/*** element styles ***/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em; /* 16px */
	color: #727272;
	background: #f6f5ef url() left top repeat-x;
	-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;
	font-family: 'Lora', serif;
}

h1 {
	font-size: 46px;
	color: #05244d;
	margin: 0;
	margin-bottom: 20px;
}

h2 {
	font-size: 32px;
	color: #c41e22;
	margin-top: 0;
}

h3 {
	font-size: 1.125em;
}

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

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

a img {
	border: none;
}

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

/*** globally relevant styles ***/
.button {
	display: inline-block;
	margin: 12px 30px;
	padding: 5px;
	border: none;
	background: #c41e22;
	color: #FFF; 
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	font-family: 'Lora', serif;
	
	width: 210px;
	text-align: left;
	font-size: 20px;
	background: url('arrow.png') #c41e22 190px center no-repeat;
	padding: 10px 15px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.button:hover, .button:focus {
	text-decoration: underline;
	background: url('arrow.png') #c41e22 190px center no-repeat;
}

.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 &lt;br /&gt; 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: 180px;
	background: #FFF url() top left repeat-x;
	z-index: 10;
}

.header-bg {
	height: 45px;
	background: #092245;
	position: absolute;
	width: 100%;
}

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

.banner {
	background: transparent url() top center no-repeat;
	height: 180px;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 60px;
	left: 35px;
	z-index: 10;
}

.header-contact {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	color: #FFF;
	background: url('icon_phone.png') left center no-repeat;
	padding: 0 40px;
	line-height: 45px;
	position:absolute;
	right: 0;
}

.header-contact a {
	color: #fff;
}

.header-contact a:hover, .header-contact a:focus, .header-contact a:active {
	color: #ff0000;
	text-decoration: none;
}

.main-navigation {
	position: relative;
	padding: 0;
	background: transparent url('') left top repeat-x;
	color: #FFF;
	top: 90px;
	text-align: right;
	font-family: 'Lora', serif;
	font-size: 15px;
	text-transform: uppercase;
}

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

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0;
	background: transparent url('') left center no-repeat;
}

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

.main-navigation &gt; 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 20px;
	color: #272727;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #FFF;
	background: #c41e21;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.main-navigation .sel &gt; a, .main-navigation .sel .sel &gt; a {
	color: #FFF;
	background: #c41e21;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

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

.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: 5px 0 5px 15px;
	line-height: 1em;
	text-align: left;
	margin:0;
	background-image: none;
	border-bottom:1px solid #fff;
	background-color: #c41e21;

}

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

.midsection {
	z-index: 5;
}

.content {
	border-top: 8px solid #05244d;
	border-bottom: 1px solid #dad8ce;
	z-index: 1000;
	padding: 30px;
	background: #FFFFFF;
	min-height: 50px;
}

.content-wrapper p{
	margin-bottom: 10px;
}

.contact-left {
	width: 540px;
	margin-right: 45px;
	float: left;
}

.contact-right {
	float: left;
}

.contact-right img {
	display: block;
	margin-bottom: 40px;
}

.services {
	background: #FFF;
	border-bottom: 1px solid #dad8ce;
	margin-top: 4px;
	overflow:hidden;
	padding: 30px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.services .button {
	width: 210px;
	height: 70px;
	display: block;
	float: left;
	color: #fff;
	margin:0;
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
	padding: 10px 15px;
}
.services .button span {
	line-height: 50px;
}

.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 &gt; .struct {
	display: block;
	position: absolute;
	top: 0;
	height: 0px;
	width: 0px; 
}

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	margin-top: 50px;
	z-index: 0;
	background: #05244d;
}

.base-bg {
	height: 45px;
	background: #041e41;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.footer {
	position: relative;
	height: 182px;
	padding: 0 40px;
	text-align: left;
	background: transparent url() center top no-repeat;
	font-size: 17px; /* 12px from 16px */
	color: #5f8ac4;
}

.footer h2 {
	padding-top: 30px;
	margin-top: 0;
	font-family: 'Lora', serif;
	font-size: 22px;
	color: #f3f3f3;
}

.footer p span{
	color: #FFF;
}

.footer-logo{
	position: absolute;
	right: 35px;
	top: 0;
}

.footer a:link, .footer a:visited, .footer a:active {
	
}

.footer a:hover, .footer a:active {

}

.copyright {
	position: absolute;
	bottom: 14px;
	left: 40px;
	color: #24599f;
	font-size: 13px;
}

.avd {
	position: absolute;
	bottom: 14px;
	right: 350px;
	font-size: 13px;
}

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

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

.not-slideshow {
	width: 100%;
	height: 183px;
	background: #9b9a98;
	margin-bottom: -95px;
	overflow:hidden;
}

.not-slideshow .watermark {
	position: absolute;
	right: -130px;
	top:0;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow .cycle-slideshow{ 
	position: relative;
	width: 1920px;
	height: 513px;
	margin : 0 auto;
}

.slideshow {
	left: -1000px;
    right: -1000px;
    position: absolute;
}

.slideshow-wrapper {
	width: 100%;
	height: 513px;
	overflow: hidden;
	margin-bottom: -35px;
}

.cycle-nav {
	max-width: 1920px;
	width: 100%;
	margin : 0 auto;
	z-index: 10000;
}

.cycle-nav a{
	position: absolute;
	top: 205px;
	height: 61px;
	width: 61px;
	display: block;
	text-indent: -100000px;
}
.cycle-nav a.cycle-prev{
	background: url('slider_left.png');
	left: 0;
}
.cycle-nav a.cycle-next{
	background: url('slider_right.png');
	right: 0;
}

.slide-content-wrapper {
	position: absolute;
	left: 0;
    right: 0;
	top:0;
	margin: 0 auto;
    display: block;
    width: 1200px;
}

.slide-content {
	margin-top: 80px;
	margin-bottom: 20px;
	padding: 30px;
	color: #FFF;
	font-size: 17px;
	background: rgba(0, 0, 0, 0.8);
	width: 390px;
	
}

.slide-content-wrapper .button {
	text-transform: uppercase;
	margin: 0;
	color:#fff;
	font-size: 22px;
	padding: 18px 30px;
	width: 270px;
	background: #c41e21;
}

.slide-content h2 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom:10px;
	color: #FFF;
}

.orbit-wrapper .slideshow {
	
}

.slider {

}

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

div.orbit-wrapper {
	width: 980px !important;
	height: 280px !important; 
}

div.orbit {
	width: 980px !important;
	height: 280px !important;
}

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

.orbit &gt; 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: 24%;
	height: 190px;
	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: 0px;
}

.gallery img:hover, .gallery img:focus {
	border: 1px solid #999;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin-top: 25px;
}

.contact p {
	line-height: 1.75em;
	margin-bottom: 10px;
}

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

.contact .action .button {
	margin: 0;
}

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

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

.contact input[type=text] {
	width: 540px;
	height: 50px;
	line-height: 50px;
	font-family: inherit;
	font-size: 0.875em;
	background: #f6f5ef;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow:inset 1px 1px 1px 0 #d8d7d1;
	box-shadow:inset 1px 1px 1px 0 #d8d7d1;
	padding: 15px;
	
	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: 540px;
	height: 110px;
	font-family: inherit;
	font-size: 0.875em;
	background: #f6f5ef;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow:inset 1px 1px 1px 0 #d8d7d1;
	box-shadow:inset 1px 1px 1px 0 #d8d7d1;
	border: none;
	padding: 15px;
	
	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 &lt;= 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 &gt; 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: '&gt;&gt;';
	position: absolute;
	left: 101%;
	top: -0.0625em;
}

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

.articleNav .next a:before {
	content: '&lt;&lt;';
	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;
}

.cart input.selectAddress:checked ~ span {
    height: auto;
}
.cart input.selectAddress ~ span {
    box-sizing: border-box;
    display: block;
    height: 1px;
    overflow: hidden;
    padding-top: 1px;
}

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 {
	border-color: #bcc6d5;
	border-radius: 0;
}

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

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

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

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

.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 &gt; * {
	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 &gt; * {
	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 &gt; * {
	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;
}

/** customer panel **/
fieldset.addressForm {
	overflow: hidden;
	border: 1px solid #CCC;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 4px;
}

.addressForm label {
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 4px;
}

.addressForm label:last-child {
	float: none;
	width: 100%;
	clear: both;
}

.addressForm label span {
	display: block;
	margin-bottom: 4px;
}

.addressForm input[type=text]
, .addressForm textarea {
	width: 96%;
	box-sizing: border-box;
}

.addressForm textarea {
	height: 70px;
}

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