/*****************************
* *         FONTS          * *
******************************/

@font-face {
    font-family: 'Sansation';
    src: url('fonts/sansation_regular-webfont.eot');
    src: url('fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansation_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation';
    src: url('fonts/sansation_bold-webfont.eot');
    src: url('fonts/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansation_bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Kaushanscript';
    src: url('fonts/kaushanscript-regular.eot');
    src: url('fonts/kaushanscript-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/kaushanscript-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Intro';
    src: url('fonts/intro-webfont.eot');
    src: url('fonts/intro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/intro-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  background: #000 url('../images/template/body-bg.jpg') no-repeat center bottom !important;
  color: #000;
  font-family:'Sansation',Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-y: scroll;
}

a,a:visited,a:active {outline-style: none;}
#body a {text-decoration: none;}
#body a:hover {color:#fc1828}
img {border: none !important;}
input, textarea {outline: none;}

/*****************************
* *        GLOBALS         * *
******************************/

.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.transition {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.block {display: block;}
.fleft {float: left;}
.fright {float: right;}
.first {margin-left: 0;}

/*****************************
* *      PAGE WRAPPER      * *
******************************/

#pageWrapper {
  background: url('../images/template/page-wrap.jpg') no-repeat center top;
}

/*****************************
* *         HEADER         * *
******************************/

#header {
  height: 71px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 1029px;
}
#header .logo-wrap{
  margin:0 auto;
  width: 200px;
  position: relative;
}
#display_homepage_title {
  font-size: 29px;
  height: 146px;
  left: 0;
  line-height: 46px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 200px;
}
#display_homepage_title a {
  background: url('../images/template/header_bg.gif') no-repeat top left;
  color: white;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}
a#homepage_title {
  background: none;
  font-size: 29px;
  line-height: 46px;
  text-indent: 0;

}

#header .moon {
    background: url("../images/template/moon.png") no-repeat scroll -4px -5px transparent;
    border-radius: 50px 50px 50px 50px;
    height: 35px;
    position: absolute;
    right: -126px;
    top: 51px;
    transition: all 0.2s ease-in-out 0s;
    width: 35px;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  }
#header .moon:hover{
  -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    0px 0px 15px rgba(255, 255, 255, 0.75);
box-shadow:         0px 0px 15px rgba(255, 255, 255, 0.75);
}
#header .ship{
  position: absolute;
  top:576px;
  left:-134px;
   height:36px;
  width: 36px
}
#header .ship:hover img{
  transform: rotate(-45deg) ;
-webkit-transform: rotate(-45deg) ;
-moz-transform: rotate(-45deg) ;
-o-transform: rotate(-45deg) ;
-ms-transform: rotate(-45deg) ;

}

#header .ship img{
  position: absolute;
}
@-webkit-keyframes rocket {
  0%   {  top:0px; }
  100% {  top:-700px;}
}
@-moz-keyframes rocket {
  0%   {  top:0px; }
  100% {  top:-700px; }
}
@-o-keyframes rocket {
    0%   {  top:0px; }
  100% {  top:-700px;}
}
@keyframes rocket {
    0%   {  top:0px; }
  100% {  top:-700px;}
}
#header .ship:hover img{
  -webkit-animation: rocket 5s infinite; /* Safari 4+ */
  -moz-animation:    rocket 5s infinite; /* Fx 5+ */
  -o-animation:      rocket 5s infinite; /* Opera 12+ */
  animation:         rocket 5s infinite; /* IE 10+ */
}
/*****************************
* *       SITE TOOLS       * *
******************************/

#siteTools {
  color: #fff;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
  width: 1006px;
  font-size: 12px;
  text-transform: uppercase;
  font-family:'Sansation', Verdana, Arial, Helvetica;
  font-weight: 700;
}
#siteTools a {
  color: #fff;
  margin: 0;
       -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#siteTools a:hover{
   color: #26d6fe;
   text-decoration: none;
}
#siteTools span.number {
  font-family: 'Sansation', Verdana, Arial, Helvetica;
  padding: 1px 0 11px 24px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: normal;
  background: url('../images/template/flag.png') no-repeat left top;
  float: left;
}
#siteTools a.fb {
  padding-left: 16px;
  background: url('../images/template/fb.png') no-repeat left top;
  display: inline-block;
  float: right;
  margin: 4px 0 0 42px;
}
#siteTools .fright a{
  float: left;
}
#siteTools .fleft{
  margin: 37px 0 0;
}
#siteTools .account{
  float: left;
margin: 41px 166px 0 0px;
}

#siteTools .account2{
  float: left;
margin: 41px 45px 0 0px;
}

/*****************************
* *      CART SUMMARY      * *
******************************/

.cart-wrap {
  float: right;
  background: url('../images/template/space-guy.png') no-repeat left top;
  padding: 22px 0 8px 48px;
  font-size: 16px;
  color: #dcdc5f;
  font-family: 'Intro', sans-serif;
  font-weight: normal;
  position: absolute;
  top: 15px;
  right: 26px;
       -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.cart-wrap a {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 44px;
  width: 110px;
}
.cart-wrap:hover{
  color: #26d6fe;

}
#display_cart_summary,
.cartsummary_full,
.cartsummary_empty {
  display: inline;
}
#view_cart_text_right {
  display: inline;
}
#display_cart_summary a {
  display: none;
}


/*****************************
* *     TOP NAVIGATION     * *
******************************/

#topNav {
  background: url('../images/template/nav.png') no-repeat 0 0;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  width: 997px;
  height: 50px;
}
#display_menu_1 {
  margin: 0;
  padding: 0;
  width: auto;
}
#topNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
}
#topNav ul li {
  display: block;
  float: left;
  text-align: center;
}
#topNav ul li a {
  color: #000;
  padding: 6px 15px;
}
#topNav ul li.nav_hover a,
#topNav ul li a:hover {
  color: #666;
  text-decoration: none;
}
/*****************************
* *    SHIPPING            * *
******************************/

#shipping{
  width: 938px;
  margin: 43px auto 17px;
  text-align: center;
}

/*****************************
* *       SEARCH BOX       * *
******************************/

#displaySearch {
  background: url('../images/template/search.png') no-repeat 0 0; 
  height: 27px;
  float:left;
  margin:10px 0px 20px 0px;
  width: 160px;
  position: relative;
}
#displaySearch form {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.searchInput {
  background:none;
  border: 0;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  font-family:'Sansation', Verdana, Arial, Helvetica;
  margin: 0;
  padding: 6px 20px 3px 5px;
  text-align: left;
  width: 134px;
  outline:none; /* webkit */
    border: 1px solid #000;
    -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.searchInput::-webkit-input-placeholder{color:#949494;} /* webkit */

.searchInput:focus{
  color:#000;
    border: 1px solid rgba(81, 203, 238, 1);
     box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
.searchInput:focus::-webkit-input-placeholder {color:#000;} /* webkit */

.searchSubmit {
  background:none;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 0;
  height: 27px;
  position: absolute;
  right:0;
  top:0;
  margin: 0;
  padding: 0;
  text-align: right;
  text-indent: -9999px;
  width: 20px;
  outline:none; /* webkit */
}


/*****************************
* *         SHOP BY        * *
******************************/

#DropDown_ShopBy_Manufacturer select,
#DropDown_ShopBy_Category select,
#DropDown_ShopBy_Price select {
  font-size: 11px;
  margin: 8px 0;
  padding: 0;
  width: 160px;
}

/*****************************
* *        LEFT NAV        * *
******************************/

#leftNav {
   
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 180px;
}
#leftNav p {
    color: #cccccc;
    font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  white-space: normal; /*do not delete*/
}

/*****************************
* *       PROMOTIONS       * *
******************************/

#display_promotions_999 {
  margin: 10px 0 0 0;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
#display_promotions_999 img{
  margin:0 auto 11px;

}
/*****************************
* *      CONTENT AREA      * *
******************************/

#contentWrap {
  margin: 0 auto;
  padding: 8px;
  text-align: left;
  width: 1005px;
  background: url('../images/template/trans-90.png') repeat left top;
  background: rgba(0, 0, 0, .9)
}
#content {
  width: 989px;
  margin: 0 auto;
  min-height: 1089px;
  background: url('../images/template/content-wrap.png') repeat-y left top;
}
#content_area {
  float: right;
  margin: 0;
  padding: 15px 10px 15px 13px;
  text-align: left;
  width: 769px;
  min-height: 1074px;
}
#content_area table {
  text-align: left;
}

/*****************************
* *         FOOTER         * *
******************************/

#footer {
  background: url('../images/template/footer-bg.png') no-repeat 0 0;
  margin: 0 auto 186px;
  padding: 0;
  width: 991px;
}


/*****************************
* *      MAILING LIST      * *
******************************/

#eList {
   background: url('../images/template/trans-50.png') repeat left top;
   background: rgba(0, 0, 0, 0.5);
  height: 114px;
  margin: 0;
  padding: 0;
  width: 257px;
  float: left;
}
#eList .title {
  font-size: 12px;
  font-weight: bold;
  margin: 28px auto 9px;
  padding: 0 10px;
}
#eList form {
  background: url('../images/template/elist.png') no-repeat 0 0;
  height: 27px;
  margin: 0 auto;
  padding: 0;
  width: 202px;
  position: relative;
}
.elistInput {
  background: none;
  border: 0 none;
  color: #000000;
  display: block;
  float: left;
  font-family: 'Sansation',Verdana,Arial,Helvetica;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  outline: medium none;
  padding: 6px 19px 3px 6px;
  text-align: left;
  width: 176px;
      border: 1px solid #000;
    -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.elistInput::-webkit-input-placeholder {color:#949494;} /* webkit */

.elistInput:focus{
    color:#000;
    border: 1px solid rgba(81, 203, 238, 1);
     box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
.elistInput:focus::-webkit-input-placeholder {color:#000;} /* webkit */

.elistSubmit {
  background:none;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 0;
  height: 27px;
  position: absolute;
  top:0;
  right:0;
  margin: 0;
  padding: 0;
  text-align: right;
  text-indent: -9999px;
  width: 25px;
  outline:none; /* webkit */
}
#footerTop {
  color: #000;
  margin: 0 0 6px 0;
  padding: 0;
  float:right;
  width: 725px;
  height: 114px;
  background: url('../images/template/trans-50.png') repeat left top;
  background: rgba(0, 0, 0, 0.5);
}
#footer ul {
  float: left;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  width: 150px;
}
#footer ul li {
  color: #fff;
  font-size: 13px;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
}
#footer ul li.title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family:'Intro', Verdana, Arial, Helvetica;

}
#footer ul li a {
  color: #fff;
}
#footer ul.col-1 {
  width: 176px;
  margin-left: 34px;
}
#footer ul.col-2 {
  width: 166px;
}
#footer ul.col-3 {
  width: 150px;
}
#footer ul.col-4 {
  width: 150px;
}
#footer ul.col-5 {
  width: 150px;
}
#footerBottom {
  color: #fff;
  font-size: 11px;
  margin: 18px auto 0;
  padding: 10px 0;
  text-align: center;
  width: 991px;
  clear: both
}
#footerBottom a {
  color: #fff;
}

/*****************************
* *      NO JS WARNING     * *
******************************/

#no-js-notice {
  background: #333333;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

/*****************************
* *     CHECKOUT FIXES     * *
******************************/

#v65-onepage-CheckoutForm {
  margin: 0 auto;
  overflow: hidden;
  width: 700px;
}
#billing-header,
#shipping-header,
#v65-checkout-payment-header {
  padding-bottom: 0 !important;
}
#v65-onepage-cartsummary-label {
  padding-left: 25px !important;
}
.productnamecolorLARGE,
a.productnamecolorLARGE {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
#v65-cart-shipping-details-text nobr {
  white-space: normal !important;
}

/*****************************
* *         FIXES          * *
******************************/
.productnamecolor, a.productnamecolor {

    font: bold 16px/1.3 'Sansation',Arial,sans-serif;
}
.colors_productprice {
  font-size: 14px;
}
#v65-onepage-ContentTable {margin: 0 auto;}
#table_checkout_cart3 li {list-style: inside;}
#v65-onepage-ContentTable td br:first-child {display: none;}
#v65ModalOverlay {position: fixed !important;}
#content_area .v65-cart-giftcert-details-row td font,
#content_area .v65-cart-giftcert-details-row td font b {color: #666666 !important;}
#v65-cart-shipping-details-text nobr {white-space: normal !important;}
.next_page_img,.previous_page_img {width: auto !important;height: auto !important;}
/* FIXES SHIPPING DROPDOWN ON SHOPPINGCART.ASP PAGE */
#v65-cart-shipping-details-wrapper #v65-cart-shipping-details select,#v65-cart-shipping-details-wrapper #v65-cart-shipping-details input {width:auto ! important;}