﻿
.flexslider {
  z-index: 1;
  position: relative;
      margin-top: 63px;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  text-align: center;
  display: block;
}

.flex-direction-nav a {
  width: 48px;
  height: 48px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/index/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
 /* right: -36px;*/
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 0px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 0px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* Control Nav */
.flex-control-nav {
  /*width: 100%;*/
  position: absolute;
  bottom: 9%;
  text-align: center;
  /*margin-left:450px;*/
    
  left:67%;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  background: white;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    display: none;
}

.flex-control-paging li a:hover {
  background: #dd6583;
}

.flex-control-paging li a.flex-active {
  background: #dd6583;
  cursor: default;
}


/**/

.li_select a {
    border: none;
    color: #0a82d8;
}



.mainTable {
  width: 100%;
}

.td_L, .td_R, .over {
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 5px;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px dotted #cccccc;
}


.tableUnderLine {
    border-bottom: 1px dotted #cccccc;
    font-size: 14px;
    line-height: 25px;
    padding: 5px;
    letter-spacing: 1px;
}


.tableUnderLine img {
	
	width: 100% !important;
    height: 100% !important;

}



#payment {
	
	
	margin-top:20px;
}

























