/* 

PANELS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 8. panels  --------- */
/* CONTENT MAIN HOLDER PANEL*/
div.main-panel {
  padding: 5px;
  box-shadow: none;
  behavior: url(/stylesheets/PIE.htc);
  margin-right: 20px;
  min-height: 500px;
}
div.main-panel-content {
  1border: 1px solid #f00;
  padding: 20px;
}

div.main-panel.full {
  width: 98%;
}
/* SIDE PANELS */

div.side-panel {
}
div.side-panel .panel {
  padding: 5px;
  -webkit-box-shadow: 3px 2px 2px 0px #ccc;
  -moz-box-shadow: 3px 2px 2px 0px #ccc;
  box-shadow: 3px 2px 2px 0px #ccc;
  behavior: url(/stylesheets/PIE.htc);
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
div.side-panel .panel .panel-content {
  padding: 10px;
}
div.side-panel .panel a {
  text-decoration: none !important;
}
div.side-panel h2 {
  background: #005a93 url(/mainpics/bgs/bg-heading-grad-blue.jpg) 0 0 repeat-y;
  color: #fff;
  padding-left: 10px;
  border-bottom: none;
  font-size: 1.5em;
  padding-right: 30px;
  line-height: 1.3;
  margin-bottom: 5px;
}
div.side-panel h2 span.arrow-white {
  display: none;
  position: absolute;
  top: 8px;
  right: 5px;
}
div.side-panel a h2 span.arrow-white {
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
}
div.side-panel h3 {
  margin-bottom: 0;
}

div.side-panel p {
  font-size: 1.1em;
}

/* SIDE PANELS UNDER MAIN PANEL*/

div.main-panel div.side-panel {
  background: #f5f5f5;
  padding-top: 5px;
  padding-left: 5px;
  height: 1%;
}

div.main-panel div.side-panel .panel {
  width: 47%;
  margin-right: 1%;
  float: left;
}

/* SIDE NAV  */
div.side-panel div#nav-side {
  1border: 1px solid #f00;
  1width: 90%;
  margin: 0 auto;
}
div#nav-side p {
  margin: 0;
  padding: 0;
}
div#nav-side a {
  display: block;
  font-size: 1.2em;
  color: #a1a1a1;
  padding: 5px 10px;
  padding-left: 30px;
  1margin: 1px 0;
  border-bottom: 1px dashed #e5e5e5;
  background: url(/mainpics/buttons/arrow-grey-v-small.png) 10px center
    no-repeat;
}
div#nav-side a.sub-link {
  background: #fafafa;
  padding-left: 30px;
}
div#nav-side a.last {
  border-bottom: none;
}
div#nav-side a:hover {
  background: url(/mainpics/buttons/arrow-blue-small.png) 10px center no-repeat;
  text-decoration: none;
  color: #030303;
}
div#nav-side a.on {
  background: #e9f7fd url(/mainpics/buttons/arrow-blue-small.png) 10px center
    no-repeat;
  text-decoration: none;
  color: #030303;
}
div#nav-side a.sub-link:hover,
div#nav-side a.sub-link.on {
  background: #fafafa;
}

/* CATEGORIES PANEL ON MAIN CATEOGRY PAGE */
div#cat-holder {
  1width: 30%;
}
div#cat-holder div.item.category {
  float: left;
  width: 28%;
  height: 290px;
  text-align: center;
  font-size: 1.6em;
  margin: 0 12px;
  margin-bottom: 24px;
  padding: 10px;
  text-align: center;
  /* border: 1px solid #fff; */
  background: #fff;
}
div#cat-holder div.item.category:hover {
  /* border: 1px solid #dadada; */
  cursor: pointer;
}
div#cat-holder div.item.category div.mainImage {
  height: 175px;
  overflow: hidden;
  margin-bottom: 15px;
}
div#cat-holder div.item.category div.mainImage img {
  width: 100%;
  height: auto;
}
div#cat-holder a {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #383c4f;
}
div#cat-holder a:hover {
  text-decoration: none;
}
/*NEW WAY OF STYLING PRODUCTS IN SHOP*/
div#product-container {
  margin-bottom: 2px;
  /* margin-bottom: 24px; */
}
div#product-container > div {
  margin-bottom: 2px;
  background: #fafafa;
}
div.headings {
  padding: 8px 0;
  /* border: 1px solid #efefef; */
}
div.headings p {
  float: left;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #030303 !important;
  text-transform: uppercase;
  line-height: 2;
}
div.ticket-row {
  padding: 8px 0;
  /* border: 1px solid #efefef; */
}
div.ticket-row p {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  /* color: #030303 !important; */
  /* text-transform: uppercase; */
  line-height: 2;
}
div.ticket-row p.note {
  display: inline-block;
  font-size: 1.2em;
}
/*	normal */
div.headings p.ticket-type,
div.ticket-type {
  width: 43%;
  float: left;
  padding-left: 1%;
}
div.headings p.quantity,
div.ticket-row div.quantity {
  width: 15%;
  float: left;
}
div.headings p.price,
div.ticket-row div.price {
  width: 40%;
  float: left;
}
div.ticket-row div.price-bar {
  width: 40%;
  float: left;
}
/*	discount - extra columns 	*/
.discount p.ticket-type,
.discount div.ticket-type {
  width: 43%;
  float: left;
  padding-left: 1%;
}
.discount p.quantity,
.discount div.quantity {
  width: 15%;
  float: left;
}
.discount p.price,
.discount div.price {
  width: 20% !important;
  float: left !important;
}
.discount .price-bar p.price,
.discount .price-bar div.price {
  width: 50% !important;
  float: left !important;
}
/* CART PANEL */
div#shopping-cart * {
  1border: 1px solid #ccc;
}
div#shopping-cart {
}
div#shopping-cart p {
  font-size: 1.4em;
}
div#shopping-cart a {
  text-decoration: none;
  font-weight: normal;
  1line-height: 30px;
}
div#shopping-cart a:hover {
  1color: #f6d099;
  text-decoration: underline;
}
div#shopping-cart div#cart-div {
}
div#shopping-cart a#title {
}
div#shopping-cart a#checkout {
  1padding-right: 12px;
  1padding-left: 12px;
}
div#shopping-cart a#checkout:hover {
  1background: url(/mainpics/icons/arrow-pink-tiny.png) right center no-repeat;
  1padding-right: 15px;
  1margin-right: 5px;
}

div#shopping-cart a#sc-title {
  display: none;
}
div#shopping-cart a#num-items {
  font-size: 0.9em;
}
div#shopping-cart a#value-items {
  font-size: 0.9em;
}
div#shopping-cart span.divider {
  display: none;
  height: 38px;
  width: 10px;
  margin-bottom: -15px;
}
/*	--------------	*/
/*	breadcrumb panel		*/
/*	--------------	*/
div#breadCrumbPanel * {
  1border: 1px solid #f00;
}
div#breadCrumbPanel {
  1display: none;
  1border: 1px solid #000;
  1height: 30px;
}
div#breadCrumbPanel p {
  display: inline;
  float: left;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 30px;
}
div#breadCrumbPanel span {
  float: left;
  font-size: 1em;
  line-height: 1.9em;
  color: #b7700b;
  background: url(/mainpics/buttons/arrow-blue-small.png) center center
    no-repeat;
  width: 20px;
  height: 30px;
}
div#breadCrumbPanel a {
  display: block;
  float: left;
  padding: 0;
  color: #030303;
  text-decoration: none;
}
div#breadCrumbPanel a:hover {
  1text-decoration: underline;
  color: #7facc9;
}
div#breadCrumbPanel a#firstBreadCrumb {
  padding-left: 0;
  background: none;
}
/*	------------	*/
/*	bread crumb account	*/
/*	------------	*/
div#accountBreadCrumb {
  clear: both;
  margin: 1em 0;
  border: 1px solid #ddd8d4;
  background: #f1edea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/stylesheets/PIE.htc);
}
div#accountBreadCrumb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.contentCentre div#accountBreadCrumb p {
  position: relative;
  display: block;
  float: left;
  border: none;
  font-size: 1.1em;
}
div.contentCentre div#accountBreadCrumb p a {
  display: block;
  color: #666;
  text-decoration: none;
  padding: 5px 50px;
  z-index: 100;
}
div.contentCentre div#accountBreadCrumb p a:hover {
  color: #620406;
  text-decoration: none;
  background: #eae3e0 url(/mainpics/icons/icon-horse.png) 10px 0 no-repeat;
}
div.contentCentre div#accountBreadCrumb p.on a {
  color: #620406;
}
div.contentCentre div#accountBreadCrumb p.on {
  font-weight: bold;
  background: #eae3e0 url(/mainpics/icons/icon-horse.png) 10px 0 no-repeat;
}
div.contentCentre div#accountBreadCrumb p.on span.arrow-icon {
  position: absolute;
  right: -7px;
  top: -1px;
  z-index: 200;
}
div#accountBreadCrumb p span.div {
  display: none;
  padding: 0 2px;
}
/*	------------	*/
/*	bread crumb checkout	*/
/*	------------	*/
div#checkoutBreadCrumb {
  clear: both;
  margin: 1em 0;
  border: 1px solid #cae0ed;
  background: #f3fafe;
  width: 99%;
  display: none;
}
div#checkoutBreadCrumb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.contentCentre div#checkoutBreadCrumb p {
  position: relative;
  display: block;
  float: left;
  padding: 5px 40px;
  border: none;
  font-size: 1.1em;
  color: #030303;
}
div.contentCentre div#checkoutBreadCrumb p.on {
  font-weight: bold;
  1background: #eae3e0 url(/mainpics/icons/icon-horse.png) 10px 0 no-repeat;
  background: url(/mainpics/buttons/bg-button-grad-blue.jpg) 0 0 repeat-x;
  color: #fff;
}
div.contentCentre div#checkoutBreadCrumb p.on span.arrow-icon {
  position: absolute;
  right: 6px;
  top: 8px;
}
div#checkoutBreadCrumb p span.div {
  1display: inline-block;
  display: none;
  padding: 0 2px;
}
/*	------------	*/
/*	checkout info panels	*/
/*	------------	*/
/*	------------	*/
/*	checkout info panels	*/
/*	------------	*/
div.contentCentre div.checkoutInfoPanel {
  position: relative;
  z-index: 0;
  margin-bottom: 1em;
  margin-right: 5px;
}
div.contentCentre div.checkoutInfoPanel.half.right {
  margin-right: -1px;
}
div.contentCentre div.checkoutInfoPanel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.contentCentre div.checkoutInfoPanel h3 {
  padding: 10px;
  text-align: left;
  margin-bottom: 0;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #030303 !important;
  text-transform: uppercase;
  line-height: 2;
}
div.contentCentre div.checkoutInfoPanel p {
  font-size: 1.5em;
  display: block;
  float: left;
  margin-bottom: 1px;
  padding: 8px 5px;
  color: #030303;
  1color: #030303;
}
div.contentCentre div.checkoutInfoPanel table p {
  1font-size: 1em;
}
div.contentCentre div.checkoutInfoPanel table tr.head p,
div.contentCentre div.checkoutInfoPanel table tr.head td.title p {
  font-weight: bold;
  color: #030303;
}
div.contentCentre div.checkoutInfoPanel table td.title p {
  color: #b7181f;
}
div.contentCentre div.checkoutInfoPanel p.label {
  clear: left;
  width: 30%;
  border-top: 1px solid #efefef;
  margin: 1px;
  margin-top: 0;
  text-align: right;
  font-weight: bold;
}
div.contentCentre div.checkoutInfoPanel p.field {
  width: 60%;
  text-align: left;
  border-top: 1px solid #efefef;
}
div.contentCentre div.checkoutInfoPanel.full p.label {
  width: 45%;
}
div.contentCentre div.checkoutInfoPanel.full p.field {
  width: 45%;
}
div.contentCentre div.checkoutInfoPanel.save-details {
  background: #fbf5f2;
  border: 1px solid #f9c57f;
}
div.contentCentre div.checkoutInfoPanel.save-details p.label {
  width: 10%;
}
div.contentCentre div.checkoutInfoPanel.save-details p.field {
  width: 40%;
}
div.contentCentre div.checkoutInfoPanel.save-details p.field.right {
  text-align: right;
}
div.contentCentre div.checkoutInfoPanel p a {
  color: #b7181f;
}
div.contentCentre div.checkoutInfoPanel p a:hover {
  text-decoration: underline;
}
div.contentCentre div#customerInformation {
  1clear: both;
  1margin-right: 10px;
}
div.contentCentre div#customerInformation,
div.contentCentre div#deliveryInformation {
  /* width: 49%; */
  margin-right: 14px;
}
div.contentCentre div#deliveryInformation {
  margin-right: 0;
}
div.contentCentre div#printLinkPanel {
  width: 25%;
  background: url(/mainpics/buttons/bg-button-grad-light-blue.jpg) 0 0 repeat-x;
  height: 35px;
  margin: 10px 0;
}
div.contentCentre div#printLinkPanel:hover {
  background: url(/mainpics/buttons/bg-button-grad-hover-light-blue.jpg) 0 0
    repeat-x;
}
div.contentCentre div#printLinkPanel a {
  display: block;
  padding-left: 40px;
  font-size: 1.2em;
  color: #fff;
  line-height: 35px;
  background: url(/mainpics/icons/icon-print.png) 5px center no-repeat;
  height: 35px;
}
div.contentCentre div#printLinkPanel a:hover {
  text-decoration: none;
}
/*	------------	*/
/*	social sidebar panels	*/
/*	------------	*/
div.social-links {
  text-align: center;
  position: relative;
  height: 40px;
  top: -10px;
}
div.social-links a {
  display: inline-block;
  width: 52px;
  height: 52px;
  position: relative;
  z-index: 100;
}
a#facebook-lrg {
  1background: url(/mainpics/icons/social/facebook.png) 0 0 no-repeat;
}
a#twitter-lrg {
  1background: url(/mainpics/icons/social/twitter.png) 0 0 no-repeat;
}
a#you-tube-lrg {
  1background: url(/mainpics/icons/social/you-tube.png) 0 0 no-repeat;
}
a#linkedin-lrg {
  1background: url(/mainpics/icons/social/linkedin.png) 0 0 no-repeat;
}
div.social-links-background {
  display: none;
  background: url(/mainpics/bgs/bg-social-panel.jpg) center top no-repeat;
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 200;
  1border: 1px solid #f00;
}

/* SITEMAP */
div.sitemap-panel {
  1border: 1px solid #ccc;
  border-left: 3px solid #e3f4fd;
}
div.sitemap-panel.first {
  border-left: none;
}
div.sitemap-panel p {
  margin-right: 10px;
}
div.sitemap-panel p.alt-bg {
  1background: #f5f5f5;
}
div.sitemap-panel p a {
  display: block;
}
div.sitemap-panel p.root {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0.5em;
}
div.sitemap-panel p.root.first {
  margin-top: 0;
}
div.sitemap-panel p.root a {
  color: #030303 !important;
  margin: 0 10px;
  border-bottom: 3px solid #e3f4fd;
}
div.sitemap-panel p.sub {
  font-size: 1.3em;
}
div.sitemap-panel p.sub a {
  color: #4771ac !important;
  margin: 0 10px 0 20px;
}
div.sitemap-panel p.sub-sub {
  font-size: 1.2em;
}
div.sitemap-panel p.sub-sub a {
  margin: 0 10px 0 40px;
}

/* iframe */
div.iframe-holder {
  1width: 100%;
  text-align: center;
  margin: 10px 0;
}
div.iframe-holder a {
  1color: #444 !important;
}
div.iframe-holder iframe {
  1padding: 5px;
  1-webkit-box-shadow: 3px 2px 2px 0px #ccc;
  1-moz-box-shadow: 3px 2px 2px 0px #ccc;
  1box-shadow: 3px 2px 2px 0px #ccc;
  1behavior: url(/stylesheets/PIE.htc);
  1background: #fff;
  1margin-bottom: 10px;
  1padding-bottom: 3px;
  height: 0;
  width: 0;
}

/* sidepanel blog	*/
#blog-sidepanel {
  min-height: 25px;
}
#blog-sidepanel div#bg-blog {
  background: url(/mainpics/icons/blog.png) left center no-repeat;
}
#blog-sidepanel div#bg-blog p {
  width: 100%;
}
#blog-sidepanel a#read-the-blog-link {
  display: block;
  margin-left: 50px;
  margin-right: 10px;
  padding-right: 20px;
  background: url(/mainpics/buttons/arrow-blue-small.png) right center no-repeat;
  color: #7c7c7c;
  float: right;
}

/*	share toolbar	*/
div#share-toolbar {
  background: #fff;
  padding: 2px;
  padding-right: 0;
  position: absolute;
  left: -114px;
  top: 0px;
}
div#share-toolbar div {
  float: left;
  clear: both;
  margin: 5px 0px 10px 5px;
}
div#share-toolbar iframe {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* same billing address */
/* #same-billing-address {
  background: #f5f5f5;
  margin-bottom: 2em;
  padding: 1em;
}
#same-billing-address p {
  margin-bottom: 0 !important;
}
#same-billing-address__link {
  text-decoration: underline;
  margin-bottom: 0 !important;
} */

/* recaptcha */
.recaptcha-holder {
  width: 320px;
}
