#flash-wrap {
  width: 976px;
  height: 900px;
  background: #222;
  margin: 0 auto;
}
#flash-wrap #header {
  background-image: url('../images/Flash-Sale-Landing-V1_08.png');
  background-repeat: no-repeat;
  height: 364px;
  margin-bottom: 30px;
}
#flash-wrap #header  #countdown{
  position: relative;
  top: 234px;
  left: 595px;
  width: 315px;
  height: 150px;
}
#flash-wrap #header  #countdown h3 {
  color: #333;
  text-transform: uppercase;
  font-family: 'Knockout 49 4r', HelveticaNeue-CondensedBlack, HelveticaNeue-Black, HelveticaNeue-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 3px;
}
#flash-wrap #header  #countdown h3 strong {
  visibility: hidden;
  display: none;
}
#flash-wrap #header a img {
  border: 0;
  margin: 10px 0 0 -4px;
}
#flash-wrap #sale {margin-bottom: 30px;}
#flash-wrap #sale .sale-box{
  display: block;
  float: left;
  width: 310px;
  margin-left: 11px;
  margin-bottom: 30px;
}
#flash-wrap .shop{
  display: block;
  background-color: #EEEEEE;
  font-family: 'Knockout 49 4r', HelveticaNeue-CondensedBlack, HelveticaNeue-Black, HelveticaNeue-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  height: 36px;
  width: 134px;
  float: left;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.flash-nav {margin-top: -5px;}
.flash-nav a {
  font-family: 'Knockout 49 4r', HelveticaNeue-CondensedBlack, HelveticaNeue-Black, HelveticaNeue-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase; 
  color: #242424;
  padding-top: 16px;
  padding-left: 20px;
}
#flash-wrap .shop::after {
  content: ' ';
  float: right;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 15px;
  margin-top: 5px;
  background: url('../images/triangles_all_colors_8x12_2px_gutter.png') -8px 0px no-repeat;
}
#flash-wrap .shop:hover {
  background-color:#E04434;
}
#flash-wrap .shop-all {
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-family: 'Knockout 49 4r', HelveticaNeue-CondensedBlack, HelveticaNeue-Black, HelveticaNeue-Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #575757;
  color: #ffffff;
  margin-bottom: 10px;
  position: absolute;
  right: 13px;
}
#flash-wrap .shop-all:after {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: .9em;
  background: url('../images/triangles_all_colors_8x12_2px_gutter.png') -8px -28px no-repeat;
}
#flash-wrap .shop-all:hover{background-color: #E04434;}
#flash-wrap #footer {
  font-family: 'Knockout 31 4r', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
  font-size: 13px;
  height: 150px;
}
#flash-wrap #footer small {
  position: absolute;
  left: 15px;
  text-align: left;
  font-size: 120%;
}
#flash-wrap .br{
  border-radius: 0 0 4px 0;
  border-top: dashed 1px;
}

#flash-wrap .bl{
  border-radius: 0 0 0 4px;
  border-top: dashed 1px;
  border-right: dashed 1px;
}

#flash-wrap .dl{
border-right: dashed 1px; 
}