body {
  font-family: Arial;
  background-color:#181818;
}
/*--SLIDER--*/
.sliderContent {
  overflow: hidden;
  height: 226px;
  position: relative;
  width:630px;
  background-color: #000;
}
.sliderArrows a { display:block; text-indent:-9999px; outline:none; z-index:50; background-image:url(../images/prev_next.png); width:42px; height:43px; position:absolute; top:50%; margin-top:-34px; }
.prev { background-position:0 0; left:10px; }
.prev:hover { background-position:0 -44px; }
.next { right:10px; background-position:-44px 0; }
.next:hover { background-position:-44px -44px; }
/*--pagination--*/
div#pagination {
  clear: both;
  position: relative;
  width: 80%;
  height: 20px;
  margin-left:20px;
  white-space: nowrap;
  font-family: Verdana, Arial, sans-serif;
}

div#pagination a {
  background-color: #7d79a2;
  width: 20px;
  height:15px;
  color: #000;
  font-size: 8px;
  font-weight: bold;
  text-decoration: none;
  display:block;
  float:left;
  margin-right:3px;
  text-align: center;
}

div#pagination a.activez {
  background-color: #3a3a3a;
  color: #FFFFFF;
}
/**--structure--**/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/****/
div#page-wrapper{
  width:100%;
  height:auto;
}
div#page{
  width:100%;
  height:auto;
}
div#menu-wrapper{
  width:100%;
  height:60px;
  background-color:#000000;
  position:relative;
  z-index: 15;
}
div#logo{
  padding-top:5px;
  margin-left:10%;
  margin-right:3%;
  float:left;
}
/**menu item**/
.overlay{
    background:#aaa;
    opacity:0;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:none;
    z-index:4;
}
div#menu-list{
  width:580px;
  height:auto;
  float:left;
  margin-right:10px;
  position:relative;
  z-index:100;
}
ul.menu{
  list-style:none;
  position:relative;
  margin:0;
  width:580px;
  float:left;
  clear:both;
}
ul.menu > li{
    width:80px;
    height:57px;
    padding-bottom:2px;
    float:left;
    margin:0;
    position:relative;
}
ul.menu > li > a{
    display:block;
    background-color:#000000;
    color:#a4a4a4;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    width:80px;
    height:60px;
    text-align:center;
    line-height:5;
    text-shadow:0px 0px 1px #aaa;
    opacity:0.8;
}
ul.menu > li > a:hover,
ul.menu > li.selected > a{
    background:#323232;
    color:#ffffff;
    opacity:1.0;
}
ul.menu >li > a.active{
   background:#323232;
    color:#ffffff;
    opacity:1.0;
}
div#menu-list ul.hovered > li > a{
    background:#323232;
}
ul.menu div{
    position:absolute;
    top:57px;
    left:1px;
    background:#fff;
    width:518px;
    border:double silver;
    min-height:180px;
    padding:23px;
    display:none;
    z-index: 120;
}
ul.menu div ul li a{
    text-decoration:none;
    color:#222;
    padding:2px 2px 2px 4px;
    margin:2px;
    display:block;
    font-size:12px;
    height:15px;
    border-left:3px solid transparent;
    text-indent:2px;
}
ul.menu div ul.full{
    width:100%;
}
ul.menu div ul li a:hover, ul.menu div ul li a.active-sub{
  border-left:3px solid #323232;
}
ul.menu li ul{
    list-style:none;
    float:left;
    width: 150px;
    margin-right:10px;
}
li.heading{
    color:#000;
    font-size:16px;
    margin-bottom:10px;
    padding-bottom:6px;
    border-bottom:1px solid #ddd;
}
/***Login Form**/
div#login-form{
  width:320px;
  height:45px;
  float:right;
  margin-right:10px;
}
.login-input{
  width:120px;
  border:none;
  background-color:#c4c4c4;
  color:#000;
  float:left;
  margin-right:5px;
}
.login-button{
  background-color:#504e4e;
  text-align:center;
  width:auto;
  color:#c4c4c4;
  border:none;
  cursor:pointer;
}
div.error-login{
  color:#fff;
  text-indent:15px;
  height:15px;
  clear:both;
  font-size:11px
}
div#gray-strip{
  width:100%;
  height:59px;
  background-color: #c4c4c4;
  border-bottom:1px solid #a2a2a2;
  position:relative;
  z-index: 4;
}
/**content**/
div#content{
  width:100%;
  min-height:500px;
  background-color: #181818;
}
div#thecontent{
  width:1000px;
  margin:0 auto;
  position:relative;
}
img#sub-bg{
  width:100%;
  height:auto;
  position:fixed;
  left:0;
  top:0;
  z-index: 0;
}
div#page-sub-wrapper{
  padding:20px 0;
}
.price{
  font-size:12px;
  color:#414245;
  font-weight:600;
}
div#page-sub{
  width:100%;
  min-height:500px;
  border-top:30px solid #515151;
  border-bottom:20px solid #515151;
  background-color:#cfcfcf;
  padding:20px;
  font-size:14px;
  color:#3a3a3a;
  line-height: 1.5;
  position:relative;
}
.page-title, .page-title a{
  margin:5px;
  font-size:16px;
  font-weight:600;
  color:#3a3a3a;
  text-decoration:none;
}
.page-title a:hover{
 color:#4d4d84; 
}

div#carousel-parent{
  width:1000px;
  position:relative;
}
div#carousel-wrapper{
  position:relative;
  width:1000px;
  height:390px;
  overflow:hidden;
}
div#prev{
  position:absolute;
  top:40%;
  left:-3%;
  width:27px;
  height:43px;
  background:transparent url('../images/prev.png') no-repeat;
  cursor:pointer;
  z-index: 10;
}
div#next{
  position:absolute;
  top:40%;
  right:1%;
  width:27px;
  height:43px;
  background:transparent url('../images/next.png') no-repeat;
  cursor:pointer;
  z-index: 10;
}
ul#mycarousel, ul#mycarousel li{
  margin:0;
  padding:0;
  height:400px;
  list-style:none;
}
ul#mycarousel{
  margin-top:30px;
  width:100%;
}
ul#mycarousel li{
  float:left;
  margin:0 15px;
}

div.carousel-item{
  width:210px;
  height:375px;
  padding-top:7px;
  padding-bottom:7px;
  background-color:#a3a3a3;
}
img.ci{
  display:block;
  margin:0 auto;
}
div.c-item-p{
  text-align: center;
  padding:10px;
  width:180px;
}
h1.c-item-title{
  font-size:14px;
  color:#444444;
  margin:4px;
}
span.c-item-price{
  font-size:11px;
  color:#444444;
  font-style: italic;
}
span.c-price-value{
  font-size:10px;
  font-weight:bold;
  color:#000;
}
a.c-detail{
  color:#459ac0;
  text-decoration:none;
  font-size:11px;
}
a.c-detail:hover{
  color:#000;
}

/**footer**/
div#footer{
  width:100%;
  height:70px;
  border-top:11px solid #000;
  background-color:#181818;
  position:relative;
  z-index: 4;
}
div#follow{
  width:120px;
  float:left;
  margin-left:20px;
  margin-top:20xp;
  position:relative;
  overflow:hidden;
}
div#follow-title{
  width:120px;
  height:20px;
  border-bottom:1px solid #474747;
  color:#474747;
  font-size:16px;
  text-indent:5px;
}

div#follow ul, div#follow ul li{
  list-style:none;
  padding:0;
  margin:0;
}
div#follow ul{
  margin-top:7px;
}
div#follow ul li{
  float:left;
  margin-right:5px;
}
div#follow ul li a{
  text-decoration:none;
}
div#follow ul li a img{
  border:0;
}
div#sitemap{
  width:57%;
  float:left;
}
div#sitemap ul, div#sitemap ul li{
  list-style:none;
  margin:0;
  padding:0;
}
div#sitemap ul{
  width:340px;
  margin:0 auto;
  margin-top:20px;
}
div#sitemap ul li{
  float:left;
  margin-right:7px;
}
div#sitemap ul li a{
  text-decoration:none;
  color:#a4a4a4;
  font-size:14px;
}
div#sitemap ul li a:hover{
  color:#ffffff;
}
div#copyright{
  float:right;
  font-size:11px;
  text-align:center;
  color:#a4a4a4;
  margin-top:20px;
}
div#copyright a {
  text-decoration:none;
  color:#a4a4a4;
}
div#copyright a:hover{
  color:#fff;
}
/*news listing**/
.list-item{
  position:relative;
  overflow:hidden;
  margin:0 auto;
  margin-bottom:10px;
  padding:10px;
  width:75%;
  border-bottom:1px solid #c0baf9;
}
.list-item-2{
  position:relative;
  overflow:hidden;
  width:98%;
  padding:5px;
  margin:0 auto;
  border-bottom:1px solid #c0baf9;
}
.list-item-title, .list-item-title a{
  font-size:14px;
  margin:3px;
  color:#000;
  font-weight:600;
  text-decoration:none;
}
.list-item-date{
  font-size:12px;
  margin-bottom:5px;
  color:#7d79a2;
}
.list-item-summary{
  font-size:13px;
  line-height:1.5;
  color:#3a3a3a;
  clear:both;
  position:relative;
  overflow:hidden;
  width:100%;
}
.list-item-image{
  float:left;
  margin:5px;
  border:2px solid #7d79a2;
}
.product-detail-img{
  float:right;
  margin:10px;
}
.item-main{
  display:block;
  margin:10px auto;
  border:2px solid #7d79a2;
}
.more{
  font-size:12px;
  color:#7d79a2;
  font-weight:800;
  text-decoration:none;
}
.more:hover{
  color:#000;
}
.video-item{
  width:500px;
  margin:10px auto;
  height:auto;
}
/**contact form**/
div#contact-form{
  width:630px;
  margin:0 auto;
}
div.row{
  position:relative;
  overflow:hidden;
  clear:both;
  width:auto;
  height:auto;
  margin-bottom:10px;
}
label.form-label{
  display:block;
  color:#4e4e4e;
  font-size:1em;
  font-weight:bold;
  float:left;
  width:130px;
  margin-right:5px
}
.error{
  color:#f81d26;
  font-size:16px;
}
.inpt,.txt{
  float:left;
  width:250px;
  border:1px solid #ffffff;
  background-color: #c4c8d1;
  color:#000;
}
.inpt2{
  display:block;
  width:30px;
  text-align:center;
  display:block;
 margin-left:50px;
}
.txt{
  height:70px;
   background-color: #c4c8d1;
  color:#000;
}
.sbmtform{
  border:1px solid #ffffff;
  color:#000;
  cursor: pointer;
}
.sbmtform2{

}
.inpt:focus,.txt:focus{
  border:1px solid #363636;
}
div.captch-image{
  margin-left:140px;
}
div.submit-div{
  margin-left:320px;
}
div.form-submitted{
  color:#363636;
  text-align: center;
  font-size:1.5em;
}
/***related products***/
ul.related{
  width:120%;
  list-style:none;
  margin:10px 0;
}
ul.related li{
  float:left;
  list-style:none;
  margin-right:10px;
}
ul.related li a{
  text-decoration:none;
}
ul.related li img{
}
/***Member Classes***/
a.new_member{
  display:block;
  float:left;
  width:auto;
  height:23px;
  background: transparent url('../images/newuser.png') no-repeat;
  background-position:0 50%;
  text-indent:25px;
  text-decoration:none;
  color:#fff;
  font-size:11px;
  line-height:2;
  margin-right:15px;
}
a.forgot_password{
   display:block;
  float:left;
  width:auto;
  height:23px;
  background: transparent url('../images/forgot.png') no-repeat;
  background-position:0 50%;
  text-indent:15px;
  text-decoration:none;
  color:#fff;
  font-size:11px;
  line-height:2;
}
div.no-border{
  border:0;
}
div#member-area{
    margin-left:100px;
    margin-top:10px;
 }
.welcome{
  font-weight:800;
  color:#ffffff;
}
.mimg{
  display:block;
  float:left;
  margin-right:12px;
  border:0;
}
/***Product checkout and history table***/
table#checkout{
  width:80%;
  margin:0 auto;
}
table.checkout2{
   width:90%;
  margin:0 auto;
}
table#checkout thead,table#checkout thead.check{
  border-bottom:2px solid #fefefe;
  background-color:#94979e;
  
}
tr.check2{
  border-bottom:2px solid #fefefe;
  background-color:#94979e;
  width:100%;
}

table#checkout thead tr th,tr.check2 th{
  padding:7px;
  font-weight:700;
  color:#d5d9e3;
  font-size:14px;
  text-align: center;
}
table#checkout tbody tr{
  border-bottom:1px solid #e2e9e0;
}
table#checkout tbody tr td{
  padding:7px;
  text-align: center;
  font-size:11px;
}
table#checkout tbody tr td a{
  color:#e91c06;
  text-decoration:none;
}
table#checkout tbody tr td a:hover{
  color:#3357a6;
}
#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
td.total-cap{
  text-align: right;
  font-weight:900;
  color:#3357a6
}
span.amount{
  border-bottom:double #000;
  padding:0 10px;
}
td#total{
  
  color:#ff0000;
  font-weight:700;
  text-align:center;
}
td.totals{
  color:#ff0000;
  font-weight:700;
  text-align:center;
}
td.buttons{
  text-align: right;
}
.buttons button{
  display:block;
  float:right;
  margin-right:5px;
  font-size:11px;
}
tr.main{
  cursor:pointer;
}
tr.main-odd{
  background-color:#eaf1fb;
}
tr.main-even{
  background-color:#e2e3e7;
}
tr.main-over{
  background-color:#fbe6eb;
}
tr.main-over2{
  background-color:#fbfaa1;
}
tr.subm{
  display:none;
}
.status1{
  color:#ff0000;
  font-size:14px;
  font-weight: 900;
}
.status2{
  color:#0505fb;
  font-size:14px;
  font-weight:900;
}
.status3{
  color:#51fb06;
  font-size:14px;
  font-weight:900;
}
/** product slider ***/
div#featured-bx{
    padding:0;margin:0;width:1000px;height:387px;position:relative;overflow:hidden;
}

div.prev, div.next{
  position:absolute;top:45%;z-index:100;width:20px;height:29px;
}
div.prev{
  left:10px;
}
div.next{
  right:250px;
}
ul#featured-slider-bx{
  list-style:none;width:800px;margin:0;padding:0;height:387px;
}

ul#featured-slider-bx li{
  list-style:none;margin:0;padding:8px;width:258px;height:387px;float:left;
}

ul#featured-slider-bx li a{
  text-decoration:none;
}
ul#featured-slider-bx li img{
  display:block;margin:auto auto;
}
/***product image ***/
div#product-main-image{
  width: 300px;
  height:auto;
  margin:0 10px;
  float:right;
}

div#details-product{
  width:400px;
  float:left;
}

div#the-image{
  width:258px;
  height:387px;
  margin:0 auto;
}

ul#product-thumbs , ul#product-thumbs li{
  list-style: none;
  padding:0;
  margin:0; 
}

ul#product-thumbs{
  width:258px;
  position:relative;
  margin:10px auto;
}

ul#product-thumbs > li{
  float:left;
  margin:2px;
}

a.thumb{
  text-decoration: none;
}
.pos-abs{
  position:absolute;
  top:-30px;
  left:20px;
  z-index:21;
  color:#b3b3b3;
}
div.product-header{
  background-color:#b3b3b3;
  width:100%;
  height:30px;
  position:relative;
  overflow:hidden;
}
div.ref-number{
  float:right;
  margin-right:10px;  
}