/*** uncss> filename: http://master-technology.com/s/base.css ***/

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
    #Reset & Basics
    #Basic Styles
    #Site Styles
    #Typography
    #Links
    #Lists
    #Images
    #Buttons
    #Forms
    #Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html,
body,
div,
span,
h1,
h2,
h4,
p,
a,
img,
b,
ul,
li,
form,
table,
tbody,
tr,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Basic Styles
================================================== */

body {
  background: #fff;
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */

h1,
h2,
h4 {
  color: #181818;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: normal;
}

h2 a,
h4 a {
  font-weight: inherit;
}

h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}

p {
  margin: 0 0 20px 0;
}

/*	Blockquotes  */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* #Links
================================================== */

a,
a:visited {
  color: #333;
  text-decoration: underline;
  outline: 0;
}

a:hover,
a:focus {
  color: #00F;
font-style: italic
}

/* #Lists
================================================== */

ul {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ul.square,
ul.circle {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

/* #Images
================================================== */

/* #Buttons
================================================== */

input[type="submit"] {
  background: #eee;
  /* Old browsers */
  background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
  /* FF3.6+ */
  background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
  /* Chrome,Safari4+ */
  background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
  /* Opera11.10+ */
  background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
  /* IE10+ */
  background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="submit"]:hover {
  color: #222;
  background: #ddd;
  /* Old browsers */
  background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
  /* FF3.6+ */
  background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
  /* Chrome,Safari4+ */
  background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
  /* Opera11.10+ */
  background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
  /* IE10+ */
  background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

input[type="submit"]:active {
  border: 1px solid #666;
  background: #ccc;
  /* Old browsers */
  background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);
  /* FF3.6+ */
  background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4)));
  /* Chrome,Safari4+ */
  background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
  /* Opera11.10+ */
  background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
  /* IE10+ */
  background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
  /* W3C */
}

/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* #Forms
================================================== */

form {
  margin-bottom: 20px;
}

input[type="text"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
  min-height: 60px;
}

select {
  width: 220px;
}

/* #Misc
================================================== */

.remove-bottom {
  margin-bottom: 0 !important;
}

/*** uncss> filename: http://master-technology.com/s/skeleton.css ***/

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

/* #Base 960 Grid
================================================== */

.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.titleRow {
  float: right;
  margin-top: 20px;
}

/* Nested Column Classes */

/* Base Grid */

.container .sixteen.columns {
  width: 940px;
}

.container .one-third.column {
  width: 300px;
}

.container .two-thirds.column {
  width: 620px;
}

/* Offsets */

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container .sixteen.columns {
    width: 748px;
  }

  .container .one-third.column {
    width: 236px;
  }

  .container .two-thirds.column {
    width: 492px;
  }

  /* Offsets */
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .titleRow {
    float: none;
    margin-top: 0px;
    margin-left: 5px;
    white-space: nowrap;
  }

  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }

  /* Offsets */
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .titleRow {
    float: none;
    margin-top: 0px;
    margin-left: 5px;
    white-space: nowrap;
  }

  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px;
  }
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.titleRow:after {
  clear: both;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

/* You can also use a <br class="clear" /> to clear columns */

/*** uncss> filename: http://master-technology.com/s/loader.css ***/

#loading {
  display: none;
}

#loadingText {
  margin: auto;
  margin-top: 180px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 60px;
  height: 26px;
  border-radius: 100%;
  text-shadow: 0px 0px 3px white;
}

#loadingText {
  -webkit-animation: fade 4s infinite 200ms;
  animation: fade 4s infinite 200ms;
}

#loadingAnimation {
  margin: auto;
  margin-top: 150px;
  position: fixed;
  top: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  -moz-animation: spin 2s linear 0s infinite;
  -ms-animation: spin 2s linear 0s infinite;
  -o-animation: spin 2s linear 0s infinite;
  border-radius: 100%;
  -webkit-animation: spin 2s linear 0s infinite;
  animation: spin 2s linear 0s infinite;
  box-shadow: 0px 2px 1px #0000FF,
    0px -2px 1px #FFE000,
    -2px 0px 1px #00FF00,
    2px 0px 1px #FF0000;
}

@keyframes fade {
  50% {
    opacity: 0.2;
  }
}

@-webkit-keyframes fade {
  50% {
    opacity: 0.2;
  }
}

@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*** uncss> filename: http://master-technology.com/s/layout.css ***/

hr {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  font-weight: bold;
}

b {
  font-weight: bold;
}

a:hover {
  ztext-decoration: none;
}

div.title {
  background-color: #C0C0C0;
}

div.title .menu {
  background-color: #036;
}

div.footer {
  background-color: #036;
  color: #fff;
  font-size: smaller;
  padding-left: 2px;
  margin-top: 10px;
}

img.right {
  padding-left: 4px;
  float: right;
}

div.title select {
  margin: 0px;
  display: none;
  background-color: #036;
  color: #FFF;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 1px solid #AAA;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

div#content {
  min-height: 300px;
}

div.center {
  align-content: center;
  text-align: center;
  alignment: center;
}

div.title ul {
  margin: 0;
  padding: 1px;
  list-style-type: none;
}

div.title li {
  display: inline;
}

div.menu a,
div.footer a {
  padding: .2em 1em;
  color: #ffffff;
  background-color: #036;
}

div.menu a:hover,
div.footer a:hover {
  color: #0000FF;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #0000FF;
}

img.logo {
  width: 144px;
  height: 56px;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
  div.title {
    box-shadow: 5px 5px 10px #000000;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  div.title select {
    display: block;
    width: 100%;
    font-size: x-large;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 10px;
  }

  div.title ul {
    display: none;
  }

  div.title .menu {
    background-color: transparent;
  }

  div.footer {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: large;
    padding-left: 10px;
  }

  div.footer a {
    background-color: transparent;
  }

  .container .disappearing {
    display: none;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container .disappearing {
    display: none;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
  .container .disappearing {
    display: none;
  }

  div.footer {
    font-size: small;
  }
}


div.pline {
   height: 250px;
  border:1px black solid;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: #fafafa;
}

table.minicart tr td {
  vertical-align: middle;
}

ul.list {
  list-style-type: circle;
  list-style-position: inside;
}