
/* - ++resource++jquery.datatables/media/css/jquery.dataTables.css - */
@media screen {
/* https://www.gardeningsolutionz.co.nz/portal_css/++resource++jquery.datatables/media/css/jquery.dataTables.css?original=1 */
table.dataTable {
margin: 0 auto;
clear: both;
width: 100%;
}
table.dataTable thead th {
padding: 3px 18px 3px 10px;
border-bottom: 1px solid black;
font-weight: bold;
cursor: pointer;
*cursor: hand;
}
table.dataTable tfoot th {
padding: 3px 18px 3px 10px;
border-top: 1px solid black;
font-weight: bold;
}
table.dataTable td {
padding: 3px 10px;
}
table.dataTable td.center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }
table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
}
.dataTables_length {
float: left;
}
.dataTables_filter {
float: right;
text-align: right;
}
.dataTables_info {
clear: both;
float: left;
}
.dataTables_paginate {
float: right;
text-align: right;
}
/* */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
height: 19px;
float: left;
cursor: pointer;
*cursor: hand;
color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
outline: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
padding-right: 23px;
margin-left: 10px;
}
.paginate_enabled_previous { background: url('/++resource++jquery.datatables/media/images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('/++resource++jquery.datatables/media/images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('/++resource++jquery.datatables/media/images/back_disabled.png') no-repeat top left; }
.paginate_enabled_next { background: url('/++resource++jquery.datatables/media/images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('/++resource++jquery.datatables/media/images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('/++resource++jquery.datatables/media/images/forward_disabled.png') no-repeat top right; }
/* */
.paging_full_numbers {
height: 22px;
line-height: 22px;
}
.paging_full_numbers a:active {
outline: none
}
.paging_full_numbers a:hover {
text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
border: 1px solid #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px 5px;
margin: 0 3px;
cursor: pointer;
*cursor: hand;
color: #333 !important;
}
.paging_full_numbers a.paginate_button {
background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
background-color: #ccc;
text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
background-color: #99B3FF;
}
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
}
.sorting { background: url('/++resource++jquery.datatables/media/images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('/++resource++jquery.datatables/media/images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('/++resource++jquery.datatables/media/images/sort_desc.png') no-repeat center right; }
.sorting_asc_disabled { background: url('/++resource++jquery.datatables/media/images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('/++resource++jquery.datatables/media/images/sort_desc_disabled.png') no-repeat center right; }
table.dataTable thead th:active,
table.dataTable thead td:active {
outline: none;
}
.dataTables_scroll {
clear: both;
}
.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}

}


/* - ++resource++bdajax/bdajax.css - */
@media all {
/* https://www.gardeningsolutionz.co.nz/portal_css/++resource++bdajax/bdajax.css?original=1 */
#ajax-spinner {
display:none;
width:20px;
height:20px;
position:fixed;
z-index:10000;
background-position: center center;
top:50%;
left:50%;
margin-top:-10px;
margin-left:-10px;
}
.ajax-message {
display:none;
z-index:10000;
background-color:#fff;
min-width:400px;
padding:10px;
border:4px solid #aaa;
text-align:center;
font-size:12px;
box-shadow:0 0 30px 5px #ccc;
-moz-box-shadow:0 0 30px 5px #ccc;
-webkit-box-shadow: 0 0 30px #ccc;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
.ajax-message .close {
cursor:pointer;
border:1px solid #666;
background-color:#333;
color:#fff;
padding:4px;
width: 80px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.ajax-message .message {
text-align:left;
padding:5px;
border:none;
}
.ajax-message .error {
background:url('/++resource++bdajax/error.png') top left no-repeat;
padding-left:37px;
min-height:32px;
}
.ajax-message .warning {
background:url('/++resource++bdajax/warning.png') top left no-repeat;
padding-left:37px;
min-height:32px;
}
.ajax-message .info {
background:url('/++resource++bdajax/info.png') top left no-repeat;
padding-left:37px;
min-height:32px;
}
.ajax-overlay {
display:none;
z-index:5000;
background-color:#fff;
min-width:400px;
border:4px solid #aaa;
font-size:12px;
box-shadow:0 0 30px 5px #ccc;
-moz-box-shadow:0 0 30px 5px #ccc;
-webkit-box-shadow: 0 0 30px #ccc;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
.ajax-overlay .close {
background-image:url('/++resource++bdajax/close.png');
position:absolute;
z-index:5001;
right:-17px;
top:-20px;
cursor:pointer;
height:35px;
width:35px;
}
.ajax-dialog {
display:none;
position:absolute;
z-index:10000;
text-align: center;
padding:20px;
font-weight:bold;
border:4px solid #aaa;
background-color:#fff;
width:300px;
min-height:100px;
box-shadow:0 0 30px 5px #ccc;
-moz-box-shadow:0 0 30px 5px #ccc;
-webkit-box-shadow: 0 0 30px #ccc;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
.ajax-dialog .text {
min-height:60px;
font-size:16px;
}
.ajax-dialog button {
border:#000 1px solid;
color:#fff;
background-color:#333;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
margin:5px;
padding:3px;
}
}


/* - ++resource++bda.plone.cart.css - */
@media screen {
/* https://www.gardeningsolutionz.co.nz/portal_css/++resource++bda.plone.cart.css?original=1 */
/* */
div.cart_item_alert {
color:red;
font-weight:bold;
}
/* */
.cart_item_title {
}
.cart_item_content {
margin-top: 0.3em;
margin-bottom: 0.3em;
}
a.go_to_cart_action:link,
a.go_to_cart_action:active,
a.go_to_cart_action:hover,
a.go_to_cart_action:visited {
border-radius: 0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
display: inline-block;
padding: 0.3em 0.75em 0.3em 2.75em;
text-decoration:none;
cursor:pointer;
background:#75ad0a url('++resource++bda.plone.cart.images/cart_go.png') 7px center no-repeat;
}
a.go_to_cart_action:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
a.update_cart_action {
margin-left: 0.6em;
display: inline-block;
width: 24px;
height: 24px;
text-decoration:none;
border-bottom: none!important;
float:right;
cursor:pointer;
background:url('++resource++bda.plone.cart.images/arrow_refresh.png') 50% 50% no-repeat;
}
a.remove_from_cart_action {
display: inline-block;
width: 24px;
height:  24px;
text-decoration:none;
border-bottom: none!important;
float:right;
cursor:pointer;
background:url('++resource++bda.plone.cart.images/delete.png') 50% 50% no-repeat;
}
.portletCart #cart .cart_item {
min-height:90px;
}
tr.discount {
color:red;
}
/* */
.summary_item {
padding-top:1.2em;
padding-bottom:0.6em;
border-bottom:#ccc 1px solid;
}
.summary_item ul.cart_item_content {
list-style-type:none !important;
text-align:right;
margin: 0!important;
float: right;
}
.summary_item ul.cart_item_content li {
display:inline !important;
padding-left: 0.5em;
}
.summary_item .price {
width: 7em;
display: inline-block;
}
.summary_item input.cart_item_count,
.portletCart input.cart_item_count {
margin-right: 0.1em;
}
.summary_item span.cart_item_quantity_unit {
margin-right: 0.5em;
}
.summary_item a.update_cart_action,
.summary_item a.remove_from_cart_action {
float:none;
}
.summary_wrapper {
text-align:right;
}
.cart_sum_content {
float: right;
}
.cart_sum_content td {
text-align: right;
padding-left: 1em;
}
.cart_summary_buttons {
text-align:right;
padding-top:1.2em;
}
.cart_summary_buttons a:link,
.cart_summary_buttons a:active,
.cart_summary_buttons a:hover,
.cart_summary_buttons a:visited {
background-color:#75ad0a;
border-radius: 0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
display:inline-block;
padding: 0.3em 0.75em;
text-align:center;
text-decoration:none;
cursor:pointer;
}
.cart_summary_buttons a:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
.portletCart .lastItem {
text-align:center;
}
img.cart_item_preview_image {
float:right;
margin-left:0.5em;
}

}


/* - ++resource++bda.plone.payment.css - */
@media screen {
/* https://www.gardeningsolutionz.co.nz/portal_css/++resource++bda.plone.payment.css?original=1 */
a.payment_button:link,
a.payment_button:active,
a.payment_button:hover,
a.payment_button:visited {
background-color:#75ad0a;
border-radius: 0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
display:inline-block;
padding:0.3em 0.5em;
text-align:center;
text-decoration:none;
cursor:pointer;
}
a.payment_button:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
}


/* - ++resource++bda.plone.checkout.css - */
@media screen {
/* https://www.gardeningsolutionz.co.nz/portal_css/++resource++bda.plone.checkout.css?original=1 */
#form-checkout div.field input[type="text"],
#form-checkout div.field input[type="email"],
#form-checkout div.field input[type="text"]:focus,
#form-checkout div.field input[type="email"]:focus,
#form-checkout div.field.error input[type="text"]:focus,
#form-checkout div.field.error input[type="email"]:focus,
#form-checkout div.field.error input[type="text"],
#form-checkout div.field.error input[type="email"] {
box-shadow:inset 0 0 2px #aaa!important;
border:1px solid #aaa;
padding:0.4em!important;
width:12em;
padding:0.2em;
font-size:80%!important;
}
#form-checkout h2 {
margin-top:1em;
margin-bottom:0.5em;
padding-bottom:0.25em;
border-bottom:0.1em solid #bbb;
}
#form-checkout .field {
clear:none;
margin-right:1em;
}
#form-checkout .hidden {
display:none;
}
#field-checkout-personal_data-firstname,
#field-checkout-personal_data-lastname,
#field-checkout-personal_data-email,
#field-checkout-personal_data-phone,
#field-checkout-delivery_address-firstname,
#field-checkout-delivery_address-lastname {
width:13em;
float:left;
}
#field-checkout-personal_data-email,
#field-checkout-personal_data-company,
#field-checkout-delivery_address-company  {
clear:both !important;
}
#form-checkout #field-checkout-personal_data-lastname,
#form-checkout #field-checkout-personal_data-email,
#form-checkout #field-checkout-billing_address-zip,
#form-checkout #field-checkout-delivery_address-lastname,
#form-checkout #field-checkout-delivery_address-zip {
float:left;
}
#form-checkout #field-checkout-billing_address-zip,
#form-checkout #field-checkout-delivery_address-zip {
width:8em;
}
#form-checkout #input-checkout-billing_address-zip,
#form-checkout #input-checkout-delivery_address-zip {
width:7em;
}
#form-checkout #field-checkout-billing_address-city,
#form-checkout #field-checkout-delivery_address-city {
width:20em;
float:left;
}
#form-checkout #input-checkout-billing_address-city,
#form-checkout #input-checkout-delivery_address-city {
width:19em;
}
#form-checkout #field-checkout-billing_address-street,
#form-checkout #field-checkout-delivery_address-street {
width:31em;
}
#form-checkout #input-checkout-billing_address-street,
#form-checkout #input-checkout-delivery_address-street {
width:30em;
}
#field-checkout-billing_address-country,
#field-checkout-delivery_address-country {
width:7em;
}
#field-checkout-billing_address-country,
#field-checkout-delivery_address-country {
clear:both!important;
}
#form-checkout.mode_display label {
display:none;
}
#form-checkout.mode_display .field {
margin-bottom:0px;
margin-right:0.5em;
width: auto!important;
}
label.radioType input {
margin-right:0.5em;
}
#form-checkout div.field.error {
background:transparent;
border:none;
padding:0;
margin-top:0;
}
#form-checkout div.field.error .errormessage {
display:none;
}
#form-checkout div.field.error input,
#form-checkout div.field.error input[type="text"],
#form-checkout div.field.error input[type="email"] {
border:1px solid red;
}
#form-checkout.mode_display #field-checkout-accept_terms_and_conditions-accept {
margin-top:1em;
margin-bottom:1em;
}
#field-checkout-delivery_address-alternative_delivery label,
#form-checkout #field-checkout-accept_terms_and_conditions-accept label {
display:inline-block;
}
#field-checkout-delivery_address-alternative_delivery .display-checkbox {
display:none;
}
#form-checkout #field-checkout-accept_terms_and_conditions-accept .errormessage {
display:block;
color:red;
}
#form-checkout div.field.error input[type="text"],
#form-checkout div.field.error input[type="email"] {
border:1px solid red;
}
#form-checkout div.field input[type="radio"],
#form-checkout div.field input[type="checkbox"] {
margin-right:0.5em;
}
#input-checkout-checkout_back,
#input-checkout-next,
#input-checkout-confirm_back,
#input-checkout-finish {
border:none;
background-color:#75ad0a;
border-radius: 0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
font-size:100%;
padding:0.3em 0.75em;
margin-right:0.4em;
cursor:pointer;
}
#input-checkout-checkout_back:hover,
#input-checkout-next:hover,
#input-checkout-confirm_back:hover,
#input-checkout-finish:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
#cart #cart_items .cart_item_title {
margin-top:0.5em;
}
#content .cart_item_description {
color:#666;
line-height:1.25em;
margin-bottom:0.5em;
}
#content .cart_item_comment_wrapper {
margin-bottom:0;
float:left;
}
#content .cart_item_comment {
margin-bottom:0;
}
#cart .cart_item {
border-bottom:0.1em solid #ccc;
padding-bottom:0.5em;
margin-bottom:1em;
}
#cart ul.cart_item_content li {
display:inline;
}
.cart_item ul.cart_item_content {
float:right;
list-style-type:none !important;
margin:0 !important;
text-align:right;
}
.cart_item .price {
display:inline-block;
width:7em;
}
.cart_item .cart_item_quantity_unit {
margin-right:2em;
}

}


/* - ++resource++bda.plone.discount.css - */
@media screen {
/* https://www.gardeningsolutionz.co.nz/portal_css/++resource++bda.plone.discount.css?original=1 */
.discount_form_filter {
margin-top:1em;
margin-bottom:1em;
}
.discount_form_filter select {
margin-left:1em;
}
#array-discount_form-discount table .error {
background-color:transparent;
border:none;
margin:0;
}
#array-discount_form-discount table .errormessage {
padding:0;
}
#array-discount_form-discount table {
width:100%;
}
#array-discount_form-discount table td>div,
#array-discount_form-discount table th>div {
display:table-cell;
padding-top:0.2em;
padding-bottom:0.2em;
}
#array-discount_form-discount div.array_actions {
width:90px;
}
div.form_header.kind,
div.array_field.kind,
div.form_header.block,
div.array_field.block,
div.form_header.value,
div.array_field.value,
div.form_header.threshold,
div.array_field.threshold,
div.form_header.valid_from,
div.array_field.valid_from,
div.form_header.valid_to,
div.array_field.valid_to,
div.form_header.for,
div.array_field.for {
text-align:center;
vertical-align:middle;
}
div.form_header.kind,
div.array_field.kind {
width:8%;
}
div.form_header.block,
div.array_field.block {
width:8%;
}
div.form_header.value,
div.array_field.value {
width:6%;
}
div.form_header.threshold,
div.array_field.threshold {
width:6%;
}
div.form_header.valid_from,
div.array_field.valid_from,
div.form_header.valid_to,
div.array_field.valid_to {
width:10%;
}
div.form_header.for,
div.array_field.for {
width:15%;
}
div.array_field.kind select {
width:90%;
}
div.array_field.value input,
div.array_field.threshold input {
width:90%;
}
div.array_field.valid_from .datepicker,
div.array_field.valid_to .datepicker {
width:50%;
}
div.array_field.valid_from .timepicker,
div.array_field.valid_to .timepicker {
width:32%;
}
.array_field.threshold,
.array_field.value {
padding: 0 0.25em;
}
}


/* - ++resource++bda.plone.orders.css - */
@media screen {
/* https://www.gardeningsolutionz.co.nz/portal_css/++resource++bda.plone.orders.css?original=1 */
#exposeMask {
z-index: 0 !important; /* */
}
/* */
.dropdown {
padding:0;
margin:0;
position:relative;
}
.dropdown_items {
display:none;
position:absolute;
left:0;
margin-left:0 !important;
margin-top:3px;
padding:6px 3px 3px 3px;
z-index:10000;
width:200px;
list-style-type:none !important;
list-style-image:none !important;
border:#ccc 4px solid;
background-color:#fff;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
}
.dropdown_items li {
margin:0;
padding-left:5px;
}
.dropdown_items li a {
text-decoration:none;
border:none !important;
padding-left:3px;
padding-bottom:2px;
line-height:16px;
}
.dropdown_header {
cursor:pointer;
}
/* */
#orders_wrapper .filter {
padding:0.3em;
}
#orders_wrapper .filter label {
margin-right:0.5em;
padding-top:3px;
display:inline-block;
}
#orders_wrapper .filter select {
margin-right:0.5em;
}
/* */
#bdaploneorders_wrapper {
margin-top:1em;
margin-bottom:2.2em;
}
#bdaploneorders_length {
margin-bottom:0.8em;
}
#bdaploneorders_length select,
#bdaploneorders_filter input {
font-size:90%;
}
#bdaploneorders {
margin-bottom:1em;
border:#ddd 1px solid;
}
#bdaploneorders thead {
background-color:#fafafa;
}
#bdaploneorders th {
border-right:#ddd 1px solid;
border-bottom:#ddd 1px solid;
}
#bdaploneorders th.datarow-actions {
width:120px;
}
#bdaploneorders td {
padding:1px 3px 1px 10px;
border-right:#ddd 1px solid;
}
#bdaploneorders a.contenttype-document {
border:none !important;
}
#bdaploneorders_paginate a:hover {
color:#fff !important;
}
input.select_all_orders,
input.select_order {
position:relative;
top:2px;
}
a.notify_customers {
border-bottom:none !important;
display:inline-block;
line-height:16px;
padding-left:20px !important;
background:url('++resource++bda.plone.orders/notify_customers.png') 4px 0px no-repeat;
}
/* */
#form-ordersfilter label {
margin-right: 0.5em;
}
#form-ordersfilter select,
#form-ordersfilter input {
margin-right: 1em;
}
/* */
#field-exportorders-from,
#field-exportorders-to {
margin:0.4em;
}
/* */
#array-notify_customers-array table {
width:100%;
}
/* */
#form-notify_customers {
margin:2em;
}
/* */
.state-value-reserved {
color:#00b400;
}
.state-value-new {
color:#ffcc00;
}
.state-value-finished {
color:#1600e5;
}
.state-value-cancelled {
color:#e50000;
}
/* */
.salaried-value-yes {
color:#1600e5;
}
.salaried-value-no {
color:#ffcc00;
}
.salaried-value-failed {
color:#e50000;
}
/* */
.order_details {
padding:1.2em;
}
.order_details .qr_code {
position:absolute;
right:1em;
top:1em;
}
.order_details_row {
display:table-row;
}
.order_details_row div {
display:table-cell;
width:380px;
padding:0.4em;
}
.order_bookings {
padding:0 0.4em 0.4em 0.4em;
}
.order_bookings h3 {
margin-top:0.8em;
margin-bottom:0.3em;
}
.order_bookings table {
width:100%;
border:#ddd 1px solid;
border-spacing:0;
border-collapse:collapse;
}
.order_bookings table th {
padding:5px 3px 5px 1em;
text-align:left;
background-color:#fafafa;
border-right:#ddd 1px solid;
border-bottom:#ddd 1px solid;
font-weight:bold;
}
.order_bookings table td {
padding:5px 3px 5px 1em;
border-right:#ddd 1px solid;
}
.order_bookings tr.odd td {
background-color:#fbfbfb;
}
.order.wrapper form {
display: table;
border-spacing: 1em;
}
.order.wrapper form > div {
display: table-row;
}
.order.wrapper form label {
display: table-cell;
}
.order.wrapper form div.error,
.order.wrapper form input {
display: table-cell;
}
.order.wrapper form div.submit label {
color: transparent;
}
.order.wrapper form div.submit input {
float: right;
}

}


/* - ++resource++productshop.css - */
@media screen {
/* https://www.gardeningsolutionz.co.nz/portal_css/++resource++productshop.css?original=1 */
/* */
div.variant_aspects {
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
padding-top:1em;
margin-top:1em;
padding-bottom:1em;
margin-bottom:1em;
}
div.variant_aspects div.aspect {
display:inline;
position:relative;
margin-left:0.3em;
margin-right:0.3em;
}
div.variant_aspects div.aspect strong {
position:relative;
top:3px;
}
div.variant_aspects div.invalid_aspects {
color:#ff0000;
padding:0.3em 0.3em 0 0.3em;
}
div.variant_aspects div.invalid_aspects a:link,
div.variant_aspects div.invalid_aspects a:visited,
div.variant_aspects div.invalid_aspects a:hover {
color:#ff0000 !important;
}
div.productgroup_listing_aspects div.variant_aspects {
padding-bottom:0;
margin-bottom:0;
border-bottom:none;
}
/* */
div.product_tiles {
display:table;
width:100%;
}
div.product_tiles_row {
display:table-row;
}
div.product_tiles_column {
display:table-cell;
width:25%;
}
div.product_tile {
border:#ccc 1px solid;
margin:1px;
position:relative;
}
div.product_tile:hover {
opacity:0.8;
}
div.product_tile_title {
position:absolute;
top:0;
width:100%;
background-color:rgba(0, 0, 0, 0.4);
}
div.product_tile_title h3 {
padding:1em;
color:#fff;
}
div.product_tile_description {
position:absolute;
bottom:0;
width:100%;
color:#fff;
background-color:rgba(0, 0, 0, 0.4);
}
div.product_tile_description p {
margin:1em;
color:#fff;
}
div.overlay_buyable_controls {
display:none;
z-index:100;
position:absolute;
background-color:#fff;
border:#333 1px solid;
box-shadow:0px 0px 3px #333;
min-width:150px;
max-width:300px;
min-height:200px;
}
div.overlay_buyable_controls div.buyable {
margin-top:1em;
margin-bottom:1em;
margin-left:1em;
margin-right:1em;
text-align:left;
}
div.overlay_buyable_controls div.availability {
display:block;
float:none;
margin-top:0.2em;
margin-bottom:1em;
position:relative;
}
div.overlay_buyable_controls div.availability_details {
min-width:0;
display:block !important;
position:static;
padding:0;
margin-top:0.8em;
border:none;
box-shadow:none;
}
div.overlay_buyable_controls div.buyable dl.details {
border-top:#ccc 1px solid;
padding-top:0.8em;
margin-bottom:0;
display:block;
}
div.overlay_buyable_controls div.buyable dl.details dt {
margin-left:0;
}
div.overlay_buyable_controls div.buyable dl.details dt,
div.overlay_buyable_controls div.buyable dl.details dd {
display:block;
}
div.overlay_buyable_controls div.buyable dd.price.discount {
font-size:110%;
}
div.overlay_buyable_controls a.buyable_add_to_cart:link,
div.overlay_buyable_controls a.buyable_add_to_cart:active,
div.overlay_buyable_controls a.buyable_add_to_cart:hover,
div.overlay_buyable_controls a.buyable_add_to_cart:visited,
div.overlay_buyable_controls a.buyable_update_cart:link,
div.overlay_buyable_controls a.buyable_update_cart:active,
div.overlay_buyable_controls a.buyable_update_cart:hover,
div.overlay_buyable_controls a.buyable_update_cart:visited {
margin-left:0;
}
/* */
div.no_products {
margin-top:1em;
padding-top:1em;
border-top:#cccccc 1px solid;
}
div.no_products strong {
font-size:1.4em;
}
div.product {
margin-top:1em;
padding-top:1em;
border-top:#cccccc 1px solid;
}
img.product_listing_image {
margin:0 auto;
float:left;
margin-bottom:1em;
}
div.product_info {
margin-left:128px;
padding:0 0 0 20px;
}
/* */
img.product_image {
margin:0 auto;
float:left;
margin-bottom:1em;
}
#portal-columns div.shopview_panes {
padding:20px;
border-top:1px solid #cccccc;
margin-left:200px;
}
#portal-columns ul.shopview_tabs {
margin-bottom:0;
}
#portal-columns ul.shopview_tabs li {
list-style-image:none;
list-style-type:none;
display:inline-block;
margin:0 0 0 3px;
}
#portal-columns ul.shopview_tabs li.first {
margin:0 0 0 20px;
}
#portal-columns ul.shopview_tabs li a {
padding:6px 15px;
display:block;
color:#333;
background:#EEE;
border:1px solid #cccccc;
margin:5px 0 -1px 0;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
#portal-columns ul.shopview_tabs li a:hover {
background:#DDD;
}
#portal-columns ul.shopview_tabs li a.current {
font-weight:bold;
background:#FFF;
border-bottom:1px solid #ffffff;
margin-top:0;
padding-top:12px;
}
#portal-columns div.product_description {
margin-bottom:1em;
}
/* */
.variant_view .documentDescription {
padding-bottom:20px;
}
/* */
div.batch {
margin-top:1em;
padding-top:1em;
border-top:#cccccc 1px solid;
}
div.batch a.page {
border:#cccccc 1px solid;
display:inline-block;
padding:0.25em 0.5em;
}
div.batch a.page:hover {
background-color:#cccccc;
}
div.batch a.page.current {
border:#ffffff 1px solid !important;
color:#333333 !important;
font-weight:bold;
}
div.batch a.current:hover {
background-color:transparent;
}
div.batch a.page.invisible {
display:none;
}

}

