@charset "UTF-8";
/* CSS Document */
table {
	border-collapse: collapse;
	border-spacing: 0
}
table th, table td {
	vertical-align: top
}
.button-set {
	list-style: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	float: left;
	padding: 0 0 1px;
	margin-bottom: 1.758em;
	border: 2px solid rgba(0,0,0,0.1)
}
.button-set li {
	float: left;
	margin-left: 0;
	list-style: none!important
}
.button-set li a {
	display: inline-block;
	border: 1px solid #c4c4c4;
	padding: .369em .8em;
	line-height: 1.25;
	background: #f7f7f7;
	font-size: .9em;
	font-weight: 700;
	text-shadow: 0 1px 0 #fff;
	color: #666
}
.button-set li a:hover {
	background: #fff
}
.button-set li a:active {
	box-shadow: inset 0 1px 2px 0 #e6e6e6;
	-webkit-box-shadow: inset 0 1px 2px 0 #e6e6e6
}
.button-set li:first-child a {
	border-right-width: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}
.button-set li:last-child a {
	border-left-width: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}
.button-set li.documentation a {
	border-left-width: 1px!important;
	border-right-width: 1px!important
}
form * {
	/*vertical-align: middle*/
}
form p {
	margin: 0 0 5px;
	padding: 0
}
form p.form-button {
	margin-top: 10px;
	text-align: right;
	width: 435px
}
form label {
	display: inline-block;
	width: 145px; /* david - changed the width as it conflicted with the single page variations */
	padding: 5px 0 0
}
form input, form textarea {
/*	font-family: Helvetica, Arial, sans-serif; David - was making the search boxes text bold in webkit browsers */
	font-size: 12px;
}
form input[type=text], form input.input-text, form input[type=password], form textarea {
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	color: #666;
	padding: .461em;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none		min-height: 28px;
}
form input[type=text]:focus, form input.input-text:focus, form input[type=password]:focus, form textarea:focus {
	border: 1px solid #cdcdcd;
	box-shadow: 0 0 5px 0 rgba(113,176,47,0.8);
	-webkit-box-shadow: 0 0 5px 0 rgba(113,176,47,0.8);
	color: #222;
	outline: 0
}
form select {
	width: 330px
}

#commentform input#author, #commentform input#email, #commentform input#url, .ci-inputfield {
	width: 250px;
	height: auto;
}

table.tablespress, table.shop_table, table.cart_totals, .cart_totals table {
	width: 100%;
	border-radius: 5px;
	border-collapse: collapse;
	margin: 0 0 3.433em;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table.tablespress th, table.tablespress thead, .tablepress thead th, .tablepress tfoot th, table.shop_table th, table.shop_table thead, .cart_totals th  {
	font-weight: 700;
	background-color: #EFF8E6 !important;
	background: #eff8e6;
	color: #578824;
	padding: .8em;
	font-size: .8em;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #d6eebd;
	border-bottom: 2px solid #a4d86d;
}
table.tablespress td {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid transparent;
	padding: 1.25em;
	border: 1px solid #e6e6e6
}
table.tablespress tr:nth-child(2n+2) td {
	background: #f7f7f7
}

.cart_totals tr td, .cart-collaterals .cart_totals tr th {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper .sorting:hover, .dataTables_wrapper .sorting_asc, .dataTables_wrapper .sorting_desc {
	background-color: #a4d86d !important;
}