.specs input {
    /*display: block;
    /*width: 100%;*/
    width: 49%;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li {
    list-style: square;
}

nav a {
    color: #171717;
}

body {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    background: #E8E8E8 !important;
}

.pure-g [class *="pure-u"] {
    font-family: 'Montserrat', sans-serif;
}

.l-box {
    padding: 1em;
}

.youtube-vids {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 47.9em) {
    .first {
        order: 1;
        -webkit-order: 1;
    }
    
    .second {
        order: 2;
        -webkit-order: 2;
    }
}

#top {
    /*background-color: #E8E8E8;*/
    background: #6a6a6a;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #4b4b4b;
}

#top p {
    margin: 0;
    padding: 0;
}

#searchFrm {
    float: right;
}

#srchsubmit {
    text-indent: -2000px;
    border: 0;
    background: url(/static/images/magnifier.png) top left no-repeat;
    width: 16px;
    cursor: pointer;
}

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

#nav {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
}

#nav li {
    display: inline-block;
    margin: 0;
}

#nav li a {
    color: #777777;
    background: none;
    padding: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Oswald' Impact, sans-serif;
    outline: 0;
    line-height: 28px;
    height: 28px;
}

#nav li a:hover {
    color: #FFF;
    /*background: #4b2d86;*/
    background: #c0e5f7;
    text-decoration: none;
}

h1 {
    font-family: 'Oswald' Impact, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    clear: both;
}

nav .container {
    position: relative;
}

#left-nav, #lnmw {
    text-align: center;
}

#left-nav .title, #lnmw .title {
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 8px;
    color: #000;
    /*background: #306ea9;*/
    background: #c0e5f7;
    margin-bottom: 0;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

#left-nav ul, #lnmw ul {
    margin: 0;
    padding: 0;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

#left-nav ul li, #lnmw ul li {
    list-style: none;
    text-align: left;
}

#left-nav ul li a, #lnmw ul li a {
    border-bottom: 1px solid #CCC;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
    position: relative;
}

#left-nav ul li a::after, #lnmw ul li a::after {
    content: '\203A';
    position: absolute;
    top: 4px;
    right: 5px;
    font-weight: bold;
}

#left-nav ul li a:hover, #lnmw ul li a:hover {
    text-decoration: none;
    /*background: #306ea9;*/
    background: #c0e5f7;
    color: #FFF;
}

#content {
    /*margin-left: 20px;*/
    margin-left: 1.8%;
    float: left;
    max-width: 880px;
    width: 100%;
}

#content img {
    max-width: 580px;
    /*width: 100%;
    height: 100%;*/
}

#content .homec img {
    max-width: 580px;
    width: 100%;
    /*height: 100%;*/
    height: auto;
}

#lnmw {
    width: 200px;
    float: left;
}

#lnmw .selected {
    background: #c0e5f7;
}

#lnmw .selected a {
    color: #000;
}

.smlonly {
    display: inline;
}

#logophonly {
    position: absolute;
    top: -10px;
    left: 5px;
}

#logophonly img {
    max-width: 100px;
}

footer {
    background: #312332;
    color: #aaaaaa;
    clear: both;
    padding: 10px 20px;
    border-top: 3px solid #282128;
    font-weight: lighter;
}

footer ul {
    margin: 13px 0 0 0;
    padding: 0;
}

footer li {
    list-style: none;
    display: inline;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

footer a.active {
   color: #aaaaaa; 
}

.half {
    float: left;
    width: 49.999%
}

.clear {
    clear: both;
    display: block;
    font-size: 1px;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

#nav ul ul {
    display: none;
}

.left {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.right {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
}

.flRight {
    display: block;
    float: right;
    margin-left: 10px;
    max-width: 210px;
}

.padder {
    padding: 8px;
}

.info {
    display: block;
    font-weight: lighter;
    font-size: 80%;
    font-family: sans-serif;
}

.category {
    float: left;
    width: 23.5%;
    margin: 0 1% 1% 0;
    border: 1px solid #CCC;
    min-height: 380px;
    max-height: 380px;
    position: relative;
    font-weight: lighter;
    color: #4e4f4f;
    background: #d4d4d4;
}

.category.short {
    min-height: 280px;
    max-height: 280px;
}

.category.wider {
    width: 31.8%;
}

.category:hover {
    background: #f0f5f9;
}

.category .title a {
    text-transform: uppercase;
    /*color: #4b2d86;*/
    color: #306ea9;
    font-family: 'Oswald' Impact, sans-serif;
    text-align: center;
    font-size: 130%;
}

.category .title {
    text-align: center;
    margin-top: 0;
    height: 60px;
    overflow: hidden;
}

.category .title .small {
    font-size: 13px;
}

.category .title .smaller {
    font-size: 12px;
    font-weight: lighter;
}

.category .title a:hover {
    text-decoration: none;
}

.category img {
    -webkit-box-shadow: 10px 10px 25px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 25px -4px rgba(0,0,0,0.75);
box-shadow: 10px 10px 25px -4px rgba(0,0,0,0.75);

}

.category .description {
    height: 60px;
    overflow: hidden;
}

.ours {
    font-size: 18px;
    color: #f9870b;
    font-weight: bold;
}

.rrp {
    font-size: 11px;
    font-weight: lighter;
}

.category .vcbut {
    position: absolute;
    bottom: 0;
    padding: 5px 25px;
    display: block;
    background: #f7f7f7;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    color: #717171;
    font-family: sans-serif;
    font-weight: bold;
}

.category p {
    font-size: 12px;
}

.category img {
    /*width: 100%;*/
    max-height: 180px;
    max-width: 100% !important;
}

.flright {
    float: right;
}

.flleft {
    float: left;
}

.current {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #ccc;
}

.step-links {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}

.right {
    text-align: right;
}

input.removeitem, input.reviseitem {
    border: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    line-height: 16px;
    background: none;
    margin-top: 5px;
}

.wide {
    width: 70% !important;
}

.specs {
    border: 0px solid #e8e8e8;
    border-collapse: collapse;
    width: 99%;
    margin-top: 10px;
}

.icon {
    width: 100px !important;
    text-align: center;
}

.specs th {
    text-align: right;
}

.specs .center {
    text-align: center;
}

.specs tr.even {
    background: #eff1f2;
}

.qtyinput {
    width: 10px;
}

.endless_container {
    padding: 10px 0;
}

.center {
    text-align: center;
}

.buynow {
    font-size: 18px;
    color: #312332;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 
        inset 0 2px 3px rgba(255,255,255,0.3),
        inset 0 -2px 3px rgba(0,0,0,0.3),
        0 1px 1px rgba(255,255,255,0.9);
    padding: 8px 15px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FFF;
    font-family: 'Oswald' Impact, sans-serif;
    text-transform: uppercase;
}

.buynow:hover {
    box-shadow: 
        inset 0 1px 1px rgba(255,255,255,0.3),
        inset 0 -1px 1px rgba(0,0,0,0.3),
        0 1px 1px rgba(255,255,255,0.9);
}

/*.at-follow-label {
    color: #FFF;
}*/

.gallery {
    float: left;
    max-width: 72%;
}

.gallery img {
    -webkit-box-shadow: 10px 10px 25px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 25px -4px rgba(0,0,0,0.75);
box-shadow: 10px 10px 25px -4px rgba(0,0,0,0.75);
}

.productimg {
    margin: 0 8px 8px 0;
}

.product-price {
    float: right;
    width: 15%;
    margin: 0 2%;
}

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.alert {
    position: fixed;
    z-index: 500;
}

.alert-message {
  /*position: relative;*/
  postion: fixed !important;
    top: 0;
    width: 100%;
    z-index: 500 !important;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  *margin-top: 3px;
  display: block;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 501 !important;

  /* IE7 spacing */

}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}

.alert-message a {
    font-weight: bold;
    color: #fff;
}

#vcart {
    color: #FFF;
    float: right;
    margin: 0 30px;
}

#vcart:hover {
    text-decoration: none;
}

#vcart img {
    margin: 3px 5px -3px 0;
}

.icon .removeitem, .icon .reviseitem {
    width: 16px;
    height: 16px;
    border: 0;
    background: none !important;
    background-color: none;
    font-size: 1px;
} 

.alright {
    text-align: right;
}

.search-results li {
    list-style-type: decimal;
}

.search-results a {
    padding: 10px;
}

.search-results .even a {
    background: #f0f5f9;
}

.search-results li a {
    color: #306ea9;
    display: block;
}

.search-results a:hover {
    text-decoration: none;
    padding-left: 20px;
}

.search-results li a img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.flhalf {
    float: left;
    width: 50%;
}

#schfrm {
    float: right;
    text-align: right;
}

.specs a {
    color: #306ea9;
}

.signup, .loginBox {
    float: left;
    width: 45%;
    margin-right: 1%;
    border: 1px solid #818181;
    padding: 15px;
    min-height: 300px;
    background: #eeeeee;
}

/* Basic jQuery Slider essential styles */

div.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.bjqs1child {
    display: none;
}

.bjqs-controls img {
    border: none !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.bjqs-prev a {
    margin-left: -8px;
}

#slideshow .bjqs-controls {
    position: relative;
}

#comments li {
    padding: 10px;
}

#comments li a {
    text-decoration: none;
    color: #000;
}

#comments em {
    font-size: 13px;
    margin-top: 10px;
    display: block;
}

#comments em:before, #comments em:after {
    content: '"';
	font-size: 20px;
	font-weight: bold;
}

#comments .even {
    background: #fafafa;
}

#commentform label {
    width: 220px;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding-top: 10px;
    display: inline-block !important;
}

#commentform label span {
    font-size: 90%;
    font-style: italic;
    display: block;
    font-weight: lighter;
}

#commentform input, #commentform textarea {
    width: 330px;
    padding: 10px;
    background: #f8f8f8;
}

#commentform .submit {
    background: url(/media/images/submit-bg.png) right no-repeat #ff6634 !important;
    border: 0;
    width: 500px;
    text-align: left;
    font-size: 20px;
    color: #FFF;
}

ul.bjqs-controls {
list-style: none;
margin: 0;
padding: 0;
z-index: 9999;
}

ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}

.bjqs-next, .bjqs-prev {
    list-style: none !important;
}

#top a.flleft {
    color: #FFF;
    text-decoration: none;
    font-size: 80%;
}

input.remitem {
    background: none;
    border: 0;
    padding: 0;
    width: 80px;
    word-wrap: break-word;
    font-size: 67%;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.small {
    font-size: 80%;
}

.specs .wide img {
    float: left;
    padding: 5px 5px 5px;
}

.gallery {
    position: relative;
}

.zoominimg {
    position: absolute;
    bottom: 50px;
    right: 20px;
    z-index: 100;
}

.gallery a em {
    color: #000;
    font-size: 75%;
    margin: 20px;
    padding-top: 20px;
    display: block;
    font-weight: normal;
    text-align: right;
}

.gallery a:hover em {
    text-decoration: none;
}

#cartoonhistory a {
    color: rgb(48, 110, 169); 
    text-decoration: none;
}