html,body {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  font: 15px/1.2 Arial, Helvetica, sans-serif
}

img {
  border: 0
}

li {
  list-style: none
}

a {
  cursor: pointer
}

a:hover {
  text-decoration: none
}

.f_r {
  float: right
}

.f_l {
  float: left
}

.none {
  display: none
}

.red {
  color: #f00
}

.row1 {
  margin-right: -10px;
  margin-left: -10px
}

h1 {
  font-size: 20px;
  line-height: 25px;
  height: 25px;
  margin: 0
}

h3 {
  font-size: 18px;
  margin: 5px 0 10px
}

a {
  text-decoration: none;
  color: #2368c7
}

a:hover {
  text-decoration: underline
}

#header {
  width: 100%;
  height: 45px;
  padding: 10px 10px;
  background: #990100
}

#header h1 {
  color: #FFF;
  background: url(../img/wishlist-htit.gif) no-repeat;
  padding-left: 34px;
  height: 25px;
  line-height: 25px
}

#listitems {
  padding: 10px 0
}

.list {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  *width: auto
}

.list .cont {
  padding: 10px
}

.list .cont .pic {
  float: left;
  width: 25%;
  padding-right: 20px
}

.list .cont .pic img {
  padding: 2px;
  border: 1px solid #d8d8d8;
  width: 100%
}

.list .cont .info {
  float: left;
  width: 70%
}

.list .cont .info strong {
  font-size: 1.1em;
  color: #000
}

.list .cont .info p {
  color: #333;
  margin: 0 0 10px
}

.list .bottom {
  clear: both
}

.bg2 {
  background-color: #efefef
}

.enquiry {
  background: url(../img/enquirynow.gif) no-repeat;
  display: block;
  width: 116px;
  height: 18px;
  line-height: 100px;
  overflow: hidden;
  float: right;
  margin-left: 15px
}

@media screen and (min-width:1140px) {
  .enquireform {
    width: 60%;
    height: 80%;
    border-radius: 6px;
    background: #fff;
    position: fixed;
    top: 10%;
    left: 20%;
    z-index: 99;
    padding: 10px;
    border: 10px solid #afaca8;
    display: none
  }

  .formwrap {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 0 5px 5px 5px
  }

  .enquireform p {
    width: 100%;
    margin: 10px auto
  }

  .enquireform h2 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    color: #7e0122
  }

  .enquireform form {
    width: 100%
  }

  .enquireform form fieldset {
    margin-top: 10px
  }

  .enquireform form fieldset h3 {
    font-weight: bold;
    color: #7e0122;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    font-size: 16px
  }

  .enquireform form fieldset ul li {
    width: 100%;
    float: left;
    margin: 10px 0
  }

  .enquireform form label {
    width: 35%;
    display: block;
    text-align: right;
    float: left;
    padding-right: 10px;
    font-weight: normal;
    margin: 0;
    height: 25px;
    line-height: 25px
  }

  .enquireform form label.error {
    color: #f00;
    font-size: 12px;
    line-height: 15px;
    margin: -5px 100px 5px 0;
    float: right
  }

  .enquireform form input {
    height: 25px;
    float: left
  }

  .enquireform form select {
    height: 25px;
    float: left
  }

  .enquireform form textarea {
    float: left
  }

  .yourInform input {
    width: 65%;
    border: 0
  }

  .exit_ico {
    display: block;
    width: 25px;
    height: 25px;
    background: url("/assets/fancybox/fancybox.png") no-repeat -43px 0;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer
  }

  #inquirysub {
    display: block;
    width: 86px;
    height: 25px;
    line-height: 25px;
    background: url(/imagesnew/btn.png) no-repeat 0 0 #8b240d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    margin: 0 auto
  }

  #inquirysub:hover {
    text-decoration: none;
    color: #fbb017
  }

  .form-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9
  }
}

@media screen and (max-width:1140px) {
  .enquireform {
    width: 90%;
    height: 80%;
    border-radius: 6px;
    background: #fff;
    position: fixed;
    top: 10%;
    left: 5%;
    z-index: 99;
    padding: 10px;
    border: 10px solid #afaca8;
    display: none
  }

  .formwrap {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 0 5px 5px 5px
  }

  .enquireform p {
    width: 100%;
    margin: 10px auto
  }

  .enquireform h2 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    color: #7e0122
  }

  .enquireform form {
    width: 100%
  }

  .enquireform form fieldset {
    margin-top: 10px
  }

  .enquireform form fieldset h3 {
    font-weight: bold;
    color: #7e0122;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center
  }

  .enquireform form fieldset ul li {
    width: 100%;
    float: left;
    margin: 5px
  }

  .enquireform form label {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    padding-right: 10px;
    font-weight: normal;
    margin: 0;
    height: 25px;
    line-height: 25px
  }

  .enquireform form label.error {
    color: #f00;
    font-size: 12px;
    line-height: 15px;
    margin: -5px 100px 5px 0;
    float: right
  }

  .enquireform form input {
    height: 25px;
    float: left;
    width: 100%
  }

  .enquireform form select {
    height: 25px;
    float: left;
    width: 100%
  }

  .enquireform form textarea {
    float: left;
    width: 100%
  }

  .yourInform input {
    width: 100%;
    border: 0;
    text-align: center
  }

  .exit_ico {
    display: block;
    width: 25px;
    height: 25px;
    background: url("/assets/fancybox/fancybox.png") no-repeat -43px 0;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer
  }

  #inquirysub {
    display: block;
    width: 86px;
    height: 25px;
    line-height: 25px;
    background: url(/imagesnew/btn.png) no-repeat 0 0 #8b240d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    margin: 10px auto
  }

  #inquirysub:hover {
    text-decoration: none;
    color: #fbb017
  }

  .form-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9
  }
}