/**
 * CSS File For IE
 *
 *
 * @copyright  2013 BitConstructor Co. Ltd.
 * @version    $Id: ie.css 478 2014-04-01 08:43:35Z tibor $
 */

/* STANDARD declarations */

.footer_copyright {
    color: #000 !important;
    padding: 20px 0px 50px 0px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #DF1D76;
  background-image: -moz-linear-gradient(top, #DF1D76, #DF1D76);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DF1D76), to(#DF1D76));
  background-image: -webkit-linear-gradient(top, #DF1D76, #DF1D76);
  background-image: -o-linear-gradient(top, #DF1D76, #DF1D76);
  background-image: linear-gradient(to bottom, #DF1D76, #DF1D76);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF1D76', endColorstr='#DF1D76', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #DF1D76;
  background-image: -moz-linear-gradient(top, #DF1D76, #DF1D76);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DF1D76), to(#DF1D76));
  background-image: -webkit-linear-gradient(top, #DF1D76, #DF1D76);
  background-image: -o-linear-gradient(top, #DF1D76, #DF1D76);
  background-image: linear-gradient(to bottom, #DF1D76, #DF1D76);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF1D76', endColorstr='#DF1D76', GradientType=0);
}

.product_box a, .product_box a:hover {
    font-size: 12px !important;
}

.btn-primary {
    border: 1px solid #DF1D76;
}

.shop_details {
    width: 265px !important;
}

#frmlogin .form-actions {
    width: 300px;
    padding-left: 135px;
}

.fld-add_variant > div.controls > div {
    width: 300px;
}