/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.5 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             {}
a:hover       {}
:focus        { outline: 0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.3; }
h2            { font-size:18px; font-weight:normal; line-height:1.34; }
h3            { font-size:16px; font-weight:bold; line-height:1.375; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */


 /* Common classes */
.button { 
	width: 164px;
	height: 31px;
	color: white;
	text-align: center;
	font-size: 15px;
	line-height: 31px;
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 7px;
	border: none;
}
.button:active span { position: relative; top: 1px; }
.button.blue {
	background: url(/skin/frontend/hth/ultralieve_ca/images/new/button-blue.png) repeat-x 0 0;
}
.button.purple {
	background: url(/skin/frontend/hth/ultralieve_ca/images/new/button-purple.png) repeat-x 0 0;
}
.button.orange {
	background: url(/skin/frontend/hth/ultralieve_ca/images/new/button-orange.png) repeat-x 0 0;
}
.button:hover, .button:active {
	background-position: 0 -31px;
}
.button:active {
}

.back-link { padding: 0 12px; background: url(/skin/frontend/hth/ultralieve_ca/images/new/checkout-back-arrow.png) no-repeat 0 0; color: inherit; font-size: 14px; }
address { font-size: 14px; }
/* Layout ================================================================================= */
body {
	background: white url('/skin/frontend/hth/ultralieve_ca/images/new/site-bg.jpg') no-repeat center 189px;
	color: #666f73;
	font-family: 'Lato', Trebuchet MS, sans-serif; 
}

.cms-home{
 background: white url('/skin/frontend/hth/ultralieve_ca/images/new/home/home-bg.jpg') no-repeat center 189px;
}

.wrapper {
	margin:0 auto;
	padding: 0;
	text-align:left;
}
.page, .page-inner { 	
	width: 960px;
	margin:0 auto;
	text-align:left;
}
.cms-home .page {
	background: none;
	width: auto;
}

.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }


/* All Columns */
.main .column {
  padding-bottom: 0px;
  margin-bottom:10px;
}


.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }


/* Base Columns (2 col right bar)*/ 
.main.col2-right-layout {
	overflow: hidden;
	padding-right:0; /*252 right col width +  15 drop shadow width + padding on main*/
	/* background-color:#ffffff; */
	/*background:#fff url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-leftshadow.gif') repeat-y left top;*/
}

.col2-right-layout .col-main { 
	float:left;
	position:relative;
	width:640px;
  padding-top:10px;
  padding-right:10px;
  /*padding-left:25px;*/
}
.checkout-onepage-index .col2-right-layout .col-main {width: 761px; }
.col2-right-layout .col-main .contentWrap{
	padding-left:10px;
}
.checkout-onepage-index  .col2-right-layout .col-main .contentWrap{padding-left:20px;}
.col2-right-layout .col-right {
	float:right;
	margin: 129px 0; /* Counters the padding on the main wrapper and content wrapper*/
	padding-top:10px;
	padding-right:0px;
	padding-left:0px;
	/*min-height:800px;*/
	position:relative;
	/*background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow-top.jpg) no-repeat right top;*/
	/*background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow.gif) repeat-y right top;*/
}
.checkout-onepage-index  .col2-right-layout .col-right {width: 202px;}
.checkout-onepage-index .main.col2-right-layout {margin: 0 0 0 -22px;}
img.rtPageShadow{
	position:absolute;
	top:0px;
	right:0px;
}

/*
.col2-right-layout .rightStretch{
	background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow.gif) repeat-y right top;
	width:252px;
	margin-right:-294px;
	padding-top:10px;
	padding-right:25px;
	padding-left:0px;
}
*/

/* Base Columns (1 col)*/
.main.col1-layout {
	margin:0 40px;
	/* background-color:#ffffff;*/
	/*background:#fff url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-leftshadow.gif') repeat-y left top;*/
}
.checkout-cart-index .main.col1-layout {
	margin:5px 0 0 -17px;
}

.catalog-product-view {  }
.cms-home .main.col1-layout{margin:0px;}
.catalog-product-view .main.col1-layout{margin:0px;}

.customer-account-login .main.col1-layout {
    margin-bottom:150px;
}

.col1-layout .col-main { 
	position:relative;
	/*padding-top:10px;
	padding-right:0px;*/
	/*padding-left:25px;*/
}
.catalog-product-view  .col-main {
}
.product-main {/*padding-left: 25px;*/}
.productimage {width:520px;height:431px;}
.col1-layout .col-right {
	float:left;
	width:0px;
	margin-right:-25px; /* Counters the padding on the main wrapper and content wrapper*/
	padding-top:10px;
        padding-right:25px;
	min-height:800px;
	position:relative;
	/*background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow.gif) repeat right top;*/
}
.col1-layout .rightStretch{
	/*background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow.gif) repeat-y right top;*/
	width:0px;
	margin-right:-42px; /* Counters the padding on the main wrapper and content wrapper*/
	padding:10px 25px 0px 0;
}




/*** IE6 Fix ***/
* html #left {
  left: 252px;           /* RC width */
}
	
/* 1 Column Layout */
/*
.col1-layout .col-main { float:none; width:auto; }
*/
/* 2 Columns Layout */
/*
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}
*/

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width: 50%; }
.col2-set .col-2 { float:right; width: 47%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; color: inherit;}
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width: auto; border:0; padding: 0 12px; background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ ; font-family: inherit;}
button.button span { text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width: 260px; }
.form-list input.input-text,
.form-list textarea { width: 320px !important; height: 22px; background: white url(/skin/frontend/hth/ultralieve_ca/images/new/input-shadow.png) repeat-x 0 0 !important; }
.form-list select { width: 326px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px;background:none; }
.group-select .input-box { float:left; width: 356px; }
.group-select input.input-text,
.group-select textarea {width:510px; font-size: 16px;}
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width: 250px; font-size: 16px;}
.group-select .input-box select { width: 326px; padding: 2px 3px 3px 0;}
.group-select li ul li{background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-ul-li.gif) no-repeat scroll left 0.57em;}

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin: 1px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { }
p.required {  }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin: 0 !important; padding:0 !important; }
.messages { width: 100%; margin: 0; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color: white; background-image:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/success_msg_icon.gif); color:#3d6611;}
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
/*
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }
*/

/* Page Heading */
/*.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }*/
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

#checkout-review-table th {font-size:.9em; color:#000 !important;}


/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }


.std ul{margin-bottom:20px;}

.std ul li{
	list-style-type:none;
	padding-bottom:0px;
	padding-left:12px;
	font-size: 15px;
	line-height:26px;
	list-style-type: disc;
}
.std ul.messages li.success-msg, .std ul.messages li.success-msg ul li, .std ul.messages li.error-msg, .std ul.messages li.error-msg ul li { background:none; list-style:none;}
.std ol li{font-size: 15px;padding-bottom: 8px;line-height:22px;}

/* Tabs */
.wrap-tabs { background: #f7fbfc; width: 100%; margin: -50px 0 0; padding: 20px 0; border-top: 1px solid #afe1f6; border-bottom: 1px solid #afe1f6;}
.wrap-tabs .inner {  margin: -20px auto 0;   padding-top: 20px; width: 960px;   height: 500px;  clear: both; float: none;}

#product-tabs {
	padding: 9px 0 0 5px;
	width: 953px;
}
#product-tabs li {
	background: none;
	display: inline-block;
	padding: 0;
	margin: 0 0 -1px -4px;
	position: static;
	list-style-type: none;
}
#product-tabs li a {
	padding: 10px 0;
	width: 183px;
	margin-right: 9px;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	height: 26px;
	display: inline-block;
	background: #95d4ed;
	color: white;
	border: 1px solid #95d4ed;
	border-bottom: none;
	text-align: center;
	border-radius: 4px 4px 0 0;
}
#product-tabs li:first-child + li +li + li + li a {
    margin-right: -10px;
}
#product-tabs li a:hover {
	text-decoration: none;
	color: white;
	background: #19a5dd;
	border-color: #19a5dd;
}
#product-tabs li.active a, 
#product-tabs li.active a:hover {
	color: #19a5dd;
	background: #f7fbfc;
	border-color: #afe1f6;
}

.product-revitive-lv #product-tabs li a:hover {
	background: #a60063;
	border-color: #a60063;
}
.product-revitive-lv #product-tabs li.active a, 
.product-revitive-lv #product-tabs li.active a:hover {
	background: #e53084;
	border-color: #e53084;
}

/* Misc */
.link-rss { background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:200px; height:63px; overflow:hidden; } 
.header-container {}
.header { padding:10px; border:1px solid #ddd; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }
#header span#call_telephone { font-size: 40px; line-height: 40px; }
#header span#call_text, #header span#call_times { font-size: 17px; }
#header #change-size { display: none; float: right; margin: 20px 40px 0 0; }
#header #change-size a { text-decoration: underline; padding-left: 2px; font-weight:bold;  }
#header #change-size #small-size { font-size: 11px; }
#header #change-size #large-size { font-size: 15px; }
/********** < Navigation */
/*
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }
*/
/* All Levels */
/*
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }
*/
/* 1st Level */
/*
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }
*/
/* 2nd Level */
/*
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }
*/
/* 3rd+ leven */
/*
#nav ul ul { top:7px; }
*/
/* Show Menu */
/*
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
*/
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { padding:0 10px; }
.checkout-onepage-index .block { border:1px solid #b3d7bd; margin: 20px 0; }
.checkout-onepage-index .block .block-title { padding:0 10px;}
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {margin-top:45px;}
.block-progress dt { }
.block-progress dt.complete { background-color:#fff; }
.block-progress dt a { color: #949494; text-decoration:none; font-size:12px;}
.block-progress dd.complete {
    font-size: 12px;
	border-bottom: 1px solid #cfd6d9;
	padding: 8px;
 }

.block-progress .block-content {background-color:#fff; padding-top:0px; padding-left:5px; padding-right:5px;}
.block-progress .block-title h2{border:none;margin:10px 0px;padding:0px; color: #676f73; font-weight:normal; margin:4px 0; font-size: 16px;}
.block-progress dl dt { padding-top:3px; padding-left:8px; }
.checkout-onepage-index .block-progress dl dt { padding-top: 7px; padding-left:8px; font-size: 14px; font-weight: normal;}

.block-progress dl dd { padding-left: 8px; font-size:12px;}

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {/* border-bottom:1px solid #ddd; margin:0 0 10px; */}
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { float:left;margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name {}
.product-view .short-description {}



/* Rating */
.ratings-wrap { width: 960px; margin: 0 auto; clear: both; padding-top: 10px;}
.ratings-wrap .extra-text { float: left; width: 45%; margin-right: 4%; }
.ratings-wrap .extra-text h3 { font-size: 21px; color: #704a9e; }
.ratings-wrap .extra-text p { font-size: 16px; }
.ratings-wrap h3.reviews-heading {  background: url('/skin/frontend/hth/ultralieve_ca/images/new/review-header.png') no-repeat 0 0;  padding: 12px 74px;   width: 825px;  height: 33px;   font-size: 21px;   clear: both;  margin: 20px 0 30px;  position: relative;  top: 20px;}
.ratings-wrap .reviews { float: left; width: 45%; }
.ratings {}
.ratings .amount {}
.ratings .rating-links { display: inline-block; margin: 0 10px; font-weight: bold; }
.ratings .rating-links a { padding-right: 10px; text-decoration: underline; font-size: 12px; }
.ratings dt {}
.ratings dd {}
.rating-box { display: inline-block; margin: 0 5px 0 0; width: 95px; height: 16px; font-size:0; line-height:0; background: url(/skin/frontend/hth/aerosure/images/product-rating-star-new.png) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:16px;background: url(/skin/frontend/hth/aerosure/images/product-rating-star-new.png) 0 100% repeat-x;}


/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
/*.price { white-space:nowrap !important; }*/

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {text-align: center;}
.product-main .add-to-box {text-align: center; padding-right: 8px; padding-top: 0px;}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/*add to basket button on the bottom of product page*/
.add-to-box-bottom{display: none;float:left;width: 339px;}

/* ajaxcartpro add to cart dialog */
#ajaxcartpro-add-confirm, #ajaxcartpro-remove-confirm { min-height: 150px; min-width: 360px; border:1px solid #666f73 !important; border-radius: 4px; }
.ajaxcartpro-title { color: #666f73; text-transform: uppercase; font-size: 13px; width: auto !important; margin: 5px 0 0; font-weight:bold; }
.ajaxcartpro-close { position: absolute; top: -3px; right: 3px; cursor: pointer; font-weight:bold; }
.ajaxcartpro-image { width: 70px; margin: 10px auto; display: block; }
#ajaxcartpro-add-confirm .aw-acp-continue, #ajaxcartpro-add-confirm  .aw-acp-checkout { background: url(/skin/frontend/hth/ultralieve_ca/images/new/button-purple.png); color: white; font-weight: normal; font-size: 11px; width: auto; display: inline-block; padding: 0 13px; margin: 0 10px; border-radius: 4px; font-family: "Lato";}
#ajaxcartpro-add-confirm  .aw-acp-continue:hover, #ajaxcartpro-add-confirm  .aw-acp-checkout:hover { }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.extra-text-wrap { margin: 40px auto 60px; width: 960px; }
.extra-text { float: left; width: 45%; margin-right: 4%; }
.extra-text h3 { font-size: 21px; color: #704a9e; }
.extra-text p { font-size: 16px; }
h3.reviews-heading {  background: url('/skin/frontend/hth/ultralieve_ca/images/new/review-header.png') no-repeat 0 0;  padding: 12px 74px;   width: 900px;  height: 33px;   font-size: 21px;   clear: both;  margin: 20px 0 0;  position: relative;  top: 20px;}
.reviews { float: left; width: 45%; }
.product-view .reviews {}
#customer-reviews { margin: 30px 3% 20px 0; width: 400px; height: 585px; float: left; overflow: auto; background: white;}
.add-review { border: 1px solid #ddd; margin: 60px 0; padding: 20px; width: 420px; border-radius: 10px; background: #fafbfb; }
.add-review label { color: grey; padding-top: 13px; display: inline-block; font-size: 14px; font-weight: normal;}
.add-review .input-text, .add-review textarea  { width: 400px !important; height: 26px; background: white url(/skin/frontend/hth/ultralieve_ca/images/new/input-shadow.png) repeat-x 0 0; }
.add-review textarea { height: 120px; }
.add-review li { padding: 0; } 
.add-review button.button { border-radius: 7px; margin: 10px; padding: 0 50px; font-size: 17px;}
#customer-reviews .stars { margin: 10px 0; }
#customer-reviews .review-text { font-size: 15px; line-height: 22px; }
#customer-reviews h3, .add-review h3 { font-size: 21px; font-weight: bold; color: #666f73; margin: 3px 0; }
#customer-reviews .review-toolbar {  background: url('/skin/frontend/hth/ultralieve_ca/images/new/review-header.png') no-repeat 0 0;  padding: 12px 75px;   height: 33px;   font-size: 21px; }
#customer-reviews #number-of-reviews { margin: -5px 2px 0; padding: 0px; height: 19px; }
#customer-reviews dt { font-size: 21px; font-weight: bold; color: #666f73; margin: 3px 0; }
#customer-reviews dd th, #customer-reviews dd td { border: none; background: none; font-weight: normal; padding: 10px 0; }
#customer-reviews .get-detail { font-size: 15px; line-height: 22px; }
#customer-reviews .date { font-style: italic; font-size: 10px; margin-bottom: 20px;}
#customer-reviews #review-form .product-name { font-weight: bold; }
#product-review-section1 { width: 420px; }
#product-review-table { width: auto; font-size: 14px;} 
#product-review-table th, #product-review-table td { border: none; border-bottom: 1px solid #ddd; padding: 6px 10px; width: 48px; text-align: center;}
#product-review-table th:first-child, #product-review-table td:first-child { text-align: left; }
#product-review-table td.value { text-align: center; }
#product-review-table td input.radio { margin: 0; }
#product-review-table th span { text-transform: uppercase; font-weight: normal; }
#product-review-table td { background: none; }
#product-review-section1 .form-list li { padding: 0 0 0 3px; margin: 0; }
#product-review-section1 .form-list label { color: grey; padding-top: 13px; display: inline-block; font-size: 14px; font-weight: normal;}
#product-review-section1 .form-list .input-text, #product-review-section1 .form-list textarea  { width: 400px; height: 26px; background: white url(/skin/frontend/hth/ultralieve_ca/images/new/input-shadow.png) repeat-x 0 0; }
#product-review-section1 .form-list textarea { height: 150px; }
#product-review-section1 .buttons-set button.button span { background: none; }

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size: 27px; font-weight:bold; line-height:1.5; color: inherit;}
.add-review .product-name { display: none; }
/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }
.cms-home .hp-section { color: #666f73; }
.cms-home .hp-section .inner { width: 940px; margin: 0 auto; }
.cms-home .hp-section h2 { font-size: 32px; font-weight: bold; letter-spacing: 1px; border: none; }
.cms-home .hp-section p { margin: 0; font-size: 16px; line-height: 22px; color: #666f73; }
.cms-home .button {width: 165px; margin: 10px 8px 0 0; text-align: center; padding: 0; } 
.cms-home .main-hp-banner { height: 471px; width: 960px; margin: 0 auto; position: relative; }
.cms-home .main-hp-banner p { position: absolute; height: 94px;  line-height: 18px; padding: 0; }
.cms-home .main-hp-banner p a { color: #19a5dd; font-size: 16px; display: inline-block; height: 94px; }
.cms-home .main-hp-banner p.text-1 { left: 110px; top: 36px; }
.cms-home .main-hp-banner p.text-1 a { background: url('/skin/frontend/hth/ultralieve_ca/images/new/home/circle1.png') no-repeat right top; padding: 29px 140px 0 0; width: 120px; text-align: right;}
.cms-home .main-hp-banner p.text-2 { left: 74px; top: 174px; } 
.cms-home .main-hp-banner p.text-2 a { background: url('/skin/frontend/hth/ultralieve_ca/images/new/home/circle2.png') no-repeat right top; padding: 26px 140px 0 0; width: 90px; text-align: right;}
.cms-home .main-hp-banner p.text-3 { left: 110px; top: 306px; } 
.cms-home .main-hp-banner p.text-3 a { background: url('/skin/frontend/hth/ultralieve_ca/images/new/home/circle3.png') no-repeat right top; padding: 39px 140px 0 40px; width: 80px; text-align: right;}
.cms-home .main-hp-banner p.text-4 { left: 600px; top: 36px; }
.cms-home .main-hp-banner p.text-4 a { background: url('/skin/frontend/hth/ultralieve_ca/images/new/home/circle4.png') no-repeat left top; padding: 27px 0 0 140px; width: 120px; }
.cms-home .main-hp-banner p.text-5 { left: 664px; top: 174px; }
.cms-home .main-hp-banner p.text-5 a { background: url('/skin/frontend/hth/ultralieve_ca/images/new/home/circle5.png') no-repeat left top; padding: 36px 0 0 131px; width: 90px; }
.cms-home .main-hp-banner p.text-6 { left: 600px; top: 306px; }
.cms-home .main-hp-banner p.text-6 a { background: url('/skin/frontend/hth/ultralieve_ca/images/new/home/circle6.png') no-repeat left top; padding: 30px 0 40px 140px; width: 127px; }
.cms-home .painkillers { border-top: 1px solid #a5def5; border-bottom: 1px solid #a5def5; background: #f7fbfc url(/skin/frontend/hth/ultralieve_ca/images/new/home/runners.png) no-repeat 4% 30px;}
.cms-home .painkillers .inner { width: 540px; height: 300px; padding: 0 186px; background: url(/skin/frontend/hth/ultralieve_ca/images/new/home/ultralieve-box.png) no-repeat right 34px;}
.cms-home .painkillers h2 { margin: 40px 0 10px; font-size: 32px; font-weight: bold; color: #19a5dd; letter-spacing: 1px; border: none;}
.cms-home .painkillers h2 + p + .button { margin-left: 2px; }
.cms-home .painkillers .ultralieve-box { display: block; float: right; }
.cms-home .stimulation { padding: 75px 0 33px; }
.cms-home .stimulation h2, .testimonials h2 { color: #704a9e; }
.cms-home .stimulation .video { float: left; width: 460px; height: 259px; margin: 0 24px 0 0; cursor: pointer; position: relative; }
.cms-home .stimulation .video .play-button { width: 122px; height: 122px; border: none; position: absolute; top: 68px; left: 174px; background: url(/skin/frontend/hth/ultralieve_ca/images/new/home/play-button.png); }
.cms-home .stimulation .video:hover .play-button { background-position: 0 -122px; }
.cms-home .rejuvenation { padding: 40px 17px 30px; border-top: 1px solid #fbd4b5; border-bottom: 1px solid #fbd4b5; background: #fffcfa;}
.cms-home .rejuvenation h2 { color: #f47728; }
.cms-home .rejuvenation .rejuvenation-slide { float: left; width: 288px; padding-right: 24px; margin: -4px -9px 0 14px; background: url(/skin/frontend/hth/ultralieve_ca/images/new/home/arrow-orange-right.png) no-repeat right 92px; }
.cms-home .rejuvenation .rejuvenation-slide.last { margin-right: -20px; background: none;}
.cms-home .rejuvenation .rejuvenation-slide-img { width: 277px; height: 247px; border: 1px solid #fbd4b5; background: white; margin: 0 0 15px; text-align: center; }
.cms-home .rejuvenation .rejuvenation-slide-img img { height: 100%; }
.cms-home .rejuvenation h3 { font-weight: bold; font-size: 18px; margin-bottom: 2px; color: inherit;}
.cms-home .rejuvenation .rejuvenation-buttons { text-align: center; margin-left: 4px; }
.testimonials { padding: 30px 0; }
.testimonials .testimonials-slide { float: left; width: 284px; padding-right: 24px; margin: -4px -6px 0 14px; }
.testimonials .testimonials-slide.last { margin-right: -20px; }
.testimonials .testimonials-slide-img { width: 230px; height: 230px; margin: 0 0 5px 15px; }
.testimonials h3 { font-weight: bold; font-size: 18px; color: inherit; text-align: center; margin: 8px 0;}
.testimonials .testimonials-buttons { text-align: center; }
.testimonials .testimonials-buttons .or { font-size: 16px; padding: 0 40px; position: relative; left: -6px; top: 0px; }
a.to-top { display: block; text-align: right; width: 146px; height: 24px; margin: 80px auto 50px; font-size: 18px; line-height: 24px; padding: 0 0 0 10px; color: #9fadb3; background: url(/skin/frontend/hth/ultralieve_ca/images/new/arrow-up.png) no-repeat 0 0;}
a.to-top:hover { text-decoration: none; color: #676f73; background-position: 0 -24px; }
/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cartShipping {border: 1px solid #B8B8B8;margin-top:10px;}
.cartShipping ul li{background:none;}
.cartShipping p, .cartShipping dl{padding-left:14px;}
.basketTable .cartShipping .nlbutton {
margin:0 0 0 9px;
}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index { background: url('/skin/frontend/hth/ultralieve_ca/images/new/header-bg.png') no-repeat center top; }
.checkout-onepage-index .btn-checkout-blank-highlight { width: 250px; }
.checkout-onepage-index .opc #login-form ul li, .checkout-onepage-index .buttons-set { padding: 0 15px 0 0; }
#checkout-step-login h4 {
 }
#checkout-step-login p { margin: 0; }
#checkout-step-login .button { margin: 15px 30px 0 0; }
#checkout-step-login .form-list, #checkout-step-login .required-fields  { margin: 10px 0; }
.checkout-onepage-index #header {
    background: none;
}
.checkout-onepage-index #pre_content { padding-left: 6px; }
.checkout-onepage-index .footer-bottom,
.checkout-onepage-index .footer-subscribe,
.checkout-onepage-success .footer-bottom,
.checkout-onepage-success .footer-subscribe { display: none; }
.checkout-onepage-index #footer li,
.checkout-onepage-success #footer li { display: inline-block; margin: 0; padding: 0;}
.checkout-onepage-index #footer li a,
.checkout-onepage-success #footer li a { font-size: 13px; color: #aaa; width: 316px; margin: 0; text-align: center;}
.checkout-onepage-index #footer li a:hover,
.checkout-onepage-success #footer li a:hover { text-decoration: none; background-color: #f97014; }

.checkout-onepage-index .order-summary, .accepted_cards_lrg, .checkout-onepage-index .block { border: 1px solid #cfd6d9; border-radius: 7px; margin-bottom: 20px;}
.checkout-onepage-index .order-summary .title, .accepted_cards_lrg div,.checkout-onepage-index .block .block-title { display: block; height: 33px; background: #f2f2f2; color: #666f73; border-radius: 7px 7px 0 0; padding: 5px 0 2px; font-size: 16px; line-height: 30px; font-weight: normal; text-align: center;}
/* .checkout-onepage-index .order-summary .data-table #delivery-summary strong { text-transform: uppercase; } */
.checkout-onepage-index .order-summary .data-table td { border: none; padding: 25px 14px 0;}
.checkout-onepage-index .order-summary .data-table #total-summary td { padding: 25px 0 10px; width: 94px;}
.checkout-onepage-index .order-summary .data-table #total-summary td span { display: inline-block; padding: 10px 0 10px 10px; width: 102px; font-size: 16px; font-weight: bold; border-top: 1px solid #cfd6d9;}
.checkout-onepage-index .order-summary .data-table #total-summary #total-price-label-summary { padding-right: 0; padding-left: 10px;}
.checkout-onepage-index .order-summary .data-table #total-summary td .price { padding: 10px 10px 0 0; color: #666f73; font-weight: bold; width: 57px;}
.checkout-onepage-index .order-summary .data-table td:first-child { padding: 25px 10px 0 20px;}
.checkout-onepage-index .order-summary .data-table td:first-child + td { text-align: left !important; padding-left: 0;}
.checkout-onepage-index ol#checkoutprogress li.selected span.display-text {}
.checkout-onepage-index .place-order {}
#sagepay-iframe{height: 500px;width: 500px;}

#checkoutTitles { list-style-type: none; padding: 10px 0 0; margin: 0; position: relative; z-index: 1;}
#checkoutTitles li { display: inline-block; width: 148px; height: 64px; margin-right: 5px; background: #9fadb3; color: white; font-size: 16px; padding: 0 0 0 30px; border: 1px solid #9fadb3; border-radius: 7px 7px 0 0;}
#checkoutTitles li.selected { color: #676f73; background: white !important; border-color: #9fadb3; border-bottom-color: white;}
#checkoutTitles li.allow:hover { cursor: pointer; background: #666f73; }
#checkoutTitles li .num { display: inline-block; font-size: 34px; width: 24px; margin: 22px 10px 0 0; height: 44px;}
#checkoutTitles li .title { display: inline-block; position: relative; bottom: 5px; width: 83px; line-height: 20px;}
#checkoutTitles li:last-of-type { margin-right: -5px; }
#checkoutTitles #opc-title-shipping_method .title {
    bottom: -3px;
 }
#checkoutSteps, #sagepay-steps{margin: 0 0px 1px 0px;border: 1px solid #9fadb3;position: relative;bottom: 1px;}
.checkout-onepage-index .need-help {
    text-align: center;
    width: 960px;
    color: white;
    margin: 5px 0 36px;
    font-size: 22px;
}
.opc { position:relative; list-style-type: none; padding-left:0px;}
.opc.checkout-heading { color: inherit; font-size: 22px; line-height: 1.1em; margin: 0; padding: 14px 70px 3px; background: url('/skin/frontend/hth/ultralieve_ca/images/new/checkout-header.png') no-repeat 0 0; width: 961px; height: 43px; }
.opc li.section { border:0px solid #ddd; border-bottom:1px solid #ffffff; }
.opc .step-title { background-color:#FFF;font-size:1.2em; height:43px; border-top:1px solid #B3D7BD;/*padding:0 5px; text-align:right;*/}
.opc #opc-sagepay .step-title { background-color:#FFF;font-size:1.2em; height:43px; border-bottom:1px solid #B3D7BD;/*padding:0 5px; text-align:right;*/}
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .step-title span.title { padding-top:10px; display:block;font-size: 19px;color:#575959;text-transform:uppercase;font-weight: normal;}
.opc .active {}
/*.opc .active .step-title { background-color:#ccc; cursor:default; }*/
.opc .step { padding: 20px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc li span.num, .opc li.active .step-title span.title {
  display:block;
  height:30px;
}
.opc li span.num {  float:left;  padding:5px 5px 0 0;  width:33px;  background:transparent none;    text-align:center;  line-height:30px;font-size: 19px;color:#575959;text-transform:uppercase;font-weight: normal;}

.opc li.active .step-title{
    background-color:#f2f2f2; height:43px;
}


.opc li.active .step-title span.title {
  background: transparent none;
  line-height:30px;
  color:#666f73;
  font-weight:bold;
}
/*
.opc li.active,
.opc li.active a {
  color:#fff;
}
*/
.opc li.active span.num {
  background:transparent none; color:#666f73; font-weight:bold; padding-top:10px;
}
.opc li.completed span.num {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-completed.gif') no-repeat 6px 4px;
  text-indent:-9999em;
  overflow:hidden;
}
.opc p ,.opc li {font-weight:normal;font-size: 16px;}
.opc p.required-fields { padding-top: 10px; }
.opc .buttons-set{border:none;}
.opc ul li {list-style: none outside none;  margin: 0; padding: 0 0 8px 15px;}
.opc #opc-review {border-bottom:1px solid #b3d7bd;}
.opc #checkout-review-table tfoot td{text-align:center;}

.opc #checkout-step-billing .form-list li { padding-left:0px; }
.opc #checkout-step-billing .form-list label {font-size:.9em; }
.opc #checkout-step-billing .form-list li label.address-select { color:#000; }
.opc #checkout-step-billing .form-list li label.ship-to { font-weight:normal; }

.opc #checkout-step-shipping .form-list li { padding-left:0px; }
.opc #checkout-step-shipping .form-list label {font-size:.9em; color:#000;}
.opc #checkout-step-shipping .form-list li label.address-select { color:#000; }

.opc #checkout-step-billing { background-color:#FFF; padding-right: 0;}
.opc #checkout-step-billing #billing-buttons-container {}
.opc #checkout-step-shipping_method #shipping-method-buttons-container { }
.opc #checkout-step-shipping_method #shipping-method-buttons-container .left {}
.opc #checkout-step-shipping_method #shipping-method-buttons-container .left a, .opc #checkout-step-review #review-buttons-container .left a { color:#666f73; }
.opc #checkout-step-payment #payment-buttons-container .left {
    padding-top: 10px;
 }
.opc #checkout-step-payment #payment-buttons-container .left a { color:#666; }
.opc #checkout-step-review #review-buttons-container .left { padding-top:35px; }
.opc #billing-new-address-form select + button.button { margin: 10px 0; }

.opc #checkout-step-shipping { background-color:#FFF; }
.opc #checkout-step-shipping #shipping-buttons-container .left { padding-top:35px; }
.opc #checkout-step-shipping #shipping-buttons-container .left a { color:#666; }
.opc #checkout-step-shipping #shipping-buttons-container .left { padding-top:35px; }
.opc #checkout-step-shipping .save-in-address-book label {font-weight:normal;}
.opc #checkout-step-shipping .save-in-address-book .right {padding-right:85px;}
.opc #checkout-step-shipping .save-in-address-book p {margin-bottom:0px; padding-bottom:0px;}

.opc #checkout-step-billing p.required { text-align:right; margin-right:85px;}

.opc #billing-address-select { font-size:0.95em; width:550px; }

.opc #checkout-step-login h4 {color:#666f73; font-weight:bold;font-size: 20px;}
.opc #checkout-step-login .col-2 .form-list { margin-bottom:0px; }
.opc #checkout-step-login .col-2 p.required { font-size:.8em; }
.opc #checkout-step-login .col-2 a {color:#a3a3a3;}
.opc #checkout-step-login .col-2 label { font-size: 14px; margin-top: 10px; display: inline-block;}
.success-wrapper h3 {color:#666f73;}
.buttons-success {text-align:right !important;}

ol#checkoutprogress{display: inline;3}

.checkout-onepage-success { font-size: 16px; }
.checkout-onepage-success .col2-right-layout .col-main .contentWrap { padding-left: 40px; }

/*
ol#checkoutprogress {
  margin:-6px 0 0;
  padding:0;
  list-style:none;
}
ol#checkoutprogress li {
  float:left;
  margin:6px 1px 0 0;
  padding:0;
  min-width:10.36em;
  height:30px;
  background:#eee url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-li.gif') no-repeat right top;
  color:#666;
  font-size:1.21em;
  line-height:1em;
}
ol#checkoutprogress li a {
  display:block;
  color:#666;
  text-decoration:none;
}
ol#checkoutprogress li a:active {
  
}
ol#checkoutprogress li span {
  display:block;
  padding:7px 15px 0 0;
}
ol#checkoutprogress li span.num {
  float:left;
  padding:7px 5px 0 0;
  width:33px;
  height:23px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-upcoming.gif') no-repeat 6px 4px;
  color:#fff;
  text-align:center;
}
ol#checkoutprogress li.active {
  background:#666 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-li-selected.gif') no-repeat right top;
}
ol#checkoutprogress li.active,
ol#checkoutprogress li.active a {
  color:#fff;
}
ol#checkoutprogress li.active span.num {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-selected.gif') no-repeat 6px 4px;
}
ol#checkoutprogress li.completed span.num {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-completed.gif') no-repeat 6px 4px;
  text-indent:-9999em;
  overflow:hidden;
}
*/




/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; font-size: 22px; margin-bottom:5px; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods ul li label { font-size:.9em;}

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.add-gift-message h4 { font-size:1em; font-weight:bold;}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; margin-bottom: 15px;}
.gift-message-form .inner-box { padding: 10px; height: 330px; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.agreement-wrapper { border:1px solid #ddd; background-color:#f6f6f6; margin-top:10px; text-align:center; }
.checkout-agreements {}
.checkout-agreements { list-style-type:none; padding:0 0;}
.checkout-agreements li { margin:5px 0; }
.checkout-agreements .agreement-content { border:0px solid #ddd; background-color:#f6f6f6; padding:5px; overflow:auto; }
.agreement-wrapper .agree { padding:6px; margin-bottom:0px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */

/* Continue Shopping Page
===========================================================================================*/
/*.continue-shopping {padding: 20px 10px 0 10px;}
.continue-shopping .page-title h2{ color:#666f73; font-size:28px; font-weight:bold; border:0;text-transform:uppercase;margin: 10px 0px;}*/
.continue-shopping{margin: 15px 10px 0;height: 300px;}
.continue-shopping h2{color: #666f73;border-bottom-color: #C4DEC5;font-size: 30px;}

/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {margin: 15px 10px 0;}
.account-create .page-title { margin-top:10px;}

.account-create .page-title h2 {color:#666f73; font-weight:bold; font-size:28px; }

.account-create h3 {color:#000;}
.account-create .form-list li {padding-left:0px;}

.account-create .select-one-option { margin-bottom:5px; }
.account-create .vat-option-title {font-weight:bold; color:#000; font-size:1.1em;}

.account-create .prize-draw .input-box { width:320px; }
.account-create .account-subscriptions h3 {margin-bottom:5px}

/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
.dashboard .reviews ol#my_recent_reviews { margin:0;}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */

.newsletter-manage-index .col-main h2 { color: #704a9e; margin: 20px 0; }
.newsletter-manage-index .back-link { margin: 10px 0; }
/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
/* ======================================================================================= */


#pre_content_wrap{
    /*background:#FFFFFF url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-leftshadow.gif) repeat-y scroll left top;*/
    width: 910px;
}
#pre_content{
    clear:both;
    background-color:#ffffff;
    padding:0px 0px 0px 10px;
    /*background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow.gif) repeat-y scroll right top;*/
    height:0px;
}

.header-top {background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/transparant_bg_32.png) repeat-x scroll; width:100%;}
.header-middle {clear:both;}

/* shorter header edit */
.header-logo {float:left; text-align:left;   position: relative;left: 50%;top: 5px;margin-left: -246px;}
.checkout-onepage-index .header-logo { position: relative; top: 21px; }

/*.header-logo {float:left; text-align:left; padding:0 0px 0 5px; width:290px;}*/

#recently-viewed {display:block;}

.footer-left {float:left; width: 680px;margin-top:12px;padding-left:20px;}
.footer-right {float: left; width: 174px;margin: 10px 0 0 37px;font-size: 12px; line-height:1.37em; text-align: left;}

#footer .footer-top {}
#footer .footer-top a, .checkout-onepage-index #footer li a, .checkout-onepage-success #footer li a {
    height: 59px;  
    line-height: 59px;
    border-right: 1px solid #f47728;
    font-size: 20px;
    color: white;
    float: left;
    display: block;
}
.checkout-onepage-index #footer li:first-child a, .checkout-onepage-success #footer li:first-child a {
    border-left: 1px solid #f47728;
}
#footer div.footer-top a:hover {
    background-color: #f97014;
    text-decoration: none;
}
#footer .footer-top a.delivery-message {
    padding-left: 109px;
    padding-right: 38px;
    background: url('/skin/frontend/hth/ultralieve_ca/images/new/footer-delivery.png') no-repeat 38px 15px;
    border-left: 1px solid #f47728;
}
#footer .footer-top a.call-us {
    padding-left: 73px;
    padding-right: 0px;
    background: url('/skin/frontend/hth/ultralieve_ca/images/new/footer-call.png') no-repeat 23px 10px;
    width: 277px;
}
#footer .footer-top a.contact-us {
    padding-left: 119px;
    padding-right: 80px;
    background: url('/skin/frontend/hth/ultralieve_ca/images/new/footer-contact.png') no-repeat 73px 12px;
}

.footer-top h4 {color:#fff; font-size:1.15em; font-weight:bold;}

.footer-bottom {margin-top: 10px;margin-bottom:10px;padding-top: 10px;clear: both;}

.footer-links-top .left {
    background: url('/skin/frontend/hth/ultralieve_ca/images/new/footer-separator.png') no-repeat right 40px;padding-left: 10px;
    height: 181px;
}
.footer-links-top ol {list-style-type:none; padding:0;line-height:17px; ;}
.footer-links-top ol li {padding:0; margin: 0 0 0 10px; width: 183px; color:#fff;  font-size: 20px; text-align: left;}
.footer-links-top ol li h2 {border-bottom: 0px;  margin: 14px 0 -10px 0;font-size: 21px;}
.footer-links-top ol li a {color:#fff; text-decoration:none; font-size: 13px; background: url('/skin/frontend/hth/ultralieve_ca/images/new/footer-dot1.png') no-repeat 3px 8px; padding-left: 16px;}
.footer-links-top ol li a:hover {color:#fff; text-decoration:none;}

.footer-links-bottom {clear:both; padding-top:10px; border-top:0px solid #FFF;}

.footer-links-bottom-left {float:left; width:160px;}
.footer-links-bottom-right {float:left;margin-left:-60px;}

.newsletter { background: none; width: 960px; position: absolute; bottom: 0; }
.newsletter .spw1 h2 { color: #50575a; font-size: 16px; font-weight: bold; border:none; margin: 5px 0 0 10px; display: inline-block;}
.newsletter .spw1, .newsletter .credit-cards {padding: 0px 2px 16px 6px; border-radius: 5px 5px 0 0;background-color: #c5b7d8;float: left;width: 48%;height: 38px;}
.newsletter #newsletter { border: none;  margin: -4px 0 0 14px; background: url('/skin/frontend/hth/ultralieve_ca/images/new/footer-newsletter-box.png') no-repeat left top; width: 160px; height: 28px; padding: 0 3px;}
.newsletter .button.submit { padding: 1px 11px; border-radius: 0; width: 75px; font-size: 16px; line-height: 16px; height: 28px; margin-top: -5px; background-image: url('/skin/frontend/hth/ultralieve_ca/images/new/footer-newsletter-button.png'); }
.newsletter .button.submit:hover { background-position: 0 -28px; }
.newsletter .button.submit:active { line-height: 27px; }
.newsletter .credit-cards { background: #c5b7d8 url('/skin/frontend/hth/ultralieve_ca/images/new/footer-credit-cards.png') no-repeat center 13px; margin: 0 0 0 20px;}
.newsletter-left {float:left; width:80px;}
.newsletter-right {float:left;}
.newsletter #email_fs { position: relative;}
.newsletter .validation-advice {
    position: absolute;
    left: 10px;
    top: 20px;
}
.newsletter-submit-left {float:left; width:200px;}
.newsletter-submit-right {float:right; margin-right:2px; margin-top:-5px;}

.newsletter .row {padding:5px 0;}

.newsletter .row .newsletter-right .inputreq {margin:0; width:190px;}
.newsletter .row .newsletter-right .input {margin:0; width:190px;}

.newsletter .row .newsletter-submit-left .inputreq {margin:0; width:190px;}
.newsletter .row .newsletter-submit-left .input {margin:0; width:190px;}

.newsletter .signup-text {font-size:1.15em; width:260px;}

.right-cms-block {width:296px; border:2px solid #666f73; height:318px; padding-top:18px;}

.right-cms-block .right-cms-block-top {padding-left:10px;}
.right-cms-block .right-cms-block-top span { font-family:sans-serif,Arial,Helvetica; color:#666f73; font-size:28px; line-height: 32px; }
.right-cms-block .right-cms-block-top span.bolder { font-weight:bold; }
.right-cms-block .right-cms-block-middle span.smaller-bolder { font-weight:bold; font-size:1em; }

.right-cms-block .right-cms-block-middle { margin-top:10px;}
.right-cms-block .right-cms-block-middle span {font-size:1.15em; color:#8d8d8d;}

.right-cms-block .right-cms-block-bottom {margin-top:10px;}

.right-cms-block .right-cms-block-bottom a#btn_video {
  padding:20px 90px;
  min-height:66px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_video.png') no-repeat;
  color:#fff;
  font-size:1.21em;
  text-align:center;
  text-decoration:none;
}
.right-cms-block .right-cms-block-bottom a#btn_video:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_video_hover.png') no-repeat;
}

.right-cms-block .right-cms-block-bottom a#btn_seemore {
  padding:10px 85px;
  min-height:66px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_seemore.png') no-repeat;
  color:#fff;
  font-size:1.21em;
  text-align:center;
  text-decoration:none;
}
.right-cms-block .right-cms-block-bottom a#btn_seemore:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_seemore_hover.png') no-repeat;
}

.product-main #prodlogo {padding-left: 35px; padding-bottom: 10px; margin-top: 15px; }
.product-main .short-description {padding-left: 35px;height: 200px;}
.product-main .short-description #stock { display: none; }
.product-main .soclinks { float: right; margin: 0; }
.product-main .product-page-left {float:left; width: 510px; padding-right: 12px; /*width:480px; margin-top:-30px; padding-right: 20px;*/}
.product-main .product-page-right {float:left; width: 390px; margin: 15px 0 0 45px; /*margin-top:-11px;*/}
.product-main .product-page-right .soclinks { }
.product-main .product-page-right .soclinks img { width: 23px; margin: 0 0 0 2px; }
.product-main h1 { color: #704a9e; font-size: 32px; font-weight: bold; border:0; margin: 0px 0 8px; padding-left: 34px;}
 .product-main  .rev_summary { width: 184px; float: left; margin-left: 35px; padding: 2px 0 8px 0; }
/*new styles*/
.product-main .short-description p{ margin-bottom:6px; font-size: 16px; line-height: 21px;}
.product-main .short-description ul{ margin-bottom:6px; font-size: 16px;}
.product-main .short-description li{ line-height: 22px;}
.product-main .short-description .acc-title{color: #575959;font-size: 35px;line-height: 35px;margin-bottom: 13px;}
/*-----------------*/

.product-main  .more-views {
    /*margin-top:25px;*/
    margin: 0 0 0 8px;
    width: 579px;
    position: static;
}
.product-main  .more-views div.navigation { 
    position: static;
}
 .product-main .more-views ul {
    /*margin-left: 5px;*/
    margin-left: 0;
    margin-top: 12px;
    width: 531px !important;
    height: 64px !important;
    overflow: hidden;
    text-align: center;
}
.product-main  .more-views li {
    float: none;
    display: inline-block;
    margin: 0 0 0px 0px;
    padding: 4px 0 0px 0px;
    text-align:center;
}
.product-main .more-views li a {
    border: 1px solid #ddd;
    float: left;
    height: 52px;
    overflow: hidden;
    width: 90px;
    margin: 0 0 0 10px;
    background: white;
    border-radius: 6px;
    text-align: center;
}
.product-main .more-views li a img { height: 100%; width: auto; margin: 0 auto;}
.product-main .more-views li a:hover{border-color:#bfbfbf;}
.product-main .more-views li a:active{border-color:#808080;}

.product-main .more-views a.pageLink { width: 20px !important; height: 43px !important; position: relative; top: 20px;}
.product-main .more-views a.pageLink.prev { background: url(/skin/frontend/hth/ultralieve_ca/images/new/product-arrow-left.png) !important; }
.product-main .more-views a.pageLink.next { background: url(/skin/frontend/hth/ultralieve_ca/images/new/product-arrow-right.png) !important; }

ul.desc-list {/*padding-left:0px*/}
ul.desc-list li {background: url("http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/bullet_prod.png") no-repeat scroll left 50% transparent; padding-bottom:0px; padding-left:10px;line-height:1.8em; }

ul.features-list {padding-left:25px}
.featured-description {width:560px;}
.featured-description div {font-size:17px;padding-left:20px;margin-bottom:5px;color:#575959;}
.prod-reviews {margin-top: 10px;}
.featured-description ul li {
 float: left;
 list-style-type: none;
 line-height: 1.4em;
 padding-bottom: 0;
 padding-left: 10px; 
 font-size:13px;
 color:#575959;
}
.main-description {font-size:14px;color:#575959;width: 590px; }
.prod_middle_righblock div{width:184px; border:1px solid #666f73;margin-bottom:5px;text-align:center;font-size:20px;color:#666f73;text-transform:uppercase;padding:10px 12px 0; }
.prod_middle_righblock img {margin-top:10px;}
.prodreviews {float:left;}
.prodreviews div {float:left;}
.prodreviews #revimg {width:232px;height:234px;border:1px solid #666f73;}
.prodreviews div h1{font-size: 1em;border:0px;font-size:27px;text-transform:none;font-weight: normal;line-height:1.2em;}
.prodreviews div p {font-size:13px;color:#575959}
.prodreviews .prodreviews-left{float:left;width:250px;}
.prodreviews .prodreviews-right{float:left;width:300px;}
.product-main .compare {margin:10px 0 0 6px; width:889px;}
.product-main .compare h1 {margin:0 0 10px 0px;font-size:30px;color:#666f73;border-bottom: 1px solid;line-height:0.3em;text-transform:uppercase;}
.compare .comparewrap {float:left;width:760px;margin-left:50px;border-top:.01em solid #C3C3C3;border-right:.01em solid #C3C3C3;}
.compare .comparewrap div{font-size: 14px;width:210px; color:#575959;min-height:45px;border-bottom:1px solid #c3c3c3;text-align:center;}
.compare .comparewrap .col-1 {padding-top:25px;background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/comparecol1bck.png) repeat scroll left top;float:left;font-size:14px;font-weight:bold;text-align:right;width:110px;padding-right:20px}
.compare .comparewrap .col-2 {float:left;padding-top:25px;}
.compare .comparewrap .col-3 {float:left;background-color:#F8F8F8;padding-top:25px; }
.compare .comparewrap .col-4 {float:left;padding-top:25px;}
.product-main .clinicalevidence h1 {margin:15px 0 10px 0;font-size:30px;color:#666f73;border-bottom: 1px solid;line-height:0.3em;text-transform:uppercase;}
.product-main .clinicalevidence p {font-size:13px;color:#575959}
.featured-description ul li ul li {
 float: none;
 margin-left: 20px;
 background: url("http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/bullet_prod.png") no-repeat scroll left 0.57em transparent;
 line-height: 1.4em;
 padding-bottom: 0;
 padding-left: 10px; 
}
            
ul.features-list  li {
    background: url("http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/bullet_prod.png") no-repeat scroll left 0.57em transparent;
    line-height: 1.4em;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 1.6em;
}


.special-offer-area-wrapper {background: url("http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/special_offer_bg.png") no-repeat; height:67px;}

.media-wrapper {margin:15px 0 0 1px;}
.media-wrapper p{margin-bottom:0px;}

div.bottomborder-prod {
  /*padding-bottom:10px;*/
  margin-bottom:10px;
  border-bottom:0px solid #dfdfdf;  
}

/*Product Middle Area*/
.prod-middle {border:0px solid;padding-left:10px;}
.prod-middle-left {float:left;width:630px;}
.prod-middle-right {float:right; margin-right: 40px; }
.prod-middle-left h1 {margin:0 0 10px 0;font-size:30px;color:#666f73;border-bottom: 1px solid;line-height:0.3em;text-transform:uppercase;}

.product-main .prod-price {color: #704a9e;font-size: 20px;padding: 0 10px 64px 35px;float: left;}
/* SPECIAL PRICE COLOUR CHANGE*/
.product-revitive-ix .product-main .prod-price,
.product-revitive-cx .product-main .prod-price {/*color:#ec3b3b;*/font-size: 20px;text-align: center;}

.product-main .desc-cms-area1 {width:300px;}

.green-cms-block {width:296px; border:2px solid #666f73; height:318px; padding-top:18px;}

.green-cms-block .green-cms-block-top {padding-left:10px;}
.green-cms-block .green-cms-block-top span { font-family:sans-serif,Arial,Helvetica; color:#666f73; font-size:28px; line-height: 32px; }
.green-cms-block .green-cms-block-top span.bolder { font-weight:bold; }
.green-cms-block .green-cms-block-middle span.smaller-bolder { font-weight:bold; font-size:1em; }

.green-cms-block .green-cms-block-middle { margin-top:10px;}
.green-cms-block .green-cms-block-middle span {font-size:1.15em; color:#8d8d8d;}

.green-cms-block .green-cms-block-bottom {margin-top:10px;}

.green-cms-block .green-cms-block-bottom a#btn_video {
  padding:20px 90px;
  min-height:66px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_video.png') no-repeat;
  color:#fff;
  font-size:1.21em;
  text-align:center;
  text-decoration:none;
}
.green-cms-block .green-cms-block-bottom a#btn_video:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_video_hover.png') no-repeat;
}

.green-cms-block .green-cms-block-bottom a#btn_seemore {
  padding:10px 85px;
  min-height:66px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_seemore.png') no-repeat;
  color:#fff;
  font-size:1.21em;
  text-align:center;
  text-decoration:none;
}
.green-cms-block .green-cms-block-bottom a#btn_seemore:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_seemore_hover.png') no-repeat;
}

.orange-cms-block {width:296px; border:2px solid #f46000; height:318px; padding-top:18px;}

.orange-cms-block .orange-cms-block-top {padding-left:10px;}
.orange-cms-block .orange-cms-block-top span { font-family:sans-serif,Arial,Helvetica; color:#f46000; font-size:28px; line-height: 32px; }
.orange-cms-block .orange-cms-block-top span.bolder { font-weight:bold; }
.orange-cms-block .orange-cms-block-middle span.smaller-bolder { font-weight:bold; font-size:1em; }

.orange-cms-block .orange-cms-block-middle { margin-top:10px;}
.orange-cms-block .orange-cms-block-middle span {font-size:1.15em; color:#8d8d8d;}

.orange-cms-block .orange-cms-block-bottom {margin-top:10px;}

.orange-cms-block .orange-cms-block-bottom a#btn_video {
  padding:20px 90px;
  min-height:69px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_orange_video.png') no-repeat;
  color:#fff;
  font-size:1.21em;
  text-align:center;
  text-decoration:none;
}
.orange-cms-block .orange-cms-block-bottom a#btn_video:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_orange_video_hover.png') no-repeat;
}

.orange-cms-block .orange-cms-block-bottom a#btn_seemore {
  padding:20px 85px;
  min-height:69px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_orange_seemore.png') no-repeat;
  color:#fff;
  font-size:1.21em;
  text-align:center;
  text-decoration:none;
}
.orange-cms-block .orange-cms-block-bottom a#btn_seemore:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_orange_seemore_hover.png') no-repeat;
}

input.signup_button {
  border:none;
  padding:0px 35px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_signup.png') no-repeat left top;
  color:#fff;
  font:bold 0.86em Arial,Helvetica,sans-serif;
  height:34px;
  cursor:pointer;
}

input.signup_button:hover
{
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_signup_hover.png') no-repeat left top;
}

.box-up-sell { border:2px solid #666f73; background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/upsell_bg.png') repeat-x center bottom; } 

.box-up-sell h4 {margin:5px 0px 5px 10px; padding:0; font-family:sans-serif,Arial,Helvetica; color:#666f73; font-size:2.0em; }

.box-up-sell .product-name { margin-top:5px; margin-bottom:5px; padding-bottom:0px; }
.box-up-sell .product-name a {  font-size:1em; color:#666f73; text-decoration:none; }
.box-up-sell .products-grid img { border:1px solid #a5e9a7;}

.box-up-sell .products-grid td {border:0px solid #ddd; font-family:Arial, Helvetica, sans-serif; }
.box-up-sell .upsell-more {float:right; margin-right:12px; }
.box-up-sell .upsell-more .btn-more { width:84px; height:38px; }
.box-up-sell .upsell-more a div { background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_more.png') no-repeat; }
.box-up-sell .upsell-more a:hover div { background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_more_hover.png') no-repeat; }
.box-up-sell .upsell-clear { clear:both; height:1px; } 

.generic-cms-block {width:296px; border:2px solid #666f73; height:318px; padding-top:18px;}
.generic-cms-block .generic-cms-block-top {padding-left:10px;}
.generic-cms-block .generic-cms-block-top span { font-family:sans-serif,Arial,Helvetica; color:#666f73; font-size:28px; line-height: 32px; }
.generic-cms-block .generic-cms-block-top span.bolder { font-weight:bold; }
.generic-cms-block .generic-cms-block-middle span.smaller-bolder { font-weight:bold; font-size:1em; }
.generic-cms-block .generic-cms-block-middle { margin-top:10px;}
.generic-cms-block .generic-cms-block-middle span {font-size:1.15em; color:#8d8d8d;}
.generic-cms-block .generic-cms-block-bottom {margin-top:10px;}


/*-------------> BAROUSEL */
.barousel
{
    position:relative;
    margin-bottom:0px;   
    width:100%;
    height:400px;
    border-top:0px solid #000;
    text-align: center;
}
.homepage-cms-wrapper {        
   text-align:center;
   align:center;
    /*  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/transparant_bg_32.png') ;*/
}
.barousel_image
{
    position:absolute;    
    z-index:10;    
    width:100%;
    padding-left:170px;
}

.barousel_image img
{
    position:absolute;
    display:none;
}

.barousel_image img.default
{    
    display:block;
}

.barousel_image img.current
{
    z-index:10;
}

.barousel_image img.previous
{
    z-index:5;
}

.barousel_content
{
    position:absolute;
    padding:15px 18px 0 18px;    
    z-index:50;
    background:transparent none;
    color:#fff;
    width:247px;
    bottom:36px;
    left:10px;
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

.barousel_content p
{
    font-size:13px;
    font-weight:normal; 
    line-height:17px;   
}

.barousel_content p.header
{
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
    color:#fff55b;
    background-color:transparent !important;
}

.barousel_nav
{
    height:30px;
    margin-top: 350px;
    /* background:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/barousel_nav_bar_bg.png) repeat-x 0 0; */
    z-index:20;
    width:100px;
    float:right;    
}

.barousel_nav .counter
{    
    float:right;
    font-size:0.85em;
    color:#fff;
    margin:0px 5px 0 0;
}

.barousel_nav ul
{
    float:right;
    padding:0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-left:8px;
    padding-right:3px;
    padding-top:3px;
    font-size:0;
    line-height:0;
    list-style:none;
    background:none;
}

.barousel_nav li a
{
    display:block;
    width:11px;
    height:16px;
    background-color:none transparent;
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a:hover
{
    background-color:none transparent;
}

.barousel_nav li a.current
{
    background:none transparent;
}

.barousel_nav li.prev a
{
    background-image:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/rotate_arrow_left.png);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
    background-image:url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/rotate_arrow_right.png);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}
/*-------------> BAROUSEL */

.cart .page-title { padding-left:10px; }

.cart .page-title h1 { font-size:1.7em; color:#666f73; border-bottom:none; padding-bottom:2px; margin-bottom:8px; padding-top:8px;} 

.basket-top {margin:0px 0px 2px 0px;} 
/*.cart {margin:0 0 20px 20px;}*/
.cart {margin:0 0 20px 15px;}
.cart .basketTable {margin-top: -8px;border: none;border-radius: 7px;}
.cart .carthr hr {;width: 935px;border: 0px;background-color:#d9d9d9;height:1px;margin-top: 20px;}
.cart .cart-total-label strong {
	text-transform: uppercase;
	font-size: 14px;
}
.cart .cart-delivery-label strong {
	font-size: 16px;
	font-weight: normal;
}
.cart #carttable {width: 980px; margin-left:1px;}
.cart #carttable .cart-title { height:35px; }
.cart #carttable .cart-title span {color: #666f73; font-size: 18px; line-height: 24px;}
.cart-btn-remove {background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/icon/btn_removefromcart.png);}
.cart #carttable .cart-grand-total { height:25px; vertical-align: middle; text-transform: uppercase; font-weight: bold; background: #f5f7f7;}
.cart #carttable .cart-grand-total .price {font-size: 20px; color: #704a9e; font-weight:bold;}
.cart #carttable .cart-update {padding-bottom:0px !important; padding-top:3px !important;border: none;}
.cart #carttable .cart-update .button { width: 100px; position: relative; right: 20px; }
.cart-align-center {text-align:center}
/*.cart-top-banner {float:left;margin:20px 0 20px 10px;}*/
.cart-top-banner div {float:left;width:275px;} 
.cart-top-banner div#tick {float:left;width:66px;} 
.cart-top-banner div#text {float:left;width:209px;color:#727A78;font-size:12px;padding-top:16px;} 
.cart-top-banner div#text span {font-weight:bold;font-size:15px;}
.cart-btn-update {
    border: 0 none #000;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    background:transparent url(/media/revitive/skin/btn_cart_update.png) no-repeat scroll left top;
    width: 80px;
    height: 25px;
	padding-bottom: 2px;    
    text-align: center;
    color:#FFF;
    font-size:18px;
    margin:0 0 0 35px;
    text-decoration: none;
    background-position: 0px 0px;
}
.cart-btn-update:hover{background-position:0px -30px;}
.cart-btn-update:active{background-position:0px -60px;font-size: 17px;}

.cart-bottom-choice {margin:10px 0;}
.cart-bottom-choice .cart-logos {float: left; width: 30%;}
.cart-bottom-choice .cart-logos img {width: 300px; margin-top: 20px;}
.cart-bottom-choice .left a { font-size: 26px; padding-top: 21px; display: inline-block; color: inherit;}
 { width: 960px; }
.cart-bottom-banner p { float: left; margin: 30px 194px 40px 30px; width: 150px; }
.cart-bottom-banner-left p { margin-right: 0px; width: 165px; }
.cart-bottom-banner a { color: #704a9e; font-size: 18px;}
.cart .third-party { margin: -200px 0 0 150px; width: 200px; height: 200px; }
.cart .vat-popup,.cart .delivery-popup { cursor: pointer; height:20px; width:27px; border: 0; background:transparent url(/media/revitive/skin/question_icon_01.png) no-repeat scroll 0px 0px; }
.cart .vat-popup:hover,.cart .delivery-popup:hover {background-position: 0px -21px;}
.cart .vat-popup-help,.cart .delivery-popup-help {margin-left:15px; position:relative;}

.cart .vat-popup-div,.cart .delivery-popup-div  { display:none; position:absolute; height:170px; width:300px; background:transparent; top:-167px; left:-190px;}
.cart .vat-popup-cms-bg,.cart .delivery-popup-cms-bg { height:170px; width:294px; background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/vat_popup_bg.png) no-repeat scroll left top;}

.cart .vat-popup-div .vat-popup-cms-top,.cart .delivery-popup-div .delivery-popup-cms-top {padding-top:8px;}
.cart .vat-popup-div .vat-popup-cms-top-btn,.cart .delivery-popup-div .delivery-popup-cms-top-btn {float:right; text-align:right; padding-right:15px;}
.cart .vat-popup-div .vat-popup-close,.cart .delivery-popup-div .delivery-popup-close { cursor: pointer; height:16px; width:18px; border: 0; background:transparent url(/media/revitive/skin/remove_icon_01.png) no-repeat scroll 0px 0px; }
.cart .vat-popup-div .vat-popup-close:hover,.cart .delivery-popup-div .delivery-popup-close:hover { background-position:0px -21px;}

.cart .vat-popup-div .vat-popup-cms-bottom,.cart .delivery-popup-div .delivery-popup-cms-bottom {clear:both; padding-top:0px; padding-left:10px; padding-right:15px; margin-left: 0 !important;}

.cart .vat-popup-div .vat-popup-cms-bottom div,.cart .delivery-popup-div .delivery-popup-cms-bottom div {margin: 0 !important; padding: 10px 20px; }
.basket-delivery-returns { text-align: center; margin: 10px 0; }

.checkout-page-title{float: left;width: 100%; border-top: 1px solid #666f73;}
.checkout-page-title h2 {  line-height: 1.02em;font-weight:bold; font-size:30px; color:#666f73; border-bottom:1px solid #c4dec5 ; padding-bottom:2px; margin-bottom:12px; margin-top:12px; padding-top:8px;text-transform: Capitalize;}

.grand-total-label {color:#000;}
.grand-total-value {color:#666f73;}

.vat-terms-conditions { font-family: monospace; width:800px !important; height:180px; color:#666; }

.account-login {margin: 15px 10px 0;} 
.account-login .page-title h2 {color: #704a9e;  margin: 20px 0;font-weight:bold; }
.account-login h3 {color: #666f73; font-size:1.5em; font-weight:bold;}
.account-login .new-users p {width:90%}
.account-login .registered-users ul li {background:none; padding-left:0px;}
.account-login .forgot-pw {color:#666; font-size:0.9em;}

.dashboard-wrapper {margin:5px 10px 0;}
.dashboard-wrapper .dashboard-page-head {position:relative;}
.dashboard-wrapper .dashboard-page-head .right {position:absolute; right: 0; top: 15px;}
.dashboard-page-head .left {width:590px;height:32px;margin:10px 0 10px 0;}
.dashboard-wrapper h2 { color: #704a9e; font-size:28px; font-weight:bold; border:none;}
.dashboard-wrapper p{  color: #585959; font-size: 1.07em;}
.dashboard-wrapper .dashboard h3 { color:#666f73;font-size:15px;font-weight:normal; }
.dashboard-wrapper .dashboard h4 { color:#666f73; }
.dashboard-wrapper .dashboard h5 { color:#585959;font-size:18px;font-weight:normal;}

.dashboard-wrapper .dashboard .welcome-msg h3 { font-weight:normal; font-size:1.5em; margin-bottom:0px;}
.dashboard-wrapper .dashboard .welcome-msg p { font-size:1.07em; color:#585959; width:65%;}

.dashboard-wrapper .dashboard .recent-orders h3 { font-weight:bold; font-size:1.6em; margin-bottom:6px;}

.dashboard-wrapper .dashboard .recent-orders .data-table {border: 1px solid #cfd6d9;}
.dashboard-wrapper .dashboard .recent-orders .data-table th { font-weight:normal; font-size:1.55em; height: 24px; border:0; padding-top:10px; padding-left:8px; }

.dashboard-wrapper .dashboard .recent-orders .data-table td {padding-left:8px; padding-top:8px; padding-bottom:8px; }
.dashboard-wrapper .dashboard .recent-orders .data-table td.order-line-status {border-right:0px;}
.dashboard-wrapper .dashboard .recent-orders .data-table td.order-line-options {border-left:0px;}

.dashboard-wrapper .dashboard h3.acc-info {color:#666f73;text-transform:uppercase; margin-top:30px; font-weight:normal; font-size:22px; }

.dashboard-wrapper .dashboard .acc-box h5 {font-size:1.3em;}
.dashboard-wrapper .dashboard .acc-box .col-1 { width:280px; height:190px; margin-right:8px;  border: 1px solid #cfd6d9; padding-left:8px; padding-top:10px; }
.dashboard-wrapper .dashboard .acc-box .col-2 { width:280px; float:left; ; height:190px; border: 1px solid #cfd6d9; padding-left:8px; padding-top:10px; }

.clear-divs {clear:both;}
.col-1 address{color: #585959; }
.dashboard-wrapper .dashboard .address-wrapper {margin-top:-25px; margin-bottom:30px;}
.dashboard-wrapper .dashboard .address-wrapper .address-title {margin-bottom:10px;width:430px;}
.dashboard-wrapper .dashboard .address-wrapper .address-title .left { margin-right:20px; }
.dashboard-wrapper .dashboard .address-wrapper .address-title h4 {color:#666f73;text-transform:uppercase; margin-top:30px; font-weight:normal; font-size:22px; }

.dashboard-wrapper .dashboard .address-wrapper .address-title .manage-addresses {margin-top:35px;}

.my-orders-wrapper{width: 850px;}
.my-orders-wrapper h2 { color:#666f73; font-size:1.7em; font-weight:bold; border:0; }

.my-orders-wrapper #my-orders-table {border:1px solid #ccc; margin-bottom:10px;}
.my-orders-wrapper #my-orders-table th {font-family:Arial,Helvetica; color:#717171; font-weight:normal; font-size:1.55em; background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/my_acc_title_bg.png) 0 0 repeat-x; height:42px; border:0; padding-top:10px; padding-left:8px; }

.my-orders-wrapper #my-orders-table td {padding-left:8px; padding-top:8px; padding-bottom:8px; }
.my-orders-wrapper #my-orders-table td.order-line-status {border-right:0px;}
.my-orders-wrapper #my-orders-table td.order-line-options {border-left:0px;}

.my-orders-wrapper .pager {padding-top:10px; background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/my_acc_pager_bg.png) 0 0 repeat-x; margin-bottom:10px;}
.my-orders-wrapper .pager p {margin-bottom:3px;}

.edit-account-info{margin:15px 10px 0;}
.edit-account-info h2 {color:#704a9e; /*font-size:1.7em;*/ font-weight:bold;}
.edit-account-info h3 { color:#666f73; font-weight:bold; font-size:1.4em; margin-bottom:6px;}
.edit-account-info ul li {padding-left:0px;}
.edit-account-info .form-list {margin-bottom:5px;}
.edit-account-info .edit-account-bottom p {margin-bottom:5px; font-size:0.85em;}
.edit-account-info label {color:#5e5e5e;}
.edit-account-info .change-password-label {color:#717171;}

.advanced-newsletters {margin:15px 10px 0;}
.advanced-newsletters .page-head h3 { color:#666f73; font-weight:bold; font-size:28px; border-bottom:solid 1px #c4dec5;}
.advanced-newsletters .back-button {margin-top:40px;}

.address-book-wrapper h2 { color: #704a9e; font-weight:bold; border:0; margin: 20px 0;}
.address-book-wrapper h3 { color:#666f73; font-size:1.5em; font-weight:bold; }
.address-book-wrapper h4 { color:#666f73; font-size:1.3em; font-weight:bold; }

.address-book-wrapper .default-addresses ol { list-style-type:none; padding-left:0px; }
.address-book-wrapper .default-addresses ol li { width:300px; margin-bottom: 30px; height:234px; padding-left:8px; padding-top:10px; border: 1px solid #ccc; border-radius: 7px;}

.add-edit-address {margin:15px 10px 0;}
.add-edit-address h2 {color: #704a9e;font-size: 28px;font-weight: bold; margin: 20px 0; }
.add-edit-address h3 { color:#666f73; font-size: 1.8em;font-weight: normal;text-transform:uppercase;margin-top:-9px; }
.add-edit-address label {font-size: 1.07em;}

.sales-order-view-style {width: 850px;}
.sales-order-view-style .page-title h2 { color: #704a9e; font-weight:bold; margin: 20px 0; border:0; }
.sales-order-view-style .order-date { margin-top:10px; }
.sales-order-view-style .order-info dt { color:#666f73; font-size:1.1em; font-weight:bold; }
.sales-order-view-style .order-info dd ul li {background: none;}
.sales-order-view-style .order-details h3 { color:#666f73; font-size:1.5em; font-weight:bold; margin-bottom:3px; }
.sales-order-view-style .order-details .col-1 { margin-bottom:20px;}

.items-ordered {width:850px;}
.items-ordered h3 { color:#666f73; font-size:1.5em; font-weight:bold; margin-bottom:3px; }
.items-ordered h4 { color:#666; font-size:1.2em; font-weight:normal; }
.items-ordered .buttons-set {margin-top:20px; margin-bottom:10px;}

.invoice-view{width: 850px;}

#allow-gift-message-container h4 {color:#666f73; font-size:1.2em; margin-top:8px; }
#homemiddlecmsblock {	
	background: #fff;
	padding: 20px 0 0 40px;
}
.homemiddlecmsblock div{ text-transform: uppercase; padding:20px 12px 0;font-size: 18px;color:#666f73;float: left; border:1px solid #666f73;margin-right: 10px;width:184px;height:206px;text-align:left;}
.homemiddlecmsblock div img{margin-top: 10px;}
.homemiddlecmsblock img:hover{border:1px solid #9cc89f;margin: 9px -1px -1px;}
.homemiddlecmsblock img:active{border:1px solid #666f73;}

.cms-page-view { font-size: 16px; }
.cms-static-test-html .page { width: 100%; padding: 0;}
.cms-page-view .main {margin:5px 0 0 -2px;}
.cms-page-view .std {margin: 20px 0;}
.cms-page-view .std h2 { color: #704a9e;}
.cms-page-view .social-links { width: 960px; margin: 0 auto; }
.cms-page-view .social-links .inner { float: right; text-align: right; width: 195px; margin-right: 5px;}
.cms-page-view .social-links .share-label { float: left; margin-right: 5px;}
.cms-page-view .col2-right-layout .social-links .inner { float: none; text-align: left; }
.cms-page-view .video { position: relative; }
.cms-page-view .video .play-button { width: 122px; height: 122px; border: none; position: absolute; top: 27px; left: 100px; background: url(/skin/frontend/hth/ultralieve_ca/images/new/home/play-button.png); }
.cms-page-view .video:hover .play-button { background-position: 0 -122px; }
.cms-page-view .block-2 { overflow: hidden; background: #FEFCFE url(/skin/frontend/hth/ultralieve_ca/images/new/static/runner.jpg) no-repeat center top; padding: 30px 0; border-top: 1px solid #c9b8de; border-bottom: 1px solid #c9b8de; height: 464px; }
.cms-page-view .testimonials .testimonials-slide-img { height: auto; margin: 10px 0; }
.cms-page-view .testimonials .testimonials-slide-img img { width: 100%; height: auto;}
.cms-page-view .testimonials .button { margin: 5px 0 0 35px; }
.cm-wrapper-left {float:left;width:580px;}
.cm-wrapper-left h1 {color: #704a9e;font-weight: bold;font-size:30px; line-height: 1.1em;margin:0 0 13px 0;   padding: 0;}
.cm-wrapper-left h2 {border-bottom: 0px solid #DFDFDF;color: #666f73; font-size: 22px; font-weight: normal;line-height: 1.1em;margin: 0 0 8px;  padding:0;}
.cm-wrapper-left h3 {border-bottom: 0px solid #DFDFDF;color: #222; font-size: 18px; font-weight: normal;line-height: 1.1em;margin: 0 0 6px;  padding:0;}
.cm-wrapper-left p {font-size:15px;color: #676f73; line-height: 22px;margin-bottom:20px;}
.cm-wrapper-left a{font-size:15px;line-height: 22px;color: #19a5dd !important;}
.cm-wrapper_right div{width:184px; height:234px;border:1px solid #666f73;margin-bottom:5px;text-align:center;font-size:20px;color:#666f73;text-transform:uppercase;padding:10px 12px 0; }
.cm-wrapper_right img {margin-top:10px;}


/* product page full width description
------------------------------------------------------------------------------
temp fix for displaying different static blocks on different product pages*/

.cm-wrapper-left-product {float:left;width:860px;}
.wrap-tabs h1 {border-bottom: 1px solid #666f73;color: #666f73;font-size:30px; line-height: 1.1em;margin:0 0 15px 0;   padding: 0;}
.wrap-tabs h2 {border-bottom: 0px solid #DFDFDF;color: #19a5dd; font-size: 30px; font-weight: bold;line-height: 1.1em;margin: 10px 0 8px;  padding:0;}
.wrap-tabs h3 {border-bottom: 0px solid #DFDFDF;color: #222; font-size: 18px; font-weight: normal;line-height: 1.1em;margin: 0 0 8px;  padding:0;}
.wrap-tabs p {font-size:15px; line-height: 24px;margin-bottom:20px;}
.wrap-tabs a{font-size: 15px;line-height:24px;}

.cm-wrapper-left-product .static-blocks{float:right;width:240px;}
.cm-wrapper-left-product .description{ width: 960px;margin-left: -11px;}
.wrap-tabs .video { float: left; width: 40%; height: 259px; margin: 0 24px 0 0; cursor: pointer; position: relative; }
.wrap-tabs .video .play-button { width: 122px; height: 122px; border: none; position: absolute; top: 48px; left: 136px; background: url(/skin/frontend/hth/ultralieve_ca/images/new/home/play-button.png); }
.wrap-tabs .video:hover .play-button { background-position: 0 -122px; }

/*****************************************************************************/



/* special tables for page content */
.contenttable{font-size:1.2em;}
.contenttable td{padding:9px;}
/******************************/

/* hiding the checkrate box */
#checkrate-wrapper {position: relative; float:left;margin-top: -35px;}


/**************************************

	New price format for product page

***************************************/

.price-v2{padding-top: 14px;}
.price-big{font-size: 32px;}
.price-big{font-size: 28px;font-weight: bold;}
.vat-big{font-size: 14px;margin-right: 5px;}
.price-small{font-size: 18px;color: #595757;}
.vat-small{font-size: 14px;color: #595757;}


/**************************************

	Bank Holiday Special Table on product page

***************************************/

.bank-holiday-special {width: 440px; border: solid 1px #575959; text-align: center;	vertical-align: middle;	font-size: 20px; color: #575959; font-family: sans-serif; padding: 5px; background:#ededed url('/media/revitive/skin/spec_table/table-bg.png') repeat-x scroll top;}
.bank-holiday-special td{padding: 5px 0;}
.bank-holiday-special .spec-p{color:#666f73;}
.sml{font-size: 12px; line-height: 10px;}
#spec {font-size: 30px;}
td.total{border-top: solid 1px #575959;	padding: 15px 0;}


/**************************************

	Easy Pay table

***************************************/

.easypay {margin: 30px 0px; font-size: 16px;}


/**************************************

	Micro site

***************************************/

#micro-wrapper{width:800px;	background-color: #fff;	margin:auto; border:1px #9cc89f solid; padding: 20px 30px 50px 30px; min-height: 700px;}
#micro-content{margin:0 20px;}
#micro-content p, #micro-content a{font-size: 16px;line-height: 22px;}
#micro-content h1{padding:15px 0 10px;}
#micro-content h2{color: #666f73;margin:28px 0 3px 0;border:none;font-size: 1.75em;}
#micro-content p#easypay{font-size: 18px;width: 210px;line-height: 23px;margin: 5px 0 0 0;}
#micro-content p#easypay span, #micro-content span{color: #666f73;font-weight: bold;}
#micro-content #novat{border:1px #9cc89f solid;	padding: 10px 20px 15px 15px;margin-bottom: 20px;}
#micro-content #novat h2, #micro-content #novat p{margin:0;}
#current{background:url('/media/revitive/skin/re_nav_bg.png') repeat-x left top; background-color: #666f73; color:#FFF;}
#micro-content .col{float:left; width: 240px; margin: 5px; text-align: center;}
#micro-content .col img{border:1px #9cc89f solid;}
#micro-content .col p{font-size: 18px;line-height: 23px;margin: 5px 0 0 0;}
#micro-content #download-btn{padding: 6px 0;background: #F2F2F2 url('/media/revitive/microsite/btn_bg.png') repeat-x top;width: 280px;text-align: center;border: #a6a6a6 1px solid;cursor:pointer;}
#micro-content #download-btn:hover{	background: #F2F2F2 url('/media/revitive/microsite/btn_bg_ov.png') repeat-x top;}
#micro-content #download-btn a{font-size: 22px;	color: #575959;	text-decoration: none;text-transform: uppercase;}
#micro-wrapper #phone{color: #666f73;text-align: right; margin:-5px 20px 0 0;}
#micro-wrapper #phone p{font-size: 1.5em;line-height: 1em;margin: 0;}
#micro-wrapper #phone span{font-size: 2em;line-height: 1.1em;}
#micro-content #free-gel-box{border:1px #9cc89f solid;padding: 0px 90px 10px 70px;margin:20px 110px 20px 110px;overflow: hidden;}
#micro-content #free-gel-box p{font-size: 2em;color: #666f73;line-height: 1.4em;margin:15px 0 0 0;width: 280px;}
#micro-content #free-gel-box img{float: right;margin-top: 10px;}


/**************************************

	In Stock label on product page

***************************************/

#stock{font-size: 14px;font-weight: bold;float: left;padding: 20px 0 0;}


/**************************************

	Contact page form confirmation message

***************************************/

.success-msg{border: 1px solid #ddd;}
.success-msg ul li span{color: #666f73;font-size: 18px;line-height: 23px;}
.std ul.contactus-captcha li { list-style:none; padding-left:0;}
.std ul.contactus-captcha { padding-left:0;}

/**************************************			

card section footer & checkout

***************************************/

.accepted_cards{width: 155px;float: right;background-color: #f5f9f5;border:#c4dec5 1px solid;padding: 7px;text-align: center;}
.accepted_cards h2{border: none;font-size: 16px;color: #595757;margin-bottom: 5px;text-align: left;}
.accepted_cards img{padding: 0 3px 5px 0;}
.accepted_cards_lrg{margin-bottom: 10px;}
.accepted_cards_lrg div{font-size: 16px;font-weight: normal;padding: 4px;}


/**************************************			

Store Locator page

***************************************/

.store_locator{margin-left: 5px;}
.store_locator .page-title{	margin: 0 0 15px 0; width:100%; }
.store_locator .page-title h1{ border-bottom: 1px solid #c4dec5; padding-bottom: 0px; }
.store_locator .page-search-query{ margin: 0 0 15px 0; font-size: 16px; line-height: 23px; border: none;width: 100%;}
.store_locator p{font-size: 16px; line-height: 23px;}
.store_locator .input_desc {font-size: 17px; vertical-align: middle;padding-right: 5px;}
.store_locator input{border:#9cc89f 1px solid; font-size: 20px;color: #d9d9d9;}
.store_locator input:focus{border:#666f73 1px solid;color: #222;}
.store_locator .find-table-result-caption td{ vertical-align: middle; }
.store_locator .input_btn {padding:0px;}
.store_locator .field button{text-transform: uppercase;font-family: 'lato', Arial; background-color: #666f73;background-image: none;color: #fff;height: 30px;padding: 0 15px;font-size: 16px;margin-left:-10px;}

.store_locator .field button:hover{background-color: #338037;}
.store_locator .field button:active{background-color: #2e7331;}

.store_locator .find-table-result-content{border:none;}
.store_locator .find-table-result-list > .item{background: none;padding: 10px 0 10px 5px;border-bottom: 1px solid #d9d9d9;}

.store_locator .result-table-addr p{font-size: 14px;line-height: 20px;margin-bottom: 5px;color: #575959;}
.store_locator .result-table-addr h4{margin-bottom: 7px;}
.store_locator .result-table-addr dist p {font-size: 14px;color: #575959;}

.store_locator .pager-jquery .link{padding: 5px 10px;}
.store_locator .pager-jquery .link:hover{background-color: #666f73;color: #fff;}
.store_locator .pager-jquery li{padding: 0px;}

.store_locator .pager-cookie td{text-align: center;}
.store_locator .toolbar{text-transform: none;}
.store_locator .pager-jquery{margin: 10px 0;}

.store_locator .retailer_wrap{height: 160px;margin-bottom: 15px;}
.store_locator .retailer{float:left;width:275px; height: 150px; text-align: center;border-left:1px solid #c4dec5;}
.store_locator .retailer:first-child{border:none;}
.store_locator .retailer img{width: 150px;margin-bottom: 10px;}
.store_locator .retailer ul{text-align: left;margin-left: 60px;}
.store_locator .retailer li{padding: 0px;margin-bottom: 5px;}
.store_locator .retailer a{font-size: 16px;}

/**************************************

Logo switcher

***************************************/

#logoswitcher{height: 85px;width: 290px;background-repeat: no-repeat;}
img#logo{margin: 0px;padding: 0px;}


/**************************************

REVITIVE LV page

***************************************/

body.product-revitive-lv{background: #fefbfd url(/media/revitive/skin/re_uk_lvswoosh.png) no-repeat center top;}
.product-revitive-lv #logoswitcher{background-image: url(/media/revitive/logo_lv.png);}

.product-revitive-lv span#call_telephone,
.product-revitive-lv .price-big,
.product-revitive-lv .vat-big,
.product-revitive-lv h2.price strong,
.product-revitive-lv h2.price strong span,
.product-revitive-lv div#footer a,
.product-revitive-lv #basket span,
.product-revitive-lv #stock,
.product-revitive-lv .ratings .rating-links a,
.product-revitive-lv #ajaxcartpro-add-confirm .ajaxcartpro-title, .product-revitive-lv #ajaxcartpro-remove-confirm .ajaxcartpro-title,
.product-revitive-lv #customer-reviews h3 {
	color: #e53084;
}
.product-revitive-lv #ajaxcartpro-add-confirm .ajaxcartpro-title { font-weight:bold;}
.product-revitive-lv #ajaxcartpro-add-confirm .aw-acp-continue:hover, .product-revitive-lv #ajaxcartpro-add-confirm .aw-acp-checkout:hover, .product-revitive-lv #ajaxcartpro-add-confirm .aw-acp-continue, .product-revitive-lv #ajaxcartpro-add-confirm .aw-acp-checkout, .product-revitive-lv #customer-reviews .review-toolbar, .product-revitive-lv .add-review h3, .product-revitive-lv #product-review-section1 .buttons-set button.button { background:#d82d7c;}
.product-revitive-lv div#footer a:hover{text-decoration: underline;}
.product-revitive-lv #basket{background: #e53084 url(/media/revitive/skin/re_nav_bg_lv.png) repeat-x left bottom;}
.product-revitive-lv .navwrap, .product-revitive-lv .footer-top{border-bottom-color: #e53084;}

/************NAV*****************/
.product-revitive-lv ul#navbar li a#prodlink{background:url(/media/revitive/skin/re_nav_bg_lv.png) repeat-x bottom;color: #fff;}
.product-revitive-lv ul#navbar li div.subnav{background: #e53084 url(/media/revitive/skin/re_dropdown_bg_lv.png) repeat-x top;}
.product-revitive-lv ul#navbar li div.subnav ul li a{background:none;}
.product-revitive-lv ul#navbar li div.subnav ul li a:hover{background-color: #a60063;}
.product-revitive-lv ul#navbar li a{color: #e53084;}
.product-revitive-lv ul#navbar li:hover a{color: #fff;background:url(/media/revitive/skin/re_nav_bg_lv.png) repeat-x left top;}
div#nav.revitivecom-nav ul#navbar li { margin:0px 0px 0px 33px;}
div#nav.revitivecom-nav ul#navbar li#nav_end div.subnav { left:-160px;}
div#nav.revitivecom-nav ul#navbar li#nav_end div.subnav ul li { margin:0;}
div#nav.revitivecom-nav ul#navbar li div.subnav ul li { margin:0;}
/*********************************/

.product-revitive-lv ul.desc-list li{background: url(/media/revitive/skin/re_bullet_lv.gif) no-repeat scroll left 13px transparent;}
.product-revitive-lv .page{background: none;}
.product-revitive-lv #header{background: transparent url(/media/revitive/skin/re_lv_header_fade.png) repeat-x top;}
.product-revitive-lv .main{background: #fff;}
.product-revitive-lv h1{color: #e53084;border-bottom-color: #f7c0da;text-transform: none;overflow: hidden;}
.product-revitive-lv .std p{font-size: 1.15em;line-height: 1.5em;}
.product-revitive-lv .std ol{margin-bottom: 20px;}
.product-revitive-lv .std ol li{font-size: 1.15em;line-height: 1.5em;padding-bottom: 3px;}

/************table*****************/
.product-revitive-lv table{font-size: 1.15em;line-height: 1.5em;margin: 30px 0 40px;width:320px;}
.product-revitive-lv td, .product-revitive-lv th{vertical-align: middle;padding: 8px 10px;border-bottom: 1px #C3C3C3 solid;}
.product-revitive-lv th{font-weight: bold;width: 140px;background-image: url(/media/revitive/compare_table/re_uk_compare_fade.jpg);background-repeat: repeat-y;background-position: right top;background-color: #fff;padding-left: 25px;}
.product-revitive-lv td{background-color: #fafafa;padding-right: 30px;}
.product-revitive-lv .data-table  {margin: 0; font-size: 14px;}
.product-revitive-lv .data-table td, .product-revitive-lv .data-table th { padding: 3px 7px; }
.product-revitive-lv .data-table th { width: auto; } 

/************  add to basket button *****************/
.product-revitive-lv div.buyform input.button, .product-revitive-lv #more-reviews{float:left;margin:0;border:0;padding:2px 0 10px;width:319px;height:40px;color:#fff;font:26px 'Lato';overflow:hidden;background:url('/media/revitive/skin/btn_add_to_basket_lv_01.png') no-repeat 0px 0px;}
.product-revitive-lv div.buyform input.button:hover, .product-revitive-lv #more-reviews:hover{background-position: 0px -45px;}
.product-revitive-lv div.buyform input.button:active, .product-revitive-lv #more-reviews:hover{background-position: 0px -90px;font-size:25px;}
/*********************************/

.product-revitive-lv .accepted_cards{width: 155px;float: left;background-color: #fef9fb;border:#f7c0da 1px solid;padding: 7px;text-align: center;}

.product-revitive-lv #product-review-table { width:100% !important; margin-top:0 !important; font-size:1em !important;}
/*****************END REVITIVE LV page*********************/


/**************************************

Generic buttons

***************************************/

.btn_small{border:#a6a6a6 solid 1px;background-color: #f2f2f2;background-image:url(/media/revitive/skin/btn_small.png);background-repeat: repeat-x;background-position: 0 0;padding: 0px;}
.btn_small:hover{border:#8c8c8c solid 1px;background-position: 0 -45px;background-color: #e5e5e5;}
.btn_small:active{border:#737373 solid 1px;	background-position: 0 -90px;background-color: #d9d9d9}

.btn_small a{text-align: center;font-size: 18px;display:block;color:#575959;padding: 10px 0;line-height:20px;}
.btn_small a:hover{text-decoration:none;}
.btn_small a:active{font-size: 17px;}


/**************************************

Forgot password page & logout page

***************************************/

.customer-account-forgotpassword .column{margin: 15px 10px 0;}
.customer-account-forgotpassword .column h2{color: #704a9e;}

.customer-account-forgotpassword .column li{padding: 0;}

.customer-account-forgotpassword .column .buttons-set button.button:hover{}
.customer-account-forgotpassword .column .buttons-set button.button:active{background-position: 0 -90px;background-color: #265e29;}
.customer-account-forgotpassword .column .buttons-set button.button span{background:none;color: #fff;}

.customer-account-logoutsuccess .col-main{margin-top:15px;height: 300px;}
.customer-account-logoutsuccess .col-main h2{color: #666f73;font-size: 28px;font-weight: bold;}
.customer-account-logoutsuccess .col-main p{font-size: 1.15em;line-height: 1.5em;}


/**************************************

Hover over static blocks

***************************************/

.col-right a img:hover{border:1px solid #9cc89f;margin:-1px;}
.col-right a img:active{border:1px solid #666f73;}

.cm-wrapper-left-product .static-blocks a img:hover{border:1px solid #9cc89f;margin:-1px;}
.cm-wrapper-left-product .static-blocks a img:active{border:1px solid #666f73;}

.product-static-block{border: 1px solid #c4dec5; width: 206px; padding: 12px 14px; margin-bottom: 10px;}
.product-static-block div{padding-bottom: 10px;}
.product-static-block div a{font-size: 20px; line-height: 22px; text-transform:uppercase;}


/**************************************

Product & Aceessory page

***************************************/

h1.prod_title{border:none;}
.prod_wrap{float: left;width: 840px;margin-left: 10px;margin-bottom: 30px;padding: 15px 0px;border: 1px solid #9CC89F;background-attachment: scroll;background-image: url(/media/revitive/revitive_range/bg_grad_grey.jpg);background-repeat: repeat-x;background-position: bottom;}
.prod_wrap#lv{border: 1px solid #F7C0DA;}
.prod_top{float: left;margin-bottom: 15px;}
.prod_device{float: left;width: 390px;height: 255px;margin-left: 25px;text-align: center;}
.prod_device img{ width: 360px;height: 253px;}
.prod_info{float: left;width: 390px;margin-left: 10px;margin-right: 25px;}
.prod_info p.subheading{margin:10px 0 0; font-size:26px;}
.prod_info a{color: #222;}
.prod_desc{float: left;margin: 15px 0px 25px 0px;}
.prod_desc p{font-size: 16px;line-height: 23px;margin-bottom:5px;}

p.prod_price{float: left;font-size: 30px;color: #666f73;margin:10px 0 10px 0;width: 180px;text-align: center;}
p.price_offer{color: #EC3B3B;margin-top:0px;}
p.prod_price span{color: #575959;font-size: 19px;font-weight: 300;}
.prod_wrap#lv p.prod_price{color: #E53084;}
p.prod_price_single{margin: 10px 0;}

.btn_prod{width:190px;float:right;}
.btn_prod a{color: #666f73;}
.btn_lv a{color: #E53084;}

.prod_features{margin: 0 25px;}
.prod_features div{float: left;width: 190px;margin-left: 10px;}
.prod_features div img{border:1px solid #c4dec5;}
.prod_features div img:hover{border:1px solid #75b278;}
.prod_features div img:active{border:1px solid #666f73;}
.prod_features div:first-child{margin-left: 0px;}
.prod_features div p{margin-bottom: 0px;margin-top: 3px;float: left;}

.acc_section{width:860px;}
.acc_wrap_holder{width: 835px;height: 485px;margin: auto;}
.acc_wrap{border: 1px solid #C4DEC5;float: left;width: 365px;margin: 10px;text-align: center;padding: 15px;}
.acc_img{float: left;width: 160px;text-align: left;}
.acc_img img{height:200px;}
.acc_info{float: left;width: 190px;text-align: left;}
p.acc_desc{margin: 0px;font-size: 16px;line-height: 22px;height: 90px;}
p.acc_price{margin: 0 0 10px 0;text-align: center;font-size: 24px;color: #666f73;}
.btn_acc{width: 90px;float: left;}
.btn_acc_double{margin-right: 5px;}


/**************************************

social media icons footer

***************************************/

.social_wrap{width:100%;height:32px;margin-bottom: 15px;}
.social_icon{float:left; height:32px; width:32px; text-indent: -99999px; overflow: hidden; background-image: url(/skin/frontend/hth/ultralieve_ca/images/new/re_uk_social.png);margin-right: 5px;}
.social_icon a{display: block !important;height:100%;width:100%;}

.tw_icon{background-position: 0 0;}
.tw_icon:hover{background-position: 0 -34px;}
.fb_icon{background-position: -34px 0;}
.fb_icon:hover{background-position: -34px -34px;}
.li_icon{background-position: -68px 0;}
.li_icon:hover{background-position: -68px -34px;}
.gp_icon{background-position: -102px 0;}
.gp_icon:hover{background-position: -102px -34px;}


/**************************************

IX CX compare table

***************************************/

.compare_tbl_narrow{margin:25px 0 40px 0; font-size:15px; width:570px; border-collapse:collapse;}
.compare_tbl_narrow td{border-top:1px solid #C3C3C3; padding:10px; text-align:center; vertical-align:middle;}
.compare_tbl_narrow td.cat{background-image:url(/media/revitive/compare_table/re_uk_compare_fade.jpg); width:119px; text-align:right; padding-right:8px;}
.compare_tbl_narrow td.alt{background-color:#F6F6F6;}
.compare_tbl_narrow td.head{text-align:center; width:225px; border:none; vertical-align:top;}
.compare_tbl_narrow td.head p{padding:10px 5px 5px; margin:0; font-size:15px; line-height:20px;}
.compare_tbl_narrow .green_btn{width:130px; height:35px; margin:0 auto; background:#666f73 url(/media/revitive/skin/btn_large_green.png) repeat-x 0 0; border:1px solid #1F4C21}
.compare_tbl_narrow .green_btn:hover{background-position: 0 -45px;}
.compare_tbl_narrow .green_btn:active{background-position: 0 -90px;}
.compare_tbl_narrow .green_btn a{display:block; color:#fff; font-size:15px; padding:8px 0; text-decoration:none;line-height:18px;}
.compare_tbl_narrow .green_btn a:active{font-size: 14px;}


/**************************************

Vat Relief Page

***************************************/

.vat-relief-page{width:815px;}
.vat-relief-page h1{margin-bottom:20px;}
.vat-relief-page h2{margin-bottom: 8px;}
.vat-relief-page p{font-size:16px; line-height:23px; margin-bottom:25px;}
.vat-relief-page ul{margin:-15px 0 25px 5px;}
.vat-relief-page ul li{font-size:16px; line-height:23px;}

.vat-relief-page .step-by-step{width:100%; overflow:auto;}
.vat-relief-page .step-by-step div{width:225px; float:left; margin-left:58px;margin-top: 5px;}
.vat-relief-page .step-by-step div:first-child{margin-left:20px;}

.vat-relief-page .vat-free-prices{width:100%; overflow:auto; margin:10px 0 30px 0;}
.vat-relief-page .vat-free-prices>div{float:left; width:180px;margin-left:25px;}
.vat-relief-page .vat-free-prices>div:first-child{margin-left:0px;}
.vat-relief-page .vat-free-prices div p{text-align:center; color:#ec3b3b; margin-bottom:5px; margin-top:10px; font-size:26px; font-weight:bold;}
.vat-relief-page .vat-free-prices div p span{font-size: 14px;font-weight:normal;}


/**************************************

Health Information Pages

***************************************/

/*  Main Page  */
.article-wrap{float:left;width:260px;padding:10px;border:1px solid #9cc89f;margin-bottom: 15px;}
.left-col{margin-right: 15px;}
.right-col{margin-right: 0px;}
.article-wrap h2{font-size:20px; margin-bottom:8px;}
.article-wrap p{margin-bottom:5px;margin-top:10px;font-size:14px;}
.article-wrap a{font-size:16px;}
.article-wrap img:hover{border:1px solid #9cc89f;margin:-1px;}
.article-wrap img:active{border:1px solid #666f73;}

.main-image{margin:20px 0; border:1px solid #9cc89f;}
.references{margin-top:25px;}
.references ul{margin-bottom:0px;}
.disclaimer{margin-top:25px;}
.disclaimer h3{font-size: 1.3em;} 
.disclaimer p{font-size: 1em;}


/**************************************

Revitive Tick List

***************************************/

ul.re-tick-list{margin-left:25px; padding-left:0px;}
ul.re-tick-list li{background: url(/media/revitive/skin/re_li_tick.png) no-repeat scroll left 4px transparent; list-style-type:none; padding-left:25px;	margin-bottom:6px; line-height:22px;}

.product-static-block ul.re-tick-list{margin-left:0px;margin-bottom: 0px;}
.product-static-block ul.re-tick-list li{padding-bottom:0px; font-size:15px;}
#shipping-please-wait.please-wait, #shipping-please-wait.please-wait * {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.hide {display:none;}
.fr-navigation ul#navbar li a { font-size:1.2em;}

.nl-navigation ul#navbar li a {padding: 0px 12px 0px 12px; color: #3a913f; font-size: 1.2em; text-decoration: none; text-transform: uppercase; word-spacing: 0.3em;}
.nl-navigation ul#navbar li {margin: 0px 10px 0px 10px; color: #3a913f; padding: 0px 0px 0px 0px; line-height: 35px; list-style: none;}
.nl-navigation ul#navbar li#nav_end div.subnav {left: -147px;}

body { padding-bottom:353px;}
body div#footerwrapper { width:100%; bottom:0;}

.checkout-cart-index .cart table .product-image {
	text-decoration: none !important;
	cursor: default !important;
}

.checkout-cart-index .cart table .product-image img {
	cursor: default;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block-poll li:after,
.block-related li:after,
.block-related .item:after,
.block .actions:after,
.mini-products-list li:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-view .tags .form-add-tags:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/**
 * Core styles for all browsers
 *
 * Original Author: Chris Martin, Webexpectations
 * Creation Date: 2009/08/29
 */

/* - Generic - */

.clearfix {
	clear: both;
  height: 0px;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
body {
  margin:0 !important; /* necessary */
  /* background:#fdfefd url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-body.jpg') repeat-x left top; */
  /*font:normal 88% 'Lato',Arial,Helvetica,sans-serif;*/
  font-family:'Lato';
  line-height:1.57em;
}

h1 {
  /*margin:0 0 21px;
  border-bottom:1px solid #dfdfdf;*/
  padding:13px 0 11px;
  color: #704a9e;
  font-size:2.85em;
  font-weight:normal;
  line-height:1em;
}
h2 {
  margin:0 0 16px;
  padding:0 0 3px;
  font-size: 32px; 
  font-weight: bold;
  line-height: 43px;
}
h3 {
  margin:0 0 14px;
  padding:0;
  font-size:1.43em;
  font-weight:normal;
  line-height:1.2em;
}
h4 {
  margin:0 0 9px;
  padding:0;
  font-size:1.28em;
  font-weight:normal;
  line-height:1.2em;
}
h5 {
  margin:0 0 7px;
  padding:0;
  font-size:1.14em;
  font-weight:bold;
  color:#107fc9;
  line-height:1.2em;
}
h6 {
  margin:0 0 4px;
  padding:0;
  font-size:1em;
  font-weight:bold;
  color:#107fc9;
  line-height:1.2em;
}

p {
  margin:0 0 1em;
}

ul {
  margin:0 0 1em;
  padding:0;
  list-style:none;
}
ul li {
  margin:0;
  padding: 0 0 8px;
  /* background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-ul-li.gif') no-repeat left 0.57em; */
  list-style:none;
	vertical-align: middle;
}
ul.sublevels {
  margin-top:-0.5em;
}
ul.sublevels li {
  padding:0 0 0 15px;
}
ul.sublevels li ul {
  margin:0;
  padding:2px 0 3px 7px;
}
ul.sublevels li ul li {
  padding:0 0 0 15px;
}

ul.ticklist {
  
}
ul.ticklist li {
  padding:0 0 8px 30px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/icon-tick.gif') no-repeat left 0.43em;
}

ol {
  margin:-0.5em 0 1em;
  padding:0 0 0 1.5em;
  list-style-type:decimal;
}
ol li {
  vertical-align: middle;
}
ol li ol {
  margin:0;
  list-style-type:lower-roman;
}
ol li ol li {
  
}

a {
  color: #19a5dd;
	text-decoration: none;
}
a:hover {
  text-decoration:underline;
}
a * {
  cursor:pointer;
}
.product-revitive-lv a { color:#e53084;}
img {
  border:0;
}
img.fullcolflex {
  width:100%;
}

form {
  margin:0;
  padding:0;
}

select {
  font:normal 1em 'Lato',Arial,Helvetica,sans-serif;
}
input.button {
  cursor:pointer;
}

dl {
  
}
dl dt {
  font-weight:bold;
}
dl dd {
  
}

.left {
  float:left;
}
.right {
  float:right;
}

td {
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  font-size: 14px; /* necessary to reset font-size inherited from <td> because netsuite page elements are wrapped in table cells. */
  text-align:left;
}
.no-padding {
 padding:0;
}

/* - Page wrappers - */
div#outerwrapper {
  margin:0 auto;
  min-width:1003px;
  max-width:1209px;
  width:auto;
}
div#innerwrapper {
  padding:0;
  width:auto !important; /* necessary */
}

/* - Header - */

/* shorter header edit */
div#header {
  padding:0;
  height: 142px;
  width: 100%;
  background: url('/skin/frontend/hth/ultralieve_comau/images/new/header-bg.png') repeat-x center top;
}

/* original
div#header {
  background: #fff;
  padding:0;
  min-height:130px;
}
*/
img#logo {
  margin: 0 auto;
  padding: 4px;
  display: block;
}

/* shorter header edit */
.top-options-wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
 div#topoptions, .top-options-box {
  float:right;
  background: url('/skin/frontend/hth/ultralieve_comau/images/new/header-login-bg.png') no-repeat center top;
  color:#dfdfdf;
  line-height: 27px;
  height: 27px;
  margin-right: 3px;
  padding: 0 16px;
}
.top-options-box a {
  font-size: 12px;
  color: white;
  padding: 0 12px;
}
.top-cart {
  position: absolute;
  right: -2px;
  top: 72px;
  background: url('/skin/frontend/hth/ultralieve_comau/images/new/header-basket-bg.png') no-repeat center top;
  font-size: 18px;
  line-height: 27px;
  height: 27px;
  margin-right: 10px;
  padding: 0 37px 0 27px;
}
.top-cart:hover {
    text-decoration: none;
}
.top-cart .label {
    background: url('/skin/frontend/hth/ultralieve_comau/images/new/header-basket-icon.png') no-repeat 8px 2px;
    padding: 0 0px 0 32px;
}
.top-cart .label .my-basket {
    color: white;
    position: relative;
    top: -2px;
    left: 4px;
}
.top-cart .count {
    background: url("/skin/frontend/hth/ultralieve_comau/images/new/ie8/header-basket-num-bg.png") no-repeat scroll center top transparent;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 19px;
    left: 9px;
    padding: 1px 7px 3px 6px;
    position: relative;
    top: -3px;
    width: 19px;
}
#topCartContent { background: #f7f8f8; border: 1px solid #676f73; border-radius: 7px; width: 176px;  position: absolute; padding: 10px; right: 6px; top: 27px; z-index: 1;}
#topCartContent .product-image, #topCartContent .product-details { width: 66px; height: 66px; float: left; margin: 0; color: #666f73; font-size: 14px; line-height: 16px;}
#topCartContent .product-image { margin-right: 5px; padding: 0; border: 1px solid #f47728; border-radius: 0; background: white;}
#topCartContent h4 { width: 94px; line-height: 14px; margin-top: 10px; }
#topCartContent h4 a {
    color: #666f73;
}
#topCartContent ol { margin: 0; padding: 0;}
#topCartContent .block-subtitle, #topCartContent .btn-remove, #topCartContent .subtotal { display: none; }
#topCartContent li { list-style-type: none; border-top: 1px solid #ddd; padding: 10px 0;}
#topCartContent li:first-child { border-top: none; padding-top: 0;}
#topCartContent .button { width: 180px; margin: 5px 0 0 -2px; text-align: center; font-size: 14px; line-height: 26px; height: 26px; background: url(/skin/frontend/hth/ultralieve_comau/images/new/button-top-cart.png) repeat-x 0 0;}
#topCartContent .button:hover { text-decoration: none; }
 /* original
 div#topoptions {
  float:right;
  margin:0 25px 0 6px;
  background:transparent none;
  color:#dfdfdf;
  font:normal 0.86em Arial,Helvetica,sans-serif;
  line-height:1em;
}*/

div#topoptions div.tw1 {
  padding:16px 0px 0px 0px;  
  float:left;
  height:24px;
}
div#topoptions div.tw-divider {float:left;}
div#topoptions div.tw2 {
  padding: 0px 11px 0px 7px;
  background:transparent none;
  text-transform:uppercase;
  float:left;
}

div#topoptions div.tw3 {
  padding:0;
  margin:0;
  background:transparent none;
  text-transform:uppercase;
  float:left;
}

div#topoptions a {
  color:#ccc;
  text-decoration:none;
}

span#locator {
  padding:10px 7px 0px 15px;
  background:transparent none;
  font-size:1.05em;
  text-transform: capitalize;
  font-weight:bold;
  font-family: 'Lato';
  color:#757575; 
}

div#basket {
  padding:13px 15px 10px 15px;
  background:transparent none;
  font-size:1.05em;
  text-transform: capitalize;
  font-weight:bold;
  font-family: 'Lato';
  color:#fff;
  background: #3a913f url(/media/revitive/skin/re_nav_bg.png) repeat-x left bottom; 
}
div#basket:hover{text-decoration: underline;}

div#basket span{
  color:#3a913f;
  background-color: white;
  padding: 1px 4px;
}

span#account {
  padding:0px 7px 0px 15px;
  background:transparent none;
  font-size:1.05em;
  text-transform: capitalize;
  font-weight:bold;
  font-family: 'Lato';
  color:#757575; 
}
span#account:hover {text-decoration: underline;}

div#topoptions2 {
  float:right;
}

div#changetextsize {
  display: none;
  float:right;
  margin:0px 0 0 70px;
  padding:8px 11px 14px 0;    
}
div#changetextsize a {
  color:#757575;
  text-decoration:none;
  cursor: pointer;
}
div#changetextsize a.selected {
 /* text-decoration:underline; */
}
div#changetextsize a.large {
 background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/A_06.png') no-repeat left bottom;
 padding-right: 5px; 
}
div#changetextsize a.extralarge {  
   background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/A_03.png') no-repeat left bottom;
   padding-right: 10px;
   padding-top: -20px;  
}
div#changetextsize a.normal {  
   background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/A_08.png') no-repeat left bottom;
   padding-right: 5px;
}

/* shorter header edit */
div#call {  
  clear:right;
  padding: 0;
  text-align:left;
  float:left;
  margin-left:-105px;
  margin-top:-17px;
  width:280px;
}

/* original
div#call {  
  clear:right;
  padding:0px 0 0;
  text-align:right;
  float:right;
  margin-right:40px;
  margin-bottom:6px;
  width:280px;
}
*/

div#call .call-list { list-style:none; margin:0; }
div#call .call-list li { background:none !important; margin:0; padding-left:0px !important; padding-bottom:2px !important; width:280px; }

/* shorter header edit
div#call .call-list li .call-telephone-wrapper { height:32px; }
*/

span#call_text {
  display:block;
  padding:0 1px 0 2px;
  color:#757575;
  font:normal 1.05em;
}
span#call_times {
  padding:0px 10px 10px 2px;
  background:transparent none;
  font:normal 1.05em;
  text-align:left;
  color:#757575;
}
/* shorter header edit */
span#call_telephone {
  padding:0;
  background:none transparent;
  color:#3a913f;
  font-size:29px;
  font-family:'Lato';
  line-height:26px;
}

/* original
span#call_telephone {
  padding:3px 0px 0 0px;
  background:none transparent;
  color:#3a913f;
  font-size:2.8em;
  font-family:'Lato';
  line-height:1em;
}
*/

/* - Navigation - */
.fr-navigation {
    height: 50px;
    background: url('/skin/frontend/hth/ultralieve_comau/images/new/header-orange-bg.png') repeat-x left top;
}
div#nav {
  clear:both;  
  position:relative;
  left: -1px;
  width: 960px;
  margin: 0 auto;
}

.navwrap {
	height: 50px;
  
}
ul#navbar {
  position:relative;
  /*margin:0 157px 0 0;*/
  /*margin:0 112px 0 0;*/
  margin:0px;
  padding:0;
  list-style:none;
  z-index: 1;
}
ul#navbar li {
  float:left;
  font-size:1.02em;
  margin:0px 0px 0px 7px;
  color:#3a913f;
  padding:0px 0px 0px 0px;  
  line-height:35px; 
  list-style:none;
}

ul#navbar li:first-child{
  margin: 0px;
}

ul#navbar li a {
  float:left;
  font-weight: bold;
  line-height:35px;
  /*padding:13px 10px 16px;*/
  font-size: 13px !important;
  padding: 8px 0 6px;
  width: 160px;
  text-align: center;
   /*font-size:1.21em;*/
  color: white;
  border-right: 1px solid #f25b1c;    
}
ul#navbar li:first-child a {
  border-left: 1px solid #f25b1c; 
}
/*ul#navbar li.selected a,*/
ul#navbar li:hover a,
ul#navbar li.hover a {
  background-color: #f97014;
  color:#FFF;
  text-decoration: none;
}

/***********  current page showing in navigation **************/
.cms-home a#homelink,
.category-products a#prodlink,
.category-revitive-products a#prodlink,
.category-accessories a#prodlink,
.cms-how-our-revitive-works a#howlink,
.cms-does-revitive-work a#howlink,
.cms-medical-expert a#howlink,
.cms-health-information a#healthlink,
.cms-health-information-circulatory-system a#healthlink,
.cms-health-information-poor-circulation a#healthlink,
.cms-health-information-cold-hands-and-feet a#healthlink,
.cms-health-information-foods-to-improve-circulation a#healthlink,
.cms-health-information-circulation-exercises a#healthlink,
.cms-about-us a#aboutlink,
.cms-steve-redgrave a#aboutlink,
.cms-reviews a#aboutlink,
.cms-compare-circulation-products a#aboutlink,
.cms-health-information-can-i-use-revitive a#aboutlink,
.cms-history a#aboutlink,
.cms-contact-us a#aboutlink,
.cms-help-info-contact a#aboutlink,
.product-revitive-ix a#prodlink, .cms-guy-lafleur a#aboutlink, .cms-joop-zoetemelk a#aboutlink, .product-revitive-circulation-booster-v3 a#prodlink {
  // background:url('/media/revitive/skin/re_nav_bg.png') repeat-x left top;
  background-color: #f97014;
  color:#FFF !important;  
}

#nav .buynow-wrapper { float:right; width:157px; height:26px; position:relative;}
#nav .buynow-wrapper .nav-buynow { position:absolute; top:-20px; height:52px; padding-top:20px;}

a#navbuynow {
  padding:26px 75px 10px 75px;
  width:150px;
  min-height:52px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_buynow1.png') no-repeat;
  color:#fff;
  /*font-size:1.28em;*/
  font-size:1.21em;
  text-align:center;
  text-decoration:none;
}
a#navbuynow:hover {
  /*background-position:right top;*/
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button_buynow1_hover.png') no-repeat;
}

ul#navbar li div.subnav {
  display:none;
  position:absolute;
  left:0;
  top: 50px;
  width: 161px;
  padding: 0;
  background: #f47728;
  background-position:top;
  background-repeat:repeat-x;
  z-index: 201;
}

 /*********** End dropdown menu staying within site width - About Us **************/
ul#navbar li#nav_end div.subnav{ 
  left:-160px;
}


ul#navbar li div.wide {
  left:-160px;
  width:533px;
}
ul#navbar li:hover,
ul#navbar li.hover {
  position:relative;
}
ul#navbar li:hover div.subnav,
ul#navbar li.hover div.subnav {
  display:block;
}
ul#navbar li div.subnav div.colwrap {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-navbar-subnavdivide.gif') no-repeat center center;
}
ul#navbar li div.subnav ul {
  float:left;
  margin:0;
  border:0;
  padding: 0 0;
  width: 161px;
  background: url(/skin/frontend/hth/ultralieve_comau/images/new/drop-down-bg.png);
}
ul#navbar li div.subnav ul.col2 {
  padding-left:14px;
}
ul#navbar li div.subnav ul li {
  float:none;
  display:block;
  margin:0;
  padding: 0;
  background:none;
  color:#fff;  
}
ul#navbar li div.subnav ul li a {
  float:none;
  display:block;
  margin:0;
  border:0;
  /*padding:0 0 0 13px;*/
  padding: 15px 10px;
  /*background:transparent url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-navbar-subnav-li.gif') no-repeat 2px 0.5em;*/
  color:#fff;
  /*font-size:0.86em;*/
  font-weight:normal;
  line-height:1.5em;
  width: auto;
  background: none;
  word-spacing: normal;
  font-size: 13px;
}
ul#navbar li div.subnav ul li a:hover {
/*  background:#82b55d url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-navbar-subnav-li-hover.gif') no-repeat 2px 0.5em;*/
  background-color: #f25b1c;
}

/* nav bar full width */
#prodlinkLi{}
ul#navbar li#prodlinkLi div.subnav{}
ul#navbar li#prodlinkLi div.subnav ul {}
ul#navbar li#prodlinkLi div.subnav ul li.pRevitive{position:static;margin:0;height: 31px;line-height: 31px;}
/*ul#navbar li#prodlinkLi div.subnav ul li:last-child.pRevitive{padding-bottom:4px}*/
ul#navbar li#prodlinkLi div.subnav ul li a:hover,
  ul#navbar li#prodlinkLi div.subnav ul li.pRevitive.over a{background:#fff; color:#000}
  ul#navbar li div.subnav ul li.pRevitive a{line-height:30px; padding-top:0; padding-bottom:0}
ul#navbar li div.subnav ul li.pRevitive .rev-acc a,
ul#navbar li#prodlinkLi div.subnav ul li .rev-acc a:hover,
  ul#navbar li#prodlinkLi div.subnav ul li.pRevitive.over .rev-acc a{ line-height: 18px; width: auto; background: transparent; text-align: center; color: #3A8E40; text-transform: uppercase; margin: 0; padding: 0;font-size: 13px; font-weight: bold;}
.rev-acc a img{margin:0 0 5px}
.white-box{display:none;position:absolute; left:203px; top:0; background:#3a913f url('/media/revitive/skin/re_dropdown_bg.png') repeat-x top;/*width:563px;
 height:140px*/ padding:11px 11px 11px 0;height:143px}
 .product-revitive-lv .white-box{background: #E53084 url('/media/revitive/skin/re_dropdown_bg_lv.png') repeat-x center top}
.white-box-in{background:#fff; color:#000; width:554px; height:121px; padding:10px 0 10px 10px;}
.rev-ix{background: #fff url(/media/revitive/ix/rev-ix-bg.png) no-repeat top right}
.rev-cx{background: #fff url(/media/revitive/cx/rev-cx-bg.png) no-repeat top right}
.rev-lv{background: #fff url(/media/revitive/lv/rev-lv-bg.png) no-repeat top right}
.rev-acc{background: #fff url(/media/revitive/acc/rev-acc-bg.png) no-repeat top right}
.vat{float:left;margin-right:5px;}
a.no-format,
  ul#navbar li div.subnav ul li a.no-format,
  ul#navbar li div.subnav ul li a.no-format:hover{background: transparent!important;margin: 0!important;padding: 0!important;width:auto}
a.no-format img{border:0!important}

ul#navbar li#prodlinkLi div.subnav ul li:hover .white-box{display:block}
ul#navbar li div.subnav .white-box ul{padding:0 5px}
ul#navbar li div.subnav .white-box ul li{background:url('/media/revitive/skin/black-bull.png') no-repeat scroll left 50% transparent;color:#000; line-height:18px; padding:0 0 0 10px;}
ul#navbar li div.subnav .white-box ul li a{color:#000; line-height:18px; display:inline-block;padding:0; margin:0; background:transparent; text-decoration:underline; text-transform:none}
ul#navbar li div.subnav .white-box ul li a:hover{ text-decoration:none}
ul#navbar li div.subnav .white-box h2{color: #3a913f;border: 0;font-size: 22px;text-transform: uppercase;line-height: 18px;margin-bottom:14px}

.white-box table, .product-revitive-lv .white-box table{margin:0; line-height:26px}
.product-revitive-lv .white-box table{width:auto}
.product-revitive-lv .white-box table td, .product-revitive-lv .white-box table th{border:0; background-color:transparent; padding:0; vertical-align:top; font-size:auto}

.line-w-c{line-height:26px;font-size:14px; font-weight:bold;margin: 0 0 5px;}
.line-w-c img{margin: 3px 0 0;}
.firstCol{color:#000; line-height:16px; padding:10px 5px 0 0; font-size:13px}
.product-revitive-lv .white-box table td.firstCol{padding:10px 5px 0 0}
.firstCol strong{color:#3A8E40; font-size:17px}
.twoCol{color:red; text-align:center; font-size:13px; line-height:16px; padding:10px 0 0 0}
.product-revitive-lv .white-box table td.twoCol{padding:10px 0 0 0}
.threeCol{line-height:15px;font-weight:bold;font-size: 12px;}
.threeCol .vat-inline{display:inline-block;padding:13px 0 0}
.color-red{color:red}
.lv-price{font-size:21px; color: #e53084}
/* - Generic / Reusable - */
li li.over a.greenColor{color:#3A8E40!important}
li li.over a.pinkColor{ color: #e53084!important}

div#breadcrumbs {
  color:#888;
  font:normal 0.79em 'Lato',Arial,Helvetica,sans-serif;
}

div.sticker {
  padding:25px 15px 0;
  width:84px;
  height:92px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-sticker.png') no-repeat left top;
  color:#fff;
  font-size:1.21em;
  text-align:center;
  line-height:1.24em;
}
div.stickerlarge {
  font-size:1.43em;
  line-height:1em;
}
div.greybox {
  background:#666 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-tl.gif') no-repeat left top;
  color:#fff;
}
div.greybox div.gw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-tr.gif') no-repeat right top;
}
div.greybox div.gw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-bl.gif') no-repeat left bottom;
}
div.greybox div.gw3 {
  padding:11px 15px 7px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-br.gif') no-repeat right bottom;
}
div.greybox h2 {
  color:#fff;
  font-size:1.71em;
}
div.greybox h3 {
  margin:0;
  padding:0 0 9px;
  color:#fff;
}
div.greybox p {
  margin:0;
  padding:0.5em 0;
}
div.greybox a {
  color:#fff;
}
div.greybox a:hover {
  color:#3a913f;
}

div.greenbox,
div.quote {
  border:1px solid #efefef;
  background:#f6faf6 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greenbox.gif') repeat-x left bottom;
}
div.quote {
  margin-bottom:16px;
  padding:15px 15px 11px;
}
div.quote blockquote {
  margin:0;
  padding:0;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-blockquote-green-start.gif') no-repeat left top;
  font-size:1.14em;
  line-height:1.25em;
}

div.quote blockquote div {
  padding:5px 31px 3px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-blockquote-green-end.gif') no-repeat right bottom;
}
div.quote cite {
  display:block;
  margin:0;
  padding:7px 0 0 31px;
  color:#107fc9;
  font-style:normal;
}


div.table {
  border-top:10px solid #555;
}
div.table h2 {
  margin:0;
  border:0;
  padding:9px 14px;
  background:#f4f4f4 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-table-h2.gif') repeat-x left top;
  color:#555;
  font-size:1.85em;
  line-height:1.2em;
}
/*
div.table  table#carttable {
  border:1px solid #b8b8b8;
  border-top:0;
  width:100%;
}
div.table  table#carttable tr.stripe th,
div.table  table#carttable tr.stripe td {
  background:#f4f4f4;
}
div.table  table#carttable tr th {
  border-top:1px solid #dfdfdf;
  padding:9px 15px 8px;
  color:#107fc9;
  font-size:1em;
  font-weight:bold;
  text-align:left;
}
div.table  table#carttable tr td {
  border-top:1px solid #dfdfdf;
  padding:9px 15px 8px;
  font-size:1em;
  font-weight:normal;
  text-align:left;
}
*/
input.button {
  background:#3da9b8 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-button.gif') repeat-x left top;
}
input.buttonlarge {
  border:1px solid #3fafbf;
  padding:5px 15px;
  background:#3da9b8 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-button.gif') repeat-x left top;
  color:#fff;
  font:bold 1.28em "Trebuchet MS",'Lato',Arial,Helvetica,sans-serif;
  cursor:pointer;
}
input.button:hover,
input.buttonlarge:hover {
}

/* - Content - */

/*
td#contentwrap {
  background:#fff url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-leftshadow.gif') repeat-y left top;
}
*/

div#content {    
  /*background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-leftshadow-top.jpg') no-repeat left top;*/
}
.cms-no-route div#content{margin:35px;min-height:600px; min-width:700px;}
div.indented {
  padding-left:40px;
}
.checkout-onepage-index .col2-right-layout div.indented { padding-left:0px;}

div.bottomborder {margin-bottom:24px; border-bottom:1px solid #dfdfdf;}

div.contact {
  margin-bottom:11px;
  border-bottom:1px solid #dfdfdf;
  padding:20px 0 30px;
}

div.columns {
  
}
div.column12 {
  float:left;
  width:49%;
}
div.column22 {
  float:right;
  width:49%;
}
div.columns img.fullcolflex {
  margin-bottom:6px;
}
div.columnl498 {
  float:left;
  width:56%;
}
div.columnr498 {
  float:right;
  width:42%;
}

/* - Home Banner - */

div#homebanner {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner.jpg') no-repeat right top;
}
div#homebanner div.hw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-side.gif') repeat-y left top;
}
div#homebanner div.hw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-side.gif') repeat-y right top;
}
div#homebanner div.hw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-tl.gif') no-repeat left top;
}
div#homebanner div.hw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-tr.gif') no-repeat right top;
}
div#homebanner div.hw5 {
  position:relative;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-bl.gif') no-repeat left bottom;
}
div#homebanner div.hw6 {
  padding:0 0 19px 21px;
  min-height:300px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-br.gif') no-repeat right bottom;
}
div#homebanner div.content {
  width:51%;
}
div#homebanner h1 {
  margin:0;
  padding-top:15px;
}
div#homebanner p {
  margin:11px 0 10px;
  padding-right:0px;
  font-size:1.14em;
  line-height:1.25em;
}
div#scientificallyproven {
  position:absolute;
  top:30px;
  left:53%;
  width:158px;
  height:54px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/stamp-scientificallyproven.png') no-repeat left top;
  text-indent:-9999em;
  overflow:hidden;
}
/*img#scientificallyproven {
  position:absolute;
  top:30px;
  left:53%;
}*/
div#homebanner div.sticker {
  position:absolute;
  right:6px;
  top:25px;
}
div#homebanner ul {
  margin:0;
  padding:0 0 12px;
  list-style:none;
}
div#homebanner ul li {
  margin:0;
  padding:3px 0 1px 36px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-ul-li.gif') no-repeat left top;
  color:#107fc9;
  font-size:1.21em;
  list-style:none;
}
div#homebanner ul li em {
  color:#3a913f;
}
div#homebanner a.cta {
  position:relative;
  left:-2px;
  float:left;
  padding:19px 0 0;
  width:437px;
  height:45px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-cta.png') no-repeat left top;
  color:#fff;
  font-size:1.07em;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
}
div#homebanner a.cta strong {
  font-size:1.6em;
}
div#homebanner a.cta:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-cta-hover.png') no-repeat left top;
}

/* - Bumper Pack - */

p.hugesavings {
  position:absolute;
  top:-42px;
  left:-23px;
  margin:0;
  padding:0;
  width:395px;
  height:71px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/text-hugesavings.png') no-repeat left top;
  color:#d24;
  font-size:1.71em;
  font-style:italic;
  text-indent:-9999em;
  overflow:hidden;
}
div.bp {
  padding-top:34px;
}
div.bumperpack {
  float:left;
  margin-top:16px;
  width:56%;
  background:#fdefef url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-gradient.gif') repeat-x left top;
}
div.bumperpack div.bw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-side.gif') repeat-y left top;
}
div.bumperpack div.bw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-side.gif') repeat-y right top;
}
div.bumperpack div.bw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-tl.gif') no-repeat left top;
}
div.bumperpack div.bw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-tr.gif') no-repeat right top;
}
div.bumperpack div.bw5 {
  position:relative;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-bl.gif') no-repeat left bottom;
}
div.bumperpack div.bw6 {
  padding:0 8px 0 11px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-br.gif') no-repeat right bottom;
}
div.bumperpack h2 {
  margin:0 105px 10px 0;
  padding-top:4px;
  padding-bottom:6px;
}
div.bumperpack img {
  float:left;
  padding-left:2px;
}
div.bumperpack a.button {
  float:right;
  margin:18px 0 11px 11px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-button-top.png') no-repeat left top;
  color:#fff;
  font-size:1.07em;
  line-height:1.3em;
  text-align:center;
  text-decoration:none;
}
div.bumperpack a.button:hover {
  background-position:right top;
}
div.bumperpack a.button span {
  display:block;
  padding:24px 0;
  width:132px;
  min-height:105px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-button-bottom.png') no-repeat left bottom;
}
div.bumperpack a.button:hover span {
  background-position:right bottom;
}
div.bumperpack a.button strong {
  font-size:1.6em;
  font-weight:bold;
  line-height:1.21em;
}
div.bumperpack ul {
  clear:left;
  margin:0;
  padding:10px 0 0 2px;
  list-style:none;
}
div.bumperpack ul li {
  margin:0;
  padding:0 0 0 27px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-ul-li.gif') no-repeat left center;
  color:#107fc9;
  font-size:1em;
  font-weight:bold;
  line-height:1.43em;
  list-style:none;
}
div.bumperpack div.sticker {
  position:absolute;
  right:-4px;
  top:-14px;
}

/* - Grey border box (beside BP) - */

div.greyborderbox {
  margin-top:16px;
  float:right;
  width:42%;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-l.gif') repeat-y left top;
}
div.greyborderbox div.gw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-r.gif') repeat-y right top;
}
div.greyborderbox div.gw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-tl.gif') no-repeat left top;
}
div.greyborderbox div.gw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-tr.gif') no-repeat right top;
}
div.greyborderbox div.gw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-bl.gif') no-repeat left bottom;
}
div.greyborderbox div.gw5 {
  padding:4px 9px 10px;
  min-height:256px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-br.gif') no-repeat right bottom;
}
div.greyborderbox h2 {
  margin:0 0 8px 3px;
  padding:0 0 4px;
}
div.greyborderbox img.vidthumb {
  float:left;
  margin:0 9px 9px 0;
}
div.greyborderbox div.contentwrap {
  float:left;
  width:144px;
}
div.greyborderbox p {
  margin:-3px 0 0;
  padding:0 2px;
}
div.greyborderbox div.contentwrap p {
  float:left;
  margin:0;
  padding:1px 0 0;
  line-height:1.14em;
}
div.greyborderbox ol {
  float:left;
  margin:0;
  padding:6px 0 0;
  width:145px;
  list-style:none;
}
div.greyborderbox ol li {
  margin:0;
  padding:0;
  list-style:none;
  line-height:1.28em;
  clear:left;
}
div.greyborderbox ol li span.num {
  float:left;
  width:19px;
  color:#3a913f;
  font-size:1.14em;
}
div.greyborderbox ol li span.desc {
  float:left;
  padding:1px 0 1px;
  width:126px;
}
div.greyborderbox a.cta {
  display:block;
  clear:both;
  margin:0;
  padding:7px 0 0 18px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-cta.gif') no-repeat 4px 0.8em;
  font-size:1.28em;
  line-height:1.23em;
}
div.greyborderbox a.cta:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-cta-hover.gif') no-repeat 4px 0.8em;
}
div.greyborderbox ul.ticklist {
  margin:0;
  padding:4px 2px;
}

/* - "Don't pay the VAT!" - */

div.homevat {
  margin:14px 0 35px;
}
div.homevat div.gw3 {
  padding:1px 11px 1px 0;
}
div.homevat div.homecta {
  float:left;
  padding:0 11px;
  width:223px;
  text-align:center;
}
div.homevat div.homecta h2 {
  margin:0;
  border:0;
  padding:8px 0 0;
  font-size:1.85em;
}
div.homevat div.homecta p {
  margin:0;
  padding:2px 0 18px;
  font-size:1.5em;
  text-transform:uppercase;
}
div.homevat div.homecontent {
  margin:0 0 0 258px;
}
div.homevat div.homecontent p {
  margin:0;
  padding:0.5em 0;
}
div.homevat a.button {
  display:block;
  margin:0 auto 20px;
  padding:18px 0 0;
  width:177px;
  height:45px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homevat-button.png') no-repeat left top;
  color:#fff;
  font-size:1.71em;
  font-weight:bold;
  line-height:1em;
  text-align:center;
  text-decoration:none;
}
div.homevat a.button:hover {
  background-position:right top;
  color:#fff;
}



div.homewhybuy {
  padding:0 0 33px;
}
div.homewhybuy div.signposts {
  float:right;
  width:383px;
}

div.homewhybuy div.content {
  margin-right:397px;
}
div.homewhybuy div.greybox h3 {
  color:#fff;
}
div.homewhybuy div.greenbox {
  margin:0 auto 21px;
  padding:8px 0 0;
  width:377px;
}
div.homewhybuy div.greenbox img {
  display:block;
  margin:0 auto;
}
div.homewhybuy div.greenbox h3 {
  margin:0;
  padding:8px 15px 12px;
  color:#3a913f;
}
div.homewhybuy div.greenbox p {
  padding:0 17px;
}
div.homewhybuy a.button {
  display:block;
  margin:-9px 0 0;
  padding:18px 0 0;
  height:46px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homewhybuy-button.png') no-repeat left top;
  color:#fff;
  font-size:1.71em;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  line-height:1em;
}
div.homewhybuy a.button:hover {
  background-position:right top;
}

div.homestoppoor {
  margin-bottom:11px;
  padding-bottom:12px;
  border-bottom:1px solid #dfdfdf;
}

/* - Contact Form - */

div.contactform {
  margin-left:11px;
  background:#fff url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-gradient.gif') repeat-x left bottom;
}
div.contactform div.cw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-l.gif') repeat-y left top;
}
div.contactform div.cw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-r.gif') repeat-y right top;
}
div.contactform div.cw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-tl.gif') no-repeat left top;
}
div.contactform div.cw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-tr.gif') no-repeat right top;
}
div.contactform div.cw5 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-bl.gif') no-repeat left bottom;
}
div.contactform div.cw6 {
  padding:4px 10px 11px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-br.gif') no-repeat right bottom;
}
div.contactform h2 {
  margin-bottom:10px;
}
div.contactform div.col1 {
  float:left;
  width:48%;
}
div.contactform div.col2 {
  position:relative;
  right:7px;
  float:right;
  width:47%;
}
div.contactform div.col1,
div.contactform div.col2 {
  font:normal 0.86em 'Lato',Arial,Helvetica,sans-serif;
}
div.contactform div.row {
  padding:0 0 5px;
}
div.contactform label {
  float:left;
  padding:4px 0 0 3px;
  width:44px;
  font-weight:bold;
}
div.contactform input.text {
  float:left;
  padding:2px 2px 3px;
  border:1px solid #b3b3b3;
  width:164px;
  font:normal 1em 'Lato',Arial,Helvetica,sans-serif;
}
div.contactform select {
  float:left;
  padding:2px;
  border:1px solid #b3b3b3;
  width:170px;
  font:normal 1em 'Lato',Arial,Helvetica,sans-serif;
}
div.contactform textarea {
  float:left;
  margin:2px 0 0 4px;
  border:1px solid #b3b3b3;
  padding:2px;
  width:99%;
  height:154px;
  font:normal 1em 'Lato',Arial,Helvetica,sans-serif;
}
div.contactform p.inlines {
  margin:0;
  padding:14px 0 3px 3px;
}
div.contactform div.innercol1 {
  float:left;
  width:50%;
}
div.contactform div.innercol2 {
  float:left;
  width:49%;
}
div.contactform div.innercol1 label,
div.contactform div.innercol2 label {
  float:none;
  display:inline;
  padding:0;
  width:auto;
  font-weight:normal;
}
div.contactform input.buttonlarge {
  float:right;
  clear:right;
  margin:9px 0 0 15px;
  padding:5px 0;
  width:132px;
}
div.contactform p.noshare {
  float:right;
  margin:15px 0 0;
  padding:1px 0 0 14px;
  width:140px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/icon-padlock.gif') no-repeat left top;
  color:#888;
  font:normal 0.79em 'Lato',Arial,Helvetica,sans-serif;
  line-height:1em;
}

/* - Aside - */

td#asidewrap {
  width:277px;
  /*background:#fff url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow.gif') repeat-y right top;*/
}
div#aside {
  padding:10px 25px 0 0;
  min-height:800px;
  /*background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow-top.jpg') no-repeat right top;*/
}

div#sidesearch {
  margin:0 0 10px;
  padding:10px 0 8px 7px;
  background:#f4f4f4;
}
div#sidesearch label {
  float:left;
  margin:3px 0 0;
  padding:1px 4px 0 23px;
  padding:1px 4px 0 0;
  width:67px;
  text-align:right;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-sidesearch-label.gif') no-repeat left top;
  color:#107fc9;
  font:bold 0.86em 'Lato',Arial,Helvetica,sans-serif;
}
div#sidesearch input.text {
  float:left;
  margin:0 5px 0 0;
  border:1px solid #b3b3b3;
  padding:2px 2px 3px;
  width:122px;
  background:#fff url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-formelement.png') no-repeat left top;
  color:#666;
  font:normal 0.86em 'Lato',Arial,Helvetica,sans-serif;
}
div#sidesearch input.button {
  float:left;
  padding:2px 0 1px;
  width:36px;
}

.col-right div.signpost {
  margin:0 0 10px;
  border-top:10px solid #4bd0e3;
  padding:0 1px 1px;
  background:#eee;
}
.col-right div.signpost div.spw1 {
  border:1px solid #fff;
  border-top:0;
  padding:1px 13px 13px;
  background:#fafdfd url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-signpost.gif') repeat-x left bottom;
}
.col-right div.signpost h2 {
  margin:0 0 10px;
  border-bottom:1px solid #dfdfdf;
  padding:9px 0;
  color:#107fc9;
  font-size:1.43em;
  font-weight:normal;
  line-height:1.2em;
  letter-spacing:-0.05em;
}

/* - Aside: Image signposts - */

.col-right img.signpost {
  display:block;
  margin:0 0 10px;
}

/* - Aside: As seen on TV - */

.col-right div.signpost img.logoleft {
  float:left;
  margin:10px 0 0;
}
.col-right div.signpost img.logoright {
  float:right;
  margin:10px 0 0;
}

/* - Aside: Quote box - */

.col-right div.signpost blockquote {
  margin:0;
  padding:0;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-blockquote-start.gif') no-repeat left top;
  font-size:1.14em;
  line-height:1.25em;
}
.col-right div.signpost blockquote div {
  padding:5px 31px 3px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-blockquote-end.gif') no-repeat right bottom;
}
.col-right div.signpost blockquote img {
  float:right;
  margin:0 -35px 0 10px;
  padding:9px 9px 34px 9px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-blockquote-photo.png') no-repeat left top;  
}
.col-right div.signpost cite {
  display:block;
  margin:0;
  padding:7px 0 0 31px;
  color:#107fc9;
  font-style:normal;
}


.col-right div.signpost td {

  margin:0;
  padding:7px 0 0 5px;
  color:#107fc9;
  font-style:normal;
}

/* - Aside: Ticks box - */

.col-right ul.ticklist {
  margin:0;
  padding:0 0 0 1px;
  list-style:none;
}
.col-right ul.ticklist li {
  margin:0;
  padding:0 0 8px 30px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-aside-ticklist-ul-li.gif') no-repeat left 0.43em;
  list-style:none;
}

/* - Aside: Newsletter signup - */

.col-right div.newsletter div.row {
  padding:0 0 5px;
}
	.col-right div.newsletter label {
  float:left;
  margin:0;
  padding:4px 0 0 1px;
  width:75px;
  color:#107fc9;
  font:bold 0.86em 'Lato',Arial,Helvetica,sans-serif;
}
.col-right div.newsletter input.text {
  float:right;
  border:1px solid #b3b3b3;
  padding:2px 2px 3px;
  width:164px;
  background:#fff url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-formelement.png') no-repeat left top;
  color:#666;
  font:normal 0.86em 'Lato',Arial,Helvetica,sans-serif;
}
.col-right div.newsletter input.button {
  float:right;
  margin:3px 0 0;
  padding:2px 10px 1px;
}
.col-right div.newsletter p {
  float:left;
  margin:7px 0 0;
  padding:0 0 0 13px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/icon-padlock.gif') no-repeat left 1px;
  color:#888;
  font:normal 0.79em 'Lato',Arial,Helvetica,sans-serif;
}

/* - Aside: Other / Misc - */

.col-right div.signpost h2.nomargin {
  margin:0;
}
.col-right div.signpost img.centred {
  display:block;
  margin:0 auto;
}
.col-right div.signpost a.button {
  display:block;
  margin-top:6px;
  padding:19px 0 0;
  height:45px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-aside-button.gif') no-repeat left top;
  color:#fff;
  font-size:1.71em;
  text-align:center;
  text-decoration:none;
}
.col-right div.signpost a.button:hover {
  background-position:right top;
}

/* - Search results - */

div.bestseller {
  float:left;
  margin:0 0 16px;
  width:49%;
}
div.bestseller div.gw5 {
  min-height:189px;
  padding-bottom:1px;
}
div.right {
  float:right;
}
div.bestseller div.imagearea {
  float:left;
  padding:0 8px 0 2px;
  width:210px;
}
div.bestseller div.imagearea div.moreinfo {
  padding:6px 0 7px;
}
div.bestseller div.imagearea div.moreinfo a {
  padding-left:11px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bestseller-bullet.gif') no-repeat left 0.57em;
}
div.bestseller div.imagearea div.moreinfo a:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bestseller-bullet-hover.gif') no-repeat left 0.57em;
}
div.bestseller div.pricearea {
  float:left;
  padding-bottom:7px;
  width:188px;
}
div.bestseller div.pricearea p.price, div.bestseller div.pricearea h2.price, .col-right div.signpost h2.price {
  padding:0 0 2px 4px;
  font-size:1.2em;
  font-weight:normal;
  border:none;
}

div.prod-price h2.price {
  padding:0 0 0px 0px;
  margin-top:0px;
  font-size:30px;
  font-weight:normal;
  border:none;
  color:#3a913f;
  /*new*/
  margin-bottom:0px;
  line-height:28px;
}
div.prod-price h2.price span {font-weight:normal;color:#3a913f;}

div.bestseller div.pricearea p.price strong, div.bestseller div.pricearea h2.price strong, h2.price strong, .col-right div.signpost h2.price strong {
  color:#3a913f;
  font-weight:normal;
}
div.bestseller div.pricearea p.price em, div.bestseller div.pricearea h2.price span, h2.price span, .col-right div.signpost h2.price span {
  color:#3a913f;
  font-size:0.78em;
  font-style:normal;
}
div.bestseller div.pricearea a.button {
  display:block;
  padding:8px 0 0;
  width:188px;
  height:35px;
  background:#3a913f url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bestseller-buynow.png') no-repeat left top;
  color:#fff;
  font-size:1.28em;
  font-weight:normal;
  text-align:center;
  text-decoration:none;
}
div.bestseller div.pricearea a.button:hover {
  background:#42b7c8 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bestseller-buynow.png') no-repeat right top;
}

/* - Contact us - */

td.onecolumncontent div.contact {
  border:0;
  padding:0;
}
td.onecolumncontent div.relative {
  position:relative;
}
td.onecolumncontent div.cornersearch {
  position:absolute;
  top:0;
  right:-11px;
  width:252px;
}
td.onecolumncontent div.contactform {
  margin:0;
}
td.onecolumncontent div.contactform div.col2 {
  position:static;
}
td.onecolumncontent div.contactform div.row {
  padding-left:3px;
}
td.onecolumncontent div.contactform label {
  padding-left:0;
  width:113px;
}
td.onecolumncontent div.contactform textarea {
  margin-left:1px;
  width:98%;
}
td.onecolumnaside {
  width:19px !important;
}
td.onecolumnaside .col-right {
  padding-right:19px;
}

/* - Checkout - */
ol#checkoutprogress {
  margin:0 0 8px 0;
  padding:0;
  list-style:none;
  float: left;
}
ol#checkoutprogress li {
  float:left;
  margin:6px 0 0 10px; 
  width:133px;
  height:57px;
  /* background:transparent url('http://cb-uk.stg.hthealth.screencommerce.com/skin/frontend/enterprise/revitive/images/general/checkout_progress_bg_off.png') no-repeat left top;  */
  border:1px solid #c4dec5;
  font-size:1em;
  font-weight: normal;
  line-height:1em;
  padding:5px 0 0 0;
  white-space:nowrap;
}

ol#checkoutprogress li:first-child{
  margin-left:0;
}
ol#checkoutprogress li a {
  display:block;
  color:#666;
  text-decoration:none;
}
ol#checkoutprogress li a:active {
  
}
ol#checkoutprogress li span {
  display:block;
  padding:6px 15px 0 0;
}
ol#checkoutprogress li span.display-text {      
    margin:7px 0 0 0;
    
}

ol#checkoutprogress li#opcProgSmryPayment span.display-text,
ol#checkoutprogress li#opcProgSmryConfirm span.display-text,
ol#checkoutprogress li#opcProgSmryPay span.display-text, 
ol#checkoutprogress li#opcProgSmryAddress span.display-text,
ol#checkoutprogress li#opcProgSmryReg span.display-text{ 
	line-height: 26px;
}

ol#checkoutprogress li span.num {
  float:left;
  padding:14px 5px 0 5px;
  width:20px;
  height:23px;
  background:none transparent;
  color:#575959;
  text-align:center;
  font-size:30px;
  margin:5px 0 0 0;
}
ol#checkoutprogress li.selected {
/*background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/checkout_progress_bg_on.png) no-repeat scroll left top;*/
color:#FFF;
background-color:#3a913f;
}
ol#checkoutprogress li.selected, ol#checkoutprogress li.selected a {
color:#FFFFFF;
}
ol#checkoutprogress li.selected span.num {
background:transparent none; color:#fff;
}
ol#checkoutprogress li.selected span.display-text {
 color:#fff;
}

ol#checkoutprogress li.active {
  background:#666 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-li-selected.gif') no-repeat right top;
}
ol#checkoutprogress li.active,
ol#checkoutprogress li.active a {
  color:#fff;
}
ol#checkoutprogress li.active span.num {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-selected.gif') no-repeat 6px 4px;
}
ol#checkoutprogress li.completed span.num {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkoutprogress-completed.gif') no-repeat 6px 4px;
  text-indent:-9999em;
  overflow:hidden;
}

/* - Footer - */

div#footer {	 
    clear: both;
    margin: 0 auto;
    padding: 0; 
    color: white;
    width: 960px;
}
div#footer div.fw1 {
  padding:0 0;
  /*background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow.gif') repeat-y right top;*/
}
div#footerwrapper {
 background: #704a9e url('/skin/frontend/hth/ultralieve_comau/images/new/footer-bg.png') repeat-x center top;
 clear: both;
 margin-bottom: -81px;
 height: 353px;
 position: relative;
}
div#footer div.fw2 {
  padding:50px 5px 30px 20px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-footer.gif') repeat-x left 30px;
}
div#footer a {
    display: inline-block;
}
div#footer a:hover {text-decoration: underline;}

div#footer a.main-link {
  font-weight:normal;
}
div#copyright {
  padding:2px 0 0 1px;
}
div#copyright p {
  margin:0 0 0.5em;
  font-size: 1.0em;
  line-height:1.37em;
}
div#copyright p.smalltxt{
  margin:0 0 0.5em;
  font-size: .88em;
  line-height:1.37em;
}
div#companybadges {
  padding:9px 0 0;
}
div#companybadges img {
  float:left;
  margin:0 12px 0 0;
}
div#otherbadges {
  padding:30px 5px 0 0;
}
div#otherbadges img {
  float:right;
  margin-left:6px;
}
div#paymentbadges {
  float:right;
  margin:8px 0 0;
  width:359px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-creditcards-l.png') no-repeat left top;
}
div#paymentbadges div.pw1 {
  padding:9px;
  width:341px;
  height:54px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-creditcards-r.png') no-repeat right top;
}
div#paymentbadges img {
  float:right;
  margin-top:5px;
}
div#paymentbadges span {
  display:block;
  padding:2px 0 0 6px;
  color:#888;
  font-size:0.79em;
  font-family:'Lato',Arial,Helvetica,sans-serif;
  line-height:1.3em;
}

/* - Float clearing - */

div.row:after,
div#nav:after,
ul#navbar li div.subnav div.colwrap:after,
div#homebanner div.hw6:after,
div.bumperpack div.bw6:after,
div.greyborderbox div.contentwrap:after,
div.homevat div.gw3:after,
div.rightgreybox2 div.gw3:after,
div.columns:after,
div.contactform div.cw6:after,
td.onecolumncontent div.contactform div.colwrap:after,
div.bestseller div.innerwrap:after,
div#sidesearch:after,
.col-right div.signpost div.spw1:after,
.col-right div.signpost blockquote div:after,
ol#checkoutprogress:after,
div.basketButtons:after,
div.table:after,
div#upsellContainer:after,
div.productbox div.gw5:after,
div#footer div.fw2:after,
div#otherbadges:after {
  content:'.';
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

/* - Netsuite template adjustments - */

div#div__label {
  display:none;
}
iframe#server_commands {
  display:none;
}

/* - PRODUCTS - */
div.productbox1 {
	margin-left:0px;
	background-color: #FFFFFF;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-l.gif') repeat-y left top;
}
div.productbox1 div.cw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-r.gif') repeat-y right top;
}
div.productbox1 div.cw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-tl.gif') no-repeat left top;
}
div.productbox1 div.cw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-tr.gif') no-repeat right top;
}
div.productbox1 div.cw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-bl.gif') no-repeat left bottom;
}
div.productbox1 div.cw5 {
  padding:4px 9px 10px;
  min-height:256px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-br.gif') no-repeat right bottom;
}
div.productbox1 h2 {
  margin-bottom:10px;
}
div.columnl499 {
  float:left;
  width:65%;
}
div.columnr499 {
	float:right;
	width:33%;
}

div.product1 {
	padding:15px 0 25px;
}
div.productbox1 div.sticker {
	position: absolute;
	
}

div.productbox1 div.col3 {
	float: left;
	width: 20%;
	padding-top: 5px;
}

div.productbox1 div.col4 {
	width: 55%;
	float: right;
}

div.productbox1 div.col4 a {
	
}

div.productbox1 div.col4 tr td {
	padding: 5px;


}

div.bottomborder2 {
	margin-bottom:24px;
	border-bottom:1px solid #dfdfdf;
}

div.greybox2 {
	background:#666 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-tl.gif') no-repeat left top;
	color:#fff;
}
div.greybox2 div.gw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-tr.gif') no-repeat right top;
}
div.greybox2 div.gw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-bl.gif') no-repeat left bottom;
}
div.greybox2 div.gw3 {
  padding:11px 15px 7px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-br.gif') no-repeat right bottom;
}
div.greybox2 h2 {
	color:#fff;
	font-size:1.71em;
}
div.greybox2 h3 {
	margin:0;
	padding:0 0 9px;
	color:#fff;
	font-size: 1.71em;
	font-weight: bold;
}
div.greybox2 p {
  margin:0;
  padding:0.5em 0;
}
div.greybox2 a {
	color:#fff;
	text-decoration: underline;
}
.head7 {
	font-size: 1em;
	color: #0099CC;
	font-weight: bold;
}


div.productsbumperpack {
  float:left;
  margin-top:0px;
  width:49%;
  background:#fdefef url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-gradient.gif') repeat-x left top;
}
div.productsbumperpack div.bw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-side.gif') repeat-y left top;
}
div.productsbumperpack div.bw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-side.gif') repeat-y right top;
}
div.productsbumperpack div.bw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-tl.gif') no-repeat left top;
}
div.productsbumperpack div.bw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-tr.gif') no-repeat right top;
}
div.productsbumperpack div.bw5 {
  position:relative;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-bl.gif') no-repeat left bottom;
}
div.productsbumperpack div.bw6 {
  padding:0 8px 0 11px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-br.gif') no-repeat right bottom;
}
div.productsbumperpack h2 {
  margin:0 105px 10px 0;
  padding-top:4px;
  padding-bottom:6px;
}
div.productsbumperpack img {
	float:left;
	padding-left:2px;
	width: auto;
}
div.productsbumperpack a.cta2 {
	display:block;
	margin:20px 0px 0px 0;
	padding:20px 0 0;
	height:46px;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button-bumperpack-cta1.png') no-repeat left top;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:1em;
}
div.productsbumperpack a.cta2 strong {
  font-size:1.6em;
}
div.productsbumperpack a.cta2:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button-bumperpack-cta2.png') no-repeat left top;
}

div.productsbumperpack ul {
  clear:left;
  margin:0;
  padding:10px 0 0 2px;
  list-style:none;
}
div.productsbumperpack ul li {
	margin:0;
	padding:0 0 0 27px;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-ul-li.gif') no-repeat left center;
	color:#5B5B5B;
	font-size:1em;
	font-weight:bold;
	line-height:1.43em;
	list-style:none;
}

div.productsbumperpack a.cta {
	display:block;
	clear:both;
	margin:0;
	padding:7px 0 0 18px;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-cta.gif') no-repeat 4px 0.8em;
	font-size:1.28em;
	line-height:1.23em;
}
div.productsbumperpack div.sticker {
	position:absolute;
	right:-4px;
	top:-14px;
	font-size: 1.5em;
}

.rightgreybox {
	margin-top:10px;
	float:none;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-l.gif') repeat-y left top;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	
}

.rightgreybox div.gw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-r.gif') repeat-y right top;
}
.rightgreybox div.gw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-tl.gif') no-repeat left top;
}
.rightgreybox div.gw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-tr.gif') no-repeat right top;
}
.rightgreybox div.gw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-bl.gif') no-repeat left bottom;
}
.rightgreybox div.gw5 {
  padding:4px 9px 10px;
  min-height:156px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-br.gif') no-repeat right bottom;
}
.col-right div.signpost div.spw2 {
	background-color: #FFFFFF;
}
.col-right div.signpost2 {
	margin: 0;
	padding: 0;
}
.rightgreybox p.last {
  margin-bottom:-3px;
  padding:0 3px;
}


/* - PRODUCTS DETAILS - */


div.buyform {
	background:none transparent;
	float:right;
}
div.buyform div.cw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-l.gif') repeat-y left top;
}
div.buyform div.cw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-r.gif') repeat-y right top;
}
div.buyform div.cw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-tl.gif') no-repeat left top;
}
div.buyform div.cw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-tr.gif') no-repeat right top;
}
div.buyform div.cw5 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-bl.gif') no-repeat left bottom;
}
div.buyform div.cw6 {
  padding:10px 10px 0;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-contact-br.gif') no-repeat right bottom;
  font:normal 0.86em 'Lato',Arial,Helvetica,sans-serif;
}
div.buyform div.row {
  margin:0;
  padding:0 0 20px;
}
div.buyform div.basketrow {
  /*margin:-9px 0 0;*/
  padding: 0;
  margin: -7px 0 0 0;
}
div.buyform div.inlineblock {
  margin-bottom:20px;
}
div.buyform div.inlinerow {
  margin:0;
  padding:7px 0 0;
}
div.buyform label {
  float:left;
  padding:4px 10px 0 0;
  font-weight:bold;
}
div.buyform label.inline {
  padding:1px 0 0 7px;
  font-weight:normal;
}
div.buyform span.req {
  color:#107fc9;
}
div.buyform select {
  float:left;
  padding:2px;
  border:1px solid #b3b3b3;
  width:170px;
  font:normal 1em 'Lato',Arial,Helvetica,sans-serif;
}
div.buyform input.text {
  float:left;
}
div.buyform input.thintext {
  margin:0 18px 0 0;
  border:1px solid #b3b3b3;
  padding:2px 2px 3px;
  width:34px;
}
div.buyform input.radio {
  float:left;
  margin-left:0;
  padding-left:0;
}
/*div.buyform input.button {
float:left;
margin:0;
border:0;
padding:2px 0 10px;
width:319px;
height:40px;
background:url('http://cb-uk.stg.hthealth.screencommerce.com/skin/frontend/enterprise/revitive/images/general/button_buynow.png') no-repeat left top;
color:#575959;
font:26px "Lato";
overflow:hidden;
}
div.buyform input.button:hover {
/* background:url('http://cb-uk.stg.hthealth.screencommerce.com/skin/frontend/enterprise/revitive/images/general/button_buynow1_hover.png') no-repeat left top;*/
/*}*/

div.buyform input.button,#more-reviews,.onepage-checkout-checkout-link input{
float:left;
margin: -27px 0 0;border:0;
padding: 4px 0 8px;
width: 348px;
height: 41px;color:#fff;font:26px "Lato";overflow:hidden;
background: url('/skin/frontend/hth/ultralieve_comau/images/new/product-add-to-basket.png?erwerwer');
}

div.buyform input.button:hover, #more-reviews:hover{
background-position: 0px -41px;
}

div.buyform input.button:active,#more-reviews:active{
padding: 5px 0 7px;
}

li#shipping-address-error.visible,li#billing-address-error.visible{
    display:block;
}

.hidden-address,.shipping-hidden-address,li#billing-address-error,li#shipping-address-error{
    display:none;
}
.hidden-address.visible,.shipping-hidden-address.visible {
    display:block;
}

/* Coming Soon Button */

.coming-soon-btn {
  float:left;
  margin:10px 0px;
  border:0;
  padding:2px 0 10px;
  width:319px;
  height:40px;
  background:url('http://www.revitive.com/skin/frontend/hth/revitive/images/general')button_buynow.png') no-repeat left top;
  color:#575959;
  font:26px "Lato";
  overflow:hidden;
  float:right;
}

div.buyform div.basketrow label,
div.buyform div.basketrow input.text,
div.buyform div.basketrow select {
  margin-top:9px;
  margin-bottom:9px;
}


.textblue {
	color: #107fc9;
}
.textgreen {
	color: #54A822;
}
.quantity   {
	border:1px solid #b3b3b3;
	width:70%;
	font:normal 1em 'Lato',Arial,Helvetica,sans-serif;
	padding: 0;
}
div.column13 {
	float:left;
	width:40%;
}
div.column23 {
	float:right;
	width:58%;
}
.pricetext {
	font-size: 1.1em;
}
.clickmore {
	font-size: 0.8em;
	font-weight: bold;
}





div.rightgreybox2 {
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-tl.gif') no-repeat left top;
	color:#fff;
	background-color: #666;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
div.rightgreybox2 div.gw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-tr.gif') no-repeat right top;
}
div.rightgreybox2 div.gw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-bl.gif') no-repeat left bottom;
}
div.rightgreybox2 div.gw3 {
	padding:11px 15px 5px;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greybox-br.gif') no-repeat right bottom;
}

div.rightgreybox2 h2 {
	color:#fff;
	font-size:1.71em;
}
div.rightgreybox2 h3 {
	margin:0;
	padding:0 0 4px;
	color:#fff;
	font-size: 1.71em;
	font-weight: bold;
}
div.rightgreybox2 p {
  margin:0;
  padding:0.5em 0;
}
div.rightgreybox2 a {
	color:#fff;
	text-decoration: underline;
}
div.rightgreybox2 a:hover {
  color:#3a913f;
}
.col-right div.signpost3 {
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.quantity2 {
	border:1px solid #b3b3b3;
	width:40%;
	font:normal 1em 'Lato',Arial,Helvetica,sans-serif;
	padding: 0;
}
div.table img {
}

#basket_title {
margin:15px 0 25px;
width:100%;
}

#basket_title h1{
color: inherit;
font-size: 22px;
line-height: 1.1em;
margin: 0;
padding: 14px 70px 0;
background: url('/skin/frontend/hth/ultralieve_comau/images/new/basket-header.png') no-repeat 0 0;
height: 43px;
}

.product-image{
  width: 577px;
  height: 322px;
  font-size: 22px;font-weight: bold;
  border: 1px solid #ccc;
  margin: 28px 0 0 8px;
  border-radius: 5px;
  text-align: center;
}
.product-image img { width: 100%; height: 100%;}
.checkout-cart-index .product-image img { width: auto; }
.basket{

}

.basket a.cta {
	display:block;
	padding:10px 0 0;
	height:43px;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button-basket-cta.png') no-repeat left top;
	color:#fff;
	font-size:1.3em;
	text-align:center;
	text-decoration:none;
	width: 225px;
	margin-top: 5px;
}


.basket a.cta:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/button-basket-ctahover.png') no-repeat left top;
}
td#contentwrap2 {
}
td#asidewrap2 {
	width:277px;
}
.col-right2 {
	padding:10px 0px 0 25px;
}

.col-right2 div.signpost {
  margin:0 0 10px;
  border-top:10px solid #4bd0e3;
  padding:0 1px 1px;
  background:#eee;
}
.col-right2 div.signpost div.spw1 {
  border:1px solid #fff;
  border-top:0;
  padding:1px 13px 13px;
  background:#fafdfd url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-signpost.gif') repeat-x left bottom;
}
.col-right2 div.signpost h2 {
  margin:0 0 10px;
  border-bottom:1px solid #dfdfdf;
  padding:9px 0;
  color:#107fc9;
  font-size:1.43em;
  font-weight:normal;
  line-height:1.2em;
  letter-spacing:-0.05em;
}
td#asidewrap3 {
	width:15px;
	/*background:#fff url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-rightshadow.gif') repeat-y right top;*/
}
div#content2 {
	padding:10px 8px 0 35px;
	/*background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-leftshadow-top.jpg') no-repeat left top;*/
}

div.productdetails {
  margin-top:-6px;
  padding-bottom:30px;
}
div.productdetails img.productimage {
  display:block;
  margin:0 0 12px;
  width:100%;
}
div.productdetails div.column23indent {
  position:relative;
  padding-left:5px;
}
div.productdetails div.column23indent div.sticker {
  position:absolute;
  top:-96px;
  right:-7px;
}
div.productdetails h2.price {
  margin-top:-5px;
	font-size:1.85em;
	border-bottom:1px solid #DFDFDF;
}
div.productdetails h2.price strong {
  color:#3a913f;
  font-weight:normal;
}
div.productdetails h2.price span{
  font-size:0.77em;
}

div.productdetails ul.ticklist li {
  margin:0 0 -2px;
  padding:0 0 0 28px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/icon-tick.gif') no-repeat left 0.15em;
}




div.basketCrumbs
{
	margin-bottom: 5px;
}

tr.totalsRow strong
{
	font-size: 1.28em;
}

div.basketSticker
{
	position: absolute;
	top: 5px;
	right: 2px;
}

div#upsellContainer
{
	margin-right: 264px;
	margin-bottom: 14px;
}

div#upsellContainer h3
{
	font-size: 1.42em;
	margin-bottom: 22px;
	letter-spacing: 0;
}

div.deliverySignpost
{
	width: 251px;
	float: right;
	position:relative;
	top: 7px;
}

div.dhl p
{
	font-size: 1.15em;
	margin: 0;
	clear: both;
	padding: 10px 0 0 0;
	line-height: 1.4em;
}

div.dhl img.dhlvan
{
	float: left;
}

div.dhl p.viadhl
{
	color: #107fc9;
	float: left;
	width: 100px;
	font-family:'Lato',arial,sans-serif;
	font-size:0.85em;
	line-height: 1.65em;
	clear: none;
	padding: 0 0 0 10px;
}

/* temp copy of signpost styles, for when not in aside */
div.outsideAsideSignpost {
  margin:0 0 10px;
  border-top:10px solid #4bd0e3;
  padding:0 1px 1px;
  background:#eee;
}
div.outsideAsideSignpost div.spw1 {
  border:1px solid #fff;
  border-top:0;
  padding:1px 13px 13px;
  background:#fafdfd url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-signpost.gif') repeat-x left bottom;
}
div.outsideAsideSignpost h2 {
  margin:0 0 10px;
  border-bottom:1px solid #dfdfdf;
  padding:9px 0;
  color:#107fc9;
  font-size:1.43em;
  font-weight:normal;
  line-height:1.2em;
  letter-spacing:-0.05em;
}

/* new basket buttons styles */
div.basketButtons
{
	float: right;
	padding: 13px 0 3px 10px;
}

div.basketButtons p
{
	float: right;
	float:right;
	font-size:1.3em;
	padding:9px 0px 9px 15px;
}

div.basketButtons p a
{
	float: none;
	padding: 0 10px;
}

div.basketButtons p a.cShopping
{
	padding-left: 0;
}
div.basketButtons p a.updateTotal
{
	padding-right: 0;
}

div.basketButtons a.checkoutButton
{
	float: right;
	background:#55AA22 url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkout-button.gif) no-repeat scroll left top;
	width: 228px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	text-decoration: none;
}

div.basketButtons a.checkoutButton:hover
{
	background:#55AA22 url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkout-button.gif) no-repeat scroll -228px top;
}

div.bottomborder3
{
	margin-bottom: 13px;
}

p.refundPolicy
{
	margin-top: -10px;	
}
p.refundPolicy2 {
  border-bottom:1px solid #dfdfdf;
  padding:0px 0 10px 7px;
  line-height:1.14em;
  font-size:0.85em;
}

a.removeFromBasket
{
text-indent: -9999em;
overflow: hidden;
background: transparent url(/skin/frontend/hth/ultralieve_comau/images/new/remove-icon.png) no-repeat scroll 0px 0px;
width: 22px;
height: 22px;
display: block;
margin: 0 auto;
position: absolute;
right: 65px;
}

a.removeFromBasket:hover
{
background-position: 0px -22px;
}



/* - Products - */

div.col67l {
  float:left;
  width:67%;
}
div.col31r {
  float:right;
  width:31%;
}
div.productbox {
  float:none;
  width:auto;
  margin:0 0 20px;
}
div.productbox div.gw5 {
  position:relative;
  min-height:0;
}
div.products div.productbox div.gw5 {
  min-height:299px;
}
div.products div.ph1 div.gw5 {
  min-height:375px;
}
div.products div.ph2 div.gw5 {
  min-height:368px;
}
div.productbox h2 {
  padding-right:100px;
}
div.productbox div.sticker {
  position:absolute;
  top:-14px;
  right:-4px;
}
div.productbox img.steps {
  float:left;
  margin:0 13px 10px 0;
}
div.productbox ul.steps {
  float:left;
  margin:0 0 2px;
  padding:0 0 0 3px;
  width:315px;
  list-style:none;
}
div.productbox ul.steps li {
  margin:0;
  padding:0 0 8px;
  background:none;
  list-style:none;
}
div.productbox ul.steps li span.text {
  display:block;
  margin-left:3.91em;
}
div.productbox ul.steps li span.step {
  float:left;
  width:3.91em;
  color:#107fc9;
  font-weight:bold;
}

div.productbox ul.steps li:after {
  content:'.';
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
div.productbox div.nb {
  float:left;
  clear:both;
  margin:-2px 0 2px;
  width:100%;
}
div.productbox div.moreinfo {
  float:left;
  width:315px;
  padding-left:3px;
}
div.productbox div.moreinfo a {
  padding-left:11px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bestseller-bullet.gif') no-repeat left 0.57em;
}
div.productbox div.moreinfo a:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bestseller-bullet-hover.gif') no-repeat left 0.57em;
}

div.productgreybox div.gw3 {
  min-height:236px;
}
div.productgreybox h2 {
  margin-bottom:0;
  border:0;
}

div.products div.bumperpack {
  margin-top:0;
  margin-bottom:20px;
  width:49%;
}
div.products div.bumperpack div.bw6 {
  padding-bottom:7px;
}
div.products div.bumperpack div.sticker {
  padding-top:33px;
  line-height:1.13em;
}
div.products div.bumperpack ul li {
  color:#666;
  font-weight:normal;
}
div.products div.bumperpack a.cta {
  display:block;
  clear:both;
  margin:0;
  padding:7px 0 0 18px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-cta.gif') no-repeat 4px 0.8em;
  font-size:1.28em;
  line-height:1.23em;
}
div.products div.bumperpack a.cta:hover {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-greyborderbox-cta-hover.gif') no-repeat 4px 0.8em;
}

div.products div.productbox {
  width:49%;
}
div.products div.left {
  float:left;
}
div.products div.right {
  float:right;
}
div.products div.productbox h2 {
  padding-right:0;
}

div.products div.productbox p {
  line-height:1.21em;
}

div.products div.productbox div.image {
  float:left;
  margin:0 10px 10px 0;
  width:180px;
}

div.productbox ul.ticklist {
  float:left;
  width:210px;
}
div.productbox ul.ticklist li {
  margin:0;
  padding:0 0 0 28px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/icon-tick.gif') no-repeat left 0.15em;
}
div.productbox ul.orig li {
  padding-bottom:8px;
}
div.productbox ul.thin {
  width:auto;
}

div.productbox a.cta,
div.bumperpack a.cta {
  margin-bottom:10px;
}

div.productbox a.buybutton,
div.bumperpack a.buybutton {
  display:block;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-productbutton-l.png') no-repeat left top;
  color:#fff;
  font-size:1.6em;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
}
div.productbox a.buybutton span,
div.bumperpack a.buybutton span {
  display:block;
  padding:19px 0 0;
  height:44px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-productbutton-r.png') no-repeat right top;
  overflow:hidden;
}
div.productbox a.buybutton:hover,
div.bumperpack a.buybutton:hover {
  background-position:left bottom;
}
div.productbox a.buybutton:hover span,
div.bumperpack a.buybutton:hover span  {
  background-position:right bottom;
}
div.productbox a.buybutton em,
div.bumperpack a.buybutton em {
  font-size:0.63em;
  font-weight:normal;
  font-style:normal;
}
div.bumperpack a.buybutton {
  background-image:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpackbutton-l.png');
}
div.bumperpack a.buybutton span {
  background-image:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpackbutton-r.png');
}

/* BB1 added styles */

input {
 font-family:'Lato';
}

.productsbp div.greyborderbox {
 float:none;
 width:431px;
}
.productsbp div.bestseller {
 float:left;
 width:430px;
 margin:0 0 16px;
}
.productsbp div.bestseller.listOdd{float:right;}
div.buyform input#qty {
 float:left;
 margin:9px 18px 9px 0;
 border:1px solid #b3b3b3;
 padding:2px 2px 3px;
 width:34px;
 font-family:'Lato',Arial,Helvetica,sans-serif;
 font-size:0.86em;
}
.onecolumncontent td#contentwrap {
  background: transparent none no-repeat left top;
  padding: 0;
}
.onecolumncontent div#content {
 padding: 10px 7px 0 25px;
}
.onecolumncontent div#content div#content, table.onecolumncontent div#content {
  padding: 0 17px 0 0;
  min-height: 0;
  background: none no-repeat left top;
}
.onecolumncontent td#asidewrap {
  width:252px;
  padding: 0;
  background: transparent none no-repeat left top;
}
.onecolumncontent .col-right {
  width:252px;
  padding: 0;
  /*min-height: 0;*/
  background: none no-repeat left top;
}
div.contactform input.inputreq, div.contactform input.input {
  float:left;
  padding:2px 2px 3px;
  border:1px solid #b3b3b3;
  width:164px;
  font:normal 1em 'Lato',Arial,Helvetica,sans-serif;
}
td.onecolumncontent div.cornersearch {
 position: absolute;
 top: 0px;
 right: 0px;
}
.content-inner {
 padding-top: 10px;
}
#bb1_crumbtrail {
 display: none;
}
.show-No {
 display: none;
}
.show-Yes {
 display: block;
}
.hide-Yes {
 display: none;
}
.hide-No {
 display: block;
}
.hide {
 display: none;
}
.show {
 display: block;
}
div.products div.productbox, div.categories div.productbox {
 float: left;
 margin:0 0 17px 0;
 width:430px;
}
.text {
 color: inherit;
 font-size:1em;
}

div.products div.productbox .thumbnail {
 float: left;
 margin: 0 10px 10px 0;
}
div.products div.productbox p {
 margin: 0;
}
div.products div.productbox h2 strong {
 display: block;
}
.bold-red {
	color: #FF0000;
	font-weight: bold;
}
.big-bold-red {
 color: #FF0000;
 font-weight: bold;
 font-size: 2.4em; }
 
 /* BEST SELLER */
 div.bestseller-Yes {
  float:left;
  margin-top:16px;
  width:56%;
  background:#fdefef url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-gradient.gif') repeat-x left top;
}
div.bestseller-Yes div.gw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-side.gif') repeat-y left top;
}
div.bestseller-Yes div.gw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-side.gif') repeat-y right top;
}
div.bestseller-Yes div.gw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-tl.gif') no-repeat left top;
}
div.bestseller-Yes div.gw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-tr.gif') no-repeat right top;
}
div.bestseller-Yes div.gw5 {
  position:relative;
  padding: 0;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-bl.gif') no-repeat left bottom;
}
div.bestseller-Yes div.gw6 {
  padding:0 8px 7px 11px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-br.gif') no-repeat right bottom;
}
div.bestseller-Yes h2 {
  margin:0 105px 10px 0;
  padding-top:4px;
  padding-bottom:6px;
}
div.bestseller-Yes img {
  float:left;
  padding-left:2px;
}
div.bestseller-Yes a.button {
  float:right;
  margin:18px 0 11px 11px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-button-top.png') no-repeat left top;
  color:#fff;
  font-size:1.07em;
  line-height:1.3em;
  text-align:center;
  text-decoration:none;
}
div.bestseller-Yes a.button:hover {
  background-position:right top;
}
div.bestseller-Yes a.button span {
  display:block;
  padding:24px 0;
  width:132px;
  min-height:105px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-button-bottom.png') no-repeat left bottom;
}
div.bestseller-Yes a.button:hover span {
  background-position:right bottom;
}
div.bestseller-Yes a.button strong {
  font-size:1.6em;
  font-weight:bold;
  line-height:1.21em;
}
div.bestseller-Yes ul {
  /*clear:left;*/
  margin:0;
  padding:10px 0 0 2px;
  list-style:none;
}
div.categories div.productbox.bestseller-Yes ul.ticklist li, div.bestseller-Yes ul li {
  margin:0;
  padding:0 0 0 27px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-bumperpack-ul-li.gif') no-repeat left center;
  color:#107fc9;
  font-size:1em;
  font-weight:bold;
  line-height:1.43em;
  list-style:none;
}
div.bestseller-Yes div.sticker {
  position:absolute;
  right:-4px;
  top:-14px;
}
div.bestseller-Yes div.gw5 {
min-height:0;
}
div.bestseller-Yes div.gw6 {
min-height:383px;
}
/**/

.itemid-164 ul {
 clear:left;
}

.infoitem-item {
 display: none;
}
.infoitem-filecabinet {
 display: none;
}
.infoitem-infoitem {
 display: block;
}
.item-infoitem {
 display: none;
}
.item-filecabinet {
 display: none;
}
.item-item {
 display: block;
}
div.productdetails img.productimage {
 width: auto;
 margin: 0 auto 12px auto;
}


/* Shopping Cart/Checkout Styles */

h2.basketTable {
  margin:0;
  border:0;
  border-top:10px solid #555;
  border-left:1px solid #b8b8b8;
  border-right:1px solid #b8b8b8;
  padding:9px 14px;
  background:#f4f4f4 url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-table-h2.gif') repeat-x left top;
  color:#555;
  font-size:1.85em;
  line-height:1.2em;
}

table#carttable {
  border-top:0;
  /*width:100%;*/
}


table#carttable td {
border-collapse: collapse;
font-size: 14px;
text-align: center;
font-family: 'Lato';
border: none;
padding: 0 10px;
}
table#carttable .accept-payments {
    text-align: left;
    margin: 20px 0 0 10px;
    width: 400px;
}
table#carttable .accept-payments .cart-logos img {
    padding: 0;
}
table#carttable .accept-payments p {
    margin: 0 0 5px;
    color: #666f73;
}
table#carttable .texttablert span, table#carttable .texttablectr a { display: inline-block; margin-top: 50px; font-size: 20px;}
table#carttable td .product-image { width: 191px; height: 103px; display: inline-block; margin-top: 25px;}
table#carttable td:first-child + td a { border: none; color: inherit; font-weight: normal; height: auto; margin-top: 50px; }
.cart-vat-relief{color: #00B8CC;}
.cart-vat-relief span{font-weight: bold;}

/*table#carttable .texttable .qty {margin-left: 50px;}*/
table#carttable tr#carttableheader td {
 vertical-align: middle;
 font-size: 1em;
 padding: 3px;
 background: #f5f7f7;
}

table#carttable tr#carttableheader div.listheadernosort {
  background-color: #fff;
  border-top:1px solid #dfdfdf;
  padding:9px 15px 8px;
  color:#107fc9;
  font-size:1em;
  font-weight:bold;
  text-align:left;
  line-height: 16px;
}


/*
table#carttable td.texttable, table#carttable td.texttablert, table#carttable td.texttablectr, table#carttable td.listtexthl {
 background-color: #fff;
 border: 0 none;
 border-top:1px solid #dfdfdf;
 padding:9px 15px 8px;
 font-size:1em;
 font-weight:normal;
 text-align:left;
}
*/

table#carttable td.texttable a, table#carttable td.texttablert a, table#carttable td.texttablectr a {
 
}

table#carttable .tax-relief-row td { text-align: left; padding: 0 0 25px; }
table#carttable .tax-relief-row td #tax-relief { margin: -3px 3px 0 0; }
table#carttable .texttable input {
 width: 50px;
 font-size: 13px;
 padding: 5px;
 border: 1px solid #e5e5e5;
 margin-top: 50px;
}

.basketTable {
 
}

.basketTable #carttablewrap {
    border: 1px solid #9fadb3;
    border-radius: 7px;
    overflow: hidden;
}

table#carttable tr.stripe th,
table#carttable tr.stripe td {
  color: #704a9e;
}

table#carttable  .cart-grand-total { font-size: 21px;border-top:0px solid #CDCDCD; padding-top:10px; padding-bottom:10px; }
.cart-grand-total2 { border-top:0px solid #CDCDCD; padding-top:10px; padding-bottom:0px; }
table#carttable .cart-subtotal { padding-top:25px; border-top:0px solid #727A78;text-align:center; font-size: 16px;}
table#carttable .cart-subtotal .price { font-size: 18px; } 
table#carttable  .cart-vat-total,table#carttable  .cart-delivery-total { padding: 0;text-align:center; }
table#carttable  .cart-vat-total,table#carttable  .cart-delivery-total .left { margin-top: -20px; font-size: 16px; font-weight: normal; }
table#carttable .cart-vat-total .left .price { font-size: 14px; color: #666f73;}
table#carttable  .cart-vat-total div,table#carttable  .cart-delivery-total div {margin-left:29px; }
table#carttable  .cart-vat-relief { padding-bottom:3px; padding-top:3px;text-align:left;padding-left:58px; }
table#carttable  .cart-total-label { text-align: center;}
table#carttable  .cart-total-label.cart-vat-total { color: #666f73; }
table#carttable  .cart-delivery-label { text-align: center; padding: 30px;}
#content.checkout {
 width: 722px;
}

.checkout #carttable {
 
}

.bgbutton, .nlbutton {
 border: 0 none #000;
 font-weight: normal;
 vertical-align: middle;
 cursor: pointer;
 
	background:#55AA22 url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkout-button.gif) no-repeat scroll left top;
	width: 228px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
}
.basketTable .bgbutton, .basketTable .nlbutton {
 margin: 0 0 0 25px;
}

.bgbutton:hover, .nlbutton:hover, #checkout.bgbutton:hover {
    background:#55AA22 url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkout-button.gif) no-repeat scroll -228px top;
}
#cancel.nlbutton, #continue.bgbutton {
    margin: 13px 0;
}

#checkout.bgbutton {
	background:#55AA22 url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-checkout-button.gif) no-repeat scroll left top;
	width: 228px;
	height: 43px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
 margin:13px 0;
}

#checkout.btn-proceed-to-checkout {
    background: url('/skin/frontend/hth/ultralieve_comau/images/new/product-add-to-basket.png') no-repeat center center;
    background-position: 0px 0px;
    width: 348px;
    height: 41px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    text-decoration: none;
    margin:10px 0px 0 0;
    border:0px solid #fff;
    cursor: pointer;
    padding-left: 15px;
}

#checkout.btn-proceed-to-checkout:hover{background-position: 0px -41px;}
#checkout.btn-proceed-to-checkout:active{background-position: 0px -41px;font-size: 25px;}

.cart .btn-continue-shopping, .success-wrapper .btn-continue-shopping {
    background:#fff url(/media/revitive/skin/btn_continue_shopping_01.png) no-repeat;
    background-position: 0px 0px;
    width: 267px;
    height: 43px;
    text-align: center;
    font-size:26px;
    color:#575959;
    text-decoration: none;
    margin:10px  0 0 0;
    border:0px solid #fff;
    cursor: pointer;
}

.btn-continue-shopping:hover{background-position: 0px -50px;}
.btn-continue-shopping:active{background-position: 0px -99px;font-size: 25px;}

.opc .btn-checkout-continue {
    background-image:url(/media/revitive/skin/btn_large_green.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    border: 1px solid #1f4c21;
    width: 154px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin:10px 0 0 0;
    cursor: pointer;
}

.opc .btn-checkout-continue:hover{background-position: 0 -45px;background-color: #307834;}
.opc .btn-checkout-continue:active{background-position: 0 -90px;background-color: #265e29;}


/*.opc .btn-checkout-continue {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_continue.png) no-repeat;
    width: 154px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin:10px 0 0 0;
    border:0px solid #fff;
    cursor: pointer;
}
.opc .btn-checkout-continue:hover {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_continue_hover.png) no-repeat;
	 opacity: 0.9;
}*/

.opc .btn-checkout-placeorder {
    background-image:url(/media/revitive/skin/btn_large_green.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    border: 1px solid #1f4c21;
    width: 154px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    margin:10px 0 0 0;
    cursor: pointer;
}

.opc .btn-checkout-placeorder:hover{background-position: 0 -45px;background-color: #307834;}
.opc .btn-checkout-placeorder:active{background-position: 0 -90px;background-color: #265e29;}

/*.opc .btn-checkout-placeorder {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_placeorder.png) no-repeat;
    width: 154px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    margin:10px 0 0 0;
    border:0px solid #fff;
    cursor: pointer;
}
.opc .btn-checkout-placeorder:hover {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_placeorder_hover.png) no-repeat;
	 opacity: 0.9;
}*/

.btn-checkout-blank {
    background-image:url(/media/revitive/skin/btn_large_green.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    border: 1px solid #1f4c21;
    width: 104px;
    height: 33px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin:0.70em  0 0 0;
    cursor: pointer;
    padding-bottom: 5px;
}
.btn-checkout-blank:hover{background-position: 0 -45px;background-color: #307834;}
.btn-checkout-blank:active{background-position: 0 -90px;background-color: #265e29;}

/*.btn-checkout-blank {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_checkout_bg.png) no-repeat;
    width: 104px;
    height: 33px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin:0.70em  0 0 0;
    border:0px solid #fff;
    cursor: pointer;
    padding-bottom: 5px;
}
.btn-checkout-blank:hover {
   background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_checkout_bg_hover.png) no-repeat;
	 opacity: 0.9;
}*/

.btn-createaccount-blank-highlight {
    background-image:url(/media/revitive/skin/btn_large_green.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    border: 1px solid #1f4c21;
    width: 250px; 
    height:40px;   
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    margin:15px 0 0 0;
    cursor: pointer;
}

.btn-createaccount-blank-highlight:hover{background-position: 0 -45px;background-color: #307834;}
.btn-createaccount-blank-highlight:active{background-position: 0 -90px;font-size:21px;background-color: #265e29;}

.btn-checkout-blank-highlight {
    background-image: url(/skin/frontend/hth/ultralieve_comau/images/new/button-purple.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    width: 104px;
    border-radius: 7px;
    height: 33px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin:.80em 0 0 0;
    cursor: pointer;
    padding: 1px 0 2px;
}

.btn-checkout-blank-highlight:hover{background-position: 0 -45px;background-color: #307834;}
.btn-checkout-blank-highlight:active{background-position: 0 -90px;background-color: #265e29;}

/*.btn-checkout-blank-highlight {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_checkout_bg.png) no-repeat;
    width: 104px;
    height: 33px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin:.80em 0 0 0;
    border:0px solid #fff;
    cursor: pointer;
    padding-bottom: 5px;
}
.btn-checkout-blank-highlight:hover {
background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_myacc_bg_hover.png) no-repeat;
	 opacity: 0.9;
}*/

.btn-myacc-blank-highlight {
    background-image:url(/media/revitive/skin/btn_large_green.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    border: 1px solid #1f4c21;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 20px;
    height: 40px;
    margin: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 210px;
}

.btn-myacc-blank-highlight:hover{background-position: 0 -45px;background-color: #307834;}
.btn-myacc-blank-highlight:active{background-position: 0 -90px;font-size:19px;background-color: #265e29;}

/*  OLD  
.btn-myacc-blank-highlight {
    background: url("http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_myacc_bg.png") no-repeat scroll 0 0 transparent;
    border: 0 solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 1.6em;
    font-weight: bold;
    height: 44px;
    margin: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 210px;
}
.btn-myacc-blank-highlight:hover {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_myacc_bg_hover.png) no-repeat;
	 opacity: 0.9;
}*/

.btn-my-acc-blank {
    background-image:url(/media/revitive/skin/btn_large_green.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    border: 1px solid #1f4c21;
    width: 104px;
    height: 31px;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    text-decoration: none;
    margin:0px 0 0 0;
    cursor: pointer;
}

.btn-my-acc-blank:hover{background-position: 0 -45px;background-color: #307834;}
.btn-my-acc-blank:active{background-position: 0 -90px;background-color: #265e29;}

/*.btn-my-acc-blank {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_checkout_bg.png) no-repeat;
    width: 104px;
    height: 31px;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    text-decoration: none;
    margin:0px 0 0 0;
    border:0px solid #fff;
    cursor: pointer;
}
.btn-my-acc-blank:hover {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_checkout_bg.png) no-repeat;
}*/

.lnk-manage-addresses {
    background-image:url(/media/revitive/skin/btn_large_green.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    border: 1px solid #1f4c21;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    text-decoration: none;
    margin:25px 0 0 0;
    font-weight:normal;
    font-family:'Lato';
    cursor: pointer;
    padding:5px 15px;
}

.lnk-manage-addresses:hover{background-position: 0 -45px;background-color: #307834;text-decoration: none;}
.lnk-manage-addresses:active{background-position: 0 -90px;background-color: #265e29;}

/*.lnk-manage-addresses {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_manage.png) no-repeat;
    width: 181px;
    height: 33px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    text-decoration: none;
    margin:25px 0 0 0;
    font-weight:normal;
    font-family:'Lato';
    border:0px solid #fff;
    cursor: pointer;
    padding:4px 30px 10px 19px;
}

.lnk-manage-addresses:hover {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_manage_hover.png) no-repeat;
    color: #fff; 
}*/

.btn-logout-blank {
    background-image:url(/media/revitive/skin/btn_large_green.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #3a913f;
    border: 1px solid #1f4c21;
    width: 101px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
   font-weight: normal;
    text-decoration: none;
    margin: 20px -17px;
    cursor: pointer;
}


/*.btn-logout-blank {
    background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_logout.png) no-repeat;
    width: 103px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
   font-weight: normal;
    text-decoration: none;
    margin:5px -17px;
    border:0px solid #fff;
    cursor: pointer;
}
.btn-logout-blank:hover {
  background:transparent url(http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/btn_logout_hover.png) no-repeat;
}*/


#recalc.nlbutton {
 padding-right: 0;
 margin: 13px 0;
}

/*#submitter.bgbutton */
.continue-button {
 width: 94px;
 height: 26px;
 background: #666666 url(/images/buttons/button-continue.gif) no-repeat 0 0;
 color: transparent;
 font-size: 0;
 text-align: left;
}

.basketTable .contact-bump-container {
 position: relative;
 padding-bottom: 180px;
}

.basketTable  .contact-bump-container #contact_bump {
 position: absolute;
 top: -44px;
}

.basketTable tr.cart-total td, .checkout tr.cart-total td {
 background-color: #f0f1f1 !important;
}

td[align="right"] {
 text-align:right;
}
td[align="center"] {
 text-align:center;
}

.greytitle {
  margin:0 0 21px;
  /*border-bottom:1px solid #dfdfdf;*/
  padding:13px 0 11px;
  color:#666;
  font-size:1.3em;
  font-weight:normal;
  line-height:1em;
  letter-spacing:-1px;
}

.smalltext, .text, .smalltextctr, .smalltextrt {
 color: inherit;
 font-size: 1em;
}

.checkout td.smalltext, .checkout  td.smalltextnolink {
 vertical-align: bottom;
}

.smalltextnolink, .textboldnolink {
 font-size: 1em;
 text-decoration: none;
}

.smalltextnolink:hover {
 background-color: transparent;
}

.input, .inputreq, input.text {
 color: #999;
 font-size: 16px;
 padding: 3px;
}

.input .input, .inputreq .inputreq, input.text input.text {
 font-size: 1em;
}

.inputreq {
 /*background-color: #ffffe5;*/
}

.dropdownInput {
 border-width: 1px;
}

select.input, select.input-req {
 
}

.smallgraytext {
 color: inherit;
 font-size: 0.9em;
}

.checkoutprogresstext {
 color: inherit;
 font-size: 1em;
}

.checkoutthankstext {
  margin:0 0 16px;
  padding:0 0 3px;
  color:#555;
  font-size:1.85em;
  font-weight:normal;
  line-height:1.25em;
  font-family: inherit;
}

td.checkoutwarning {
 width: 400px;
 padding-left: 10px;
 font-size: 0.95em;
}

a.removeFromBasket * {
 display: none;
}

div.homevat div.button a {
  display:block;
  margin:0 auto 20px;
  padding:18px 0 0;
  width:177px;
  height:45px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homevat-button.png') no-repeat left top;
  color:#fff;
  font-size:1.71em;
  font-weight:bold;
  line-height:1em;
  text-align:center;
  text-decoration:none;
}
div.homevat div.button a:hover {
  background-position:right top;
  color:#fff;
}
td.input, span.input{
 border: 0 none;
}
td.header3dtd div.smalltextrt {
 padding: 3px 3px 0 3px;
}

.left-pad {
  float:left;
  clear: left;
  margin: 0 10px 10px 0;
}
.right-pad {
  float:right;
  clear: right;
  margin: 0 0 10px 10px;
}

a.greenbutton {
  display:block;
  margin: 6px auto 0 auto;
  padding:19px 0 0;
  height:45px;
  width: 223px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-aside-button.gif') no-repeat left top;
  color:#fff;
  font-size:1.71em;
  text-align:center;
  text-decoration:none;
}
a.greenbutton:hover {
  background-position:right top;
}

div.productbox ul.steps {
  width:305px;
}

.clear, .clr {
 clear: both;
}

div.bestseller div.imagearea {
 overflow: hidden;
}
div.greyborderbox h2 {
 border: 0 none;
 border-bottom:1px solid #DFDFDF;
 background: transparent none;
}

div#bb1_reg_vat_relief_termsandconditions_en {
 display: block;
}
div#bb1_reg_vat_relief_termsandconditions_de {
 display: none;
}
#custentity_bb1_web_registrationmessage_val, #custentity_bb1_web_age_fs_lbl, #custentity_bb1_web_age_fs, #custentity_bb1_web_purchasedfor_fs_lbl, #custentity_bb1_web_purchasedfor_fs, #custentity_bb1_web_purchasedfor_other_fs_lbl, #custentity_bb1_web_purchasedfor_other_fs, #custentity_bb1_web_typeofailment_fs_lbl, #custentity_bb1_web_typeofailment_fs, #custentity_bb1_web_typeofailment_other_fs_lbl, #custentity_bb1_web_typeofailment_other_fs, #custentity_bb1_web_ulsource_fs_lbl, #custentity_bb1_web_ulsource_fs, #custentity_bb1_web_ul_source_other_fs_lbl, #custentity_bb1_web_ul_source_other_fs {
 display: none;
}

.country-selector {padding-top:8px; padding-left:18px; float:left;}
.country-selector a {text-decoration:none;}
.country-selector span.uk {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/uk.png') no-repeat right center; padding:0px 8px;}
.country-selector span.ca {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/ca.png') no-repeat right center; padding:0px 8px;}
.country-selector span.ir {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/ie.png') no-repeat right center; padding:0px 8px;}
.country-selector span.de {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/de.png') no-repeat right center; padding:0px 8px;}
.country-selector span.au {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/au.png') no-repeat right center; padding:0px 8px;}
.country-selector span.nz {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/nz.png') no-repeat right center; padding:0px 8px;}

.header-right-change-size { float:right; margin:5px 0 0;}
.header-right-change-size > div:first-child { width: 440px !important; }
#header .header-right-change-size #change-size { float:left; margin:5px 0 0;}
.header-right-change-size .store-locator { display:block; float:left; width:64px; margin:7px 10px; line-height: 1.1em; text-transform:uppercase; border: 2px solid #3a913f; padding: 3px 5px; line-height: 12px;}
.header-right-change-size .store-locator a span { font-size:11px;}
.footer-links-top ol li h2 a { font-size:16px;}
.r {border:0px none; margin:0px; padding:0px; float:none; clear:both; width:0px; height:0px; line-height:0px; font-size:0px}
.fr-navigation ul#navbar li {float: left;
font-size: .92em;
margin: 0;

padding: 0;
line-height: 35px;
list-style: none;width: 160px;}

.cms-page-view.cms-warranty-registration .std {
	padding-left: 5px;
}
.fr-navigation ul#navbar li#nav_end div.subnav { left:-106px;}
@-moz-document url-prefix() {
.fr-navigation ul#navbar li#nav_end div.subnav { left:-102px;}
}
@CHARSET "ISO-8859-1";

body{
	margin:0px;
	min-width: 900px;
}


img.minWidth{width:950px;}


div.products .productbox.listOdd{float:right;}

.clrL{clear:left;}

div.thumbnail{float:left;}

div.successStories {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
div.successStories p{
  font-family: Comic Sans MS;
  color: #008000;
  font-size: 13pt;
  font-style: italic;
  text-align: justify;
}
p.regTtl {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14pt;
  color: black;
  font-family: Arial;
}
div.regs {
  font-size: 10.5pt;
  color: black;
  font-family: Arial;
}

ul.plain li{
	background:none;
	list-style-type:disc;
}

table.enqForm legend.strong{display:block;font-weight:bold;}

.delFont1 {
  font-size: 16px;
}
.delFont2 {
  font-size: 13px;
}
.padMar {
  padding: 0px;
  margin: 10px 0px;
}
td.tblDel1 {
  PADDING-RIGHT: 3.75pt;
  PADDING-LEFT: 3.75pt;
  PADDING-BOTTOM: 3.75pt;
  PADDING-TOP: 3.75pt;
  BACKGROUND-COLOR: transparent;
}
td.tblDel2 {
  PADDING-RIGHT: 3pt;
  PADDING-LEFT: 3pt;
  PADDING-BOTTOM: 3pt;
  PADDING-TOP: 3pt;
  BACKGROUND: #dadada;
}
td.tblDel3 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #8966aa 1pt solid;
  BORDER-LEFT: #f0f0f0;
  BORDER-BOTTOM: #8966aa 1pt solid;
}
td.tblDel4 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #f0f0f0;
  BORDER-LEFT: #f0f0f0;
  BORDER-BOTTOM: #8966aa 1pt solid;
}
td.tblDel5 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #f0f0f0;
  BORDER-LEFT: #8966aa 1pt solid;
  WIDTH: 94.5pt;
  BORDER-BOTTOM: #8966aa 1pt solid;
}
td.tblDel6 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #8966aa 1pt solid;
  BORDER-LEFT: #8966aa 1pt solid;
  WIDTH: 94.5pt;
  BORDER-BOTTOM: #8966aa 1pt solid;
}
td.tblDel7 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #f0f0f0;
  BORDER-LEFT: #8966aa 1pt solid;
  BORDER-BOTTOM: #8966aa 1pt solid;
}
td.tblDel8 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #f0f0f0;
  BORDER-LEFT: #f0f0f0;
  BORDER-BOTTOM: #8966aa 1pt solid;
}
td.tblDel9 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #f0f0f0;
  BORDER-LEFT: #f0f0f0;
  WIDTH: 139.5pt;
  BORDER-BOTTOM: #8966aa 1pt solid;
}
td.tblDel10 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #8966aa 1pt solid;
  BORDER-LEFT: #8966aa 1pt solid;
  WIDTH: 170pt;
  BORDER-BOTTOM: #8966aa 1pt solid;
}
td.tblDel11 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #8966aa 1pt solid;
  BORDER-LEFT: #f0f0f0;
  BORDER-BOTTOM: #8966aa 1pt solid;
  WIDTH: 80pt;
}
td.tblDel12 {
  BORDER-RIGHT: #8966aa 1pt solid;
  BORDER-TOP: #8966aa 1pt solid;
  BORDER-LEFT: #f0f0f0;
  WIDTH: 135pt;
  BORDER-BOTTOM: #8966aa 1pt solid;
}


.enqForm input.input-text{width:400px;}

.pagebreak{clear:both;}


#wishlist-sidebar li {border-bottom: 1px solid #ddd;clear:left;display:block;}

.bigNotice{color:#3a913f;font-size:22pt;}
.smlNotice{color:#3a913f;font-size:14pt;}

.account-create .bigNotice {color:#3a913f; font-size:1.6em;}
.account-create .smlNotice {color:#3a913f; font-size:0.9em;}

#co-billing-form ul li, #co-shipping-form ul li, #co-shipping-method-form ul li, #co-payment-form ul li{background:none;padding: 10px 0 0;}

div.gMapLoading{
	opacity: 0.75;
	color:#000000;
	background-color:#dddddd;
}
div.gMapLoading div{
	margin-top:25%;
	text-align:center;
}


div#footerStoreLoc{
    font-size:0.9em;
    float:right;
    clear:both;
    font-weight:bold;
}
div#footerStoreLoc input, div#footerStoreLoc select{
    margin:0px;
}
div#footerStoreLoc input.input{
    width:90px;
}


/* - Home Banner - */

div.homebanner {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner.jpg') no-repeat right top;
}
div.homebanner div.hw1 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-side.gif') repeat-y left top;
}
div.homebanner div.hw2 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-side.gif') repeat-y right top;
}
div.homebanner div.hw3 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-tl.gif') no-repeat left top;
}
div.homebanner div.hw4 {
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-tr.gif') no-repeat right top;
}
div.homebanner div.hw5 {
  position:relative;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-bl.gif') no-repeat left bottom;
}
div.homebanner div.hw6 {
  padding:0 0 19px 21px;
  min-height:300px;
  background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/back-homebanner-br.gif') no-repeat right bottom;
}
div.homebanner div.content {
  width:51%;
}
div.homebanner h1 {
  margin:0;
  padding-top:15px;
}
div.homebanner p {
  margin:11px 0 10px;
  padding-right:0px;
  font-size:1.14em;
  line-height:1.25em;
}

div.christ_sticker {
  padding:25px 15px 0;
  width:84px;
  height:92px;
  background:url('http://hitech/skin/frontend/hth/circulationbooster/images/general/christmas-sticker.png') no-repeat left top;
  color:#fff;
  font-size:1.21em;
  text-align:center;
  line-height:1.24em;
}


#lightwindow div{
    line-height:150%;
    text-align:left;
}


a.btn230x73 {
background:transparent url(http://www.circulationbooster.co.uk/skin/frontend/hth/circulationbooster/images/general/button_green_330x73.png) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
font-size:16pt;
padding:19px 0 0;
position:relative;
text-align:center;
text-decoration:none;
width:330px;
height:54px;
}


a.btn230x73BigClick {
background:transparent url(http://www.circulationbooster.co.uk/skin/frontend/hth/circulationbooster/images/general/button_green_330x73.png) no-repeat scroll bottom right;
color:#FFFFFF;
cursor:pointer;
float:left;
font-size:16pt;
padding:19px 0 0;
position:relative;
text-align:center;
text-decoration:none;
width:858px;
height:359px;
}

a.btn230x73BigClick span.btnTxt{
    display:block;
    text-align:center;
    width:330px;
    height:54px;
    float:left;
    margin-top:299px;
    margin-left:528px;
}


a.btn230x73BigClickOver{
    background:none;
}

a.btn230x73BigClickOver span.btnImg{
    display:block;
    background-image:url('http://www.circulationbooster.co.uk/media/site_assets/images/buttons/button_16936_330x73_sprite.png');
    text-align:center;
    width:330px;
    height:75px;
    float:left;
    margin-top:280px;
    margin-left:528px;
}

a.btn230x73BigClickOver:link span.btnImg,a.btn230x73BigClickOver:active span.btnImg,a.btn230x73BigClickOver:visited span.btnImg {
    background-position:0px 0px;
}
a.btn230x73BigClickOver:hover span.btnImg {
    background-position:0px -75px;
}

a.spring_web_banner_set {
	background:transparent url(http://www.circulationbooster.co.uk/media/site_assets/images/buttons/0187_Buy_Now_Button.png) no-repeat scroll 430px 270px;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:890px;
	height:430px;
}

a.spring_web_banner_set span.btnTxt{
    display:block;
    text-align:center;
    width:330px;
    height:54px;
    float:left;
}

a.spring_banner_strip_ol {
	background:transparent url(http://www.circulationbooster.co.uk/media/site_assets/images/buttons/0187_Buy_Now_Button.png) no-repeat scroll 660px 233px;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:889px;
	height:310px;
}

a.spring_banner_strip_ol span.btnTxt{
    display:block;
    text-align:center;
    width:330px;
    height:54px;
    float:left;
}


a.btn2BigClick {
background:transparent url(http://www.circulationbooster.co.uk/media/site_assets/images/banners/spring_pack_btn.png) no-repeat scroll 490px 333px;
color:#FFFFFF;
cursor:pointer;
display:block;
position:relative;
text-align:center;
text-decoration:none;
width:890px;
height:430px;
}

a.btn2BigClick span.btnTxt{
    display:block;
    text-align:center;
    width:330px;
    height:54px;
    float:left;
}


#popupscreenform{
	height: 630px;
	width: 801px;
}


#popupscreenform .classname { 
	border:solid 1px #2d2d2d; 
	background:#575757; 
	padding:100px 50px 100px 50px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#popupscreenform .title h2{
	font-size: 35px;
	color: #419919;
}

#popupscreenform_content .content_left{
	width: 407px;
	min-height: 100px;
	float: left;
}

#popupscreenform_content .content_right{
	width: 380px;
	min-height: 100px;
	float: left;
	border-left: solid 3px #7F8184;
	padding-left: 10px; 
	font-size: 15px;
}

#media_type-content{
	width: 195px;
	height: 56px;
	float: left;
	margin-bottom: 10px;
}

#media_type-content .media_type_image{
	width: 80px;
	height: 56px;
	float: left;
	border: solid 1px #666666;
}

#media_type-content label{
/* 	margin-top: 10px; */
	font-size: 15px;
	color:#666666;
}

#media_type-content label input{
	margin-left: 5px;
}

#age_radio_button{
	width: 370px;
	float: left
}
#age_radio_button .age_radio_button {
	float: left;
	margin-right: 30px;
}

#age_radio_button .age_radio_button label input{
	margin-left: 10px;
}

#promo_input_box{
	width: 370px;
}

#sec_submit_button{
	margin-top: 70px;
	margin-left: 150px;
}

.popup_input{
	width: 370px;
	height: 30px;
}

.popup_label_size{
	font-size: 25px;
}

/*LogIn Page*/
#email_request{
	width: 600px;
	height: 100px;
	margin-left: 100px;
}

#email_request .input_wrap{
	margin: auto;
}

#email_request .email_request_lable{
	float: left;
}

#email_request .email_request_lable label{
	font-size: 23px;
}

#email_request .email_request_text{
	float: left;
	margin-left: 20px;
}

#email_request .col-2{

        margin-top: 20px;
        margin-left: 325px;
        
}
div#selectlanguage {
  float:right;
  margin:5px 0 0;
  padding:14px 11px;
  font:bold 0.86em Arial,Helvetica,sans-serif;
  line-height:1em;
}

div#selectlanguage a {
  color:#666;
  text-decoration:none;
}
div#selectlanguage span.default{display:block;float:left;width:105px;margin-right:5px;}
div#selectlanguage label{float:left;display:block; width:100px;}
div#selectlanguage span.uk {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/22/uk.png') no-repeat right center;}
div#selectlanguage span.ca {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/22/ca.png') no-repeat right center;}
div#selectlanguage span.ir {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/22/ir.png') no-repeat right center;}
div#selectlanguage span.de {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/22/de.png') no-repeat right center;}
div#selectlanguage span.au {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/22/au.png') no-repeat right center;}
div#selectlanguage span.nz {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/22/nz.png') no-repeat right center;}
div#selectlanguage div#langSlide {margin-left:100px;width:105px; background:#fcfefb;opacity:0.8 text-align:left;position:absolute;}
div#selectlanguage div#langSlide span {display:block;margin:2px 0px;}

div#selectlanguage div.defaultLang{
    width:220px;
    height:20px;
    position:relative;
    display:block;
}

div.productsbp{clear:both;}

div.header-top .country-selector {padding-top:11px; padding-left:10px; float:right;margin-right:-30px;}
div.header-top .country-selector a {text-decoration:none;}
div.header-top .country-selector span.uk {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/uk.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.uk:hover {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/uk_hover.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.ca {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/ca.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.ca:hover {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/ca_hover.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.ir {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/ie.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.ir:hover {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/ie_hover.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.de {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/de.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.de:hover {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/de_hover.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.au {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/au.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.au:hover {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/au_hover.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.nz {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/nz.png') no-repeat right center; padding:0px 8px;}
div.header-top .country-selector span.nz:hover {background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/images/general/flags/16/nz_hover.png') no-repeat right center; padding:0px 8px;}

div.clear-both {clear:both}
/* Base normally remains blank */
#ajaxcartpro-progress{
	border: 1px #999999 solid;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
	position: fixed;
	border: 1px #999999 solid;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
	/*position:absolute;*/
	/*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
	width: 260px;
}

.acp-msg-block{
    color:#df280a;
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 12px !important;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
	padding:0;
	line-height:24px;
	height:24px;
	margin:0px auto;
	display:block;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

.aw-acp-continue, .aw-acp-continue:hover{
	color:#333;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_ca/ajaxcartpro/images/btn_continue_shopping.png');
	width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
	color:#fff;
	background:url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_ca/ajaxcartpro/images/btn_view_cart.png');
	width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 20px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

.trackorder-result{margin-top: 30px;}
.trackorder-result .order-info, .trackorder-result .page-title a, .trackorder-result .page-title span{display: none;}

div#container {
	overflow: hidden;
}
div.content {
	display: none;
	clear: both;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 532px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://www.ultralieve.com.au/skin/frontend/hth/ultralieve_comau/css/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 334px;
}

div.caption {
	padding: 0 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

#blocker
{
	position: absolute;
    top: 15px;

    width: 520px;
    height: 431px;
    opacity: .5;
    background-color: #000;
    z-index: 1000;
    overflow: auto;
}
#blocker div
{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 2em;
    margin: -1em 0 0 -2.5em;
    color: #fff;
    font-weight: bold;
}
.partialpayment-help { margin-left:5px; vertical-align:middle; }

#partialpayment-help {
	background:#F4F7F7;
	border:1px solid #DADDDD;
	display:none;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
}

#partialpayment-help .total-to-be-paid {
	margin:10px 0;
	text-align:right;
}

.add-to-cart .allow_partial_payment { 
	background:#F4F7F7;
	border:1px solid #DADDDD;
	margin:10px 0;
	padding:10px;
	width:310px;
}

.add-to-cart #partialpayment-help {
	background:#F4F7F7;
	border:1px solid #DADDDD;
	display:none;
	margin-bottom:10px;
	max-width:310px;
	padding:10px;
	text-align:left;
}

.product-options-bottom .add-to-cart .allow_partial_payment {
	background:#F4F7F7;
	border:1px solid #DADDDD;
	margin:10px 0;
	padding:10px;
	width:270px;
}

.product-options-bottom .add-to-cart #partialpayment-help {
	background:#F4F7F7;
	border:1px solid #DADDDD;
	display:none;
	margin-bottom:10px;
	max-width:270px;
	padding:10px;
	text-align:left;
}

.allow_partial_payment h2 { font-size:13px; font-weight:bold; text-align:left; }

.allow_partial_payment a { text-decoration:none; }

.allow_partial_payment select { max-width:300px; }

em { color:#FF0000; }

.partial_payment_is_not_optional {
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	margin:10px;
}

.partial_payment_is_not_optional a {
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#wholecart-partialpayment-link { margin-left:50px; }
#wholecart_partialpayment_form { display:none; }
#partialpayment-wholecart-overlay { background-color:#666666; }
#partialpayment-wholecart-container { background-color:#FFFFFF; border-radius:8px; min-height:65px; min-width:250px; padding:15px; }
.close_wholecart_partialpayment_form { float:right; margin-right:-28px; margin-top:-28px; }
.allow_partial_payment { padding:10px 7px; margin: 10px 0;}



/* Add for Customer Grid */

.part-installment label{color: #000;float:left;font-weight: bold;position: relative;z-index: 0;}
.part-installment label.required em{color: #EB340A;float: right;font-style: normal;padding-right: 5px;position: static;top: 0;}
.part-installment .input-box{clear: both;display: inline; width:260px;}
#my-orders-table1 tr th
{
	text-align:center;
}
.amount 
{
	text-align:right;
}
.grid-field-center { text-align:center; }
.customer_group_message
{
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	margin:10px 0;
	text-align:left;
}
