/* Buy this popup */
.sizes {
    width: 533px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 12px;
    padding: 15px 19px;
    position: relative;
}

.sizes h3 {
    position: absolute;
    top: 0;
    left: 0;

    padding: 15px 0 0;
    font-size: 18px;
}

.sizes a.chart {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 4px;
    padding-right: 8px;
}

.sizes ul {
  list-style: none outside none;
  width: 347px;
  margin: 20px auto 0;
  padding: 0;
}

.sizes ul li {
  position: relative;
  color: #424242;
  float: left;
  font-size: 17px;
  font-weight: bold;
  height: 55px;
  width: 55px;
  line-height: 55px;
  margin: 0 2px 0 0;
  text-align: center;
}

.sizes ul li.first {
    margin-left: 12px;
}

.sizes ul li a {
  background: url("../../images/bg/size-thumb-bg.gif") no-repeat scroll left top transparent;
  color: #424242;
  display: block;
  padding: 0 0 12px 0;
  line-height: 42px;
  height:42px;
  text-decoration: none;
  cursor: pointer;
}

.sizes ul li a:hover,
.sizes ul li.selected a {
    background-position: bottom;
}

.sizes ul li .number_size {
    font-size: 11px;
    line-height: 16px;
    position: absolute;
	text-align:center;
	left:0;
    top: 31px;
	width:100%;
}

.size_popup div.error {
    margin-top: 12px;
    color: #CE1E1E !important;
    font-weight: bold;
}

.size_popup a.btn-cancel {
    font-size: 18px;
    line-height: 49px;
    display: block;
    position: absolute;
    right: 200px;
}

.size_popup input.btn-buy-this,
.size_popup div.loading {
    position: absolute;
    right: 0;
    margin-bottom: 0;
}

.size_popup div.loading {
    text-align: center;
    width: 170px;
	height: 49px;
	margin: 7px 7px 0 0;
}

/* Duplicate style from designs.css, for category pages */

input.btn-buy-this {
	float: left;
	margin-right: 10px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	width: 170px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
  float: right;
  border: none;
  background: url("http://www.fashionplaytes.com/images/buttons/designs-show-buy-this.gif") left top no-repeat;
}

input.btn-buy-this:hover {
  background-position: left bottom;
}

.price-explain {
  font-style: italic;
}