@charset "utf-8";       //file encoding
 
 @font-face {
 font-family: 'customfont';
 src: local("Custom Font");
 src: url('/static/fonts/customfont.eot');
 src: url('/static/fonts/customfont.eot?#iefix') format('eot'), 
 url('/static/fonts/customfont.woff') format('woff'),
 url('/static/fonts/customfont.ttf') format('truetype'),
 url('/static/fonts/customfont.svg#webfontQ1FnPBwb') format('svg'); 
   font-weight: normal;
 font-style: normal;
 }

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play'), url('/static/fonts/Play.woff') format('woff');
}

* {
   font-family: 'Open Sans' !important;
}
body {
    padding: 0px;
    margin: 0px;
    /* background: white; */
    background: #0f161a;
    font-family: 'Play', sans-serif !important;
}

.notvisible {
  display: none;
}

#bar-top {
    background: black;
    width: 100%;
    height: 21px;
    border-top: 1px solid #666;
    background-image: -webkit-linear-gradient(top, #131623, #1A1C27);
    background: -moz-linear-gradient(center top , rgb(19, 22, 35), rgb(26, 28, 39)) repeat scroll 0% 0% transparent;
    background: -o-linear-gradient(top, #131623, #1A1C27) transparent;

}

#bar-top2 {
    background: url('/static/img/bar-top2.png');
    background-repeat: repeat-x;
    background-position: top;
    border-bottom-color: #666;
    /* border-bottom-style: solid;
    border-bottom-width: 1px;
    */ 
    /* height: 56px; */
}

#smoke {
    background: url('/static/img/smoke.png');
    width: 35px;
    height: 20px;
    float: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    margin-top: -9px;
}

#login-register {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15px;
    float: right;
    margin-top: 5px;
    margin-right: 25px;

}
#login-register a,span {
    /* color: #d5d5d5; */
    text-decoration: none;
    margin-top: 4px;
    margin-right: 2px;
    font-weight: bold;
}

#dots {
    /*background: url('/static/img/dots.png');*/
    /* width: 1121px; */
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px; 
    /*
    background-image: -webkit-linear-gradient(top, #595C64, #1B1B1C);
    background: -o-linear-gradient(top, #595C64, #1B1B1C) transparent;
    background: -moz-linear-gradient(center top , rgb(89, 92, 100), rgb(27, 27, 28)) repeat scroll 0% 0% transparent;
    */
    background: url('/static/img/top-bar-bg.png') repeat-x;
    border-top-color: #999;
    border-top-style: solid;
    border-top-width: 1px;
}

#bar-top2-content {
    float: left;
    width: 900px;
    height: 50px;
    margin-top: -50px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    position: absolute;

}

#logo {
    background: url('/static/img/logo.png');
    background-size:120px 29px;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 40px;
    float: left;
    padding: 14px;
    margin-top: -2px;
    margin-left: -25px;
    cursor: pointer;
    z-index: 2;
    position: relative;
    /* margin-left: -160px; */
}

#menu-top {
    margin-top: 20px;
    color: #474b52;
    position: relative;
    text-shadow: 1px 1px 1px #b7b7b7;

}

/*
.menuover {
    background-repeat: repeat-x;
    color: #eeeeee;
    text-shadow: 0 0 3px #ffffff; 
    text-shadow: white 0px 0px 3px !important;
    color: white !important;
    background: -webkit-linear-gradient(top, #696C72, #333334);
}
*/

.menuover {
    color: #ccc !important;
    text-shadow: black 0px 0px 3px !important;
}

.menuout {
    background: #f7f7f7;
    color: #474b52;
}

.hide {
    display: none;
}

#menu-content {
    position: relative;
    width: 606px;
    height: 300px;
    background: #474b52;
    display: none;
    margin-left: 160px;
    z-index: 100;
    background: #c7c7c7;
}

#menu-top-ul{
    list-style: none;
    /* padding-top: 6px; */
}

#menu-top-ul li{
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px; /*16px*/
    padding-bottom:8px; /*16px*/
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial;
    font-size: 15px;
    font-weight: 300;
    color: #ccc;
    text-shadow: black 0px -1px 0px;
    /* background: url('/static/img/separator.png'); */
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}


#menu-top-ul li:hover{
    text-shadow: white 0px 0px 3px;
    color: white;
    background: -moz-linear-gradient(top, #585858, #1d1d1d); /* FF3.6+ */
    background: -webkit-gradient(top, #585858, #1d1d1d); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858, #1d1d1d); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #585858, #1d1d1d); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #585858, #1d1d1d); /* IE10+ */
    background: linear-gradient(top, #585858, #1d1d1d); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
}


#stripe {
    background: url('/static/img/stripe-bg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
}

#footer {
    background: url('/static/img/footer-bg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 237px;
}

#footer-center {
    /* background: url('/static/img/footer-center-bg.png'); */
    background-repeat: repeat-x;
    width: 990px;
    height: 235px;
    margin-left: auto;
    margin-right: auto;
}

#footer-center-top{
    background: #f7f7f7;
    width: 1100px;
    height: 163px;
    margin-left: auto;
    margin-right: auto;
}

#language-selector {
    width: 200px;
    float: left;
}

#menu-content-slider {
    width: 100% !important;
    height: 292px;
    background: url('/static/img/slider-bg.png');
    background-repeat: repeat-x; 
    z-index: 100; 
    position: relative;
    display: none;
}

.menu-item-content {
    display: none;
    width: 990px !important;
    height: 260px;
    /*background: url('/static/img/slider-bg.png');
    background-repeat: repeat-x; */
    display: none;
    margin-left: -11px;
    z-index: 101;
    margin-top: 10px;
    position: absolute;
    
}


.menu-item-a {
    color: #000000;
    text-shadow: 1px 1px 1px 1px #ffffff;
    text-decoration: none;
    font-family: arial, verdana, sans-serif;
    font-size: 13px;
    display: block;
    margin: -12px;
    padding-top: 5px;
    padding-left: 5px;
    height: 25px;
}

/* .menu-item-a:hover {
    background: url('/static/img/menu-item-bg.png'); 
    background: #c7c7c7;
    background-repeat: no-repeat;
    background-position: left;
    color: #ffffff;
    text-shadow: none;
} */

.menu-item-children-ul {
   margin-top: 30px;
   width: 800px;
   height: 255px;
}

.menu-item-children-ul li {
    display: inline;
}

.menu-bottom-parent {
    margin-top: -5px;
    color: #f0e886;
    list-style-type: none;
    font-family: Helvetica,Arial, sans-serif;
    font-size: 13px;
    /* text-shadow: 1px 1px 1px #000000; */
}

.menu-item-content span {
    font-size: 11px !important;
    font-weight: normal !important;
    display: block;
    padding: 10px;
    padding-top: 0px;
    margin-top: -5px;
    height: 20px;

}

.menu-item-content span:hover {
  font-weight: 900 !important;
  background-image: url('/static/img/slider-triangle.png') !important;
  background-repeat: no-repeat;
  background-position: 50px 19px; 
}

.span-selected {
  font-weight: 900 !important;
  background-image: url('/static/img/slider-triangle.png') !important;
  background-repeat: no-repeat;
  background-position: 50px 19px; 
}


.menu-item-children-li {
   list-style-type: square;
   padding: 0px;
}

.menu-item-children-li a {
   text-decoration: none;
color: #A8A8A8;
font-family: Arial, sans-serif;
font-size: 11px;
text-shadow: black 0px 0px 2px;
font-size: 11px;
height: 14px;
}

.menu-bottom-ul {
   margin-left: -20px;
}


.menu-bottom-td {
   vertical-align: top;
}


img {
  border-width: 0px;
}

.ui-dialog span {
  color: #eeeeee !important;
  text-shadow: 1px 1px 1px #000000 !important;
  font-family: Helvetica,Arial,sans-serif !important;
}

#content {
  min-height: 800px;
  background: white;
}

#arrow-slide {
  background: url('/static/img/arrow-slider.png') center;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  display: block;
  z-index: 2001;
  position: absolute;
  top: 270px;
  padding: 10px;
}
.textfield {
  border-width: 0px;
  width: 680px;
  resize: none;
}
#pay_now_button {
  background: #5c5c5c;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  font-family: Helvetica,Arial, sans-serif;
  margin-top: 20px;
  display: block;
  width: 150px;
  text-decoration: none;
}


.inline-block {
    display: inline-block;
}


.next {
}

.first {
}

.subtree {
  display: inline-block !important;
  width: 170px !important;
  height: 253px !important;
  margin-right: -6px;
  margin-top: 10px;
  font-size: 12px;
  text-shadow: none;
}


.absolute {
  position: absolute;
}

.relative {
  position: relative;
  width: 230px;
  padding: 10px;
}

.relative a {
  text-decoration: none;
  color: white;
}

.relative span {
  color: #333;
  text-shadow: white 0px 1px 0px;
  font-family: Arial, sans-serif;
  /* font-weight: bold; */
}

.form-discount-submit {
  background: #8F8F8F;
  width: 110px;
  padding: 4.5px;
  color: white;
  display: inline-block;
  text-shadow: 1px 1px 1px black;
}

.title {
  color: #000000;
  font-size: 14px;  
  font-family: Helvetica,Arial, sans-serif;
}

#small-cart {
  background-image: url('/static/img/cart-small.png');
  width: 25px;
  height: 24px;
}

#cart-dialog-content {
  color: #616161; 
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px; 
  font-weight: bold;
}

.indent {
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal;
  border-style: dotted;
  border-width: 1px;
  border-color: #c7c7c7;
  display: none;
}

.cart-item-remove {
  float: right !important; 
}

#dialog-message-cart {
  color: #616161; 
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px; 
  font-weight: bold;
}

.cart-group {
    font-weight: bold;
    color: #000000;
}

.cart-product {

}

.grayed {
    background: #eeeeee;
}

.plus {
}

.show-hide {
    font-size: 20px;
    padding: 5px;
    color: #c7c7c7;
}

.cartitem-price {
    margin-left: -10px;
    font-size: 17px;
    font-weight: bold;
    color: #c7c7c7;
    min-width: 100px;
}

.up {
  margin-top: -15px !important;
  color: white;
}

.mywrapper {
  /* margin-left: 100px; */
}


.group-item {
  color: #555 !important;
  font-family: Arial, sans-serif;
  font-size: 13px;
  float: left;
  padding-left: 40px;
  line-height: 20px;
}

.group-item a {
  color: #555 !important;
  font-family: Arial, sans-serif;
  font-size: 13px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 2;
  background: url('/static/img/bullet.png') no-repeat left;
}

.group-content {
  display: none;
}


#menu-top-container {
  position: absolute;  
  display: block;
  width: 990px; 
  height: 230px;
  top: 120px;
  z-index: 2000;
  display: none;
  margin-left: -51px;
}

#menu-top-container  a {
  text-decoration: none;
   padding-left: 10px;
}

.nobg {
  background: none !important;
}

#sales {
  background: url('/static/img/sales.png');
  background-repeat: no-repeat;
  display: block;
  width: 210px;
  float: right;  
  height: 15px;
  margin-top: -15px;
  top: 10px;
}

#social {                                                                                                                                               
    /* background: url('/static/img/social.png') no-repeat; */                                                                                                
    background: url('/static/img/socialnew.png') no-repeat;                                                                                                
    width: 252px;                                                                                                                                       
    height: 53px;                                                                                                                                       
    float: right;
    /* margin-top: -80px; */
    padding-right: 20px;
    position: relative;
}

.black_button {
	background: #4c4c4c;
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #2b2b2b 76%, #1c1c1c 91%, #111111 97%, #000000 99%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(97%,#111111), color-stop(99%,#000000), color-stop(100%,#131313));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#2b2b2b 76%,#1c1c1c 91%,#111111 97%,#000000 99%,#131313 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#2b2b2b 76%,#1c1c1c 91%,#111111 97%,#000000 99%,#131313 100%);
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#2b2b2b 76%,#1c1c1c 91%,#111111 97%,#000000 99%,#131313 100%);
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#2b2b2b 76%,#1c1c1c 91%,#111111 97%,#000000 99%,#131313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
	color:#fff; padding: 5px 15px;text-decoration: none;
}
.black_button:hover {
	color:#ccc;
}
.round2{
	border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;
}
.round5{
	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
