/* Reset Stylesheet */

html {
	margin: 0;
	padding: 0;
	border: 0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	float: none !important;
}
table, th, td {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
:focus {
	outline: 0;
}
/* typography.css */

html {
	font-size: 100.01%;
}
body {
	font-size: 75%;
	color: #222;/******************************Removed: 13/05/14 background doesn't work with new kadac logo.background:#fff url(../images/woman-on-bike-extended.jpg) no-repeat 50% 0%; */
	font-family: DINWeb, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #4b4d4e;
	font-weight: bold;
	font-family: DINWeb, Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2.2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.1em;
	line-height: 1.25;
	margin-bottom: 1.25em;
        text-transform: uppercase;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}

.heading-group h1 + p, .heading-group h2 + p {
	margin-top: -20px;

}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
hr {
	background-color: #f3f3f3;
	color: #f3f3f3;
	border: none;
	height: 1px;
	margin: 20px 0
}
hr.thick {
	background-color: #f3f3f3;
	color: #f3f3f3;
	border: none;
	height: 4px;
	margin: 20px 0
}
hr.extra-thick {
	background-color: #f3f3f3;
	color: #f3f3f3;
	border: none;
	height: 25px;
	margin: 20px 0
}
hr.dashed {
	background: none;
	color: #f3f3f3;
	border-bottom: 1px dashed #f3f3f3;
	height: 1px;
	margin: 20px 0
}
p {
	margin: 0 0 1.5em;
}
.left {
	float: left !important;
}
p .left {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
.right {
	float: right !important;
}
p .right {
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
}
a {
	color: #81BA3E;
	text-decoration: none;
}
a:focus, a:hover {
	color: #09f;
}
a.small-link {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold
}
a.ptitle {
	color: #222
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong, dfn {
	font-weight: normal;
}
em, dfn {
	font-style: italic;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
.striped tr:nth-child(even) td, .striped tr.even td {
	background: #f3f3f3;
}
tfoot {
	font-style: italic;
}
.table-hover tbody tr:hover td {
	background-color: #abdcf6;
	border: 1px solid #6bb9e3;
	border-width: 1px 0;
}
.table-check {
	cursor: pointer
}/* Accompanies .table-hover - relies on double click js*/
caption {
	background: #eee;
}
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #c1c1c1;
}
.loud {
	color: #000;
}
.highlight {
	background: #ff0;
}
.color {
	color: #81BA3E
}
.instruction {
	color: #139fe5;
}
.instruction.small {
	font-size: .9em;
}
.brand {
	color: #81BA3E;
	font-weight: bold;
	text-transform: uppercase
}
.added {
	background: #060;
	color: #fff;
}
.removed {
	background: #900;
	color: #fff;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0 !important;
	padding-top: 0
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* forms.css */

label {
	font-weight: bold;
}
fieldset {
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: -0.2em;
	margin-bottom: 1em;
}
fieldset, #IE8#HACK {
	padding-top: 1.4em;
}
legend, #IE8#HACK {
	margin-top: 0;
	margin-bottom: 0;
}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #000;
}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666;
}
select {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {
	margin: 0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding: 5px;
}
input.title {
	font-size: 1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}
textarea.middle {
	height: 80px
}
textarea.short {
	height: 30px
}
form.inline {
	line-height: 3;
}
form.inline p {
	margin-bottom: 0;
}
.error, .alert, .notice, .success, .info {
	display: block;
	padding: 0.8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	font-weight: bold;
	clear: both
}
.error .alert .alert-icon, .notice .alert-icon, .success .alert-icon, .info .alert-icon {
	margin-right: 5px;
}
.error, .alert {
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
}
#alertDialog {
	display: none;
}
.notice {
	background: #fff6bf;
	color: #514721;
	border-color: #ffd324;
}
.success {
	background: #cbfcf1;
	color: #264409;
	border-color: #37fccf;
}
.info {
	background: #d5edf8;
	color: #205791;
	border-color: #92cae4;
}
.error a, .alert a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
.info a {
	color: #205791;
}
input.short, select.short {
	width: 40px
}
input.medium, select.medium {
	width: 80px
}
.disabled .input {
	background-color: #CCC !important
}
.unit-input-wrapper .disabled input[type='button'] {
	display: none
}
.form-wrap {
	margin: 0px;
	padding: 0;
	width: 100%;
}
.form-row {
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}
.form-row .label-container {
	float: left;
	width: 46%;
	padding: 7px 2% 0 2%;
	margin: 0;
	text-align: right;
}
.form-row .input-container {
	float: left;
	width: 46%;
	padding: 0 2%;
	margin: 0;
	text-align: left;
}
div.error-message {
	display: none;
	margin-top: 5px;
	clear: both;
	padding: 0.8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	font-weight: bold;
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
}
.input-container input[type=radio] {
	margin-top: 7px
}
/* Alerts and Alert Icons Sprite Set */



.alert-dynamic {
	display: none
}
.alert-icon {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	padding: 3px;
	background-image: url(../images/icons-alert-sprites.png);
	background-repeat: no-repeat;
	background-position: 0 0
}
.aicon-slash-circle {
	background-position: 0 0;
}
.alert.success .alert-icon, .alert-icon.aicon-tick-circle {
	background-position: -32px 0;
}
.alert.error .alert-icon, .alert-icon.aicon-cross-circle {
	background-position: -64px 0;
}
.alert.added .alert-icon, .alert-icon.aicon-exclamation-circle {
	background-position: 0 -32px;
}
.aicon-question-circle {
	background-position: -32px -32px;
}
.alert.added .alert-icon, .alert-icon.aicon-plus-circle {
	background-position: -64px -32px;
}
.alert-icon.aicon-close-circle {
	background-position: 0px -64px !important;
}
/* Clear Fix */

.clear {
	width: 0px;
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	overflow: hidden
}
.clearfix:after {
	LINE-height: 0;
	width: 0px;
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	font-size: 0px;
	content: ' '
}
.clearfix {
	display: inline-block
}
* HTML .clearfix {
	height: 1%
}
.clearfix {
	display: block;
}
/* 1200 Grid System */



.container {
	width: 1178px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
.grid_1 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_2 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_3 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_4 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_5 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_6 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_7 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_8 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_9 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_10 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_11 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_12 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.grid_15 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}
.alpha {
	margin-left: 0px
}
.omega {
	margin-right: 0px
}
.container .grid_1 {
	width: 60px
}
.container .grid_2 {
	width: 140px
}
.container .grid_3 {
	width: 220px
}
.container .grid_4 {
	width: 280px
}
.container .grid_5 {
	width: 380px
}
.container .grid_6 {
	width: 460px
}
.container .grid_7 {
	width: 520px
}
.container .grid_8 {
	width: 620px
}
.container .grid_9 {
	width: 700px
}
.container .grid_10 {
	width: 780px
}
.container .grid_11 {
	width: 860px
}
.container .grid_12 {
	width: 905px
}
.container .grid_15 {
	width: 1180px
}
.container .prefix_1 {
	padding-left: 80px
}
.container .prefix_2 {
	padding-left: 160px
}
.container .prefix_3 {
	padding-left: 240px
}
.container .prefix_4 {
	padding-left: 320px
}
.container .prefix_5 {
	padding-left: 400px
}
.container .prefix_6 {
	padding-left: 480px
}
.container .prefix_7 {
	padding-left: 560px
}
.container .prefix_8 {
	padding-left: 640px
}
.container .prefix_9 {
	padding-left: 720px
}
.container .prefix_10 {
	padding-left: 800px
}
.container .prefix_11 {
	padding-left: 880px
}
.container .suffix_1 {
	padding-right: 80px
}
.container .suffix_2 {
	padding-right: 160px
}
.container .suffix_3 {
	padding-right: 240px
}
.suffix_4 {
	padding-right: 320px
}
.suffix_5 {
	padding-right: 400px
}
.suffix_6 {
	padding-right: 480px
}
.suffix_7 {
	padding-right: 560px
}
.suffix_8 {
	padding-right: 640px
}
.suffix_9 {
	padding-right: 720px
}
.suffix_10 {
	padding-right: 800px
}
.suffix_11 {
	padding-right: 880px
}
.push_1 {
	left: 80px
}
.push_2 {
	left: 160px
}
.push_3 {
	left: 240px
}
.push_4 {
	left: 320px
}
.push_5 {
	left: 400px
}
.push_6 {
	left: 480px
}
.push_7 {
	left: 560px
}
.push_8 {
	left: 640px
}
.push_9 {
	left: 720px
}
.push_10 {
	left: 800px
}
.push_11 {
	left: 880px
}
.pull_1 {
	left: -80px
}
.pull_2 {
	left: -160px
}
.pull_3 {
	left: -240px
}
.pull_4 {
	left: -320px
}
.pull_5 {
	left: -400px
}
.pull_6 {
	left: -480px
}
.pull_7 {
	left: -560px
}
.pull_8 {
	left: -640px
}
.pull_9 {
	left: -720px
}
.pull_10 {
	left: -800px
}
.pull_11 {
	left: -880px
}
.gutter-bottom-1 {
	margin-bottom: 10px
}
.gutter-bottom-2 {
	margin-bottom: 20px
}
.gutter-bottom-3 {
	margin-bottom: 30px
}
.gutter-top-1 {
	margin-top: 10px
}
.gutter-top-2 {
	margin-top: 20px
}
.gutter-top-3 {
	margin-top: 30px
}
/* Core Layout */



#content {
	padding-bottom: 40px;
	margin-left: -22px;
}
/* block styles */



.transparent-bg {
	background: url(../images/tile-transparent-bg.png);
}
.centre {
	width: 100%;
	padding: 0;
	text-align: center;
}
.centre * {
	margin: 0 auto;
}
.radius {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
}
.radius-top {
	border-radius: 7px 7px 0px 0px;
	-ms-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-o-border-radius: 7px 7px 0px 0px;
}
.radius-bottom {
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-o-border-radius: 0px 0px 7px 7px;
}
.box-wrapper {
	display: block;
	background: #fafafa;
	margin: 0;
	padding: 0;
}
.box-header, .box-header.secondary {
	display: block;
	overflow: hidden;
	position: relative;
	height: 40px;
	background: #638B18;
}
.box-title-icon {
	position: absolute;
	top: -10px;
	right: 15px;
}
.box-header.primary {
	background: #638B18; /* Old browsers */
}
.box-header.tertiary {
	background: #638B18; /* Old browsers */
	overflow: hidden;
}
.box-header .title {
	display: block;
	height: 20px;
	padding: 6px;
	font-size: 160%;
	color: #fbfbfb;
	text-transform: uppercase;
	font-family: DINWeb-Bold, Arial, Helvetica, sans-serif;/* IE Proprietary Filter*/
}
.box-header .title.margin-12 {
	margin-bottom: 12px;
} /* Chris added this to bump down the products on the index page */
.box-footer {
	display: block;
	height: 45px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #ececec 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(99%, #ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%, #ececec 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%, #ececec 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%, #ececec 99%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%, #ececec 99%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec', GradientType=0 ); /* IE6-9 */
}
.box-footer span {
	display: block;
	float: right;
	padding: 6px 10px 5px;
	font-weight: bold;
}
.box-footer span button {
	color: #333;
	margin-left: 5px;
}
.shadow-box {
	-moz-box-shadow: 0 1px 2px #CCC;
	-webkit-box-shadow: 0 1px 2px #CCC;
	box-shadow: 0 1px 2px #CCC;
	box-shadow: 0 1px 2px #CCC;
}
.info-box {
	display: block;
	margin: 10px 0;
	padding: 10px 0px;
	border: 1px solid #d5d5d5;
}
/* General Lists */



ul.nlist {
	margin: 10px 20px;
	padding: 0;
}
ul.nlist li {
	list-style: none;
	margin: 5px 0
}
ul.nlist li:first-child {
	margin-top: 0px;
}
ul.nlist li a:hover {
	color: #2f9af3
}
ul.nlist li span.date {
	font-weight: bold;
	color: #81BA3E
}
ul.nlist.arrows li {
	background: transparent url(../images/breadcrumb_arrow.png) left center no-repeat;
	padding-left: 10px
}
.info-box-list {
	display: block;
	margin: 0;
	padding: 10px;
}
.info-box-list li {
	display: block;
	margin: 0 10px;
	padding: 1px 0;
	list-style: none;
}
.info-box-list li.title {
	border-bottom: 1px solid #f3f3f3;
	font-weight: bold;
	color: #81BA3E;
	text-transform: uppercase;
}
.info-box-list li.sub-title {
	font-weight: bold;
	text-transform: uppercase;
}
.info-box-list .seperator {
	border-bottom: 1px solid #f3f3f3;
}
.info-box-list ul.total-row {
	margin-top: 10px
}
.info-box-list ul.total-row li.title span {
	line-height: 0;
}
ul.price-summary-list {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul.price-summary-list ul {
	margin: 0;
	padding: 0;
}
ul.price-summary-list li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.price-summary-list li ul li {
	float: left;
	width: 46%;
	padding: 2% 2%;
	margin: 0;
}
ul.price-summary-list ul.exgst-row li {
	border-top: 1px solid #d5d5d5;
	padding-bottom: 0;
}
ul.price-summary-list ul.gst-row li {
	padding-top: 0;
}
ul.price-summary-list ul.gst-row li, ul.total-row li {
	border-bottom: 1px solid #f3f3f3;
}
ul.price-summary-list li ul li.title {
	text-align: right;
}
/* Header */



#header-content {
	margin: 0px 0 5px;
}
a.kadac-logo {
	display: block;
	margin: 10px 0;
	width: 261px;
	height: 121px;
}
/* Footer */



#footer-wrapper {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 250px;
	background: url(../images/tile-footer-gradient.png) repeat-x;
	text-align: center;
}
#footer {
	display: block;
	height: 250px;
	width: 1202px;
	margin: 0 auto;
	background: url(../images/tile-px-blocks.png) repeat-x;
	color: #f5f5f5;
}
#footer-content {
	display: block;
	float: left;
	width: 1140px;
	height: 210px;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}
.footer-left {
	display: block;
	float: left;
	width: 839px;
	height: 210px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #3580b6;
}
.footer-right {
	display: block;
	float: left;
	width: 259px;
	height: 210px;
	padding: 0px 20px;
	margin: 0;
	border-left: 1px solid #1e4468;
}
#footer .left-shadow, #footer .right-shadow {
	width: 11px;
	height: 250px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/shadow-left.png) no-repeat;
}
#footer .right-shadow {
	float: right;
	background: url(../images/shadow-right.png) no-repeat;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #f5f5f5;
}
.footer-nav-wrapper {
	display: block;
	width: 840px;
	height: 210px;
	margin: 0;
	padding: 0;
}
.footer-nav-box {
	display: block;
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 30px;
	border-left: 1px solid #1e4468;
	border-right: 1px solid #3580b6;
}
.footer-contact-box {
	margin: 0;
	padding: 0;
}
.footer-contact-list {
	display: block;
	margin: 0;
	padding: 0;
}
.footer-contact-list li {
	margin: 0;
	padding: 0;
}
.footer-contact-list {
	list-style: none;
}
#footer .footer-nav-box:first-child {
	border-left: none;
	padding-left: 0;
}
#footer .footer-nav-box:last-child {
	border-right: none;
}
.footer-nav-list {
	display: block;
	margin: 0;
	padding: 0;
}
.footer-nav-list li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
 .footer-nav-list li, .footer-nav-list li a, {
 text-decoration:none;
}
.footer-nav-list li a {
	font-size: 90%;
}
.footer-nav-list li a:hover {
	text-decoration: underline;
}
.footer-nav-list .title {
	text-transform: uppercase;
	font-size: 110%;
	margin-bottom: .2em;
	font-weight: bold;
}
#footer h3 {
	color: #0d5a87;
	font-size: 180%;
	font-family: DINWeb-Bold, Arial, Helvetica, sans-serif;
	letter-spacing: -.03em;
}
#credentials-wrapper {
	display: block;
	width: 100%;
}
#credentials {
	display: block;
	height: 60px;
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
#credentials .right, #credentials .left {
	display: block;
	float: left;
	height: 60px;
	width: 560px;
	margin: 0;
	padding: 0px;
}
.credentials-list {
	line-height: 16px;
	padding: 0;
	margin: 0;
}
.credentials-list li {
	display: inline;
	list-style: none;
	line-height: 60px;
	margin: 0 10px;
}
.credentials-list li a, .credentials-list li a:hover {
	color: #585d5f;
	text-decoration: none;
}
.credentials-list li a:hover {
	text-decoration: underline;
}
#credentials .left li {
	margin-left: 0;
}
.credentials-list li img {
	vertical-align: text-top;
	margin: 0 .4em;
}
.credentials-list li img.eway {
	position: relative;
	top: -12px;
}
.credentials-list li img.cbd {
	position: relative;
	top: -12px;
}
.credentials-list li img.kadac {
	position: relative;
	top: -8px;
}
#credentials .right li {
	float: right;
}
/* Buttons */







button {
	padding: 4px 12px 5px 12px;
	font-size: 12px;
	color: #fff;
	border: 0px none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #CCC;
	-webkit-box-shadow: 0 1px 2px #CCC;
	cursor: pointer;
}
button.stock-warning, button.stock-warning:hover {
	border: 1px solid #262626;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #CCC;
	-webkit-box-shadow: 0 1px 2px #CCC;
	cursor: pointer;
	background: rgb(79,79,79); /* Old browsers */
}
button.box-footer-btn {
	background: #f6f6f6 url(../images/btn-circle-arrow.png) no-repeat right center;
	border: 1px solid #bbb;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font: bold 12px DINWeb, helvetica, arial, sans-serif;
	line-height: 1;
	padding: 8px 30px 9px 10px;
	text-align: center;
}
button.box-footer-btn:hover {
	background: #ececec url(../images/btn-circle-arrow_o.png) no-repeat right center;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #222;
	-webkit-box-shadow: inset 0 0 1px 2px #dcdbdb;
	-moz-box-shadow: inset 0 0 1px 2px #dcdbdb;
	box-shadow: inset 0 0 1px 2px #dcdbdb;
}
button.box-footer-btn:active {
	background: #d0d0d0;
	-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
	-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
	box-shadow: inset 0 0 1px 1px #e3e3e3;
	color: #000;
}
.tiny-btn, a.tiny-btn {
	display: block;
	height: 14px;
	padding: 2px 3px;
	line-height: 14px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	background: #05b18b;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #04a581;
}
a.tiny-btn:hover, a.tiny-btn:active {
	background: #19b680 url(../images/tile-stripe.png);
	text-decoration: none;
}
a.tiny-btn.btn-details {
	border: 2px solid #0269ad;
	background: #0272b4; /* Old browsers */
}
a.tiny-btn.btn-details:hover, a.tiny-btn.btn-details:active {
	background: #638b17 url(../images/tile-stripe.png);
}
.medium-btn, a.medium-btn {
	display: block;
	float: left;
	padding: 5px 8px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border: 0px solid #025c90;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #CCC;
	-webkit-box-shadow: 0 1px 2px #CCC;
	box-shadow: 0 1px 2px #CCC;
	cursor: pointer;
}
.medium-btn.stock-warning, button.stock-warning:hover {
	box-shadow: 0 1px 2px #CCC;
	border: 0px solid #262626;
	background: rgb(79,79,79); /* Old browsers */
}
.big-button {
	display: block;
	border: 0px none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 170%;
	letter-spacing: .04em;
	padding: 5px 15px;
	font-family: DINWeb-Bold, Arial, Helvetica, sans-serif;
	margin-bottom:1rem;
}
button.big-button + button.big-button {
	margin-right: 10px;
}
/* Button Gradients */



button, .medium-btn, a.medium-btn, .big-button {
	background: #638B18; /* Old browsers */
}
.big-button.secondary, .medium-btn.secondary {
	border: 0px solid #057e63;
	background: #16b17c; /* Old browsers */
}
.big-button.secondary:hover, .medium-btn.secondary:hover {
	background: #19cf8f; /* Old browsers */
}
button:hover, .medium-btn:hover, .big-button:hover {
	background: #638B18;
}
div.jquery-ui-icon-btn {
	display: block;
	width: 16px;
	height: 16px;
}
div.square-btn {
	display: block;
	height: 13px;
	width: 13px;
	background: url(../images/btn-square.png) no-repeat;
}
div.square-btn.plus {
	background-position: 0 0;
}
div.square-btn.minus {
	background-position: 0 -13px
}
.social-btn, .social-btn.facebook {
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url(../images/icons-social-book-marking.png) no-repeat 0 0;
}
.social-btn:hover, .social-btn.facebook:hover {
	background-position: 0px -25px
}
.social-btn.linkedin {
	background-position: -25px 0
}
.social-btn.linkedin:hover {
	background-position: -25px -25px
}
.social-btn.google {
	background-position: -50px 0
}
.social-btn.google:hover {
	background-position: -50px -25px
}
.list-social-bookmarks {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 10px 0
}
.list-social-bookmarks li {
	display: block;
	float: left;
	margin: 0 2px;
	height: 25px;
	width: 25px;
}
.list-social-bookmarks li:first-child {
	margin-left: 0;
}
/* meta nav */



#meta-nav {
	display: block;
	padding: 0;
	margin: 0;
	float: right;
	width: 312px;
	height: 32px;
	background: url(../images/bg-meta-nav.png) no-repeat top center;
}
#meta-nav ul {
	display: block;
	width: 220px;
	height: 11px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 5px auto;
	padding: 0px 14px;
}
#meta-nav ul li {
	display: block;
	float: left;
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0 6px;
	border-left: 1px solid #0e6788;
	border-right: 1px solid #0e6788;
	overflow: hidden;
}
#meta-nav ul li:first-child {
	border-left: none;
}
#meta-nav ul li:last-child {
	border-right: none;
}
#meta-nav ul li a {
	display: block;
	color: #3aa3e0;
	text-decoration: none;
	font-weight: 600;
}
#meta-nav ul li a:hover,  #meta-nav ul a.toplink_on {
	color: #c6e9fd;
	text-decoration: none;
}
/* meta nav */



#primary-nav {
	height: 35px;
	background: url(../images/bg-tile-primary-nav.png) repeat-x;
	overflow: hidden;
}
#primary-nav ul {
	margin: 0;
	padding: 0px;
	height: 35px
}
#primary-nav li {
	float: left;
	height: 35px;
	width: 120px;
	border-left: 1px solid #003d74;
	border-right: 1px solid #0161a3;
	list-style: none;
}
#primary-nav li:first-child {
	border-left: 1px solid transparent;
}
#primary-nav li:last-child {
}
#primary-nav li a {
	display: block;
	padding: 4px 13px;
	font-size: 160%;
	color: #f1f8fc;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: DINWeb-Bold, Arial, Helvetica, sans-serif;
	letter-spacing: .06em;
}
#primary-nav li a:hover {
	background-color: #00437e;
}
#primary-nav li.current {
	background: white
}
/* Breadcrumbs */

.breadcrumbs-wrapper {
	display: block;
	height: 15px;
	width: 100%;
	margin: 0;
	padding: 10px 0 15px;
	overflow: hidden
}
.breadcrumbs {
	font-size: 1.1em;
	position: relative;
	white-space: nowrap;
	padding: 0;
}
.breadcrumbs h3 {
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.breadcrumbs ul {
	float: left;
	max-width: 100%;
	overflow: hidden;
}
.breadcrumbs ul li {
	display: inline;
	margin-left: 5px;
}
.breadcrumbs ul li:first-child {
	margin-left: 0;
}
.breadcrumbs ul li+li {
	padding-left: 10px;
	background: transparent url(../images/breadcrumb_arrow.png) left center no-repeat;
}
.breadcrumbs ul li, .breadcrumbs ul li a {
	color: #638B18;
	text-decoration: none
}
.breadcrumbs ul li a:hover {
	color: #638B18
}
.breadcrumbs ul li:last-child {
	color: #638B18;
}
/* search */



.quick-search {
	display: block;
	float: right;
	width: 250px;
	height: 31px;
	margin: 35px 50px 0px 0px
}
.quick-search-input {
	display: block;
	float: left;
	height: 31px;
	width: 195px;
	margin: 0;
	padding: 0 10px;
	background: url(../images/bg-quick-search-input.png) no-repeat;
}
.quick-search-input input[type=text] {
	width: 100%;
	border: none;
	background: none;
	padding: 0
}
.quick-search-button {
	display: block;
	float: left;
	height: 31px;
	width: 35px;
}
/* tables */



.data-table {
	margin: 0px;
	padding: 0;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
}
.data-table th {
	height: 15px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #ebebeb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb', GradientType=0 ); /* IE6-9 */
	color: #333;
	font-size: 110%;
	font-weight: bold;
}
.data-table tbody tr td {
	border-top: 1px #fff solid;
	border-bottom: 1px #f1f1f1 solid;
}
.data-table tbody tr:nth-child(even) td, .data-table tbody tr.even td {
	background-color: #fbfbfb;
	background: -moz-linear-gradient(top, #fff 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb));
	background: -o-gradient(#fff, #fbfbfb);
}
.data-table tbody tr:hover td {
	background: none;
	background-color: #abdcf6;
	border-top: 1px solid #6bb9e3;
	border-bottom: 1px solid #6bb9e3;
}
.data-table th, .data-table tbody td {
	padding: 6px 10px;
}
.data-table a {
	text-decoration: none
}
th.col-date, td.col-date, td.col-sku, th.col-sku {
	text-align: center;
}
.short-info-tbl {
	border: none;
	margin-top: .2em;
	margin-bottom: .2em
}
.short-info-tbl th {
	padding-top: .2em;
	padding-bottom: .2em;
	font-wieght: bold;
	background-color: transparent;
	text-align: center;
}
.short-info-tbl td {
	padding-top: .2em;
	padding-bottom: .2em;
	border: none;
	border-top: 1px dotted #989898;
	font-size: 80%;
	text-align: center;
}
/* Product Panes */



.product-pane {
	display: block;
	float: left;
	position: relative;
	height: 345px;
	width: 186px;
	margin: 10px 2px;
	background: #fcfcfc;
	border: 2px solid #FCFCFC;
}
div.product-group {
	margin: 0 2px;
}
#browselistContents .product-pane {
	margin: 10px 5px;
}
div#browselistContents {
	display: block;
	margin: 0;
	padding: 10px;
	min-height: 920px;
}
.product-short {
	display: block;
	margin: 15px 0 5px 0;
	padding: 0px 0px;
}
ul.product-short li {
	list-style: none;
	font-size: 120%;
	line-height: 1.3em;
	padding: 0 10px;
	margin: 0;
}
ul.product-short li.short-brand {
	text-transform: uppercase;
	color: #81BA3E;
	font-weight: bold;
	font-size: 90%;
	height: 14px;
	overflow: hidden
}
ul.product-short li.short-product {
	color: #4b4d4e;
	height: 40px;
	overflow: hidden;
	font-size: 110%
}
ul.product-short li.short-product a {
	color: #4b4d4e;
}
ul.product-short li.short-price {
	color: #81BA3E;
	font-size: 1.9em;
	font-weight: bold;
}
ul.product-short li.short-price span {
	font-size: .8em;
	margin-left: 10px;
}
ul.product-short li.short-buttons {
	line-height: 1.4em;
	margin: 7px 0;
	padding-right: 0px;
	margin-top: 15px;
}
ul.product-short li.short-buttons ul {
	margin: 0;
	padding: 0;
	clear: both;
}
ul.product-short li.short-buttons ul li {
	float: left;
	margin: 0 1px;
	padding: 0;
}
ul.product-short li.short-buttons ul li img.short-info {
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
ul.product-short li.short-deal-title {
	font-weight: bold
}
ul.product-short li.short-description {
	font-size: 80%;
	height: 32px
}
ul.product-short li a {
	text-decoration: none
}
ul.product-short li.short-buttons a {
	margin: 0;
}
li.short-brand a:hover, li.short-product a:hover {
	text-decoration: underline
}
img.price-point {
	display: block;
	position: absolute;
	top: 115px;
	left: 110px
}
img.price-point-new {
	display: block;
	position: absolute;
	top: 115px;
	right: 110px
}
img.out-of-stock {
	display: block;
	position: absolute;
	top: 2px;
	left: 0px
}
img.product-thumb {
	display: block;
	border: 1px solid #d5d5d5;
}

.thumb-wrapper:hover .product-thumb {
	border: 1px solid #81BA3E;
}

.product-pane .product-btns {
	display: block;
	position: relative;
	margin: 0 10px
}
.product-pane .secondary-btns {
	display: block;
	height: 16px;
	margin: 0 10px
}
.cart-buttons, .cart-buttons.pinfo {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background: url(../images/icons-cart-sprite.png) no-repeat;
	overflow: hidden;
	background-position: 0px 0px
}
.cart-buttons.pricebreaks {
	background-position: -16px 0px;
}
.cart-buttons.pricebreaks {
	background-position: -32 0;
}
/* Information Dialog Box Style */



.dialog {
	display: none;
}
ul.dialog-box-list {
	margin: 5px 0;
}
ul.dialog-box-list li {
	list-style: none;
	font-size: 80%;
}
ul.dialog-box-list li.title {
	color: #638b17;
	font-size: 100%;
	font-weight: bold;
}
ul.dialog-box-list li.sub-title {
	color: #638b17;
	font-weight: bold
}
.dialog .short-info-tbl {
	width: 174px;
	margin-left: 10px
}
.ui-dialog.ui-widget-content {
	border: 10px solid #638b17;
	padding: 10px;
}
/* Background Icons - More icons located in the images/folder */



.icon {
	margin-left: -34px;
	padding-left: 34px
}
.ico-dollar {
	background: url(../images/icon-set/dollar.png) no-repeat left center;
	margin-left: -34px;
	padding-left: 34px
}
.ico-abacus {
	background: url(../images/icon-set/abacus.png) no-repeat left center;
}
.ico-scale {
	background: url(../images/icon-set/scale.png) no-repeat left center;
}
/* Loading icon and resulst list dialogs */

div.loading-icon-a {
	width: 50px;
	height: 50px;
	display: block;
	padding: 6px;
	margin-top: 20px;
	border: 1px #666 solid;
	background: url(../images/ajax-loader.gif) no-repeat center center #FFF;
}
div.no-results-dialog {
	padding: 12px;
}
/* Widget Styles */







.carousel-nav {
	display: block;
	height: 30px;
	background-color: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ececec));
	background: -o-gradient(#fefefe, #ececec);
}
.home-carousel-list {
	text-align: right
}
.home-carousel-list li {
	display: inline;
	list-style: none;
}
.home-carousel-list li a {
	font-size: 80%;
	padding: .2em .6em;
	line-height: 3em;
	background-color: #b6b5b5;
	border: 1px solid #adadad;
	text-decoration: none;
	color: #fff;
}
.home-carousel-list li a:active {
	background-color: #81BA3E;
	border: 1px solid #004b96;
}
/* Deals Carousel */



.dcarousel {
	display: block;
	height: 370px;
	padding: 15px;
}
.dcarousel-image-window {
	display: block;
	float: left;
	width: 540px;
	height: 340px;
	padding: 15px;
	border: 1px dashed #c2c2c2;
}
.dcarousel-image-window-inner {
	display: block;
	position: relative;
	width: 510px;
	height: 310px;
	margin: 0;
	padding: 0;
}
.dcarousel-image-pane {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 542px;
	height: 340px;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.dcarousel-image-pane img {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d5d5d5;
}
.dcarousel-image-pane .description {
	display: block;
	overflow: hidden;
	width: 522px;
	height: 90px;
	background: #d5d5d5;
	margin: 0;
	padding: 10px;
	border: none;
}
.dcarousel-image-pane .title {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.dcarousel-thumb-scroller {
	display: block;
	position: relative;
	float: left;
	width: 140px;
	height: 310px;
	margin: 0 0 0 5px;
	padding: 35px 15px 25px;
	border: 1px dashed #c2c2c2;
}
.dcarousel-up-button {
	position: absolute;
	left: 69px;
	top: 2px
}
.dcarousel-down-button {
	position: absolute;
	left: 69px;
	bottom: 2px
}
.dcarousel-thumb-scroller-outer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 142px;
	height: 292px;
	margin: 0;
	padding: 0 0 0px;
}
.dcarousel-thumb-scroller-inner {
	display: block;
	position: absolute;
	height: auto;
	margin: 0;
	padding: 0;
}
.dcarousel-thumb-pane {
	display: block;
	width: 142px;
	height: 63px;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #d5d5d5;
}
/* //////////////////////

	

	Plugins CSS

	

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



/*

Skin Name: Nivo Slider Kadac Theme

*/



.nivoSlider {
	position: relative;
	width: 780px;
	/* Change this to your images width */

	height: 350px; /* Change this to your images height */
	background: url(../../js/widgets/nivo-slider/themes/kadac/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.nivoSlider a {
	border: 0;
	display: block;
}
.theme-kadac .nivoSlider {
	position: relative;
	background: #fff url(../../js/widgets/nivo-slider/themes/kadac/loading.gif) no-repeat 50% 50%;
	margin: 0;
}
.theme-kadac .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-kadac .nivoSlider a {
	border: 0;
	display: block;
}
.theme-kadac .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -40px; /* Tweak this to center bullets */
}
.theme-kadac .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../../js/widgets/nivo-slider/themes/kadac/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.theme-kadac .nivo-controlNav a.active {
	background-position: 0 -22px;
}
.theme-kadac .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../js/widgets/nivo-slider/themes/kadac/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.theme-kadac a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.theme-kadac a.nivo-prevNav {
	left: 15px;
}
.theme-kadac .nivo-caption {
	font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
}
.theme-kadac .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-kadac .nivo-caption a:hover {
	color: #fff;
}
/* Product Filter */



.filter-container {
	background: rgba(255,255,255,0.9);
	padding-bottom: 10px;
}
.filter-list-wrapper {
	display: block;
	width: auto;
	margin: 20px 20px;
}
.filter-list-wrapper h5 {
	font-size: .9em;
	margin: 0px 0px 5px 20px;
	text-transform: uppercase;
}
.filter-list-wrapper a.jlink {
	display: block;
	margin: 5px 0 0 20px;
}
.filter-list, .filter-list ul {
	display: block;
	list-style: none;
	margin-bottom: 0
}
/*Filter Lists Fixed Heights*/



#brandsListWrapper .scroll-pane {
	overflow: auto;
	height: 350px;
}
.scroll-pane .jspVerticalBar {
	width: 12px;
	background: #fff;
}
.scroll-pane .jspVerticalBar .jspTrack {
	background: #ececec;
}
.scroll-pane .jspVerticalBar .jspArrow {
	width: 12px;
}
.scroll-pane .jspVerticalBar .jspArrow {
	height: 14px;
}
.scroll-pane .jspArrow.jspArrowUp, .scroll-pane .jspArrow.jspArrowDown {
	background: transparent url(../images/scrollbar-arrows.png) no-repeat;
}
.scroll-pane .jspArrow.jspArrowDown {
	background-position: 0 -14px;
}
.scroll-pane .jspArrow.jspArrowUp.jspDisabled {
	background-position: -12px 0px;
}
.scroll-pane .jspArrow.jspArrowDown.jspDisabled {
	background-position: -12px -14px;
}
.scroll-pane .jspDrag {
	background: #bcbcbc;
	margin: 0 2px;
	width: 8px;
}
.scroll-pane .jspDrag.jspHover {
	background: #7f7f7f;
}
div.popup-filter-list ul.filter-list {
	overflow: visible
}
.popup-filter-list .ui-dialog-title {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.limit-elements {
	display: none
}
/*End Jscrollpane  overides*/

	

.filter-list input[type=checkbox] {
	position: absolute;
	left: -18px;
	top: 0px
}
.filter-list li {
	display: block;
	position: relative;
	padding: 0px
}
.filter-list li.title {
	margin: .4em 0;
	font-weight: bold;
	font-size: 95%;
	text-transform: uppercase;
}
.filter-list li.popup-link {
	margin: .1em 0 1em .2em;
}
.filter-list li div.square-btn {
	position: absolute;
	left: -34px;
	top: 3px;
}
div.hide-filter-options { /* used to hide/show filter options on the browse page */
	display: block;
	zoom: 1
}
/* dialog elements */

#createNewOrder {
	display: none;
}
#confirmationDialog {
	display: none;
}
.dialog-content {
	margin: 10px 0 0 0
}
/* Product Browse Pane */



.ui-dialog-titlebar {
	display: block;
	text-align: center;
}
.dialog .filter-list-wrapper {
	display: block;
	padding: 0;
	margin: 0;
}
.ui-dialog ul.filter-list {
	display: block;
	width: 150px;
	float: left;
	margin: 0 10px;
	padding: 0 10px;
	overflow: hidden;
}
ul.dialog-split-list li {
	list-style: none;
}
/*.ui-dialog .ui-widget-header{

	background:none;

	background:#ededed;

	border-radius:0;

	border:none;

	font-weight:normal;

	}*/

	

.noTitleStuff .ui-dialog-titlebar {
	display: none
}
/* toolbars */



.toolbar {
	display: block;
	width: 94%;
	padding: 2px 3%;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: center;
}
.toolbar button {
	margin-top: 1px;
}
.toolbar .left {
	float: left;
	width: 70%;
}
.toolbar .right {
	float: left;
	width: 30%;
}
.toolbar .pointer {
	display: block;
	float: left;
	margin-right: 5px;
	height: 30px;
	width: 20px;
	background: url(../images/icon-toolbar-round-arrow.png) no-repeat center bottom;
}
#sortFilterForm {
	float: right;
	padding: 0;
	margin: 0;
}
#sortFilterList {
	width: 150px;
}
.reset-filter-padding {
	float: left;
	margin: 12px;
}
.pagination-bar {
	display: block;
	width: 94%;
	padding: 2px 3%;
	margin: 10px 0;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top, #ededed 0%, #e0e0e0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: center
}
.pagination {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0px;
}
.pagination li {
	width: 18px;
}/* Expand pagination for browsers that don't support min-width*/
.pagination li {
	float: left;
	margin: 0 1px;
	border: 1px solid #d5d5d5;
	min-width: 18px;
	height: 18px;
	background-color: #ececec;
	list-style: none;
	color: #767676;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.pagination li.active, .pagination li:hover {
	color: #4b4d4e;
	background: #d7d7d7; /* Old browsers */
	background: -moz-linear-gradient(top, #d7d7d7 0%, #d0d0d0 50%, #c7c7c7 51%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(50%, #d0d0d0), color-stop(51%, #c7c7c7), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7d7d7 0%, #d0d0d0 50%, #c7c7c7 51%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7d7d7 0%, #d0d0d0 50%, #c7c7c7 51%, #f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d7d7d7 0%, #d0d0d0 50%, #c7c7c7 51%, #f1f1f1 100%); /* IE10+ */
	background: linear-gradient(top, #d7d7d7 0%, #d0d0d0 50%, #c7c7c7 51%, #f1f1f1 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#f1f1f1', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 3px #8e8e8e;
	-webkit-box-shadow: 0 1px 3px #8e8e8e;
	box-shadow: 0 1px 3px #8e8e8e;
}
.pagination li.previous, .pagination li.next {
	width: 65px;
}
.pagination li.previous span, .pagination li.next span {
	top: -.16em;
	position: relative
}
/* Advanced Search Options */



.search-advanced-box {
	display: none;
	position: relative;
	width: auto;
	padding: 20px;
	margin: 0 0 -1px 0;
	background-color: #f1f1f1;
	border: 1px solid #d5d5d5;
}

.toolbar .ui-button{
	top:5px;
}

table.search-advanced-tbl {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table.search-advanced-tbl td {
	border-collapse: collapse;
	padding: 2px 2px;
	margin: 0;
}
table.search-advanced-tbl td input, table.search-advanced-tbl td select {
	margin: 0 2px;
}
table.search-advanced-tbl td, table.search-advanced-tbl tbody tr:nth-child(even) td, table.search-advanced-tbl tbody tr.even td {
	background: none;
}
table.search-advanced-tbl .td-title {
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	color: #4b4d4e;
}
table.search-advanced-tbl .td-form-control {
	padding-top: 1em;
	text-align: center;
}
.search-advanced-box input, .search-advanced-box select {
	padding: 2px;
	border: 2px solid #e2e2e2;
}
.search-advanced-box input:focus, .search-advanced-box select:focus {
	padding: 2px;
	border: 2px solid #039;
	background: #fff6bf;
	color: #514721;
	border-color: #ffd324;
}
.search-advanced-box img.btn-close {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
}
/* Browse Order Contents Container */



.title .basket-icon {
	top: -100px;
}
.order-contents p {
	font-size: 120%;
}
.order-contents-inner {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 40px;
	padding-top: 20px;
}
#orderSelectForm {
	margin: -15px 0 10px 0;
	padding: 0;
}
.content-scroller {
	display: block;
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
}
.content-scroller-window {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 350px;
	margin: 0;
	padding: 0;
}
/* Browse Order Contents Scroller List */

	

ul.scroller-list, ul.scroller-list ul {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
ul.scroller-list > li {
	display: block;
	width: 98%;
	padding: .6em 0;
	margin-right: 2%;
	list-style: none;
	border-top: 1px #fff solid;
	border-bottom: 1px #f1f1f1 solid;
}
ul.scroller-list li:nth-child(even) li {
	background-color: inherit
}
ul.scroller-list li li {
	border: none;
}
ul.scroller-list li a {
	color: #81BA3E;
}
ul.scroller-list li a:hover {
	text-decoration: underline;
}
ul.scroller-list ul li {
	display: block;
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.scroller-list > li:nth-child(even) {
	background-color: #fbfbfb;
	background: -moz-linear-gradient(top, #fff 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb));
	background: -o-gradient(#fff, #fbfbfb);
}
ul.scroller-list > li:hover, ul.scroller-list > li:nth-child(even):hover {
	background: #abdcf6;
	border-top: 1px solid #6bb9e3;
	border-bottom: 1px solid #6bb9e3;
	cursor: pointer;
}
ul.scroller-list ul li.sl-price {
	display: block;
	width: 26%;
	float: left;
	padding: 0 2% 0 2%;
}
ul.scroller-list ul li.sl-name {
	display: block;
	float: left;
	width: 61%;
	padding-left: 0 2%;
}
ul.scroller-list ul li.sl-chkbox {
	display: block;
	float: left;
	width: 3%;
	padding: 0 0 0 2%;
	text-align: right;
}
.data-table tbody tr:hover td {
	background: none;
	background-color: #abdcf6;
	border-top: 1px solid #6bb9e3;
	border-bottom: 1px solid #6bb9e3;
}
/* End Scroller List */

	



ul.price-summary-list li ul li.price {
	color: #638b17;
	text-align: left;
}
.browse-footer-bar {
	display: block;
	width: 100%;
	margin: 0px 0 15px 0;
	padding: 0 20px;
}
#productsPerPageForm {
	display: block;
	clear: both;
	width: 40%;
	height: 20px;
	margin: 0;
	padding: 0;
}
select#productsPerPageSelect {
	margin: 0 5px;
	padding: 0;
}
/* Product Page Image Viewer*/



.image-viewer-wrapper {
	display: block;
	margin: 0;
	padding: 0;
}
.viewer {
	display: block;
	position: relative;
	width: 380px;
	height: 380px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.viewer-inner {
	display: block;
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
}
.viewer img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
.thumb-window {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
.thumb-window ul {
	display: block;
	margin: 0;
	padding: 10px 0px;
}
.thumb-window ul li {
	display: block;
	position: relative;
	float: left;
	width: 78px;
	height: 78px;
	overflow: hidden;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #d5d5d5;
}
.thumb-window ul li:hover {
	cursor: pointer;
}
.thumb-window ul li img {
	display: block;
	width: 78px;
	height: 78px;
}
.thumb-window .overlay {
	display: block;
	position: absolute;
	top: 180px;
	bottom: 0;
}
/* Product Attributes List*/



.product-attributes-wrapper {
	margin: 10px 0;
	padding: 0;
}
.product-attributes-list {
	display: block;
	margin: 0 0 0 -5px;
	padding: 0;
}
.product-attributes-list li {
	display: block;
	float: left;
	height: 20px;
	color: #81BA3E;
	font-weight: bold;
}
.product-attributes-list li:after {
	content: '/';
}
.product-attributes-list li a {
	text-transform: uppercase;
	color: #81BA3E;
	margin: 0px 5px;
}
.product-attributes-list li a:hover {
	text-decoration: underline;
}
.product-attributes-list li:last-child:after {
	content: '';
}
/* Tick List*/



.bullets-tick li {
	list-style: none;
	background: url(../images/bullet-tick.png) no-repeat left .6em;
	padding-left: 20px;
}
/* Product Attributes List*/



.product-ingredients-wrapper {
	margin: 10px 0;
	padding: 0;
}
.product-ingredients-list {
	display: block;
	margin: 0;
	padding: 0;
}
.product-ingredients-list li {
	display: block;
	float: left;
	width: 170px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	list-type: none;
	background: url(../images/breadcrumb_arrow.png) no-repeat left center
}
/* Product Content Lists */





.product-content-right {
	display: block;
	float: right;
	width: 160px;
	margin-left: 10px;
}
.product-content-right div:first-child {
	margin-top: 0;
}
.product-header h4 + h3 {
	margin-top: -8px
}
.product-header h3 {
	line-height: 1.3em
}
.tbl-quantity-breaks tr th, .tbl-quantity-breaks tr td {
	background: none;
	padding: 0px 2px;
	text-align: center;
}
.tbl-quantity-breaks tr:nth-child(even) td {
	background: none;
	padding: 0px 2px;
	text-align: center;
}
.tbl-quantity-breaks tr.highlighted {
	color: green;
}
.tbl-quantity-breaks tr th {
	font-weight: bold;
}
.quantity-selector-list {
	display: block;
	height: 28px;
	margin: 10px 0;
	padding: 0px;	float: left;

}
.quantity-selector-list li {
	float: left;
	display: block;
	margin: 0px;
	list-style: none;
}
.quantity-selector-list li.title {
	margin: 0 5px;
	width: 60px;
	padding: 4px 0;
	text-align: right;
	font-size: 1.3em;
}
.quantity-selector-list li.input {
	width: 40px;
	margin: 0;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #989898;
	overflow: hidden;
}
.quantity-selector-list li.input input {
	display: block;
	border: none;
	background: none;
	margin: 0px;
	text-align: center;
}
.quantity-selector-list li.controllers {
	display: block;
	height: 28px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
.controllers .qty-increase, .controllers .qty-decrease {
	display: block;
	height: 28px;
	width: 5px;
	border: none;
	margin: 0 0;
	padding: 0;
	width: 100%;
}
.quantity-selector-list li.controllers .qty-increase {
	background: url(../images/btn-qty-incr.png) no-repeat center center;
}
.quantity-selector-list li.controllers .qty-decrease {
	background: url(../images/btn-qty-decr.png) no-repeat center center;
}
/*	.quantity-selector-list li.controllers a{

	display:block;

	margin:0;

	padding:0;

	background-color:#06F;

	line-height:1.2em;

	color:#989898;

	}

	

.quantity-selector-list li.controllers a:hover span{color:#4b4d4e;}

*/

.add-to-order {
	margin: 10px 0px 0 5px;
}
/* Alternate Sizes List */



.alternate-sizes-wrapper {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
ul.alternate-sizes-list {
	display: block;
	margin: 0;
	padding: 10px 0px;
}
ul.alternate-sizes-list li {
	display: block;
	float: left;
	width: 80px;
	height: 100px;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #d5d5d5;
}
ul.alternate-sizes-list li img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}
ul.alternate-sizes-list li div.size {
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	text-align: center;
	color: #81BA3E;
}
/* Product Sidebar List */

.sidebar{
	float: left;
	width: 260px;

}

div.sb-product-list-wrapper {
	display: block;
	margin: 0;
	padding: 0;
}
ul.sb-product-list {
	display: block;
	margin: 0;
	padding: 0;
}
ul.sb-product-list li {
	display: block;
	height: 80px;
	overflow: hidden;
	border-top: 1px solid #f3f3f3;
	list-style: none;
}
ul.sb-product-list li:first-child {
	border: none;
}
ul.sb-product-list li div.thumbnail {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 80px;
}
ul.sb-product-list li div.details {
	display: block;
	position: relative;
	float: left;
	width: 110px;
	font-size: 90%;
	margin: 0;
	padding: 5px;
	line-height: 1.3em;
}
ul.sb-product-list div.details .detail-title {
	position: absolute;
	top: 5px;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
ul.sb-product-list div.details .detail-price {
	position: absolute;
	top: 62px;
	width: 100%;
}
ul.sb-product-list li span a:hover {
	text-decoration: underline;
}
/* Style for popup containers */



.popup-list {
	display: block;
	margin: 0px;
	padding: 0px;
}
.popup-list form {
	padding: 0;
	margin: 0;
}
.popup-list li {
	list-style: none;
}
.popup-list textarea {
	width: 100%;
}
.new-order-form {
	margin-top: 10px
}

/* Login Page */

.login-notes p {
	font-size: 1.3em;
}

/* Cart Page */

.tbl-content {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	border-collapse: collapse;
	background: #FFF;
}
.tbl-content td {
	border: 1px solid #f5f5f5;
	border-width: 1px 0;
	overflow: hidden;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1em;
	overflow: hidden;
}
.tbl-content th {
	background: #81BA3E;
	color: #fff;
	font-size: .9em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1em;
	border: 1px solid #81BA3E;
	border-bottom: hidden;
}
.tbl-content a {
	color: #81BA3E;
	text-decoration: underline;
}
.tbl-content a:hover {
	color: #fff;
	background: #81BA3E;
}
.tbl-content td.ot-check {
	width: 15px;
	border-right: none;
}
.tbl-content .ot-brand {
	width: 160px;
}
.tbl-content .ot-image {
	width: 94px;
}
.tbl-content .ot-image img {
	display: block;
	margin: 0
}
.tbl-content .ot-sku {
	width: 50px;
}
.tbl-content .ot-quantityd {
	width: 90px;
}
.tbl-content .ot-rrp, .tbl-content .ot-wholsale, .tbl-content .ot-linetotal {
	width: 80px;
}
.tbl-content .ot-cartonq {
	width: 55px;
}
.tbl-content .ot-cartons, .tbl-content .ot-units {
	width: 140px;
}
/* Order Details Form */



#updateOrderDetails {
	clear: left;
	display: none
}
.bookcase {
	display: block;
	margin: 0;
	padding: 20px;
	background: #928A87;
	/* background: #c6ffb2; */
	/* border: 1px solid #c7f697 */
}
.bookcase label {
	color: white;
}
.input-wrapper, .textarea-wrapper, .select-wrapper {
	display: block;
	width: auto;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.07);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.07);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.07);
}
.input-wrapper input[type=text], .textarea-wrapper textarea, .select-wrapper select, .input-wrapper input[type=password] {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	background: none;
}
.expanding-area {
	position: relative;
}
.expanding-area > textarea, .expanding-area > pre {
	background: transparent;
	border: hidden;
	font: 400 13px/16px DINWeb, helvetica, arial, sans-serif;
	/* Make the text soft-wrap */

	white-space: pre-wrap;
	word-wrap: break-word;
	height: 100%;
}
.expanding-area > textarea {
	display: block;
	width: 100%;
	/* Hide any scrollbars */

	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	/* Remove WebKit user-resize widget */

	resize: none;
	padding: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.expanding-area > pre {
	display: block;
	/* Hide the text; just using it for sizing */

	visibility: hidden;
}
.cart-details h5 {
	margin: 10px 0 0px;
}
/* Orders Table Styles */

	

.tbl-content .ot-id {
	width: 15px;
	border-right: none;
	padding: 10px 0;
}
.tbl-content .ot-order-name {
	width: 160px;
}
.tbl-content .ot-description {
	width: 250px;
}
.tbl-content .ot-ref {
	width: 60px;
}
.tbl-content .ot-status {
	width: 70px;
}
.tbl-content .ot-created {
	width: 120px;
}
.tbl-content .ot-total-products {
	width: 50px;
} /* deprecated */
.tbl-content .ot-edit {
	width: 150px;
}
.tbl-content .ot-order-total {
	width: 140px;
	white-space: nowrap;
}
.tbl-content a {
	text-decoration: none
}
.status {
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: inline-block;
	text-align: center;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	min-width: 50px;
	color: #fff;
}
.status.OPEN {
	background-color: #f27b56;
}
.status.SUBMITTED {
	background-color: #5295a5;
}
a.order-edit, a.order-checkout {
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: inline-block;
	text-align: center;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	min-width: 50px;
	color: #fff;
	background: #81BA3E;
	margin-right: 3px;
}
a.order-edit {
	min-width: 28px;
}
a.order-edit:hover, a.order-checkout:hover {
	background-color: #09F;
}
/* Small List */

.small-list {
	display: block;
	margin: 0;
	padding: 0;
}
.small-list li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.qb-tbl {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.qb-tbl tr td {
	border: none;
	height: auto;
	padding: 2px;
}
.qb-tbl tr.highlighted {
	color: green;
}
.qb-title {
	font-weight: bold;
}
.cart-deals-tbl {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: bold;
}
.cart-deals-tbl th {
	background: #fff;
	border: hidden;
	border-bottom: 1px solid #f5f5f5;
}
.cart-deals-tbl td {
	background: #fff;
	border: 1px solid #f5f5f5;
	font-weight: bold;
}
.cart-deals-tbl td.dt-thumb {
	width: 140px;
	padding: 0;
}
.cart-deals-tbl td.dt-thumb img {
	display: block;
}
.cart-content-foot {
	margin: 20px 0;
}
.cart-content-foot .price-summary-list {
	margin: 0 20px;
}
.cart-content-foot .price-summary-list li ul li {
	border-top: none;
}
.cart-content-foot .box-left h3 {
	margin-bottom: 10px;
}
.cart-content-foot .box-right h3 {
	margin-bottom: 20px;
}
.cart-content-foot .box-right .big-button {
	margin-top: 20px;
}
.ui-corner-none {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.ui-corner-left-overide {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.ui-corner-right-overide {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
/* News Items */



.news-item {
	display: block;
	width: 100%;
	padding: 20px 0 40px;
	background: url(../images/bg-tile-hr.png) repeat-y 20%
}
.news-item:first-child {
	margin-top: 40px;
	padding-top: 0
}
.ni-info {
	display: block;
	float: left;
	width: 14%;
	padding: 0 3%;
}
.ni-content {
	display: block;
	float: left;
	position: relative;
	width: 70%;
	margin: 0 5%;
	padding: 30px 0 40px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3
}
.news-item:first-child .ni-content {
	padding-top: 0;
}
ul.ni-list {
	display: block;
	margin: 10px auto;
	padding: 0px;
	text-align: center
}
ul.ni-list li {
	list-style: none;
	font-size: 1.2em;
	margin: 2px 0;
	padding: 0;
	line-height: 1.2em;
}
ul.ni-list li.title {
	color: #81BA3E;
	font-weight: bold;
	font-style: normal;
}
ul.ni-list .published, ul.ni-list .author, ul.ni-list .category, ul.ni-list .channel {
	font-style: italic;
}
a.tiny-btn.read-more {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden
}
a.tiny-btn.read-more span {
	display: block;
	float: right;
	width: 100px;
	background: url(../images/bg-double-arrow.png) no-repeat right center;
}
a.tiny-btn.read-more:hover, a.tiny-btn.read-more:active {
	background: #05b18b;
	cursor: pointer
}
/* Account Settings */



.acc-setting {
	display: block
}
.as-title {
	text-align: right
}
.as-val {
	text-align: left
}
.stock-reminder-tbl {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.stock-reminder-tbl .srt-sku {
	text-align: center;
}
.stock-reminder-tbl .srt-del {
	text-align: center;
}
.stock-reminder-tbl tr th {
	background: #1687e4;
	color: #fcfcfc;
	border-bottom: hidden
}
.stock-reminder-tbl tr td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
/* Checkout Styles */

.checkout-body {
	background-image: none;
}
.checkout-header {
	margin: 80px 0 10px
}
.checkout-nav {
	display: block;
}
.cn-list {
	list-style: none
}
.cn-list li {
	display: block;
	float: left;
	position: relative;
	width: 180px;
	min-width: 180px;
	list-style: none;
	height: 40px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #81BA3E;
}
.cn-list li:first-child {
	border-left: hidden
}
.cn-list li .cn-list-pointer {
	display: none;
}
.cn-list .cn-progress-bar {
	display: block;
	height: 8px;
	border-top: 1px solid #81ba3d;
	border-bottom: 1px solid #81ba3d;
	width: 100%;
}
.cn-list li.cn-current .cn-list-pointer {
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -15px;
}
.cn-list li.cn-complete .cn-progress-bar, .cn-list li.cn-current .cn-progress-bar {
	background: #638b17
}
.cn-list li.cn-current .cn-progress-bar {
	border-right: 1px solid #638b17
}
.cn-list li:last-child .cn-progress-bar {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cn-list li:first-child .cn-progress-bar {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cn-list .cn-link {
	display: block;
	height: 30px;
	border-left: 1px solid #81ba3d;
	line-height: 50px;
}
.cn-list .cn-link a {
	color: #81BA3E
}
.cn-list li:first-child .cn-link {
	border-left: none
}
.checkout-price-summary {
	display: block;
	width: 90%;
	margin: 0;
	padding: 20px 5%;
	border: 1px dashed #f3f3f3;
	border-width: 1px 1px 1px 0
}
.cps-list {
	display: block;
	padding: 0px;
	margin: 0 0 0 0;
}
.cps-list li {
	display: block;
	list-style: none;
	margin: 4px 5px
}
.cps-list li .title {
	font-weight: bold
}
.cps-list .cps-title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0px
}
.cps-list .cps-price {
	font-size: 1.4em;
}
.cps-list .cps-summary-title {
	font-size: 1.6em;
	font-weight: bold;
}
.cps-list .cps-summary-price {
	font-size: 1.6em;
}
.cps-list .cps-summary-title {
	margin: 20px 0px 0px 0px;
	padding: 10px 5px 0 5px;
	border-top: 1px dashed #f3f3f3;
}
.cps-list .cps-summary-price {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 5px;
	border-bottom: 1px dashed #f3f3f3;
}
.checkout-tbl {
	border-collapse: collapse;
}
.checkout-tbl tr th {
	background: #1687e4;
	color: #fcfcfc;
	border-bottom: hidden
}
.checkout-tbl td.brand-name {
	color: #81BA3E;
	font-weight: bold
}
/* Payment Form */

.checkout-pdetails-wrap {
	border: 1px solid #81BA3E;
	padding: 20px;
}
.checkout-pdetails-box .badges {
	text-align: right
}
.checkout-group {
	margin: 40px 0
}
.credit-details-wrap {
	width: 70%;
	margin: 0 0% 0 0%;
}
.credit-card, .credit-card.visa {
	display: block;
	height: 42px;
	width: 67px;
	background: url(../images/sprite-credit-cards.png) no-repeat 0 0
}
.credit-card.mastercard {
	background-position: 0 -42px
}
.ccards-box {
	display: block;
	height: 42px;
	margin: 0 0 0 52%
}
.ccards-box .credit-card {
	float: left;
	padding: 0 2%;
}
.payment-address-wrap {
	width: 50%;
	margin: 0 25%
}
.payment-address-row {
	padding: 0;
	margin: 5px 0;
	clear: both;
}
.payment-address-key, .payment-address-value {
	width: 43%;
	padding: 0 4% 0 3%;
	margin: 0;
	float: left
}
.payment-address-key {
	text-align: right;
	font-weight: bold
}
/* Payment Receipt */

.tbl-receipt {
	border-collapse: collapse;
	font-size: 1.2em;
}
.tbl-receipt .col-heading {
	width: 30%;
	background-color: #e5f5fc
}
.tbl-receipt th, .tbl-receipt td {
	padding: 5px 15px
}
.tbl-receipt th {
	border-bottom: 2px solid #1687e4;
	background-color: #fff
}
.tbl-receipt td {
	border: 1px solid #fff;
	border-width: 1px 0 1px 0
}
.tbl-receipt tr td:first-child {
	text-align: right
}
.cart-tools {
	display: block;
}
.cart-tools .tools-list {
	display: block;
}
.cart-tools .tools-list li {
	display: block;
	float: left;
	list-style: none;
	width: 200px;
	padding: 0px;
	margin: 0;
	font-weight: bold
}
.cart-tools .tools-list li.icon a {
	display: block;
	padding: 10px 0px 10px 40px;
	background: url(../images/print.jpg) no-repeat left center
}
/* Counter Widget */

.productCounter {
/*display:block;
	width:auto;
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.07);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.07);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.07);
	overflow:hidden;*/

}
.productCounter ul {
	display: block;
	height: 28px;
	margin: 10px 0;
	padding: 0px;
}
.productCounter ul.cartonsOnly, .productCounter ul.unitsOnly {
	display: hidden !important;
}
.productCounter ul li {
	float: left;
	display: block;
	margin: 0px;
	list-style: none;
}
.productCounter ul li.title {
	margin: 0 5px;
	width: 60px;
	padding: 4px 0;
	text-align: right;
	font-size: 1.3em;
}
.productCounter li.input {
	width: 40px;
	margin: 0;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #989898;
	overflow: hidden;
}
.productCounter ul li.input input[type='text'] {
	display: block;
	border: none;
	background: none;
	margin: 0px;
	text-align: center;
	width: 40px;
}
.productCounter ul.disabled li.input {
	background-color: #CCC !important
}
.productCounter li.input input {
	display: block;
	border: none;
	background: none;
	margin: 0px;
	text-align: center;
}
.productCounter li.controllers {
	display: block;
	height: 28px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
.productCounter .qty-increase, .productCounter .qty-decrease {
	display: block;
	height: 28px;
	width: 5px;
	border: none;
	margin: 0 0;
	padding: 0;
	width: 100%;
}
.productCounter .qty-increase {
	background: url(../images/btn-qty-incr.png) no-repeat center center;
}
.productCounter .qty-decrease {
	background: url(../images/btn-qty-decr.png) no-repeat center center;
}
div.ui-dialog-buttonpane div.waiter {
	width: 100%;
	text-align: right;
	height: 43px;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
}
div.ui-dialog-buttonpane div.waiter p {
	padding: 0px;
	margin: 0px;
}
/* Browser Workarounds i.e. hax */



.ie9 .toolbar, .ie9 .big-button.radius, .ie9 .box-header, .ie9 .toolbar.radius-top {
	filter: none
} /* Fix IE9 corners being overlapped by child title gradient */
.lte7 .filter-list ul {
	zoom: 1
} /* Triggers haslayout to stop IE7 + below hiding expanding list contents */
.lte7 .hide-attribute-options {
	zoom: 1;
	display: none;
}
header h2 {
	color: #0C0 !important;
}
.ie7 #order-header {
	margin-bottom: 10px;
}
.lte7 button {
	width: 1 !important;
	overflow: visible;
}/* Removes extra pading from IE7 Buttons */
.lte7 button.big-button {
	padding: 0 10px;
	display: inline
}/* Removes Extra Padding from Big Buttons IE7 Buttons */
#header {
	margin-left: -22px;
	background-color: #00C;
}
.gridbootadjust {
	margin-left: 22px;
	background-color: #FFF;
}
.kadac-button {
	display: block;
	overflow: hidden;
	position: relative;
	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	display: block;
	padding: 15px 0px;
	color: #FFF;
	text-transform: uppercase;
	font-family: DINWeb-Bold, Helvetica, Arial, sans-serif;
	float: left;
	width: 128px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	margin-right: 7px;
}
.kadac-but-darkgreen {
	background-color: rgba(99, 139, 24, 1);
}
.kadac-but-darkgreen:hover {
	background-color: rgba(99, 139, 24, .6);
}
.kadac-but-lightgreen {
	background-color: rgba(129, 186, 62, 1);
}
.kadac-but-lightgreen:hover {
	background-color: rgba(129, 186, 62, .6);
}
.kadac-but-yellowgreen {
	background-color: rgba(205, 211, 40, 1);
}
.kadac-but-yellowgreen:hover {
	background-color: rgba(205, 211, 40, .6);
}
.kadac-button a, .kadac-button a:link, .kadac-button a:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
select{
    width: auto;
}
.discount-display{
	position:absolute;
	top:0;
	padding:7px;
	color: #fbfbfb;
	font-family: DINWeb-Bold, Arial, Helvetica, sans-serif;
	text-align:center;
	box-sizing: border-box;
	background: linear-gradient(180deg, #cdd328, #cdd328, #cdd328); 
	background: linear-gradient(135deg, #638b18, #638b18 60%, #81ba3e);
	color:#fff;
	width:100%;
	opacity:0.9;
}
