body{
    width:98%;
    height: 98%;
    margin:1%;
    padding:0px;
    text-align: center;
    zoom: 100%;
    overflow-x: hidden;
    background-image: url('http://www.redracksthriftstores.com/awesomesite/images/noise.png');
}

#load{
    margin-bottom:10px;
}
a{text-decoration:none;}

ul
{
    vertical-align: top;
    display: inline-block;
    list-style-type: none;
}

li{float:right; margin-right:8px;}
p{max-width: 90%; margin-left: auto; margin-right: auto;}
.row{
    width:90%;
    margin: 0px;
    height: 50px;
    display: block;
    margin-right:auto;
    margin-left:auto;
    background: #88bfe8; /* Old browsers */
    background: -moz-linear-gradient(top,  #88bfe8 0%, #2e94dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(100%,#2e94dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #88bfe8 0%,#2e94dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #88bfe8 0%,#2e94dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #88bfe8 0%,#2e94dd 100%); /* IE10+ */
    background: linear-gradient(top,  #88bfe8 0%,#2e94dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#2e94dd',GradientType=0 ); /* IE6-9 */
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 5px 0px #888888;
    box-shadow: 0px 4px 5px 0px #888888;
    border-bottom: #88bfe8 solid 1px;
    text-decoration:none;
}

.row h2{
    line-height: 50px;
    margin:0pc;
    padding:0px;
    vertical-align: middle;
    font-family: Arial Black, Helvetica, Sans;
    color:white;
    text-shadow: 0px -1px 0px #242424;
    filter: dropshadow(color=#242424, offx=0, offy=-1);
}

.storeLocation{
    text-align: left;
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width:90%;
    margin-bottom: 10px;
    height:auto;
    min-height: 100px;
    display: block;
    margin-right:auto;
    margin-left:auto;
    background: rgb(160,203,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(160,203,125,1) 0%, rgba(73,131,18,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,203,125,1)), color-stop(100%,rgba(73,131,18,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0cb7d', endColorstr='#498312',GradientType=0 ); /* IE6-9 */
    border-bottom: green solid 1px;
}

.thumbnail{
    margin:0px;
    width:100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.storeInfo{
    margin:5px;
    height:90px;
    display:inline-block;
    vertical-align: top;
}

.storeInfo #name{
    font-family: Arial Black, Helvetica, Sans;
    color: white;
    font-size: 2em;
    text-shadow: 0px 1px 0px #242424;
    filter: dropshadow(color=#242424, offx=0, offy=1);
    margin:0px;
}

.storeInfo #contact{
    font-family: Arial Black, Helvetica, Sans;
    color: white;
    font-size: 1em;
    margin:0px;
}

.icon{
    max-height:65px;
    margin:10px;
    vertical-align: top;
}
hr {
    height:1px;
    border:none;
    background: rgb(63,76,107); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(63,76,107,1) 0%, rgba(250,250,250,1) 0%, rgba(142,142,142,1) 51%, rgba(250,250,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(63,76,107,1)), color-stop(0%,rgba(250,250,250,1)), color-stop(51%,rgba(142,142,142,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(63,76,107,1) 0%,rgba(250,250,250,1) 0%,rgba(142,142,142,1) 51%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(63,76,107,1) 0%,rgba(250,250,250,1) 0%,rgba(142,142,142,1) 51%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(63,76,107,1) 0%,rgba(250,250,250,1) 0%,rgba(142,142,142,1) 51%,rgba(250,250,250,1) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(63,76,107,1) 0%,rgba(250,250,250,1) 0%,rgba(142,142,142,1) 51%,rgba(250,250,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
}
input, textarea{
    width:80%; 
    font-family: Georgia; 
    font-size: 25px; 
    margin:0px; 
    padding:5px; 
    margin-bottom:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    border: #999999 solid 1px;
    border-bottom: #B3B3B3 solid 1px;}
textarea{min-height:200px;}

button{
    width:25%; 
    font-family: Arial Black, Helvetica, Sans;
    font-size: 20px; 
    margin:0px; 
    padding:5px; 
    margin-bottom:10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    border: #999999 solid 1px;
    border-bottom: #B3B3B3 solid 1px;
    background: rgb(160,203,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(160,203,125,1) 0%, rgba(73,131,18,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,203,125,1)), color-stop(100%,rgba(73,131,18,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0cb7d', endColorstr='#498312',GradientType=0 ); /* IE6-9 */
    color:white;
}
select{
    width:25%;
    font-size: 25px;
}

.topLink{
    display:inline-block;
    width: 15%;
    font-family: Verdana;
    font-size: 5px;
    color: #666666;
    font-style:  italic;
    vertical-align: middle;
}
h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.3em;
    text-shadow: 1px 2px 0px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=2);
    
}

h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    text-shadow: 1px 2px 0px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=2);
    
}

.optionLegal, .optionFelony, .optionAge{
    width:35%;
    margin: 2.5%;
    height: 50px;
    display: inline-block;
    background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 5px 0px #888888;
    box-shadow: 0px 4px 5px 0px #888888;
    border-bottom: #888888 solid 1px;
    text-decoration:none;
    line-height: 50px;
    padding:0px;
    vertical-align: middle;
    font-family: Arial Black, Helvetica, Sans;
    color: white;
    text-shadow: 0px -1px 0px #242424;
    filter: dropshadow(color=#242424, offx=0, offy=-1);
}
.selected{
     background: rgb(160,203,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(160,203,125,1) 0%, rgba(73,131,18,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,203,125,1)), color-stop(100%,rgba(73,131,18,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(160,203,125,1) 0%,rgba(73,131,18,1) 100%); /* W3C */
}