
  html {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #402D17;
  line-height: 1.5em;
  background-image: url("/styleimgs/bg1.gif");
  background-repeat: repeat-x;
  background-position: 0 0;
  }
  
  body {
  width: 760px;
  text-align: left;
  margin: auto;
  padding: 0;
  border: 0;
  position: relative;
  }
  
  ul, ol {
  list-style: none;
  padding: 0;
  }
  
  
  img, a img {
  border: 0;
  padding: 0;
  margin: 0;
  }
  
  /* layout queues */
  
  /* - pnote - */
  .pnote {
  width: 200px;
  padding: 5px;
  background-color: #FF9;
  float: right;
  margin: 0 0 10px 10px;
  }
  
  .content {
  width: 585px;
  margin-left: 175px;
  position: absolute;
  right: 0;
  top: 95px;
  padding-top: 110px;
  }
  
  /* - Footer - */
  .footer {
  border-top: 1px solid #C6D5D8;
  padding: 10px 0 10px 0;
  margin: 20px 0 0 0;
  clear: both;
  }
  
  /* sidebar */
  
  .sidebar {
  position: absolute;
  left: -175px;
  width: 160px;
  }
  
  .sidebar h1, .sidebar h2, .sidebar h3 {
  font-size: 1em;
  }
  
  /* - Headings - */
  h1, h2, h3, h4, h5 {
  color: #402D17;
  }
  
  h2 {
  line-height: 1.25em;
  }
  
  /* - links - */
  a {
  color: #485E5E;
  text-decoration: none;
  font-weight: bold;
  }
  
  a:hover {
  text-decoration: underline;
  }
  
  /* - Sub Navigation - */
  ul.subnav {
  padding: 2px;
  background-color: #C6D5D8;
  }
  
  ul.subnav, ul.subnav li {
  margin: 0;
  list-style: none;
  }
  
  ul.subnav li {
  padding: 0;
  display: inline;
  }
  
  ul.subnav li a {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #8AB5B5;
  margin: 0;
  background-color: #FFF;
  }
  
  ul.subnav li a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #402D17;
  }
  
  /* - Main Navigation -*/
  
  ul#sections.nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 122px;
  position: relative;
  }
  
  ul#sections.nav .section_title {
  display: none;
  }
  
  ul#sections.nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 190px;
  height: 122px;
  position: absolute;
  top: 0;
  }
  
  ul#sections.nav li a, ul#sections li.nolink {
  display: block;
  width: 190px;
  height: 122px;
  }
  
  
  ul#sections.nav li a:hover {
  }
  
  ul#sections.nav li.FunkinsHome {
  left: 0;
  }
  
  ul#sections.nav li.link.FunkinsHome {
  background-image: url("/styleimgs/button_FunkinsHome_up.gif");
  }
  
  ul#sections.nav li.current.FunkinsHome {
  background-image: url("/styleimgs/button_FunkinsHome_do.gif");
  }
  
  ul#sections.nav li.TheFunkinPatch {
  left: 190px;
  }
  
  ul#sections.nav li.link.TheFunkinPatch {
  background-image: url("/styleimgs/button_TheFunkinPatch_up.gif");
  }
  
  ul#sections.nav li.current.TheFunkinPatch {
  background-image: url("/styleimgs/button_TheFunkinPatch_do.gif");
  }
  
  ul#sections.nav li.FriendsofFunkins {
  left: 380px;
  }
  
  ul#sections.nav li.link.FriendsofFunkins {
  background-image: url("/styleimgs/button_FriendsofFunkins_up.gif");
  }
  
  ul#sections.nav li.current.FriendsofFunkins {
  background-image: url("/styleimgs/button_FriendsofFunkins_do.gif");
  }
  
  ul#sections.nav li.EerieInspirations {
  right: 0;
  }
  
  ul#sections.nav li.link.EerieInspirations {
  background-image: url("/styleimgs/button_EerieInspirations_up.gif");
  }
  
  ul#sections.nav li.current.EerieInspirations {
  background-image: url("/styleimgs/button_EerieInspirations_do.gif");
  }
  
  /* basic tags */
  ol li ol {
  list-style: circle;
  }
  
  fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
  /* - table - */
  table {
  border-collapse: collapse;
  border: 0;
  margin: auto;
  width: 100%;
  }
  
  td, th {
  vertical-align: top;
  border: 1px solid #CCC;
  }
  
  tbody {
  }
  
  /* mast head */
  
  .sec_masthead {
  position: absolute;
  right: 0;
  top: 30px;
  }
  
  /* -- menbar -- */
  #menbar {
  position: absolute;
  top: 0;
  width: 760px;
  right: 0;
  z-index: 10;
  background-image: url("/styleimgs/menbar-bg.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  font-weight: bold;
  height: 30px;
  padding: 0;
  }
  
  #menbar .login, #menbar .login fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
  #menbar .login {
  position: absolute;
  left: 480px;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 5px 40px 0 10px;
  color: #000;
  background-image: url("/styleimgs/login_bg1.gif");
  background-repeat: repeat-x;
  background-position: 0 0;
  height: 30px;
  }
  
  #menbar .login fieldset legend {
  position: absolute;
  top: -16px;
  left: -2px;
  font-size: .8em;
  text-transform: uppercase;
  color: #999;
  }
  
  #menbar #logout {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  }
  
  a#logout .title {
  display: none;
  position: absolute;
  right: 15px;
  top: 30px;
  text-decoration: none;
  text-align: right;
  width: 200px;
  }
  
  a#logout:hover .title {
  display: block;
  text-decoration: none;
  }
  
  #menbar .login label {
  font-size: .8em;
  text-transform: uppercase;
  position: absolute;
  top: 28px;
  color: #888;
  }
  
  #mble {
  left: 10px;
  }
  
  #mblp {
  left: 135px;
  }
  
  #menbar .login input.text {
  position: absolute;
  top: 3px;
  }
  
  #menbar .login input#mblemail {
  width: 120px;
  right: 140px;
  }
  
  #menbar .login input#mblpassword {
  width: 90px;
  right: 35px;
  }
  
  #menbar .login input#submit {
  position: absolute;
  top: 0;
  right: 0;
  }
  
  #menbar .cart {
  margin: 0;
  height: 30px;
  padding: 5px 0px 0 0px;
  color: #FFF;
  position: absolute;
  width: 500px;
  right: 260px;
  top: 0;
  bottom: 0;
  background-image: url("/styleimgs/cart_bg1.gif");
  background-position: 0 0;
  background-repeat: repeat-x;
  }
  
  #menbar .cart .options {
  margin: 0 0 0 40px;
  }
  
  #menbar .cart a {
  color: #FFF;
  }
  
  #mb-emptycart {
  position: absolute;
  left: 0;
  top: 0;
  }
  
  #menbar .cart a .title {
  display: none;
  position: absolute;
  left: 15px;
  top: 30px;
  width: 200px;
  text-decoration: none;
  text-align: left;
  }
  
  #menbar .cart a:hover .title {
  display: block;
  color: #485E5E;
  text-decoration: none;
  }
  
  /* - buttons - */
  .buttons a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #C7D6A3;
  padding: 5px;
  }
  
  .buttons a:hover {
  border: 2px solid #7B9E5E;
  padding: 4px;
  }
  
  .buttons a img {
  vertical-align: middle;
  }
  
  /* - messages - */
  .message {
  padding: 10px;
  font-weight: bold;
  border: 3px double #7B9E5E;
  color: #000;
  }
  
  .error {
  padding: 10px;
  font-weight: bold;
  border: 3px double #F00;
  color: #000;
  }
  
  /* - products - */
  ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  ul.products li {
  list-style: none;
  margin: 0 0 1px 0;
  padding: 3px;
  position: relative;
  clear: left;
  }
  
  .dimensions {
  background-color: #C6D5D8;
  }
  
  .cart img.thumbnail, ul.products li img, .product img {
  border: 5px solid #C6D5D8;
  }
  
  ul.products li img {
  float: left;
  margin: 0 10px 10px 0;
  }
  
  ul.products li .cost {
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 3px;
  right: 3px;
  }
  
  ul.products li .addtocart {
  display: block;
  clear: both;
  background-color: #DDD;
  padding: 2px 5px 2px 5px;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  }
  
  .cmxform .addtocart label, .cmxform.addtocart label {
  text-align: right;
  }
  
  ul.products li h3 a {
  text-decoration: underline;
  }
  
  /* - product - */
  .product {
  position: relative;
  }
  
  .product h1 {
  padding: 0 0 3px 0;
  border-bottom: 1px solid #C6D5D8;
  }
  
  .product .cost {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  margin: 0;
  font-weight: bold;
  }
  
  .product img {
  display: block;
  width: 400px;
  margin: auto;
  }
  
  .product .description {
  font-size: 1.5em;
  font-family: Garamond, AGaramond, "Adobe Garamond", serif;
  }
  
  /* - Cart - */
  table.cart td.title {
  font-weight: bold;
  }
  
  /* confirmation */
  #confirmation {
  border: 1px solid #C6D5D8;
  padding: 1px;
  }
  
  #confirmation h3 {
  background-color: #C6D5D8;
  color: #485E5E;
  margin: 0 0 1px 0;
  padding: 2px 2px 2px 5px;
  cursor: pointer;
  }
  
  #confirmation .info {
  padding: 5px;
  }
  
  .address {
  display: block;
  font-style: italic;
  margin-left: 20px;
  }
  
  /* tag cloud */
  .taghead {
  margin-bottom: 0;
  background-color: #7B9E5E;
  color: #FFF;
  padding: 3px 5px 3px 5px;
  }
  
  ul.tagcloud {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
  }
  
  ul.tagcloud li {
  list-style: none;
  display: inline;
  line-height: 2em;
  }
  
  ul.tagcloud li a {
  margin-right: 5px;
  letter-spacing: -.1em;
  }
  
  ul.tagcloud li a.c0 {
  font-size: 1em;
  color: #402D17;
  }
  
  ul.tagcloud li a.c1 {
  font-size: 1.1em;
  color: #7B9E5E;
  }
  
  ul.tagcloud li a.c2 {
  font-size: 1.2em;
  color: #485E5E;
  }
  
  ul.tagcloud li a.c3 {
  font-size: 1.3em;
  color: #402D17;
  }
  
  ul.tagcloud li a.c4 {
  font-size: 1.4em;
  color: #7B9E5E;
  }
  
  ul.tagcloud li a.c5 {
  font-size: 1.5em;
  color: #485E5E;
  }
  
  ul.tagcloud li a.c6 {
  font-size: 1.6em;
  color: #402D17;
  }
  
  ul.tagcloud li a.c7 {
  font-size: 1.7em;
  color: #7B9E5E;
  }
  
  ul.tagcloud li a.c8 {
  font-size: 1.8em;
  color: #485E5E;
  }
  
  ul.tagcloud li a.c9 {
  font-size: 1.9em;
  color: #402D17;
  }
  
  ul.tagcloud li a.c10 {
  font-size: 2em;
  color: #7B9E5E;
  }
  
  /* section */
  a.fps_banner {
  display: block;
  margin: -3px;
  padding: 2px;
  border: 1px dotted #FFF;
  }
  
  a.fps_banner img {
  display: block;
  }
  
  a.fps_banner:hover {
  border: 2px solid #FF850D;
  padding: 1px;
  }
  
  .explanation {
  background-color: #FF850D;
  color: #FFF;
  padding: 5px;
  }
  
  .explanation strong {
  color: #000;
  }
  
  .src {
  border: 1px solid #485E5E;
  margin: 1px 0 0 0;
  padding: 0 5px 0 5px;
  }
  
  .src h3 {
  margin: 0 -5px 0 -5px;
  padding: 5px;
  background-color: #C6D5D8;
  color: #485E5E;
  }
  
  .src_thumb {
  float: left;
  margin: 0 5px 5px 0;
  border: 2px solid #485E5E;
  }
  
  /* FUNKIN PATCH HOMEPAGE LAYOUT */
  
  #option_desc {
  width: 370px;
  }
  
  #retail_options {
  position: absolute;
  top: 100px;
  right: 0;
  width: 200px;
  }
  
  /* links */
  ul.links {
  margin: 0;
  padding: 4px;
  border: 1px solid #485E5E;
  background-color: #402D17;
  list-style: none;
  }
  
  ul.links li {
  margin: 1px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline;
  }
  
  ul.links li a {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 1.5em;
  background-color: #FFF;
  color: #FF850D;
  position: relative;
  }
  
  ul.links li a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #FF850D;
  }
  
  .googleads {
  margin: 20px 0 20px 0;
  }
  
  /* banner */
  img.banner {
  width: 585px;
  }
  
  a.blklink {
  display: block;
  padding: 2px;
  background-color: #FFC;
  color: #FF850D;
  border: 1px solid #FF850D;
  }
  
  a.blklink:hover {
  text-decoration: none;
  background-color: #FF850D;
  color: #FFF;
  }
  
  /*gimage */
  #gimage {
  background-color: #000;
  text-align: center;
  padding: 10px;
  }
  
  ul#gbrowser, ul#gbrowser li {
  list-style: none;
  margin: 0;
  }
  
  ul#gbrowser {
  height: 85px;
  width: 585px;
  overflow: auto;
  padding: 3px 0 3px 0;
  white-space: nowrap;
  background-color: #000;
  }
  
  ul#gbrowser li {
  display: inline;
  padding: 0;
  }
  
  ul#gbrowser li a {
  display: inline;
  }
  
  ul#gbrowser li a img {
  vertical-align: middle;
  }
  
  code {
  display: block;
  padding: 5px;
  border: 1px solid #FF850d;
  }

  ul.flip li {
  margin: 10px 0 10px 0;
  }
  
  ul.flip, ul.flip li {
  padding: 0;
  list-style: none;
  }
  
  ul.flip li {
  display: inline;
  margin: 0;
  }
  
  ul.flip li a {
  margin: 0;
  padding: 0 5px 0 5px;
  border-right: 1px solid #FFF;
  }
  
  .oos {
    color: #FF850d;
  }
  
  .cmxform {
  }
  
  .required {
  background-color: #FD8;
  }
  
  .cmxform fieldset ol {
  list-style: none;
  padding: 0;
  margin: 0;
  }
  
  .cmxform fieldset ol li {
  position: relative;
  }
  
  .cmxform fieldset ol li label {
  display: block;
  width: 100px;
  padding: 3px;
  }
  
  .cmxform fieldset ol li input, .cmxform fieldset ol li input {
  position: absolute;
  left: 110px;
  top: 3px;
  width: 120px;
  }
  
  .cmxform .submit {
  width: auto;
  }
  
  .cmxform .inlinesubmit {
  left: 240px;
  }
  
  .cmxform fieldset ol li input.radio {
  position: static;
  display: inline;
  width: auto;
  }
  
  .cmxform fieldset ol li label.radio {
  display: inline;
  padding-right: 50px;
  }
  
  .cmxform fieldset ol li .hint {
  position: absolute;
  left: 240px;
  top: 3px;
  }
  
  .feature {
  margin: 5px 0 10px -175px;
  background-color: #F80;
  }
  
  .feature img {
  display: block;
  }
  
  .hbloc {
  padding: 0;
  display: block;
  padding-top: 10px;
  padding-right: 280px;
  position: relative;
  }
  
  .hflo {
  padding: 0;
  position: absolute;
  top: 10px;
  right: 0;
  width: 270px;
  }
  
  .hbloc h2 {
  margin: 0;
  }
  
  .synopsis {
  font-weight: bold;
  }
  
  strong {
  color: #FF8800;
  font-size: 1.3em;
  }
  
  .artphotor {
  float: right;
  margin: 0 0 5px 10px;
  border: 1px solid #444;
  }
  
  .artphotol {
  float: left;
  margin: 0 10px 5px 0;
  border: 1px solid #444;
  }
  


@media print {
.sidebar, #menbar, #sections {
display: none;
}
