 
/*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
*/
body, td {
  font-family: arial;
  font-size: 13px;
}
body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
}

h1 { color: #000000; }
h2 { color: #002266; }
h3 { color: #ED8B1D; }
h4 { color: #000000; }
h5 {  }
h6 {  }

div.pagewrap {
  margin: 10px auto;
  text-align: left;    min-width: 760px;
    max-width: 960px;
  background: #fff;
  border: 1px solid #ccf;
  padding-top: 15px;
}
div.homepage {    min-width: 820px;
    max-width: 960px;
}
div.page-content {
  padding: 5px 10px;
}

div.widepage {
  width: 960px
}

div.nav_cat {
  width: 150px;
}

div.nav_cat ul {
  list-style-image: url('http://www.wingstuff.com/images/yellow-bullet.gif');
  list-style-type: disc;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  font-family: arial;
}

div.nav_cat ul li {
  padding: 2px 0 2px 5px;
  border-bottom: 1px solid #eee;
}

div.nav_cat ul li a {
  display: block;
  text-decoration: none;
}
div.nav_cat ul li a:hover {
  color:#f00;
  text-decoration: underline;
}

div.nav_cat ul li.selected {
  background: #f6f6f6;
}

div.nav_cat ul li.selected a span {
  color:#f00;
  text-decoration: underline;
}

div.main-nav a,
div.main-nav a:link,
div.main-nav a:active,
div.main-nav a:visited {
  text-align: right;
  text-decoration: none;
  color: #00c;
}
div.main-nav a:hover {
  text-decoration: underline;
  color: #00f;
}
.main-nav a img {
  position: relative;
  top: 5px;
}


a:visited {
  color: #00f;
}

div.blog-body {  margin-right: 240px; margin-left: 20px; }
div.blog-body div.blog { border-bottom: 1px dashed #ddf; padding-bottom: 15px;}
div.blog-body div.blog h2 { margin-bottom: 0px; font-size: 18px; }
div.blog-body div.blog h2 a { color: #000; text-decoration: none; }
div.blog-body div.blog h2 a:hover { color: #00f; text-decoration: underline; }
div.blog-body div.blog div.admin-links {}
div.blog-body div.blog div.date { color: #666; font-size: 11px; float: left; padding-right: 8px; margin-right: 8px; border-right: 1px solid #666; }
div.blog-body div.blog div.body { width: 95% }
div.blog-body div.blog div.comments { margin-bottom: 15px; font-size: 11px; }
div.blog-body div.blog div.detail-link { margin-top: 10px; }
div.blog-body div.paging { margin-top: 20px; }

div.blog-body div.summary { margin-top: 40px; }
div.blog-body div.summary div.blog { margin-left: 25px; }
div.blog-body div.summary div.blog h2 { font-size: 14px; }
div.blog-body div.summary div.blog div.comments { margin-bottom: 5px; }

div.homepage-blog {  }
div.homepage-blog h2 { margin: 10px 0 0; }
div.homepage-blog div.blog { font-size: 12px; margin: 15px 0 0; }
div.homepage-blog div.blog h2 { margin-bottom: 0px; font-size: 16px; }
div.homepage-blog div.blog h2 a { color: #026; text-decoration: none; }
div.homepage-blog div.blog div.date { color: #666; font-size: 11px; float: left; padding-right: 8px; margin-right: 8px; border-right: 1px solid #666; }
div.homepage-blog div.blog div.comments { font-size: 11px; }
div.homepage-blog div.blog div.body { width: 95% }
div.homepage-blog div.blog div.detail-link { margin-top: 5px; }

.boxed-headline {
background: #f6f8fc;
border: 1px solid #ddd;
border-width: 0 1px 1px 0;
padding: 2px;
}


div.blog-detail {  margin-right: 240px; margin-left: 20px; }
div.blog-detail div.post h2 { margin-bottom: 0px; }
div.blog-detail div.post div.date { color: #666; font-size: 11px; margin-bottom: 20px; }
div.blog-detail div.post div.admin-links { margin-bottom: 10px; padding: 5px 2px; background: #f8f8f8; border: 1px solid #ccc; }

div.blog-detail div.rate-prompt { margin: 20px 0; font-weight: bold; border: 1px solid #69f; background: #9cf; padding: 5px; }
div.blog-detail div.rate-prompt input { margin: 0 5px; }

div.blog-detail div.blog-comments {  }
div.blog-detail div.blog-comments h4 { font-size: 20px; margin-bottom: 5px; }
div.blog-detail div.blog-comments div.comment { padding: 8px 0; border-top: 1px dashed #ddf; }
div.blog-detail div.blog-comments div.comment div.author { font-size: 10px; float: left; padding-right: 8px; margin-right: 8px; border-right: 1px solid #666; }
div.blog-detail div.blog-comments div.comment div.date { font-size: 11px; color: #666; }
div.blog-detail div.blog-comments div.comment div.body { margin-top: 5px; }

div.blog-menu {
  border: 1px solid #99c;
  border-width: 0 0 0 1px;    width: 200px;  padding: 5px 10px 100px;
  margin: 10px 5px 30px 10px;
  float: right;
}

div.blog-menu h4 {
  margin-bottom: 5px;
  font-size: 14px;
}

div.blog-menu ul {    width: 100%;  margin: 0 0 20px;
  padding: 0px;
}

div.blog-menu li {
  margin: 5px 0;
  list-style: none;
  padding: 0;
}

div.blog-menu div.popular li {
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
  margin: 0px;
}

div.blog-menu li.selected a {
  padding: 0px 5px;
  background: #69f;
  border: 1px solid #36c;
  text-decoration: none;
  color: #fff;
}

div.profile-content {  margin-right: 200px;
}
div.profile-menu {
  border: 1px solid #99c;
  border-width: 0 0 0 1px;    width: 155px;  padding: 5px 10px 100px;
  margin: 10px 5px 30px 10px;
  float: right;
}

div.profile-menu ul {
  margin: 0 0 20px;
  padding-left: 20px;
}

div.profile-menu li {
  margin: 3px 0;
  padding: 0;
}

div.profile-menu li.selected a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

/*
div.member-menu {
  position: relative;
  text-align: center;
  margin: 0 124px 15px;
  padding: 5px;
  border: 1px solid #99c;
  background: #fcfcff;
  width: 500px;
}
*/
div.member-menu {
  margin: 20px 0;
}

div.member-menu a {
  padding: 2px 5px;
}

div.member-menu a.selected {
  background: #36c;
  text-decoration: none;
  color: #fff;
}


.admin-options {
  border: 2px solid navy;
  background: #9cf;
  text-align: center;
}


div.corner-nav {
  text-align: right;
  margin: 10px 5px 5px;
}
div.corner-nav a,
div.corner-nav a:link,
div.corner-nav a:active,
div.corner-nav a:visited {
  text-decoration: none;
  color: #666;
}
div.corner-nav a:hover {
  text-decoration: underline;
  color: #66c;
}


div.storecat-nav {
  clear: both;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  border: 1px solid #99c;
  border-width: 1px 0;
  margin-bottom: 5px;
  background: #fff url('http://www.wingstuff.com/images/nav_background.jpg') repeat-x;
  height: 36px;
  width: 100%;
}
div.storecat-nav ul {
  list-style: none;
  margin: 0 0px;
  padding: 0px;
}
div.storecat-nav li {
  display: inline;
  padding: 0;
}
div.storecat-nav li a,
div.storecat-nav li a:link,
div.storecat-nav li a:active,
div.storecat-nav li a:visited {
  display: block;
  float: left;
  margin-right: 0px;
  padding: 3px 10px 2px 10px;
  color: #00c;
  text-decoration: none;
}
div.storecat-nav li a,
div.storecat-nav li a:link,
div.storecat-nav li a:active,
div.storecat-nav li a:visited {
  padding: 3px 0 2px 0;
  width: 12%;
}
div.storecat-nav li.first a {
}
div.storecat-nav li a:hover, div.storecat-nav li a.selected {    background: #cdf url('http://www.wingstuff.com/images/nav_background_highlight.jpg') repeat-x;  background-color: #cdf;
  color: #33c;
}

.paging-controls {
  text-align: center;
}
.paging-controls table {
  margin: 0 auto;
}
.paging-controls td {
  padding: 2px 7px;
}
.paging-controls .selected a {
  color: #000;
  font-weight: bold;
}
.paging-controls .disabled a {
  color: #999;
}

.greylist     { background: #ddd; }
.greylist td  { background: #fff; }
.greylist th  { background: #f8f8f8; font-size: 11px; text-align: left; font-weight: bold; }
.greylist .command-column  { text-align: center; }

table.cart-table                { background: #ddd; }
table.cart-table .cart_head     { background: #f8f8f8; }
table.cart-table .cart_itemno   { color: navy; }
table.cart-table .cart_detail   { background: #fff; }
table.cart-table .cart_command  { background: #eee; font-weight:bold; }
table.cart-table .cart_foot     { background: #f8f8f8; font-weight: bold; text-align: right; }
table.cart-table .cart_total    { background: #f8f8f8; font-weight: bold; text-align: right; }

div.messages ul.general { list-style: none; margin: 10px; padding: 10px; border: 1px solid #99d; background: #fec; }
div.messages ul.general li { list-style: none; margin: 0; padding: 0; font-weight: bold; }
div.messages ul.general li.error { color: #f00; }
div.messages ul.general li.message { color: #00f; }

div.pgroup-list { margin-top: 10px; }
div.pgroup-list div.pgroup { float: left; width: 100%; padding: 10px 0; border-top: 1px solid #eee; }
div.pgroup-list .container-1 { position: relative; float: left; width: 170px; text-align: center; }
div.pgroup-list .container-2 { position: relative; margin-left: 170px; }
div.pgroup-list .thumb {  }
div.pgroup-list .thumb img {  }
div.pgroup-list .thumb-click {  }
div.pgroup-list .name { font-weight: bold; }
div.pgroup-list .name a {  }
div.pgroup-list .desc { margin: 5px 0; }
div.pgroup-list .staff-pick { float: left; }
div.pgroup-list .rating {  }
div.pgroup-list .rating img {  }
div.pgroup-list .detail-click { margin-right: 10px; text-align: right; }

div.home-nav-strip {
  text-align: center;
  background: #fff url('http://www.wingstuff.com/images/nav_background.jpg') repeat-x 0 -10px;
  height: 27px;
  font-size: 12px;
  padding: 0;
  border: 1px solid #99c;
  border-width: 1px 0;
}
div.home-nav-strip a,
div.home-nav-strip a:hover,
div.home-nav-strip a:visited,
div.home-nav-strip a:link,
div.home-nav-strip a:active {
  text-decoration: none;
  color: #00c;
}
div.home-nav-strip a:hover {
  text-decoration: underline;
  color: #00f;
}

a.blacklink,
a.blacklink:visited,
a.blacklink:link,
a.blacklink:active {
  text-decoration: none;
  color: #000;
}
a.blacklink:hover {
  text-decoration: underline;
  color: #00f;
}