/* --------- /stylesheets/reset.css --------- */ 
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,
A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,
DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,
SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,
B,U,I,CENTER,
DL,DT,DD,OL,UL,LI,
FIELDSET,FORM,LABEL,LEGEND,
TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

BODY {
	line-height: 1;
}

OL,UL {
	list-style: none;
}

BLOCKQUOTE,Q {
	quotes: none;
}

BLOCKQUOTE:before,
BLOCKQUOTE:after,
Q:before,Q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

INS {
	text-decoration: none;
}

DEL {
	text-decoration: line-through;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}/* --------- /stylesheets/clearfix.css --------- */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* --------- /stylesheets/bizarregalaxy.css --------- */ 
html, body {
  width: 100%; }

body {
  font-size: 0.85em;
  background: black url(/images/head.jpg) no-repeat 50% 0;
  color: white; }

body, p, li, textarea {
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif; }

h1 {
  font-size: 180%;
  font-weight: normal;
  color: white;
  letter-spacing: -0.04em; }

h2 {
  font-size: 140%;
  font-weight: normal;
  color: white;
  letter-spacing: -0.02em; }

h3 {
  color: #ff6666; }

a, a:link {
  color: white; }

a:visited {
  color: white; }

a:hover {
  color: yellow; }

#page {
  width: 920px;
  margin: 0 auto; }

#footer {
  width: 920px;
  height: 60px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 75%;
  color: #333333; }
  #footer .c {
    opacity: 0.3; }
  #footer a, #footer a:link {
    color: #555555; }
  #footer a:hover {
    color: white; }
  #footer ul li {
    float: left; }
  #footer ul li.copy {
    width: 200px;
    padding: 0 10px; }
    #footer ul li.copy ul li {
      float: none; }
  #footer ul li.menu {
    width: 120px; }
    #footer ul li.menu ul li {
      float: none; }
  #footer ul li.search {
    float: right; }

#logo {
  width: 650px;
  position: relative;
  left: 135px; }
  #logo * {
    cursor: pointer; }
  #logo a {
    width: 650px;
    height: 190px;
    display: block;
    overflow: hidden;
    text-indent: -9999px; }
    #logo a span {
      display: block;
      width: 650px;
      height: 190px;
      background: url(/images/bizarregalaxy.png) no-repeat scroll 0 0;
      position: absolute;
      top: 0px;
      left: 0px; }

#header .menu {
  height: 30px;
  background: #660000 url(/images/topmenu.png) repeat-x scroll 0 50%;
  text-align: center;
  margin-bottom: 12px; }
  #header .menu ul {
    height: 27px;
    border-left: 1px solid #660000;
    display: inline; }
    #header .menu ul li {
      border-right: 1px solid #660000;
      display: inline;
      line-height: 30px;
      padding: 0 10px;
      font-size: 90%; }
      #header .menu ul li a, #header .menu ul li a:link {
        text-decoration: none; }
      #header .menu ul li a:hover {
        text-decoration: underline; }

input.e {
  font-size: 1.2em; }

.admin {
  position: absolute; }

.admin_hide {
  display: inline; }

#admin {
  position: absolute;
  top: 3px;
  left: 35%;
  width: 30%;
  font-size: 90%;
  background: #333333;
  padding: 0.3em 1em;
  text-align: center;
  opacity: 0.6;
  z-index: 999; }

.a {
  display: inline; }

.hidden {
  display: none; }

.cb {
  clear: both; }

a.a_add {
  padding-left: 16px;
  background: url(/images/a/add.png) no-repeat left 50%; }

a.a_edit {
  padding-left: 16px;
  background: url(/images/a/edit.png) no-repeat left 50%; }

a.a_del {
  padding-left: 16px;
  background: url(/images/a/del.png) no-repeat left 50%; }

a.a_rev {
  padding-left: 16px;
  background: url(/images/a/revert.png) no-repeat left 50%; }

table.layout {
  width: 100%; }
  table.layout td {
    vertical-align: top; }

#left {
  width: 200px;
  padding-right: 15px;
  padding-bottom: 2em; }

#right {
  width: 200px;
  padding-left: 15px; }

.left .block, .right .block {
  font-size: 90%;
  border: 2px solid #330000;
  margin-bottom: 1em; }
  .left .block h2, .right .block h2 {
    font-size: 1em;
    font-weight: bold;
    background: #330000 url(/images/block_top.png) no-repeat scroll 0 0;
    height: 28px;
    line-height: 28px;
    padding: 0 10px; }
  .left .block ul, .right .block ul {
    font-size: 90%; }
    .left .block ul li, .right .block ul li {
      margin: 0.3em 0; }
      .left .block ul li a:hover, .right .block ul li a:hover {
        color: red; }
  .left .block p, .right .block p {
    padding: 10px;
    font-size: 90%; }
  .left .block.catalog ul, .right .block.catalog ul {
    margin-bottom: 1em; }
  .left .block.catalog li, .right .block.catalog li {
    border-bottom: 1px dotted #333333;
    padding: 0 10px; }
    .left .block.catalog li a, .right .block.catalog li a {
      background: url(/images/menu_li.png) no-repeat 0 50%;
      padding-left: 8px; }
    .left .block.catalog li a, .left .block.catalog li a:link, .right .block.catalog li a, .right .block.catalog li a:link {
      text-decoration: none; }
  .left .block.catalog .admin, .right .block.catalog .admin {
    position: relative;
    margin: -5px 0 5px;
    padding: 0 10px; }
  .left .block.admin_block ul, .right .block.admin_block ul {
    margin-left: 1em; }
  .left .block.search form, .right .block.search form {
    padding: 10px; }
    .left .block.search form small, .right .block.search form small {
      display: block;
      font-size: 80%;
      color: #666666; }
      .left .block.search form small a, .right .block.search form small a {
        color: #666666;
        border-bottom: 1px dotted #666666;
        cursor: pointer; }

#right {
  width: 200px; }

.yield {
  font-size: 85%;
  width: 490px; }
  .yield img {
    max-width: 490px;
    overflow: hidden; }
  .yield h1, .yield h2 {
    margin: 0.7em 0 0.3em; }
  .yield h1 {
    margin-top: 0; }
  .yield p {
    margin: 0.3em 0 1em;
    line-height: 1.6;
    color: #cccccc; }
  .yield strong, .yield b, .yield em {
    color: white; }
  .yield small {
    font-size: 90%;
    color: #999999; }
  .yield ul, .yield ol {
    margin: 0.3em 0 1.5em 2.5em; }
    .yield ul li, .yield ol li {
      margin: 0.3em 0 0.5em; }
  .yield ul {
    list-style: disc; }
  .yield ol {
    list-style: decimal; }

.promo {
  overflow: hidden;
  width: 490px;
  height: 200px;
  margin-bottom: 1em;
  background: url(/images/0.gif) no-repeat scroll 0 0; }
  .promo a {
    display: block;
    width: 490px;
    height: 200px; }
  .promo.p0 {
    background-image: url(/images/ban1.jpg); }
  .promo.p1 {
    background-image: url(/images/ban2.jpg); }
  .promo.p2 {
    background-image: url(/images/ban3.jpg); }
  .promo.p3 {
    background-image: url(/images/ban4.jpg); }
  .promo.p4 {
    background-image: url(/images/ban5.jpg); }

.news_list .rss {
  float: right;
  width: 100px;
  height: 60px; }
.news_list ul {
  list-style: none;
  margin: 0; }
  .news_list ul li {
    margin-bottom: 1em; }
    .news_list ul li em {
      font-size: 85%;
      color: #660000; }
.news_list p {
  clear: both; }
.news_list.floating ul li {
  float: left;
  width: 150px;
  margin-right: 10px; }
  .news_list.floating ul li em {
    display: block; }

.contact {
  text-align: right;
  float: right;
  padding-top: 10px; }
  .contact .phone {
    font-size: 150%; }
  .contact .icq {
    display: inline;
    font-size: 0.95em;
    padding-left: 20px;
    background: url(/images/icq.gif) no-repeat left 50%;
    text-align: left;
    background-image: url(http://wwp.icq.com/scripts/online.dll?icq=458584996&img=5); }

.cart {
  padding-left: 40px;
  background: url(/images/topcart.png) no-repeat 0 50%;
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  font-size: 0.9em;
  z-index: 50; }
  .cart p {
    padding-top: 10px; }

textarea.e, input.e, input.ef {
  background: #111111;
  border: 1px solid #999999;
  color: white; }

textarea.e, input.e {
  width: 100%; }

input.w100 {
  width: 100%; }

#flash {
  position: absolute;
  z-index: 999;
  color: white;
  top: 10px;
  left: 20px;
  padding: 0.6em 3em; }
  #flash.notice {
    background: green; }
  #flash.error {
    background: red; }

.pagination {
  text-align: left;
  padding: 1em 0.3em; }
  .pagination a, .pagination span {
    padding: 0.2em 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
  .pagination span.disabled {
    color: #333333; }
  .pagination span.current {
    border: 2px solid #660000;
    background-color: #330000;
    color: white; }
  .pagination a {
    color: #660000;
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      background: #660000;
      color: white; }
  .pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }

table.products_list {
  width: 100%; }
  table.products_list td {
    width: 33%;
    height: 100%; }
  table.products_list .price {
    color: red; }

.filter {
  font-size: 90%;
  border: 1px solid #222222;
  background: #060606;
  margin-right: 10px;
  margin-bottom: 1em;
  padding: 5px 10px; }
  .filter table {
    width: 100%; }
    .filter table td {
      width: 50%;
      vertical-align: top;
      padding: 0.3em 1em; }
      .filter table td h2, .filter table td ul {
        margin-top: 0;
        margin-bottom: 0; }

.product_info .related_pics img {
  vertical-align: middle; }
.product_info .pic {
  float: right;
  text-align: center;
  font-size: 90%;
  margin-left: 15px; }
.product_info .price {
  font-size: 150%;
  color: red;
  display: inline-block; }
.product_info .discount {
  width: 50px;
  height: 50px;
  background: url(/images/discount50.png) no-repeat 0 0;
  font-size: 115%;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 50px;
  text-shadow: 0 1px 1px #666666 !important;
  display: inline-block; }
.product_info .for_rent {
  font-size: 120%; }
  .product_info .for_rent a, .product_info .for_rent a:link {
    color: yellow; }
.product_info .other {
  margin-top: 2em;
  font-size: 90%; }
  .product_info .other * {
    color: #999999; }
  .product_info .other h2, .product_info .other a:hover {
    color: white; }

.product {
  font-size: 90%;
  margin: 0 10px 10px 0;
  background: white;
  padding-bottom: 0.5em;
  height: 100%; }
  .product.disabled {
    opacity: 0.3; }
  .product h2 {
    font-size: 110%;
    font-weight: normal;
    background: #330500 url(/images/block_top.png) no-repeat scroll 0 0;
    height: 50px;
    line-height: 1em;
    padding: 5px 10px;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    width: 134px; }
    .product h2 a, .product h2 a:link {
      text-decoration: none; }
  .product .info {
    height: 85px;
    padding: 5px 0; }
  .product .pic {
    text-align: center; }
  .product em {
    display: block;
    font-size: 90%;
    color: black; }
    .product em a, .product em a:link {
      color: black; }
  .product em, .product form, .product .price, .product p {
    padding: 0 10px; }
  .product p {
    color: black;
    margin: 0; }
    .product p a, .product p a:link {
      color: #660000; }
    .product p a:hover {
      color: #990000; }

table.cart_table, .orders table {
  width: 100%;
  margin-bottom: 1em; }
  table.cart_table thead th, .orders table thead th {
    font-size: 90%;
    font-weight: normal;
    color: #666666; }
  table.cart_table td, table.cart_table th, .orders table td, .orders table th {
    padding: 5px 10px; }
  table.cart_table tbody td, .orders table tbody td {
    border-top: 1px dotted #333333;
    vertical-align: middle; }
    table.cart_table tbody td.n, .orders table tbody td.n {
      width: 20px; }
    table.cart_table tbody td.price, .orders table tbody td.price {
      width: 150px;
      text-align: right;
      font-size: 100%; }
    table.cart_table tbody td.qty, .orders table tbody td.qty {
      width: 40px;
      text-align: center; }
      table.cart_table tbody td.qty input, .orders table tbody td.qty input {
        width: 30px;
        text-align: center; }
    table.cart_table tbody td h3 a, table.cart_table tbody td h3 a:link, .orders table tbody td h3 a, .orders table tbody td h3 a:link {
      color: #cccc00; }
    table.cart_table tbody td em, .orders table tbody td em {
      color: #666666; }
    table.cart_table tbody td p, .orders table tbody td p {
      font-size: 90%;
      margin: 0.3em 0;
      line-height: 1.2; }
  table.cart_table tfoot td, .orders table tfoot td {
    font-size: 120%;
    color: white;
    background: #660000; }
    table.cart_table tfoot td.price, .orders table tfoot td.price {
      text-align: right;
      font-weight: bold; }
    table.cart_table tfoot td.qty, .orders table tfoot td.qty {
      text-align: center; }

span.order_form {
  font-size: 120%; }
  span.order_form a, span.order_form a:link {
    text-decoration: none;
    color: yellow; }
  span.order_form a {
    border-bottom: 1px dotted yellow; }

.order_form h3, .photo_order_form h3, .fireshow_order_form h3 {
  font-weight: normal;
  font-size: 130%; }
  .order_form h3 a, .order_form h3 a:link, .photo_order_form h3 a, .photo_order_form h3 a:link, .fireshow_order_form h3 a, .fireshow_order_form h3 a:link {
    text-decoration: none;
    color: yellow; }
  .order_form h3 a, .photo_order_form h3 a, .fireshow_order_form h3 a {
    border-bottom: 1px dotted yellow; }
.order_form small, .photo_order_form small, .fireshow_order_form small {
  display: block; }
  .order_form small a, .order_form small a:link, .photo_order_form small a, .photo_order_form small a:link, .fireshow_order_form small a, .fireshow_order_form small a:link {
    color: #999999; }
  .order_form small a:hover, .photo_order_form small a:hover, .fireshow_order_form small a:hover {
    color: yellow; }
.order_form input, .photo_order_form input, .fireshow_order_form input {
  font-size: 120%; }
.order_form input[type=text], .order_form textarea, .photo_order_form input[type=text], .photo_order_form textarea, .fireshow_order_form input[type=text], .fireshow_order_form textarea {
  width: 400px; }

.error {
  padding-top: 200px; }

.fieldWithErrors {
  display: inline; }
  .fieldWithErrors input.e, .fieldWithErrors input.ef {
    border-color: #990000;
    background: #330000; }

.required {
  color: #cc0000; }

.other_pics {
  margin-top: 1em;
  text-align: center;
  padding-top: 1em;
  border-top: 1px solid #666666; }
  .other_pics li {
    display: inline; }
    .other_pics li a {
      border: 3px solid white;
      display: inline-block; }
      .other_pics li a.current {
        border-color: #990000; }

.errorExplanation {
  border: 1px solid #cc0000;
  font-size: 90%; }
  .errorExplanation ul {
    padding: 0 10px;
    margin: 0; }
    .errorExplanation ul li {
      font-weight: bold;
      list-style: none; }

.portfolio ul {
  margin: 0;
  padding: 0; }
  .portfolio ul li {
    list-style: none;
    float: left;
    margin: 1px; }

.photographers ul, .gallery ul {
  margin: 0; }
  .photographers ul li, .gallery ul li {
    list-style: none; }

.avatar {
  float: left;
  margin-right: 1em; }

.gallery ul li {
  float: left;
  margin-right: 5px; }

.galleries .admin {
  position: absolute;
  margin: -3px 0 3px;
  padding: 0 10px; }
.galleries h2 {
  display: inline;
  vertical-align: middle; }
.galleries .gallerypreview {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px; }

table.form td {
  padding-right: 10px;
  vertical-align: middle; }

table.t h4 {
  margin: 1.4em 0 0.2em; }

#t_window {
  width: 270px;
  height: 300px;
  margin-right: 20px; }
  #t_window .container {
    width: 270px;
    height: 300px; }
    #t_window .container.m {
      background: url(/images/t-man.png) no-repeat 50% 50%; }
    #t_window .container.f {
      background: url(/images/t-wman.png) no-repeat 50% 50%; }
    #t_window .container .print {
      width: 270px;
      height: 300px;
      background: url(/images/0.gif) no-repeat scroll 0 0; }

#colors input, #size input, #sex input, #tprint input {
  display: none; }
#colors span, #size span, #sex span, #tprint span {
  text-decoration: underline;
  cursor: pointer; }
  #colors span.current, #size span.current, #sex span.current, #tprint span.current {
    color: white;
    background: #990000;
    text-decoration: none;
    padding: 0.2em 0.5em; }

.events_list li.completed h2 a, .events_list li.completed h2 a:link {
  color: #999999; }

table.pics {
  width: 100%; }
  table.pics td {
    padding: 5px 10px 5px 0;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #111111; }
    table.pics td input {
      width: 100%; }
    table.pics td.pic {
      width: 130px;
      background: white; }

ul.manufacturers {
  margin: 0;
  padding: 0; }

blockquote {
  quotes: "«" "»";
  padding-left: 2.5em;
  background: url(/images/bq.png) no-repeat 0 5px; }

#verification {
  overflow: hidden; }
  #verification .overlay {
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    opacity: 0.99;
    overflow: hidden; }
  #verification .notice {
    background: #cccccc url(/images/bg.png) no-repeat scroll 10px 50%;
    position: absolute;
    border: 7px solid #333333;
    width: 60%;
    left: 20%;
    top: 20%;
    z-index: 101; }
    #verification .notice .container {
      margin: 2em 2em 2em 160px;
      color: black; }
      #verification .notice .container form {
        margin-top: 1em; }
      #verification .notice .container * {
        font-size: 110%; }

.options fieldset {
  border: 1px dotted #333333;
  margin-bottom: 0.5em; }
  .options fieldset legend {
    margin: 0 1em;
    color: #cccc00; }
  .options fieldset ul {
    margin: 0.5em;
    list-style: none; }
  .options fieldset strong {
    color: #cc0000; }

.product_pics {
  width: 650px;
  text-align: center; }

#product_types label {
  display: block; }

a#choose {
  text-decoration: none;
  color: #cccc00;
  border-bottom: 1px dotted #cccc00; }

.state.done {
  color: lime; }
.state.canceled {
  color: #ff6666; }
.state.new {
  background: #ff7700; }
.state.confirmed {
  color: #003300; }
.state.done {
  color: #009900; }
.state.canceled {
  color: red; }
.state.deleted {
  background: red; }

.tb table {
  margin-bottom: 1em; }
  .tb table th {
    border-bottom: 2px solid #999999;
    color: #999999;
    font-weight: normal;
    vertical-align: bottom; }
  .tb table td, .tb table th {
    padding: 0.2em 0.5em;
    font-size: 90%;
    text-align: left; }
  .tb table td {
    border-bottom: 1px solid #333333; }

.related {
  margin: 1em; }
  .related h2 {
    color: black; }
  .related ul {
    font-size: 0.9em;
    margin-left: 2em;
    list-style: square;
    color: #333333; }
    .related ul a, .related ul a:link, .related ul a:visited {
      color: #333333; }
    .related ul a:hover {
      color: black; }

.photo_container {
  position: relative; }
  .photo_container .title_container {
    position: absolute;
    z-index: 1999; }
  .photo_container .map {
    margin: 0;
    padding: 0;
    background: white;
    font-size: 0.8em; }
    .photo_container .map li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .photo_container .map li a {
        position: absolute;
        display: block;
        z-index: 999; }
        .photo_container .map li a span {
          display: none; }
        .photo_container .map li a.o30 {
          opacity: 0.05;
          z-index: 888; }
      .photo_container .map li a:hover {
        color: red; }
        .photo_container .map li a:hover span {
          position: absolute;
          display: block;
          left: -4px;
          bottom: -20px;
          background: black;
          padding: 1px 5px;
          opacity: 0.8; }
      .photo_container .map li a.hl {
        color: red; }
        .photo_container .map li a.hl span {
          position: absolute;
          display: block;
          left: -4px;
          bottom: -20px;
          background: black;
          padding: 1px 5px;
          opacity: 0.8; }

.buy a, input.buy, input.submit, input.sub, input[type=submit] {
  border: 3px solid #330000;
  background: #660000 url(/images/white.png) repeat-x scroll left -16px;
  color: #ff9999;
  font-size: 100%;
  text-shadow: 0 1px 1px #330000 !important;
  cursor: pointer;
  padding: 0.1em 0.25em;
  vertical-align: middle;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  .buy a:hover, input.buy:hover, input.submit:hover, input.sub:hover, input[type=submit]:hover {
    color: white;
    border-color: #440000; }

.products_list .product {
  position: relative; }
  .products_list .product .discount {
    width: 50px;
    height: 50px;
    background: url(/images/discount50.png) no-repeat 0 0;
    font-size: 115%;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 50px;
    text-shadow: 0 1px 1px #666666 !important;
    display: inline-block;
    position: absolute;
    right: 3px;
    bottom: 0;
    opacity: 0.7; }
    .products_list .product .discount:hover {
      opacity: 1; }
.products_list .price {
  display: inline-block;
  padding-right: 0; }
.products_list .buy {
  background-color: #990000;
  border-color: #cc6666;
  color: #ffcccc; }
  .products_list .buy:hover {
    background-color: #aa0000;
    border-color: #ff9999; }

input.submit {
  font-size: 100%;
  padding: 0.3em 0.7em; }

input.sub {
  font-size: 85%;
  padding: 0.1em 0.2em; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.product_form p.fl {
  margin-right: 1em; }
/* --------- /stylesheets/stuff.css --------- */ 
.tc4 {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px; }

.rc5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.rc7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

.tright {
  text-align: right; }

.fl {
  float: left; }

.fr {
  float: right; }

.cb {
  clear: both; }

.ct {
  clear: right; }

.cl {
  clear: left; }

ul.fli {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.fli li {
    float: left;
    margin: 1px 7px; }
/* --------- /stylesheets/cluetip.css --------- */ 
#cluetip-close img {
  border: 0; }

#cluetip-title {
  display: none;
  overflow: hidden; }
  #cluetip-title #cluetip-close {
    float: right;
    position: relative; }

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/images/0.gif); }

.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0; }

#cluetip-extra {
  display: none; }

.cluetip-default {
  opacity: 0.9; }
  .cluetip-default #cluetip-outer {
    position: relative;
    margin: 0;
    background-color: white;
    border: 1px solid #990000; }
  .cluetip-default h3#cluetip-title {
    margin: 0 0 5px;
    padding: 8px 10px 4px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #87876a;
    color: white;
    display: none; }
  .cluetip-default #cluetip-title a {
    color: #d9d9c2;
    font-size: 0.95em; }
  .cluetip-default #cluetip-inner {
    padding: 10px;
    text-align: center; }
    .cluetip-default #cluetip-inner p, .cluetip-default #cluetip-inner ul, .cluetip-default #cluetip-inner ol {
      text-align: left;
      color: black;
      font-size: 80%; }
  .cluetip-default div#cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #990000; }

.clue-right-default .cluetip-arrows {
  background-image: url(/images/0.gif); }

.clue-left-default .cluetip-arrows {
  background-image: url(/images/0.gif);
  left: 100%;
  margin-right: -11px; }

.clue-top-default .cluetip-arrows {
  background-image: url(/images/0.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

.clue-bottom-default .cluetip-arrows {
  background-image: url(/images/0.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

.cluetip-jtip {
  background-color: transparent; }
  .cluetip-jtip #cluetip-outer {
    border: 2px solid #cccccc;
    position: relative;
    background-color: white; }
  .cluetip-jtip h3#cluetip-title {
    margin: 0 0 5px;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: normal;
    background-color: #cccccc;
    color: #333333; }
  .cluetip-jtip #cluetip-inner {
    padding: 0 5px 5px;
    display: inline-block; }
  .cluetip-jtip div#cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #990000; }

.clue-right-jtip .cluetip-arrows {
  background-image: url(/images/0.gif); }

.clue-left-jtip .cluetip-arrows {
  background-image: url(/images/0.gif);
  left: 100%;
  margin-right: -11px; }

.clue-top-jtip .cluetip-arrows {
  background-image: url(/images/0.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/images/0.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

.cluetip-rounded {
  background: transparent url(/images/0.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px; }
  .cluetip-rounded #cluetip-outer {
    background: transparent url(/images/0.gif) no-repeat 0 0;
    margin-top: -12px; }
  .cluetip-rounded #cluetip-title {
    background-color: transparent;
    padding: 12px 12px 0;
    margin: 0 -12px 0 0;
    position: relative;
    zoom: 1; }
  .cluetip-rounded #cluetip-extra {
    position: absolute;
    display: block;
    background: transparent url(/images/0.gif) no-repeat 100% 0;
    top: 0;
    right: 0;
    width: 12px;
    height: 30px;
    margin: -12px -12px 0 0; }
  .cluetip-rounded #cluetip-inner {
    background: url(/images/0.gif) no-repeat 100% 100%;
    padding: 5px 12px 12px;
    margin: -18px -12px 0 0;
    position: relative;
    zoom: 1; }
  .cluetip-rounded div#cluetip-close {
    text-align: right;
    margin: 0 5px 5px;
    color: #000099;
    background: transparent; }
    .cluetip-rounded div#cluetip-close a {
      color: #777777; }

.clue-right-rounded .cluetip-arrows {
  background-image: url(/images/0.gif); }

.clue-left-rounded .cluetip-arrows {
  background-image: url(/images/0.gif);
  left: 100%;
  margin-left: 12px; }

.clue-top-rounded .cluetip-arrows {
  background-image: url(/images/0.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

.clue-bottom-rounded .cluetip-arrows {
  background-image: url(/images/0.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }
/* --------- /stylesheets/tipsy.css --------- */ 
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #fffdce; color: black; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url(/images/tipsy.gif) no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
/* --------- /facebox/facebox.css --------- */ 
#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

.facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0 7px 7px 7px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .control {
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
