body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    height: 100%;
    
    background: rgb(99,99,99); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(99,99,120,1) 0%, rgba(186,186,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,99,120,1)), color-stop(100%,rgba(186,186,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(99,99,120,1) 0%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(99,99,120,1) 0%,rgba(186,186,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(99,99,120,1) 0%,rgba(186,186,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(99,99,120,1) 0%,rgba(186,186,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#bababa',GradientType=0); /* IE6-9 */
    overflow-x: auto;
    overflow-y: scroll;

}

.Content h2{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.Breadcrumb{
    margin-top: 12px;
}
.Breadcrumb, .Breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    border: none;
}

#Container {
    position: relative;
    margin: 0;
    border: 0;
    -webkit-box-shadow:  0px 0px 200px -20px #fff;
    -moz-box-shadow: 0px 0px 200px -20px #fff;
    -o-box-shadow: 0px 0px 200px -20px #fff;
    -ms-box-shadow: 0px 0px 200px -20px #fff;
    box-shadow:  0px 0px 200px -20px #fff;
    width: 900px;
    margin: 20px auto 40px;
}

.Content{
    /*style.css 431*/
    width: 700px;
}
.Content .Block{
    /*style.css 438*/
    margin-left: 30px;
}
.Content .ProductList .ProductDetails strong,
.Content .ProductList .ProductDetails strong a{

    /*coolblue.css 177
    commented out*/
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.ProductList .ProductImage{
    /*coolblue.css 172*/
    background: none;
    padding: 0px 0px 0px 10px;
}
#LayoutColumn3{
    display: none;
}

.FloatRight a, .CheckoutButton{
    margin-right:15px;
}
table.General,
table.CartContents,
table.General{
    width: 98%;
}

div#Menu {
    /*clear: both;*/
    /*float: left;*/
    width: 550px;
    height: 38px;
    display: inline;
    position: absolute;
    z-index: 1;
    top: 72px;
    right: -15px;
    transition: all 1s ease;
    background: none;
    border-top: none;
}

#Menu ul li a {
    display: block;
    font-size: 1.1em;
    text-decoration: none;
    padding: 10px 19px 0px 19px;
    border-bottom: 1px #41a59e solid;
    height: 25px;  
}
#Menu ul li:first-child a{
    padding: 1px 1px 9px 12px;
}
#Menu ul li.ActivePage a{
    border-top: 1px #41a59e solid;
    border-left: 1px #41a59e solid;
    border-right: 1px #41a59e solid;
    border-bottom: none !important;
    -webkit-box-shadow:  0px -1px 14px -4px #111;
    -moz-box-shadow:  0px -1px 14px -4px #111;
    -o-box-shadow:  0px -1px 14px -4px #111;
    box-shadow:  0px -1px 14px -4px #111;
    background: rgba(10,10,255,.1);
    transition: all 1s ease;
}

#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 38px;
    left: -6px;
    display: none;
    text-align: left;
    font-size: 0.9em;
    background: transparent;
    z-index: 10;
}

#Menu li ul li {
    clear: both;
    text-align: left;
    background: transparent;
}

#Menu li ul li a {
    padding: 5px 10px 5px 10px;
    font-size: 1em;
    text-align: left;
    margin: 0;
    width: 120px;
    height: auto;
}

#Outer {
    clear: both;
    margin-bottom: 40px;
    border: 1px solid rgba(122, 130, 147, 0.6);
    
    background: #b1b3c9; 
    background: 
    url(/product_images/uploaded_images/waves.png) no-repeat bottom,
    -moz-linear-gradient(top,  #b1b3c9 0%, #80aae5 41%, #67b9e8 100%); 
    background: 
    url(/product_images/uploaded_images/waves.png) no-repeat bottom,
    -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b3c9), color-stop(41%,#80aae5), color-stop(100%,#67b9e8)); 
    background: 
    url(/product_images/uploaded_images/waves.png) no-repeat bottom,
    -webkit-linear-gradient(top,  #b1b3c9 0%,#80aae5 41%,#67b9e8 100%); 
    background: 
    url(/product_images/uploaded_images/waves.png) no-repeat bottom,
    -o-linear-gradient(top,  #b1b3c9 0%,#80aae5 41%,#67b9e8 100%); 
    background: 
    url(/product_images/uploaded_images/waves.png) no-repeat bottom,
    -ms-linear-gradient(top,  #b1b3c9 0%,#80aae5 41%,#67b9e8 100%); 
    background: 
    url(/product_images/uploaded_images/waves.png) no-repeat bottom,
    linear-gradient(to bottom,  #b1b3c9 0%,#80aae5 41%,#67b9e8 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b3c9', endColorstr='#67b9e8',GradientType=0); /* IE6-9 */


}

div#Wrapper {
    min-height: 700px;

    /*background: url(http://poolscuppers.mybigcommerce.com/product_images/uploaded_images/tile.png) no-repeat;*/
    background: url(/product_images/uploaded_images/tile-blue.png) no-repeat;
    clear: both;
    position: relative;
    width: 100%;
    
    z-index: 0; /* To enable  menu dropdowns over a relatively positioned element */
}


#Header {
    clear: both;
    float: left;
    width: 100%;
    /*height: 190px;*/
    display: inline;
    position: relative;
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 183px;

}

div#Logo {
    float: left;
    width: 360px;
    height: 90px;
    display: inline;
    position: relative;
    margin: 40px 18px;
    z-index: 10;
}



.Content .ProductList li {
    padding-bottom: 5px;
    list-style: none;
    float: left;
    width: 137px;
    height: 23em;
    font-size: 0.95em;
    text-align: center;
    margin: 6px 25px 10px 0;
    overflow: hidden;
    /*border-right: 1px gray solid;*/
    /*-webkit-border-image: -webkit-linear-gradient(top, rgba(20,20,20,.6) 10%, rgba(0,0,0,0) 90%)
        
    0 100% 0 0/0 1px 0 0 stretch;*/   /*add this*/ 
}

#Menu li a {
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    
}
#Menu li a:hover {
    background: rgba(10,10,255,.1);
    /*background: #2683af;*/
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.Left{
    /*change the position down only on the homepage with internal .Left style
    margin: 396px 0 0 0;
    located in HTMLhead file
    
    */
    
    position: absolute;
    left: 0;
    top: 0;
    width: 189px;
    min-height: 500px;
    font-size: 0.85em;
    margin: 20px 0 0 0;
    padding: 10px 0 10px 0;
    
    

    background: 
    -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0)100%);/* FF3.6+ */
    background: 
    -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(50%,rgba(255,255,255,0.7)), color-stop(100%,rgba(219,255,255,0))); /* Chrome,Safari4+ */
    background: 
    -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7)50%,rgba(255,255,255,0)100%); /* Chrome10+,Safari5.1+ */
    background: 
    -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: 
    -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);/* IE10+ */
    background: 
    linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0)100%);/* W3C */
    filter: 
    progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff',endColorstr='#00dbffff',GradientType=0 ); /* IE6-9 */

    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomright:23px;
    -webkit-border-top-right-radius:20px;
    -webkit-border-bottom-right-radius:23px;
    border-top-right-radius:20px;
    border-bottom-right-radius:23px;
}

.Content .ProductList li{
    /*commented out coolblue.css line 192*/
    margin: 6px 25px 10px 0px;
    padding: 15px;
    
    background: url(/product_images/uploaded_images/productbgtile.png) center no-repeat, rgba(239,239,247,0.25);
    -moz-box-shadow:inset 0px 0px 13px #ffffff;
    -webkit-box-shadow:inset 0px 0px 13px #ffffff;
    box-shadow:inset 0px 0px 13px #ffffff;
    border:1px solid #ccc; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
}

.Rating.Rating0{
    display: none;
}

#SideCategoryList .sf-menu a{
    font-size: 1.25em;
}
#SideCategoryList .sf-menu ul a{
    width: 200px;
    font-size: 0.95em;
}

.Clear{clear:both;}
.clear{clear:both;}



.ui-accordion{
    width:635px;
}

.ui-accordion .ui-accordion-header {
    padding: 6px 30px;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
    margin-bottom: 6px;
    margin-top: -6px;
}

div.OutOfStockMessage{
    display: block;
    color: #FF5656;
    text-shadow: 1px 1px #000;
    font-size: 1.4em;
    margin-left: 120px;
}
em.ProductPrice.VariationProductPrice{
    /*text-shadow: 1px 1px #000;*/
    font-size: 1.2em;
}


/* Adding foundation */

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .row .small-1 {
    position: relative;
    width: 8.33333%; }

  .row .small-2 {
    position: relative;
    width: 16.66667%; }

  .row .small-3 {
    position: relative;
    width: 25%; }

  .row .small-4 {
    position: relative;
    width: 33.33333%; }

  .row .small-5 {
    position: relative;
    width: 41.66667%; }

  .row .small-6 {
    position: relative;
    width: 50%; }

  .row .small-7 {
    position: relative;
    width: 58.33333%; }

  .row .small-8 {
    position: relative;
    width: 66.66667%; }

  .row .small-9 {
    position: relative;
    width: 75%; }

  .row .small-10 {
    position: relative;
    width: 83.33333%; }

  .row .small-11 {
    position: relative;
    width: 91.66667%; }

  .row .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 96%; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }


/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }


@media only screen {
  .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 48em) {
  .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #bbbbbb; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: #F3C8C9; }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #c60f13; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-weight: bold;
  background: #c60f13;
  color: white; 
  width: 94.6%; }

/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white; }
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
  .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
  .alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050; }


/* my custom form styling */

  input[type='radio']{
    margin-bottom: 5px;
    margin-right: 5px;
  }
  #scupper_size_D{
    padding: 0;
  }
/* for asterisk denoting required inputs */
  required{
    color: #f00;
  }




/*FOR THE LIGHTBOX */

#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
  }
  #lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
  } 
  #lightboxCaption{ float: left; }
  #keyboardMsg{ float: right; }

  #lightbox img{ border: none; } 
  #overlay img{ border: none; }


  #photoGallery{
    width: 660px;
    background: #111;
    border: 1px solid #333;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-left: -10px;
  }
  #photoGallery h1{
    font-size: 20px;
    padding: 5px;
    color: #fff;
    background: #333;
    width: 350px;
    margin: auto;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 5px;
  }
  #photoGallery .inner{
    background: #333;
    width: 98%;
    overflow: auto;
    height: 450px;
    padding: 7px;
  }
  #photoGallery .inner:before{
    content:''; width:100%; height:100%;
    position:absolute; top:0; left:0;
    
    -webkit-box-shadow: inset 0px -20px 30px -15px #000;
       -moz-box-shadow: inset 0px -20px 30px -15px #000;
            box-shadow: inset 0px -20px 30px -15px #000;
    pointer-events:none;
  }
  #photoGallery .picture_section{
    background: #333;
  }
#photoGallery img{
    margin: 2px;
}
#overlay{ 
  background-color: rgba(0,0,0,0.8);
}

