#slideWrapper {
background:#FF9F04;
width:600px;
padding:0 25px 0;
}


#frontSlider {
width:600px;
height:150px;
float:left;
background:#fff;
font-size:0.9em;
-moz-border-radius: 0 1.5em 1.5em 0;
border-radius: 0 1.5em 1.5em 0;
}



#frontSlider h3 {
display:inline;
text-align:left;
padding:5px 0 0;
}
.sliderPrice {
display:inline;
float:right;
font-style:italic;
margin:10px;
}

#frontSlider img {
float:left;
margin:0 10px 10px 0px;
}
#controls {
float:left;
width:100px;
padding:0 7px 0 543px;
-moz-border-radius: 0 0 1.5em 1.5em;
border-radius: 0 0 1.5em 1.5em;
background:#FF9F04;


}

#controls:before, #controls:after {
z-index: -1; 
position: absolute; 
content: "";
bottom: 15px;
left: 10px;
width: 50%; 
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7); 
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);    
-moz-transform: rotate(-3deg);   
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}

#controls:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
#controlPrev {
width:21px;
height:20px;
display:inline;
float:left;
}
#controlNext {
width:21px;
height:20px;
display:inline;
float:left;
}
#controlPause {
width:40px;
float:left;
height:20px;
display:inline;
text-align:center;
font-size:0.9em;
font-variant:small-caps;
background-image:url(http://www.deadheadcomics.co.uk/uploads/Mobility/img05.gif);
}
#controlPause a {
color:#fff;
}
/* Stylesheet: front-slider Modified On 2015-02-20 08:51:51 */
//
/* Stylesheet: deadhead orange mobile Modified On 2015-03-31 22:20:01 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* Stylesheet: lightbox Modified On 2015-02-20 09:06:28 */
.summary-item-row {
	width:620px;
	box-shadow: 8px 10px 5px #888;
	margin:15px auto 25px;
	padding:15px 15px;
	border:1px solid #ccc;
	min-height:150px;
}
.summary-item-row:hover {
	box-shadow: 12px 13px 5px #888;
	transition: all 0.4s ease;
}

.summary-item-row img {
	float: left;
	margin-right: 15px;
	background: white;
	padding: 5px;
	display: block;
	-moz-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
}

.summary-item-tile {
  	float: left;
	width: calc((100% / 3) - 25px - 4%);
  	box-shadow: 8px 10px 5px #888;
  	margin: 15px 0 25px 3%;
  	padding: 10px 10px 5px 15px;
  	border: 1px solid #ccc;
  	min-height: 220px;
  	display: inline-block;
  	transition-duration: 0.4s;
}

@media screen and (max-width: 790px) {
 .summary-item-tile {
	width: calc(100% - 25px - 10%);
	transition: width 1s ease-in-out, left 1.5s ease-in-out;
    }
}
@media screen and (min-width: 790px) {
 .summary-item-tile {
	width: calc(50% - 25px - 4%);
	transition: width 1s ease-in-out, left 1.5s ease-in-out;
    }
}
@media screen and (min-width: 1100px) {
 .summary-item-tile {
	width: calc((100% / 3) - 30px - 4%);
	transition: width 1s ease-in-out, left 1.5s ease-in-out;
    }
}

.summary-item-tile:hover {
	box-shadow: 8px 12px 16px #888;
	border:1px solid #ccc;
	transition-duration: 0.4s;
}

.summary-item-tile-add-to-cart {
  display:inline-block;
  float:left;
  text-align:right;
  width:100%;
}

.tile-image {
  float:left;
}

.tile-image img {
  float: left;
  margin: 0 15px 5px 0;
  background: white;
  padding: 5px;
  display: block;
  -moz-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
}


.price {
  color: #FF9F04;
  font-size:1.4em;
  float:left;
  font-family: 'Arvo', serif;
}

.summary-item-tile-add-to-cart input[type="text"] {
  border-radius: 6px;
  border: 1px solid #aaa;
  padding: 2px 4px;
  width: 15px;
  text-align:center;
  font-size:1.2em;
}
.summary-item-tile-add-to-cart select {
  border-radius: 6px;
  border: 1px solid #aaa;
  padding: 2px 6px;
  margin:5px 0 8px;
  background: #fff;
  color: #ff9f04;
  font-size:1.1em;
  font-family: 'Arvo', serif;
}
.summary-item-tile-add-to-cart input[type="submit"] {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 2px 6px;
  margin-left:5px;
  background: #fff;
  color: #ff9f04;
  font-size:1.2em;
  font-family: 'Arvo', serif;
  transition: all 0.4s ease;
}

.summary-item-tile-add-to-cart input[type="submit"]:hover {
    box-shadow: 3px 4px 3px #888;
    transition: all 0.4s ease;
}

.summary-item-tile-add-to-cart input[type="submit"]:hover {
  cursor:pointer;
}

.summary-item-tile h3 {
  font-size:1.2em;
}
.summary-item-tile p {
  font-size:0.9em;
  margin-bottom:0;
}


/* Stylesheet: product-summary-styles Modified On 2015-05-06 06:42:27 */
.product-details-thumbnails {
	margin-right:20px;
	/* width: calc(100% - 360px); */
	float:right;

}
.product-details-thumbnails img {
	float: right;
	background: white;
	padding: 10px;
	display: block;
	-moz-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
	margin: 0 15px;
}

.product-details-tag {
  display:inline-block;
  margin:5px 10px 10px 0;
  padding:5px 20px 8px;
  font-family: 'Arvo', serif;
  color: #FF9F04;
  border:1px dashed #ccc;
  border-radius:5px;
}

#product-detail-cart-container {
  float:right;
  text-align:right;
  margin:20px 20px 20px 0;
  width:500px;
  width: calc(100% - 360px);
}
#product-detail-cart-container input[type="text"] {
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 4px 4px;
  width: 15px;
  text-align: center;
  font-size: 1.2em;
  margin-left:10px;
}
#product-detail-cart-container input[type="submit"] {
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 4px 6px;
  margin: 0 15px 0 3px;
  background: #fff;
  color: #ff9f04;
  font-size: 1.2em;
  font-family: 'Arvo', serif;
  transition: all 0.4s ease;
}
#product-detail-cart-container input[type="submit"]:hover {
  cursor: pointer;
  box-shadow: 3px 4px 3px #888;
  transition: all 0.4s ease;
}
/* Stylesheet: product-detail-styles Modified On 2015-05-06 09:45:42 */
//
/* Stylesheet: cart Modified On 2015-04-01 03:13:22 */
.view-cart-container {
  float:right;
  margin-right: 30px;
  width: calc(100% - 350px);
}

.cartitem {
	float:right;
        width:80%;
	box-shadow: 8px 10px 5px #888;
	margin:5px 40px 15px 0;
	border:1px solid #ccc;
	min-height:70px;
}
.cartitem img {
	float: left;
	max-height:60px;
	margin-right: 25px;
	background: white;
	padding: 5px;
	display: block;
	-moz-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.6);
}
.totals {
	float:right;
	min-width:50%;
	width: 80%;
	padding:10px;
	text-align:right;
	margin:30px 40px 0 0;
	box-shadow: 8px 10px 5px #888;
	border: 1px solid #ccc;
}

.totals input[type="submit"], .totals input[type="button"] {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 8px 30px;
  margin:15px 0 10px 5px;
  background: #fff;
  color: #ff9f04;
  font-size:1.2em;
  font-family: 'Arvo', serif;
  transition: all 0.4s ease;
}

.totals input[type="submit"]:hover, .totals input[type="button"]:hover {
  cursor: pointer;
  box-shadow: 3px 4px 3px #888;
  transition: all 0.4s ease;
}

.order-form input[type="text"], .order-form select {
  border-radius:3px;
  width:190px;
  border:1px solid #ccc;
  padding:5px;
}
 .order-form select {
  width:203px;
}

.order-form input[type="submit"], .order-form input[type="button"] {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 8px 30px;
  margin-left: 20%;
  background: #fff;
  color: #ff9f04;
  font-size: 1.2em;
  font-family: 'Arvo', serif;
  transition: all 0.4s ease;
}

.order-form input[type="submit"]:hover, .order-form input[type="button"]:hover {
  cursor: pointer;
  box-shadow: 3px 4px 3px #888;
  transition: all 0.4s ease;
}

.order-form fieldset {
  border:1px solid #ccc;
  border-radius:5px;
  padding:5px 20px;
  margin-top:50px;
}

#shipping_info, #billing_info {
  width: 80%;
  min-width:360px;
  margin:10px 50px;
  display:inline-block;
}

#order_notes {
  width:80%;
  display:inline-block;
  margin:10px 50px;
}
#order_notes input[type="submit"] {
  margin:20px 0 0 40%;
}

  #shipping_info_toggle {
    margin:0 0 0 5px;
  }


#order_notes textarea {
  width: 100%;
  height: 120px;
  font-family: 'Arvo';
  font-size: 1.0em;
  margin-bottom: 10px;
}


@media screen and (min-width: 790px) {

  .totals input[type="submit"], .totals input[type="button"] {
   padding: 4px 10px;
  }
  .cartitem {
	width: calc(100% - 400px);
  }
  .totals {
	width: calc(100% - 600px);
	min-width:50%;
  }

  #shipping_info, #billing_info {
    width: calc((100% - 200px) / 2);
    margin:10px 50px;
  }

  #billing_info {
    float:right;
  }

  #shipping_info {
    float:left;
  }

  #shipping_info_toggle {
    margin:200px 0 0;
  }

  #order_notes {
    width:50%;
    float:right;
    margin-right:50px;
  }

}

.confirm-order-billing {

}

.confirm-order-billing fieldset, .confirm-order-shipping fieldset {
  border-color:#ccc;
  margin:30px;
}
#confirm-order-loading {
  display:none;
}
#confirm-order-warning {
  display:none;
  margin: 50px 100px;
}

#confirm-order-warning input {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 8px 30px;
  margin: 15px 0 10px 5px;
  background: #fff;
  color: #ff9f04;
  font-size: 1.2em;
  font-family: 'Arvo', serif;
  transition: all 0.4s ease;
}

#confirm-order-warning input:hover {
  cursor: pointer;
  box-shadow: 3px 4px 3px #888;
  transition: all 0.4s ease;
}
#confirm-shipping-charges {
  display:none;
}

#proceedbutton {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 8px 30px;
  margin:0px 30px 10px 5px;
  background: #fff;
  color: #ff9f04;
  font-size:1.2em;
  font-family: 'Arvo', serif;
  transition: all 0.4s ease;
  float:right;

}

#proceedbutton:hover {
  cursor: pointer;
  box-shadow: 3px 4px 3px #888;
  transition: all 0.4s ease;
}
/* Stylesheet: view-cart Modified On 2015-05-06 17:26:43 */
.register input[type="submit"], .register input[type="button"], .login input[type="submit"] {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 8px 30px;
  margin:15px 0 10px 5px;
  background: #fff;
  color: #ff9f04;
  font-size:1.2em;
  font-family: 'Arvo', serif;
  transition: all 0.4s ease;
}
.login input[type="submit"] {
  margin-bottom:0;
}

.register input[type="submit"]:hover, .register input[type="button"]:hover, .login input[type="submit"]:hover, .login input[type="button"]:hover {
  cursor: pointer;
  box-shadow: 3px 4px 3px #888;
  transition: all 0.4s ease;
}

.register input[type="text"], .register select, .register input[type="password"], .login input[type="text"], .login select, .login input[type="password"] {
  border-radius:3px;
  width:190px;
  border:1px solid #ccc;
  padding:5px;
}


/* Stylesheet: FrontEndUsers Modified On 2015-05-06 09:28:47 */
#prod_searchform {
  display:inline-block;
  float:left;
  width:60%;
}

#prod_searchform input[type="text"], #prod_searchform select  {
  border-radius: 6px;
  border: 1px solid #aaa;
  padding: 2px 4px;
  font-size: 1.2em;
}

#prod_searchform input[type="submit"]  {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 8px 30px;
  margin: 15px 0 10px 5px;
  background: #fff;
  color: #ff9f04;
  font-size: 1.2em;
  font-family: 'Arvo', serif;
  transition: all 0.4s ease;
}
  #prod_searchform input[type="submit"]:hover  {
    cursor: pointer;
    box-shadow: 3px 4px 3px #888;
    transition: all 0.4s ease;
  }

p.row_prompt {
  width:200px;
  display:inline-block;
}
p.row_field {
  width:200px;
  display:inline-block;
}

.half-row {
  display:inline-block;
  margin-right:20px;
}
.half-row .row_prompt {
  width:100px;
}

.onoffswitch {
  display: inline-block;
  position: relative; 
  width: 80px;
  top:10px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FF9F04; border-radius: 10px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 26px; padding: 0; line-height: 26px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "yes";
    padding-left: 10px;
    background-color: #FFFFFF; color: #616161;
}
.onoffswitch-inner:after {
    content: "no";
    padding-right: 10px;
    background-color: #FFFFFF; color: #616161;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 4px;
    background: #CCCCCC;
    border: 2px solid #FF9F04; border-radius: 10px;
    position: absolute; top: 0; bottom: 0; right: 50px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}



/* Stylesheet: advanced-search Modified On 2015-05-06 09:19:31 */
