/*
Theme Name: Fry's Theme
Theme URI: http://frys.com.au
Description: This is a custom theme for Fry's Storage
Author: Gerson L.
Author URI: http://gslwebsolutions.com
Version: 4.8
*/

img {
	max-width:100%;
}

hr {
	border-top:1px solid #dadada;
}

.storage-location-wrap, .storage-email-info, .single-location .location-address strong {
	display:none;
}

.storage-location-item.active {
	font-weight:bold;
}

.aye-storage-username, .aye-storage-email {
  float: right;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 80%;
}

.aye-storage-book {
    float: right;
}

#vehicle-form .error{
	border: 1px solid #b70000;
}

/*** WP ***/

.wp-caption {

}

.wp-caption-text {

}

.sticky {

}

.gallery-caption {

}

.alignleft {
	float:left;
	margin:10px 10px 10px 0;
}

.alignright {
	float:right;
	margin:10px 0 10px 10px;
}

.aligncenter {
	display:block;
	margin:10px auto;
}

.alignnone {
	margin:10px 10px 10px 0;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

p.centered-text {
	max-width:800px;
	margin:0 auto 10px;
	text-align:center;
}

* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
	color:#003466;
	font-family:Arial, sans-serif;
	/*padding-top:85px;*/
}

a {
	color:#e21923;
	text-decoration:underline;
}

a:hover {
	color:#e21923;
}

a.btn {
	text-decoration:none;
}

.redbutton:active, .redbutton:focus, .bluebutton:active, .bluebutton:focus {
	outline:none!important;
	color:#ffffff!important;
	text-decoration:none!important;
}

h1, h2, h3, h4, h5, h6 {
	color:#003465;
	font-family: franklin-gothic-urw, sans-serif;
	font-weight:900;
	margin-top:0;
	padding-top:0;
	text-transform:uppercase;
}

p {
	color:#003466;
	font-family:Arial, sans-serif;
	font-size:14px;
}

img {
	vertical-align:baseline;
}

label {
	font-weight:500;
}

.container {
	margin:0 auto;
	max-width:990px;
}

.form-control {
	height:auto;
	/*padding:2px 5px;*/
}

a, p, img, h1, h2, h3, h4, h5, h6, ul, ol, li, .redbutton.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	text-decoration:none;
}

/*** NAVIGATION ***/

#main-nav {
	background:#e21923;
}

#nav-wrapper {
	position:relative;
}

#navbar li, .dropdown-menu > li > a {
	font-family: franklin-gothic-urw, sans-serif;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
}

#main-nav a.nav-link {
	color:#fff;
	text-decoration:none;
}

#main-nav a:hover {
	text-decoration:underline;
}

#main-nav li a.nav-link:after {
	content:url('images/blue-shield.png');
	padding-left:20px;
}

.nav > li > a {
	padding:15px 0px 15px 20px;
}

.nav > li:first-child > a {
	padding-left:0;
}

/*#main-nav li:last-child a:after, .dropdown-menu li a:after {
	content:''!important;
	padding-left:0;
}*/

ul.nav li.dropdown:hover ul.dropdown-menu { 
	background:#E21923;
	display: block; 
	padding:10px 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background:#E21923;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.3);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle {
	margin-right:10px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
}

#mobile-logo img {
	float:left;
	padding:10px 0px 0px 10px;
	max-width:70%;
}

li.mobile-link {
	display:none!important;
}

#header-cart {
	display: block;
    margin: 7px 0 0 4px;
    float: right;
	position:relative;
	width:auto;
	height:auto;
}

#header-cart > a {
	background: white;
	border:2px solid white;
    color: #E21923;
	display:block;
    padding: 5px 11px 6px 6px;
    border-radius: 50%;
	text-decoration:none;
}

#header-cart:hover > a, #mobile-cart-link:hover {
	background:transparent;
	color:white;
	text-decoration:none!important;
}

#user-cart {
    background: white;
    border-radius: 5px;
	box-shadow:0px 3px 10px rgba(0, 0, 0, .5);
	padding: 10px;
    position: absolute;
    right: -15px;
    top: 33px;
	width: 300px;
	z-index:10;
}

#user-cart span.quantity {
	display:block;
	font-weight:400;
}

.woocommerce.widget_shopping_cart .cart_list li.empty {
	padding-left:0;
	text-align:center;
}

#main-nav .woocommerce a.button:hover {
	text-decoration:none!important;
}

.cart-title {
	font-size:20px;
	text-align:center;
}

#mobile-header-right {
	display:inline-block;
	float:right;
}

.navbar-toggle {
	float:none;
}

#mobile-header-cart {
	display:inline-block;
}

#mobile-cart-link {
	border:2px solid white!important;
	display: block;
    color: #E21923!important;
    background: white;
    font-size: 19px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 2px 9px 3px 3px;
    text-decoration: none;
}

#mobile-cart-link:hover {
	color:white!important;
}

/*** CONTENT ***/

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.page-title {
	font-size:34px;
	margin-top:0;
}

#main-content, #steps-container {
	background:#f5f5f5;
	border:1px solid #d2d2d2;
	border-radius:6px;
	color:#003466;
	margin:30px auto 20px;
	max-width:960px;
	padding:35px 35px 25px;
}

#steps-container {
	border:1px solid #E21923;
	padding:0;
	text-align:center;
	margin:30px auto;
}

#steps-title {
	padding: 5px 15px;
    background: #E21923;
    color: #ffffff;
    text-transform: uppercase;
    font-family: franklin-gothic-urw;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 6px 6px 0 0;
}

#steps {
	padding-right:0;
}

#main-content ol, #main-content ul {
	margin-left:14px;
}

#main-content li {
	margin-bottom: 5px;
	line-height: 23px;
}

#main-content ul li {
	list-style-image:url('images/reddot.png');
}

.radio, .checkbox {
	padding-left:35px;
}

.red {
	color:#e21923;
}

.subheading {
	font-size:34px;
}

#steps h1 {
	display:inline-block;
	font-size:35px;
}

.redbutton, .btn-danger, .woocommerce-message a.button, .bluebutton:hover, .bluebutton:active, .widget_shopping_cart p.buttons a.button, .continue-shopping, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]  {
	color: rgb(255, 255, 255);
	cursor:pointer;
	background: none repeat scroll 0% 0% rgb(226, 25, 35)!important;
	border-radius: 7px;
	text-decoration:none;
}

.continue-shopping {
	color:white!important;
	padding-top:7px;
	text-align:center;
}

.bluebutton {
	background:#003465;
	border-radius: 7px;
}

.redbutton {
	background:#e21923;
	border-radius: 7px;
}

.redbutton, .bluebutton {
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-family: franklin-gothic-urw,sans-serif;
	font-size:28px;
	font-weight: 700;
	margin-top:0;
	padding:5px 13px;
	text-decoration:none!important;
	text-transform: uppercase;
}

.redbutton a, .bluebutton a {
	color:#fff;
	cursor:pointer;
	padding: 5px 13px;
	text-decoration:none;
}

input.redbutton, input.bluebutton, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	border:none;
	cursor:pointer;
	display:block;
	font-family:franklin-gothic-urw, sans-serif;
	font-size:28px!important;
	font-weight:700;
	margin:20px auto;
	padding:5px 13px;
	text-transform:uppercase;
}

.redbutton:hover, .woocommerce-message a.button:hover, .bluebutton, .widget_shopping_cart p.buttons a.button:hover, .continue-shopping:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background:#003465!important;
	color:#ffffff;
	cursor:pointer;
}

.redbutton a:hover, .redbutton:hover, .redbutton a:active, .redbutton:active, .widget_shopping_cart p.buttons a.button:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	cursor:pointer;
	color:#ffffff;
	text-decoration:none!important;
}

.gform_wrapper select {
	height:37px;
	background:#ffffff;
}

.hidden-label label {
	display:none!important;
}

.book-radio {
	cursor:pointer;
	margin:0 auto;
}

input, select, textarea {
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
	padding:6px 12px;
}

input:focus, select:focus, textarea:focus {
	outline:none;
	box-shadow:none;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-size:14px!important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin:0!important;
}

.gform_wrapper .gform_footer {
	padding:4px 0 0!important;
	margin: 0!important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top:2px!important;
}

table.customer-data, table.storage-data {
	width: 300px;
    margin: 0 auto 10px;
}

table.customer-data td, table.storage-data td {
	border:1px solid #003465;
	padding:10px;
	width:50%;
}

td.customer-data-label, td.storage-data-label, td.calc-label {
	background:#003465;
	color:#ffffff;
	text-align:right;
}

table.calc-data {
	width:100%;
	margin:0 auto 10px;
	max-width:450px;
}

table.calc-data td.calc-label {
	border:1px solid #003465;
	padding:10px;
	width:25%!important;
}

table.calc-data td.calc-value {
	width:75%!important;
	border:1px solid #003465;
	padding:10px;
}

table.calc-items {
	width:100%;
	margin-bottom:10px;
}

table.calc-items tr td {
	padding:2px 3px;
	border-bottom:1px solid #d1d1d1;
}

table.booking-data {
	margin:0 auto 10px;
	width:100%;
}

table.booking-data th, table.booking-data td {
	border:1px solid #003465;
	padding:10px;
	text-align:center;
}

table.booking-data th {
	background:#003465;
	color:#ffffff;
}

.mult-loc label {
	font-size:120%;
	padding-left:0;
}

.mult-loc input[type="radio"] {
	cursor:pointer;
}

.calculator .table > tbody > tr > th, .calculator .table > tbody > tr > td {
	border-bottom:0px!important;
	border-top:0px!important;
}

.disabled {
	opacity:.5!important;
}

.disabled:hover {
	background: none repeat scroll 0% 0% rgb(226, 25, 35)!important;
	opacity:.5!important;
	cursor:not-allowed;
}

#branches {
	background:#003466;
	border-radius:6px;
	color:#fff;
	padding:14px 30px;
}

#branches h2, #branches a h2, #branches h2 a {
	color:#e21923;
	font-size:39px;
	margin:0 0 10px;
	text-decoration:none!important;
}

#branches div {
	padding:0;
}

#branches li {
	font-family:14px;
	list-style-type:none;
}

#branches a {
	text-decoration:none;
}

#branches li a {
	color:#ffffff;
	text-decoration:underline;
}

#promo {
	background-image:url('images/box-bottom-bg.png');
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #d2d2d2;
	border-radius:6px;
}

#promo-image {
	padding-right:0;
}

.promo-exclude {
    font-size: 10px;
}

#promo h1 {
	color:#e21923;
	font-size:48px;
	margin:20px 0 0;
}

#promo h3 {
	font-size:20px;
	margin-top:0;
}

#inner-title {
	background:#003465;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
	color:#ffffff;
	margin:40px auto 0;
	max-width:960px;
	padding:23px 35px;
	position:relative;
	z-index:1;
}

#inner-title h2{
	color:#ffffff;
	font-size:46px;
	margin-bottom:0;
}

#inner-title p {
	margin-bottom:0;
}

.sub-desc {
	display: table;
	height: 58px;
	padding-left:25px;
}

#inner-title p {
	color:#ffffff;
	display: table-cell;
	font-family:franklin-gothic-urw, sans-serif;
	font-size:20px;
	font-weight:300;
	text-align:right;
	vertical-align: middle;
}

.sub-title {
	padding-top:10px;
}

.page-template-page-prices #main-content, .page-template-template-quotes #main-content {
	background:#ffffff;
	padding:0;
}

#sizepricesdk ul.nav, #sizepricesdk ul.nav li {
	margin:0;
}

#sizepricesdk .nav-tabs > li.active > a, #sizepricesdk .nav-tabs > li.active > a:hover, #sizepricesdk .nav-tabs > li.active > a:focus, #sizepricesdk .nav-tabs {
	border:0px;
	transition:all 0.5s ease 0s;
}

#sizepricesdk .nav > li {
	background:#f5f5f5;
	border-top:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	text-align:left;
}

#sizepricesdk .nav > li.active {
	background:#ffffff;
	border-right:0px;
}

#sizepricesdk .nav > li > a {
	color:#003465;
	border-radius:0;
	margin-right:0;
	padding-left:50px;
	text-decoration:none;
}

#sizepricesdk .nav > li:last-child > a {
	border-radius:0 0 0 6px;
}

#sizepricesdk .nav > li > a h2 {
	font-size:45px;
	margin-bottom:0;
}

#sizepricesdk .method-content {
	padding:20px 50px;
}

.method {
	background: #003465;
	border-radius:6px;
	margin:0 auto;
	max-width: 375px;
    padding: 25px 50px 10px;
}

.method h2 {
	font-size:43px;
}

.method p {
	color:#ffffff;
}

.space-info {
	text-align: center;
    font-size: 120%;
    padding: 16px;
    background: #FAF588;
}

.space-info p {
	padding:0;
	margin:0;
}

#renLoc {
	display:inline;
}

.edit-link a, input.edit-link {
		background:#e21923;
		border:0px;
		border-radius:3px;
		color:#ffffff;
		font-size:9px;
		padding:8px 12px;
		text-decoration:none;
		font-style:italic;
	}

	.edit-link a:hover {
		color:#e21923;
		background:#ffffff;
	}

/** Mobile price **/

#priceaccordion, #sizepricesmb .panel-heading p {
	margin-bottom:0;
}

#sizepricesmb .panel-heading {
	padding:0;
}

#sizepricesmb .panel-heading h2, #sizepricesmb .panel-heading p {
	text-align:center;
}

#sizepricesmb .panel-heading a {
	display:block;
	padding:15px;
	text-decoration:none;
}

#sizepricesmb .panel {
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-bottom:1px solid #ddd;
}

#sizepricesmb .panel-title {
	color:#003465;
	font-size:40px;
}

#sizepricesmb .panel-heading a[aria-expanded="true"] {
	background:#ffffff;
}

#sizepricesmb .panel-group .panel {
	border-radius:0;
}

#sizepricesmb .panel-group .panel + .panel {
	margin-top:0;
}

#sizepricesmb .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top:0;
}

#spaceCalcForm .panel-title a {
	display:block;
}

/*    */

.method .redbutton:hover {
	color:#ffffff;
	background:rgb(226, 25, 35)!important;
}

/*

.or {
	padding-top:22px;
	text-align:center;
}

*/

.location {
	margin-top:20px;
}

ul.location-details li {
	margin:20px 0;
}

.location-footer-text {
	padding-bottom:20px;
	text-align:center;
}

.box-details {
	margin:30px 0;
}

.box-details li, .flex-direction-nav li {
	    list-style-image: none!important;
		list-style:none;
}

.box-details li img {
	max-width:100%;
}

.box-details li:nth-child(4n+1) {
	clear:both;
}

.qld {
	margin-left:-80px!important;
}

.page-template-page-contact .form-group label {
	padding-left:0!important;
}

.loc-address {
	padding:0;
}

.location-phone {
	color:#E21923;
	font-size:25px;
	font-weight:bold;
	line-height:70%;
	margin-bottom:5px;	
	padding-bottom:0;
	text-align:center;
}

.location-email {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.location-email a {
	color:#003465;
	text-decoration: underline;
}

.location-email a:hover {
	text-decoration:none;
}

.mobile-loc-phone > p {
	text-align:center;
}

.gmap_marker {
	text-align:left;
}

/*** Contact ***/

#exampleInputMsg1 {
	height:266px;
}

/*** Vehicle Page ***/

.vehicle-content {
	padding:35px 35px 0!important;
}

.hotspots-container {
	margin-bottom:35px;
}

.hotspots-image {
	border:1px solid #cdcdcd;
	border-radius:10px!important;
}

.vehicle-branches {
	display:none;
	margin:20px 0;
}

.vehicle-branch {
	margin-bottom:20px;
}

.hotspots-image-container > div {
	width:100%!important;
}

/*** FOOTER ***/

#pre-footer {
	background:#e21923;
	height:9px;
}

#footer {
	background:#003466;
}

#footer-nav {
	font-family:franklin-gothic-urw, sans-serif;
	font-size:14px;
	font-weight:300;
	padding-top:20px;
	text-align:center;
}

#footer-nav ul li {
	display:inline;
	list-style-type:none;
}

#footer-nav ul li a {
	color:#ffffff;
	padding:0 20px;
	text-decoration:none;
	text-transform:uppercase;
}

#footer-nav ul li a:hover {
	text-decoration:underline;
}

#footer-links {
	margin:10px auto;
	text-align:center;
}

#footer-links span {
	display:inline-block;
	margin:0 15px;
}

#footer-links span span{
	margin:0;
	vertical-align:10px;
}

#footer-links span:hover span {
	text-decoration:underline;
}

#footer-links span a {
	color:#ffffff;
	font-family:franklin-gothic-urw, sans-serif;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:9px;
}

.footer-number, .footer-number a, .footer-number a:hover, a .footer-number {
	color:#e21923;
	display:inline-flex;
	font-family:franklin-gothic-urw, sans-serif;
	font-size:34px;
	font-weight:900;
	text-decoration:none!important;
	vertical-align:16px;
}

#copyright {
	color:#428dce;
	font-family:Arial, sans-serif;
	font-size:12px;
	margin-bottom:20px;
	text-align:center;
}

/*** ADOPTED FROM OLD THEME ***/

.no-margin {
	margin:0!important;
}

ul.location-details {
    list-style:none;
	margin: 0px auto;
}

ul.location-details li {
    width: 33%;
    float: left;
    margin-bottom: 20px;
}

.total_area {
	margin:10px 0;
}

.tbl_select_unit {
	border: 1px solid #214273;
}

.book_unit_btn {
	text-align:center;
}

.book_unit_btn .redbutton {
	margin:10px auto;
}

.tbl_select_unit .even {
    background: none repeat scroll 0% 0% #E4E4E4;
}

.tbl_select_unit td, .tbl_select_unit th {
		padding:10px 3px;
		font-size:14px;
	}

#bookForm, .bookForm {
	margin:20px auto;
	max-width:600px!important;
}

.daym {
    float:left;
	margin-right:10px;
	width: 65px;
}

.monthm {
    float:left;
	margin-right:10px;
	width: 119px;
}

.yearm {
    float:left;
	margin-right:10px;
	width: 82px;
}

select.dropdown {
	max-width:240px;
}

.calculator .panel-heading {
	padding:0;
}

.calculator .panel-heading a {
	padding:10px 15px;
}

.accordion-tbl tr td, .accordion-tbl tr th {
	padding:4px 8px;
	text-align: right;
	vertical-align:middle;
	border-top:0px!important;
	border-bottom:0px!important;
}

.accordion-tbl input {
	width: 60px;
	text-align: center;
	margin-bottom: 2px;
	border-radius: 0px;
	border:1px solid #eee;
	padding:5px 8px;
}
.accordion-tbl .header-article {
	text-align: right;
}
.accordion-tbl .space-article {
	font-size: 11px;	
}

.span12-4 {
	width: 30%;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

#main-content ul.location-details li {
	list-style-image:none;
}

#main-content ul.location-details li:nth-child(3n+1) {
	clear:both;
}

.page-id-21 #main-content ul.location-details li:nth-child(3n+1) {
	clear:none;
}

.box-details li {
    width: 199px;
    float: left;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 10px;
}

.box-details .box {
    
}

.locaton-click {
    background:#003465;
	border: 2px solid #00498e;
    border-radius: 6px;
    margin:0 0 20px;
	max-width:230px;
	padding:19px; 
    text-align: center;
}

.location-click h3 {
	color:#ffffff!important;
}

.btn-loc {
	border:1px solid #ff3a44;
	box-shadow:0px 0px 24px #000;
	text-transform:uppercase;
}

.btn-loc:hover {
	border:1px solid #ff3a44;
	box-shadow:0px 0px 16px #000;
}

.box1 {
    background: none repeat scroll 0px 0px #FFF;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    width: 402px;
    height: 158px;
    margin: 15px auto 0px 30px;
	max-width:100%;
	position:relative;
    float: left;
}

.box-text1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #162F57;
    float: right;
	margin-top:47px;
	width:175px;
}

.insurance-table {
	width:100%;
	background: none repeat scroll 0px 0px #DCDCDC;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	text-align: center;
	border-collapse: separate;
	margin:20px auto;
	padding:10px;
}

.insurance-table th, .insurance-table td {
	text-align:center;
	padding:8px;
	border-bottom: 1px dashed #C8C8C8;
}

.faq-select {
    background: none repeat scroll 0px 0px #DCDCDC;
    border-radius: 5px;
	padding:10px;
	text-align:center;
	width:100%;
}

#questions select {
	max-width:100%;
}

.faq {
	margin:20px 0;
}

.faq p {
    border-bottom: 1px dashed #DDD;
	padding:0 0 10px;
}

#main-content ul.location-details li.branch {
	width:50%;
}

#main-content ul.location-details li.branch:nth-child(2n+1) {
	clear:both;
}

.flexslider:hover .flex-prev {
	left: 19px!important;
}

.postcode-search {
	margin-top:40px;
}

/*** Woocommerce ***/

.woocommerce ul.products li.product {
    float: left;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 15px!important;
	margin-right:0;
	list-style-image:none!important;
	list-style:none;
	width: 199px;
	border: 1px solid #D2D2D2;
    border-radius: 8px;
    background: none repeat scroll 0% 0% #FFF;
	overflow:hidden;
	padding:10px;
}

.wc_payment_method {
	list-style-image:none!important;
	list-style:none;
}

.woocommerce ul.products li.product .price {
	color:#003466;
	font-size:16px;
	font-weight:bold;
}

.woobutton {
	font-size:14px;
	text-transform:none;
	font-family:Arial, sans-serif;
	margin-bottom:20px;
}

.woocommerce ul.products li.product .button {
	margin-top:0px;
	margin-bottom:1.5em;
}

.tax-product_cat ul.products li div.quantity {
	float: left;
    margin-left: 5px;
}

.tax-product_cat ul.products li button[type=submit] {
	float: right;
    margin-right: 5px;
}

.woocommerce-message {
	background:#D9EDDC;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size:24px!important;
}

.woocommerce-checkout #billing_country_field, .woocommerce-checkout #shipping_country_field {
	display:none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding:5px!important;
	border:1px solid #aaaaaa!important;
	border-radius:4px!important;
}

.woocommerce-checkout-review-order-table th.product-name {
	width:25%;
}

abbr.required {
	text-decoration:none;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color:#003466;
}

.create-account .checkbox {
	padding-left:0;
}

input#createaccount {
	position:relative;
	margin-left:12px;
}

#map-canvas {
	max-width:862px;
}

#policy {
	margin-bottom:20px;
	padding-left:0;
}

.policies {
	border: 1px solid rgba(0,0,0,.1);
	border-radius:5px;
	padding:10px;
}

.woocommerce-checkout select option[value=ACT], .woocommerce-checkout select option[value=NSW], .woocommerce-checkout select option[value=NT], .woocommerce-checkout select option[value=QLD], .woocommerce-checkout select option[value=SA], .woocommerce-checkout select option[value=TAS], .woocommerce-checkout select option[value=WA], .woocommerce-checkout .select2-results__options li.select2-billing_state-result-4ucg-ACT, .woocommerce-checkout .select2-results__options li:first-child, .woocommerce-checkout .select2-results__options li:nth-child(2), .woocommerce-checkout .select2-results__options li:nth-child(3), .woocommerce-checkout .select2-results__options li:nth-child(4), .woocommerce-checkout .select2-results__options li:nth-child(5), .woocommerce-checkout .select2-results__options li:nth-child(6), .woocommerce-checkout .select2-results__options li:last-child, .select2-search--dropdown {
	display:none!important;
}

/* Products page */

.woocommerce ul.products li.product-category {
	background: none repeat scroll 0px 0px #FFF;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    width: 46%;
    margin: 15px auto 0px 43px;
    max-width: 100%;
	padding:10px 5px;
    position: relative;
    float: left;
}

.woocommerce ul.products li.product-category:nth-child(even) {
	margin-left:0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	background: none repeat scroll 0px 0px #FFF;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
	width:30%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width:65%;
}

.woocommerce ul.products li.product-category a {
	display: block;
    height: 100%;
    width: 100%;
}

.woocommerce ul.products li.product-category img {
	float: left;
    margin: 8px 10px 10px 0!important;
	max-width:50%;
	vertical-align:baseline;
	width:auto!important;
	height:auto!important;
}

.woocommerce ul.products li.product-category h3 {
	text-align: center;
	font-family:Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #162F57;
    float: right;
	text-transform:none;
    width: 45%;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#162f57;
}

.woocommerce ul.products li.product-category mark.count, .post-type-archive-product .prdctfltr_woocommerce {
	display:none!important;
}

.woocommerce .product .quantity input {
	line-height:27px;
}

.woocommerce-cart input#coupon_code {
	width:130px;
}

ul.box-details li.product-category:first-child, .product_cat-tapes-labels-misc .dimensions, .product_cat-covers-bags-ropes-ties .dimensions, .product_cat-wrapping-products .dimensions {
	display:none;
}

.term-all-products .product_cat-tapes-labels-misc .button, .term-all-products .product_cat-covers-bags-ropes-ties .button, .term-all-products .product_cat-wrapping-products .button {
	margin-bottom:44px!important;
}

.woocommerce-page ul.products li.first {
	clear:none;
}

ul.box-details li.outofstock {
	display:none;
}

.prdctfltr_woocommerce {
	background:#003466;
	color:#ffffff;
	padding:10px;
}

.prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_ordering > div, .prdctfltr_wc .prdctfltr_filter_wrapper + .prdctfltr_buttons {
	margin:0!important;
	padding:0!important;
}

.prdctfltr_filter label {
	font-size:15px;
}

.prdctfltr_woocommerce.pf_default_inline .prdctfltr_filter label {
	margin-right:0;
}

.prdctfltr_checkboxes, .prdctfltr_regular_title {
	text-align:center;
}

.prdctfltr_woocommerce.pf_default_inline .prdctfltr_filter label {
	padding:0 10px;
}
/*
.page-id-459 .location-details li:first-child {
	display:none;
}

.page-id-459 #main-content ul.location-details li:nth-child(3n+1) {
	clear:right;
}*/

.gallery-item {
	height:198px;
	overflow:hidden;
}

.iw-container .iw-title {
	background-color: #E21923;
}

.woocommerce-checkout .gm-style-iw {
    background: white!important;
}

.pickup_point_date_time, .pickup_point_time {
	padding: 5px!important;
    border: 1px solid #aaaaaa!important;
    border-radius: 4px!important;
}

.pickup_point_date_time {
	margin-right:30px!important;
}

.select2-container .select2-choice {
	border: 1px solid #aaaaaa!important;
	border-radius: 4px!important;
}

.select2-chosen {
	padding:5px!important;
}

.wp_pkpo_checkout_column input[type="text"] {
    margin-bottom: 15px!important;
	margin-top:10px;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
	margin:0;
}

.term-all-products .view-all {
	display:none;
}

#main-content ul.page-numbers li {
	margin-bottom:0;
}

.metaslider .flexslider .flex-direction-nav li a {
	top:30%!important;
}

.metaslider .flexslider .flex-direction-nav {
	display:none!important;
}


/*** Gforms ***/

.gform_wrapper label.gfield_label {
	font-weight:normal;
}

.gform_wrapper .gfield_required {
	color:#E21923!important;
}

.gf_name_has_3 span.name_first, .gf_name_has_3 span.name_last {
	width:40%!important;
}

.gf_name_has_3 span.name_prefix {
	width:20%!important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top:1px!important;
}

@media screen and (min-width:641px) {
	
	.bookForm .left_label label.gfield_label {
		text-align:right!important;
		font-weight:normal!important;
	}
	
	.gform_wrapper .bookForm ul.gform_fields:not(.top_label) li.gfield_html_formatted {
		width:100%!important;
		margin-left:auto!important;
	}
	
	.gform_wrapper .gform_footer:not(.top_label) {
		margin:0 auto!important;
		text-align:center;
	}
	
	.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
		margin-top:4px;
		margin-bottom:auto;
	}
	
}

/*** RESPONSIVE ***/

@media screen and (min-width:992px) and (max-width:1199px) {

	#nav-wrapper {
		padding-left:0;
		padding-right:0;
	}

}

@media screen and (min-width:768px) and (max-width:991px) {

	#main-nav {
		padding-top:9px;
	}
	
	#main-nav li:last-child a:after, .dropdown-menu li a:after {
		content:''!important;
		padding-left:0;
	}

	#nav-wrapper {
		padding-left:0;
		padding-right:0;
	}
	
	.navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.nav > li > a {
		padding:5px 11px;
	}
	
	#main-nav li a::after {
		content: none;
	}
	
	#steps {
		text-align:center;
	}
	
	#branches {
		margin-bottom:40px;
	}
	
	#branches h2 {
		text-align:center;
	}
	
}

@media screen and (min-width:992px) {
	
	#promo {
		padding-bottom:13px;
		width:63%;
	}

	#promo-text {
		width:44%;
	}
	
	ul.location-details li {
		padding-left:70px;
	}
	
	#sizepricesdk .method1 {
	margin-top:33px;
	}

	#sizepricesdk .method2 {
		margin-top:30px;
	}

	#sizepricesdk .method3 {
		margin-top:30px;
	}
	
	.promo-exclude {
		margin: -12px 0;
	}
	
}

@media screen and (max-width:991px) {

	#inner-title p {
		font-size:24px;
	}

	#inner-title p br {
		display:none;
	}
	
	.sub-desc {
		padding-left:15px;
		display:block;
	}
	
	.method h2 {
		text-align:center;
	}
	
	.redbutton {
		max-width:300px;
		text-align:center;
	}
	
	#inner-title p {
		text-align:left;
	}
	
	.woocommerce ul.products li.product-category h3 {
		font-size:18px;
	}
	
	.woocommerce ul.box-details li.product .woocommerce-loop-category__title {
		font-size:21px!important;
	}
	
	body.modal-open {
		overflow:hidden;
		position:fixed;
	}
	
	#emailEnquiry #your-enquiry > div {
		text-align:left!important;
		padding-left:0!important;
		padding-bottom:5px!important;
	}

}

@media screen and (min-width:768px) and (max-width:990px) {
	
	.box-details li:nth-child(4n+1) {
		clear: none!important;
	}
	
	#main-nav li a.nav-link:after {
		padding-left: 9px;
	}
	
	.nav > li > a {
		padding:5px;
	}
	
	#header-cart {
		right: 17px;
		top: 50px;
	}
	
	#header-cart a {
		background:#E21923;
		color:#ffffff;
	}
	
	#header-cart:hover > a, #mobile-cart-link:hover {
		color:#E21923;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {

	#header-cart {
		position:absolute;
		right:10px;
	}
	
	ul.location-details li {
		padding-left: 40px;
	}
	
	ul.location-details li:nth-child(3n+1) {
		clear:both;
	}
	
	.method {
		padding:20px 30px 10px;
	}

}

@media screen and (min-width:768px) {

	#bookForm .control-label {
		padding-top:6px;
	}
	
	.wp_pkpo_form_select {
		width:50%!important;
	}
	
}

@media screen and (max-width:767px) {
	
	#logo {
		display:none;
	}
	
	#navbar {
		background:#073B6F;
	}
	
	#main-nav li a::after {
		content: none;
		padding-left: 0;
	}
	
	li.mobile-link {
		display:block!important;
	}
	
	li.desktop-link {
		display:none!important;
	}
	
	.nav > li > a {
		padding: 0px 0px 12px 12px;
	}
	
	.nav > li:first-child > a {
		padding-left:12px;
	}
	
	#navbar li, .dropdown-menu > li > a {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-weight: 300;
		text-transform: uppercase;
	}
	
	#main-nav li a.nav-link:after {
		display:none!important;
	}
	
	#main-nav a {
		border-bottom: 1px dotted #fff;
		color:#fff;
		margin-bottom: 13px;
		transition: all 0.1s ease-in-out 0s;
	}
	
	#mobile-cart-link {
		border-bottom:2px solid white!important;
	}
	
	#main-nav a:hover {
		color:#72BDFF;
		text-decoration:none;
	}
	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
		background: none;
		color:#72BDFF!important;
	}
	
	.page-template-page-prices #header, .page-id-194 #header, .page-id-291 #header, .page-id-327 #header, .page-id-294 #header, .page-id-459 #header {
		display:none;
	}
	
	.page-template-page-prices #main-nav, .page-id-194 #main-nav, .page-id-291 #main-nav, .page-id-327 #main-nav, .page-id-294 #main-nav, .page-id-459 #main-nav {
		margin-bottom:0;
	}
	
	#main-content {
		border-radius:0;
	}
	
	.sub-desc {
		height:auto;
	}
	
	.accordion-tbl .space-article {
		font-size:14px;
	}
	
	#inner-title {
		border-radius:0;
		margin-top:0!important;
		padding:7px!important;
	}
	
	#inner-title h2 {
		text-align:center;
	}
	
	#steps-container {
		margin-top:0;
	}
	
	#subdesc, #inner-title p {
		display:block;
		height:auto;
		font-size:19px;
	}
	
	#inner-title p {
		text-align:center;
	}
	
	#main-content {
		margin:0 auto;
	}
	
	#branches {
		margin-bottom:20px;
	}
	
	#branches ul {
		margin-bottom:0;
	}
	
	#promo-image {
		margin-top:18px;
		
	}
	
	.qld {
		margin-left:0px!important;
	}
	
	ul.location-details li {
		width:50%;
	}
	
	.box1 {
		margin:10px auto;
		height:auto;
	}
	
	.box1 img {
		text-align:center;
		margin:5px auto;
		display:block;
	}
	
	.box-text1 {
		margin-top:0;
		margin-bottom:10px;
		text-align:center;
		width:100%;
	}
	
	.form-control {
		font-size:16px!important;
		padding:7px!important;
	}
	
	#policy {
		padding-right:0;
	}
	
}


@media screen and (max-width:768px) {
	
	ul.box-details li.product {
		clear:none!important;
		float:left!important;
	}
	
	/*.woocommerce ul.box-details li.product-category:nth-child(even) {
		margin: 15px auto 0px 13px;
	}*/
	
	.woocommerce ul.box-details li.product .woocommerce-loop-category__title {
		font-size:17px!important;
	}
	
}
/*
@media screen and (max-width:767px) {
	
	.space-info {
		margin-bottom:10px;
	}
	
}
*/
@media screen and (min-width:600px) and (max-width:991px) {
	
	.metaslider .flexslider .flex-direction-nav li a {
		top:20%!important;
	}
	
}

@media screen and (max-width:530px) {
	
	.woocommerce ul.products li.product {
		float:none!important;
		margin:10px auto!important;
	}
	
}

@media screen and (min-width:481px) and (max-width:768px) {

	#main-content ul.location-details li:nth-child(3n+1) {
		clear: none;
	}
	
	#main-content ul.location-details li:nth-child(2n+1) {
		clear: both;
	}

}

@media (max-width:600px) {
	
	#steps img, .vehicle-slider {
		display:none;
	}
	
	.locaton-click {
		margin:0 auto 20px;
	}
	
	#steps h1 {
		display:block;
		text-align:left;
		margin-left:31%;
	}
	
	#steps .redbutton {
		margin:0 auto 15px;
		text-align:center
	}
	
	#steps {
		margin-top:10px;
		padding-right:15px;
	}
	
	.metaslider .flexslider .flex-direction-nav li a {
		top:24%!important;
	}
	
	.accordion-tbl input {
		padding:15px 13px;
		font-size:18px;
	}
	
	.accordion-tbl th.header-article, .accordion-tbl th.header-qty {
		font-size:14px;
	}
	
	.panel-title {
		font-size:30px;
	}
	
	.accordion-tbl input {
		width:72%;
	}
	
	.hotspots-container {
		display:none;
	}
	
	.vehicle-branches {
		display:block;
	}
	
	.loc-phone {
		padding-right:0;
	}
	
	.location-phone, .location-email {
		text-align:right;
	}
	
	.loc-left, .loc-right {
		float:none;
		width:100%;
	}
	
	.location-click {
		margin:0 auto 20px!important;
	}
	
	.loc-left h3 {
		text-align:center;
	}
	
	.accordion-tbl input {
		padding:10px 5px;
	}
	
	.calc-table {
		float:none!important;
		margin:0 auto!important;
		width:75%;
	}
	
	.calc-table .table {
		margin-bottom:0;
	}
	
	.calc-table td {
		width:50%;
	}
	
	.sec-col thead, .third-col thead {
		display:none;
	}
	
}

@media screen and (min-width:480px) and (max-width:799px) {
	
	.woocommerce ul.products li.product-category {
	   width: 48%;
		margin: 15px auto 0px 13px;
	}
	
	.woocommerce ul.products li.product-category h3 {
		font-size:16px;
		width:45%;
	}
	
}

@media screen and (max-width:582px) {
	
	#bookingOptions .redbutton {
		display:block;
		margin-bottom:0;
	}
	
}

@media screen and (max-width:543px) {
	
	.woocommerce ul.products li.product-category {
		margin:10px auto;
		width:100%;
	}
	
	.woocommerce ul.products li.product-category h3 {
		font-size:20px;
	}
	
}


@media screen and (max-width:480px) {
	
	.navbar-toggle {
		padding:7px;
		margin-top:8px;
		margin-right:5px;
	}
	
	#mobile-header-cart {
		margin-right:5px;
	}
	
	.navbar-toggle .icon-bar {
		width:16px;
	}
	
	#mobile-cart-link {
		font-size:15px;
		padding:5px 6px 2px 2px;
		margin-right:1px;
	}
	
	#steps h1 {
		margin-left:28%;
	}
	
	.tbl_select_unit td, .tbl_select_unit p {
		font-size:14px;
	}
	
	#inner-title h2 {
		font-size:30px;
	}
	
	table.customer-data td, table.storage-data td {
		padding:5px;
		width:auto;
	}
	
	.metaslider .flexslider .flex-direction-nav li a {
		top:20%!important;
	}
	
	.space-info {
		font-size:100%;
	}
	
	table.accordion-tbl {
		max-width:100%;
	}
	
	.accordion-tbl td, .accordion-tbl th {
		width:0;
	}
	
	.accordion-tbl td.space-article, .accordion-tbl th.header-article {
		width:20%;
	}
	
	.accordion-tbl th.header-qty {
		padding-left:10px;
	}
	
	.accordion-tbl td.qty, .accordion-tbl th.header-qty {
		padding-left: 20px;
		text-align: left;
		width:10%;
	}
	
	.calc-table {
		width:100%;
	}
	
	.redbutton, input.redbutton {
		font-size:20px!important;
	}
	
	#calcForm .bluebutton {
		font-size:18px!important;
	}
	
	.tax-product_cat .redbutton {
		font-size:15px!important;
	}
	
	.span12-4 {
		width:100%;
	}
	
	.tbl_select_unit .book_unit_btn a.btn {
		content: 'Book';
		font-size:15px;
		overflow: hidden;
		padding: 5px 6px 5px 5px;
		width: 43px;
	}
	
	#main-content {
		padding:10px;
	}
	
	#main-content ul.location-details li.branch {
		width:100%;
	}
	
	ul.location-details li {
		margin:0;
		width:100%;
	}
	
	#footer-nav ul li a{
		display: block;
		padding:5px 0;
		text-align:center;
	}
	
	.metaslider .caption {
		font-size:11px;
	}
	
	#steps-title {
		font-size:36px;
	}
	
	#steps h1 {
		margin-left:15%;
	}
	
	#steps h1.redbutton {
		font-size:25px;
	}
	
	#branches h2 {
		font-size:33px;
	}
	
	#promo-image {
		display:none;
	}
	
	#promo-text {
		width:100%;
	}
	
	.loc-address, .loc-phone {
		float:none;
		padding:0;
		width:100%;
	}
	
	.page-title, .loc-address, .loc-phone, .location-phone, .location-email {
		text-align:center!important;
	}
	
	.location-click {
		margin:0 auto 20px!important;
	}
	
	#view-prices-vehicles {
		float:none;
		display:block;
		margin: 10px auto;
	}
	
	ul.location-details li {
		margin-bottom:20px!important;
	}
	
	#header-text {
		padding:0!important;
	}
	
	.prices-heading {
		font-size:19px!important;
	}
	
	.page-title {
		font-size:19px!important;
		margin-bottom:0!important;
	}
	
	.single .loc-phone {
		display:none!important;
	}
	
	.single .mobile-loc-phone {
		display:block!important;
	}
	
	#main-content ul.box-details {
		margin-left: 0px;
	}
	
	ul.box-details li {
		width:95%!important;
	}
	
	.tax-product_cat ul.products li div.quantity {
		float: left;
		margin-left: 5px;
		width: 40%;
		text-align: right;
		margin: 1px 10px 0 0;
	}
	
	.woocommerce ul.products li.product .button {
		float:left;
	}

}

@media screen and (max-width:429px) {
	
	.metaslider .flexslider .flex-direction-nav li a {
		top:14%!important;
	}
	
}

@media screen and (max-width:320px) {

	#mobile-logo img {
		padding:14px 0px 0px 10px;
	}
	
	#steps h1 {
		font-size:31px;
	}
	
	#branches h2 {
		font-size:29px;
	}
	
	.location-click {
		margin:0 auto 20px!important;
	}
		
}

/*** Comments ***/

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }