@import url(default.css);

#ShoeDetailImage
{
  border: 1px solid #49494a;
  width: 520px;
  height: 320px;
  overflow: hidden;
  float: left;
  margin: 6px 0;
}
#ShoeDetailSpecs
{
  width: 230px;
  height: 320px;
  float: right;
  border: 1px solid #49494a;
  position: relative;
  margin: 6px 0;
}
#ShoeDetailSpecs p
{
  line-height: 1.4em;
}
#ShoeDetailSpecs h3
{
  font-size: .9em;
  font-weight: normal;
  width: 75px;
  float: left;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}
#ShoeDetailSpecs h3.Selected
{
  background: #1B477C url(../images/shoe-detail-indicator.gif) bottom center no-repeat;
  color: #FFF;
  padding-bottom: 20px;
}
#ShoeDetailSpecs h3.Selected a
{
  color: #FFF;
  text-decoration: none;
}
#ShoeDetailSpecs h3.Selected a:hover
{
  text-decoration: underline;
}
#ShoeDetailSpecs h3.Deselected
{
  background: #E6E6E6;
  color: #000;
}
#ShoeDetailSpecs h3.Deselected a
{
  color: #000;
  text-decoration: none;
}
#ShoeDetailSpecs h3.Deselected a:hover
{
  text-decoration: underline;
}
#ShoeDetailSpecs #ColorOptions
{
  padding: 10px;
  font-size: .9em;
  width: 210px;
  overflow: hidden;
  clear: left;
}
#ShoeDetailSpecs #ColorOptions img
{
  margin: 1px;
}
#ShoeDetailSpecs #ColorOptions div.ShoeTest img
{
  margin: 0;
}
#ShoeDetailSpecs #ColorOptions #ShoeColorImage
{
  text-align: center;
}
#ShoeDetailSpecs #ColorOptions #ColorName
{
  color: #FFF;
  text-align: center;
}
#ShoeDetailSpecs #TechSpecs
{
  padding: 10px;
  font-size: .9em;
  display: none;
  width: 210px;
  overflow: hidden;
  clear: left;
}
#ShoeDescription
{
  clear: both;
  padding: 5px 10px 10px 0;
  width: 500px;
  float: left;
}
#ShoeDescription h1
{
  font-size: 1.4em;
  margin: 0 0 6px 0;
  padding: 0;
}
#ShoeDescription p
{
  line-height: 1.4em;
}
#ShoeSelection
{
  width: 520px;
  float: left;
  clear: left;
}
#ShoeSelection img
{ 
  border: 1px solid #49494a;
  margin: 6px 0;
}
#ShoeSelection a:hover img
{
  border: 1px solid #49494a;
}
#ShoeSelection h1
{
  font-size: 1.4em;
  color: #FFF;
  margin: 6px 0;
  padding: 0;
}
#ShoeName
{
  color: #E50000;
}
#StoreLocator
{
  float: right;
  width: 210px;
  border: 1px solid #49494a;
  padding: 10px;
  text-align: center;
  margin-bottom: 6px;
}
#StoreLocator h4
{
  font-size: 1.2em;
  margin: 0 0 6px 0;
  padding: 0;
  /* color: #666; */
  color: #FFF;
}
#ShoeSizing
{
  clear: both;
  border: 1px solid #49494a;
  padding: 10px;
}
#ShoeSizing h3
{
  font-size: 1.2em;
  margin: 0 0 6px 0;
  padding: 0;
}
#CouponCode
{
  text-align: center;
  margin-top: 20px;
}
#CouponCode a
{
  background: #B00;
  color: #FFF;
  padding: 5px;
  text-decoration: none;
}