/* MINIMAL THEME FOR SPIFFY STORES 

/* LAYOUT STYLES */

* {
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  font-size: 13px;
}

img {
  border-style: none;
  display: block;
}

a, a:visited {
  color: #acacac;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #666 !important;
}

a:active {
  cursor: wait;
}

.cb {
  clear: both;
}

#container {
  margin: 30px auto;
  width: 960px;
}

abbr {
  border-bottom: none;
}

h1 {
  font-size: 22px;
  color: #ACACAC;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  padding: 0px;
}

h2 {
  font-size: 18px;
  color: #ACACAC;
  margin: 0px;
  text-transform: uppercase;
  padding: 0px;
}

h3 {
  font-size: 16px;
  color: #ACACAC;
  margin: 0px;
  text-transform: uppercase;
  padding: 0px;
}

h4 {
  font-size: 14px;
  color: #ACACAC;
  margin: 0px;
  text-transform: uppercase;
  padding: 0px;
}

h5 {
  font-size: 12px;
  color: #ACACAC;
  margin: 0px;
  text-transform: uppercase;
  padding: 0px;
}

.button, .btns input {
  border-style: none;
  padding: 6px 10px 4px;
  background-color: #ACACAC;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
}

.button:hover, .btns input:hover {
  background-color: #7a7a7a;
  cursor: pointer;
}

.button a, .button a:hover, .button a:visited, button:hover a, button:hover a:visited, .btns input:hover {
  color: #FFF !important;
}

.textile h1, .textile h2, .textile h3, .textile h4, .textile h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px;
}

/* textile styles - for everywhere that a user inputs text */

.textile, .textile p {
  color: #666;
  font-size: 13px;
}

.textile p {
  margin: 0px;
  padding: 0px 0px 10px;
}

.textile ul {
  margin: 0px;
  padding: 0px 0px 0px 12px;
}

.textile ul li {
  list-style: disc;
  margin: 0px;
  padding: 0px 0px 10px;
}

.textile li li {
  list-style: circle;
}

.textile ol {
  margin: 0px;
  padding: 0px 0px 10px 20px;
}

.textile ol li {
  list-style: decimal outside;
  background-image: none;
  padding: 5px 0px;
  margin: 0px;
}

.textile ol ul, .textile ol ol {
  padding: 0px;
  margin: 0px;
}

.textile ol li li {
  margin-left: 20px;
}

.textile table {
  border: 1px solid #EEE;
}

.textile table th {
  background: #EEE;
  border: 1px solid #EEE;
  text-align: left;
  padding: 5px;
  color: #666;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: uppercase;
}

.textile table td {
  padding: 5px;
  border: 1px solid #EEE;
}

.textile pre {
  font-size: 12px;
  line-height: 17px;
  font-family: "Courier New", Courier, monospace;
  margin: 0px 0px 10px;
  padding: 10px;
  background: #F5F5F5;
  border: 1px dotted #CCC;
  overflow: auto;
  width: 960px;
}

.textile p a {
  color: #333;
  text-decoration: none;
}

.textile p a:hover {
  color: #000 !important;
  text-decoration: underline;
}

/* header */

#header {
  height: 118px;
  position: relative;
  z-index: 5;
}

#header #cart-preview a {
  background: url('cart-icon.png') no-repeat left top;
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 22px;
  padding-top: 3px;
  height: 16px;
  display: block;
}

#header h1 {
  display: block;
  font-size: 45px;
  font-weight: bold;
  width: 750px;
  height: 45px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-transform: none;
}

#header #logo {
  background: transparent url('logo.png') 0px 0px no-repeat;
  width: 750px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#header #search {
  position: absolute;
  width: 260px;
  height: 27px;
  right: 0px;
  bottom: 20px;
}

#header #search form input, #searchresults #q {
  background: url('search-icon.png') no-repeat left 0px;
  color: #acacac;
  text-decoration: none;
  height: 19px;
  width: 230px;
  border: 1px solid #C9C9C9;
  padding-left: 28px;
  padding-top: 6px;
  font-size: 12px;
  font-weight: bold;
}

#header #navigation {
  height: 27px;
  width: 700px;
  position: relative;
  top: 71px;
  left: -10px;
  z-index: 999;
  _white-space: nowrap; /* Needed for IE6 */
}

#navigate a {
  _width: 30px; 
  _height: 16px; 
}

#header #navigation ul li {
  list-style: none;
  display: inline;
  position: relative;
}

#navigation ul li a:link, #navigation ul li a:visited {
  color: #acacac;
  border-style: none;
  line-height: 16px;
  margin-left: 0px;
  min-width: 30px;
  _width: 30px; 
  _height: 16px; 
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background: #FFF;
  z-index: 5;
}

#navigation ul li li a:link, #navigation ul li li a:visited {
  color: #acacac;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFF url('footer-bullet.gif') no-repeat 10px 12px;
  text-indent: 9px;
}

#navigation li:hover a:link, #navigation li:hover a {
  color: #666;
}

#navigation li:hover li a:link {
  color: #acacac;
}

#navigate li ul ul {
  margin-left: 16em !important;
}

/* footer */

#footer {
  background-color: #f7f7f7;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  padding: 35px;
}

#footer ul {
  width: 285px;
}

#footer li.title {
  font-size: 18px;
  line-height: 16px;
  color: #acacac;
  display: block;
  padding: 0px 0px 10px;
  text-transform: uppercase;
}

#footer li {
  list-style: none;
  color: #acacac;
  display: block;
  line-height: 16px;
}

#footer ul#footer-navigation {
  float: left;
}

#footer ul#footer-navigation li a {
  background: url('footer-bullet.gif') no-repeat left 7px;
  display: block;
  text-transform: uppercase;
  padding-left: 10px;
  padding-bottom: 5px;
}

#footer ul#footer-contact {
  float: left;
}

#footer ul#footer-contact li {
  padding-bottom: 5px;
  height: 12px;
}

#footer ul#footer-contact li.title {
  padding-bottom: 14px;
}

#footer ul#footer-news {
  float: right;
}

#footer ul#footer-news li a {
  background: url('footer-bullet.gif') no-repeat left 7px;
  display: block;
  padding-bottom: 5px;
  padding-left: 10px;
}

#footer ul#footer-news li.title a {
  font-size: 18px;
  padding: 0px;
  background-image: none;
}

#copyright {
  text-align: center;
  font-size: 11px;
  color: #c2c2c2;
  text-decoration: none;
  display: block;
  padding-top: 8px;
}

#copyright a {
  color: #c2c2c2;
}

/* HOME PAGE STYLES */

#slideshow {
  background: transparent url('loading.gif') no-repeat 50% 50%;
  position: relative;
  width: 960px;
  height: 303px;
  overflow: hidden;
  padding: 0px;
  margin: 0px 0px 24px;
}

#slideshow-images {
  position: relative;
  width: 960px;
  height: 303px;
  overflow: hidden;
}

#slideshow-images div {
  position: absolute;
  background: #fff;
  width: 960px;
  height: 303px;
}

#slideshow-images img {
  position: static;
  float: left;
  width: 960px;
  height: 303px;
  margin:0 10px 10px 0;
}

#slideshow-buttons {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 999;
}

#slideshow-buttons span {
  color: #FFF;
  margin: 0px 5px;
  padding: 2px 4px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity:0.6;
  font-size: 11px;
}

#slideshow-buttons span:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity:1;
}

#slideshow-buttons .active {
  color: #333;
  background-color: #FFF;
}

/* COLLECTION & HOME PAGE STYLES */

#collection-page {
  border-top: 4px solid #F7F7F7;
  padding-top: 10px;
  padding-bottom: 30px;
}

#collection-page .intro {
  padding-bottom: 10px;
}

#collection-images {
  padding-bottom: 43px;
}

#collection-images td {
  text-align: center;
  width: 246px;
  vertical-align: top;
}

#collection-images td.col1 {
  width: 222px;
}

.collection-item {
  width: 222px;
  padding-left: 24px;
}

td.col1 .collection-item {
  padding-left: 0px;
}

.collection-item:hover .product-price a {
  color: #666
}

.collection-item:hover .product-name a {
  color: #666
}

.collection-item:hover .collection-image {
  border: 1px solid #666;
}

.collection-item:hover .on-sale {
  background-position: left top;
}

.collection-image {
  background: url('loading.gif') no-repeat 50% 50%;
  position: relative;
  height: 220px;
  width: 220px;
  overflow: hidden;
  border: 1px solid #acacac;
  z-index: 1;
}

.collections .collection-image div {
  background: #FFFFFF none repeat scroll 0 0;
  position: absolute;
  left: 0px;
  width: 220px;
  height: 220px;
  overflow: hidden;
  z-index: 5;
}

.collection-image img {
  min-width: 220px;
  width: auto !important;
  width: 220px;
  min-height: 220px;
  height: auto !important;
  height: 220px;
}

.collection-image div.on-sale, .thumbnail div.on-sale {
  background: url('on-sale.png') no-repeat right top; /* this controls the "on sale" image that is displayed on a collection page as well as on a related product on the product page */
  position: absolute;
  height: 64px;
  width: 64px;
  top: 0px;
  right: 0px;
}

.product-name {
  padding: 9px 0px 0px;
}

.product-name a {
  font-size: 12px;
  color: #999;
  font-weight: bold;
}

.collections .product-name a {
  padding-bottom: 22px;
}

.product-price {
  padding: 5px 0px 22px;
}

/* pagination - used on collection pages and blog page */

.pagination {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.pagination .current {
  background-color: #999999;
  color: #FFFFFF;
}

.pagination span {
  color: #999999;
  text-decoration: none;
  margin-right: 4px;
  margin-left: 4px;
  padding: 5px 6px 2px;
}

.pagination.right {
  float: right;
  margin-top: 5px;
}

/* PRODUCT PAGE STYLES */

#product-page {
  border-top: 4px solid #F7F7F7;
  padding-top: 20px;
  padding-bottom: 40px;
}

.product-on-sale {
  background: url('on-sale.png') no-repeat 0px 0px;
  position: absolute;
  height: 64px;
  width: 64px;
  top: 0px;
  right: 0px;
}

.product-images {
  float: left;
  width: 510px;
  margin-bottom: 30px;
}

.zoom-large {
  background: url('zoom-large.png') no-repeat;
  height: 26px;
  width: 26px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
  display: none;
}

.main-image {
  background: url('loading.gif') no-repeat 50% 50%;
  overflow: hidden;
  width: 464px;
  height: 464px;
  border: 1px solid #ACACAC;
  float: left;
  position: relative;
}

.main-image:hover {
  border: 1px solid #666;
}

.main-image:hover .zoom-large {
  display: block;
}

.main-image img {
  min-width: 464px;
  width: auto !important;
  width: 464px;
  min-height: 464px;
  height: auto !important;
  height: 464px;
}

.zoom-small {
  background: url('zoom-small.png') no-repeat;
  height: 19px;
  width: 19px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
  display: none;
}

.thumbnail { /* this style controls all thumbnails on the product page and cart page */
  background: url('loading.gif') no-repeat 50% 50%;
  overflow: hidden;
  margin-top: 22px;
  margin-right: 22px;
  width: 98px;
  height: 98px;
  border: 1px solid #ACACAC;
  float: left;
  position: relative;
}

.thumbnail:hover {
  border: 1px solid #666;
}

.thumbnail:hover .zoom-small {
  display: block;
}

.thumbnail img { 
  min-height: 98px;
  height: auto !important;
  height: 98px;
  min-width: 98px;
  width: auto !important;
  width: 98px;
}

.thumbnail:hover .on-sale {
  background-position: left top;
}

#product-page .intro {
  float: right;
  width: 450px;
}

#product-page h1 {
  font-size: 20px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: none;
}

#add-to-cart {
  padding-top: 10px;
}

#add-to-cart h3 {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  white-space: nowrap;
}

#add-to-cart input.button {
  background-image: url('cart-icon-white.png');
  background-position: 9px 9px;
  background-repeat: no-repeat;
  width: 150px;
  height: 34px;
  padding: 6px 10px 6px 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

#add-to-cart input.button[disabled] {
  background-color: #E9E9E9;
}

#add-to-cart input.button:hover[disabled] {
  background-color: #E9E9E9;
  cursor: not-allowed;
}

#id_container {
  margin-top: 15px;
  margin-bottom: 15px;
}

#id_select {
  font-size: 13px;
}

#product-tags {
  border-top: 8px solid #f7f7f7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
}

#product-tags p {
  margin: 0px;
  padding: 0px 0px 10px;
  color: #CCC;
}

#product-tags ul {
  width: 100%;
  list-style: none;
}

#product-tags li {
  display: inline-block;
  margin: 0px 0px 5px;
  line-height: 14px;
}

#product-tags li a {
  display: block;
  padding: 2px 4px;
  border: 1px solid #e0e0e0;
  word-wrap: normal;
}

#product-tags li a:hover {
  border: 1px solid #acacac;
  color: #909090;
}

#related-products {
  border-top: 8px solid #f7f7f7;
  margin-top: 30px;
  padding-top: 15px;
}

#related-products .thumbnail {
  margin-top: 10px;
}

/* fancy list boxes */

.dhx_combo_img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 22px;
}

.dhx_combo_option_img {
  position: relative;
  margin-left: 2px;
  left: 20px;
  width: 24px;
  height: 22px;
}

.dhx_combo_input {
  color: #666;
  border: 0px;
  padding: 2px 2px 2px 4px;
  position: absolute;
  top: 0px;
  font-size: 13px;
}

.dhx_combo_box {
  position: relative;
  height: 21px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ACACAC;
}

.dhx_combo_list {
  position: absolute;
  z-index: 30;
  /*height: 177px;*/  
  overflow-y: auto;
  overflow-x: hidden;
  border: 0px;
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #666;
  background: #FFF;
  border: 1px solid #ACACAC;
  margin-top: 0px;
}

.dhx_combo_list div {
  cursor: pointer;
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 6px;
}

.dhx_combo_list div.disabled {
  cursor: not-allowed;
  color: #CCC;
}

.dhx_selected_option {
  background-color: #ACACAC;
  color: white;
}

/* NORMAL PAGES */

#page {
  border-top: 4px solid #F7F7F7;
  padding-top: 10px;
  padding-bottom: 30px;
}

#page img.right {
  float: right;
  clear: right;
  max-width: 220px;
  width: expression(this.width > 220 ? "220px": "auto");
  margin-left: 15px;
  height: auto;
  margin-bottom: 15px;
}

#page img.left {
  float: left;
  max-width: 220px;
  width: expression(this.width > 220 ? "220px": "auto");
  margin-right: 15px;
  height: auto;
  margin-bottom:15px;
}

#page img, #page img.full {
  max-width: 960px;
  width: expression(this.width > 960 ? "960px": "auto");
  height: auto;
}

/* BLOG & ARTICLE PAGES */

#blog-page {
  border-top: 4px solid #F7F7F7;
  padding-top: 10px;
  padding-bottom: 30px;
}

#blog-navigation {
  float: left;
  width: 220px;
  background: #f7f7f7;
  padding: 20px;
  vertical-align: top;
}

#blog-navigation h3 {
  padding: 0px 0px 10px;
  text-transform: uppercase;
}

#blog-navigation ul {
  padding: 0px 0px 35px;
}

#blog-navigation li {
  list-style: none;
  line-height: 16px;
}

#blog-navigation li a {
  background: url('footer-bullet.gif') no-repeat left 7px;
  padding: 0px 0px 10px 10px;
  display: block;
}

#blog-page .blog-articles, #blog-page .blog-article {
  float: right;
  width: 660px;
}

#blog-page .article {
  padding-bottom: 50px;
}

#blog-page .article h1 {
  margin-bottom: 0px;
}

#blog-page .article h2 {
  margin: 0px;
  font-size: 18px;
  font-variant: normal;
  text-transform: uppercase;
}

#blog-page .article-info {
  font-size: 11px;
  font-style: italic;
  color: #ACACAC;
  padding-bottom: 10px;
}

#blog-page .article-button {
  padding-top: 20px;
}

#blog-page .button {
  margin-top: 20px;
  margin-bottom: 20px;
}

#blog-page img.right {
  float: right;
  clear: right;
  max-width: 220px;
  width: expression(this.width > 220 ? "220px": "auto");
  margin-left: 15px;
  height: auto;
  margin-bottom: 15px;
}

#blog-page img.left {
  float: left;
  max-width: 220px;
  width: expression(this.width > 220 ? "220px": "auto");
  margin-right: 15px;
  height: auto;
  margin-bottom:15px;
}

#blog-page img, #blog-page img.full {
  max-width: 660px;
  width: expression(this.width > 660 ? "660px": "auto");
  height: auto;
}

#blog-page pre {
  width: 638px;
  height: auto;
}

/* CONTACT US PAGE */

dd {
  clear: right !important;
  display: block !important;
  margin: 0 0 20px !important;
}

dt {
  float: left !important;
  font-weight: bold !important;
  height: 35px !important;
  margin-top: 2px !important;
  width: 120px !important;
}

textarea {
  overflow: auto !important;
  padding: 4px !important;
  width: 787px !important;
  font: 12px Arial, Helvetica, sans-serif !important;
  color: #333 !important;
  border: 1px solid #999 !important;
}

.group {
  background: #F7F7F7 none repeat scroll 0 0 !important;
  border: none !important;
  margin: 0 0 20px !important;
  padding: 20px !important;
}

.btns {
  background: #FFF none repeat scroll 0 0 !important;
  display: block !important;
  margin: 10px 0 !important;
  padding: 10px 0px !important;
  font-size: 15px !important;
  color: #ACACAC !important;
}

.btns input {
  margin-right: 10px;
}

label {
  color: #666666 !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

dl .hint {
  color: #666666 !important;
  font-size: 10px !important;
  font-weight: normal !important;
}

.group input[type="text"] {
  margin-right: 2px !important;
  padding: 5px !important;
  font-size: 12px !important;
  color: #333 !important;
  border: 1px solid #999 !important;
}

/* CART PAGE */

#cart-page {
  border-top: 4px solid #f7f7f7;
  padding-top: 10px;
  padding-bottom: 30px;
}

#cart-page .intro {
  padding-bottom: 20px;
}

.row-a td {
  background-color: #FFF;
}

.row-b td {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E9E9E9;
}

#cart-table {
  width: 960px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #666;
}

#cart-table th {
  padding: 12px;
  background: #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  color: #666;
}

#cart-table .col1 {
  width: 600px;
  text-align: left;
}

#cart-table .col2 {
  text-align: right;
}

#cart-table .col3 {
  text-align: center;
}

#cart-table .col3 input {
  text-align: center;
  font-size: 12px;
  padding: 4px 2px 0px;
  height: 15px;
  width: 30px;
  border: 1px solid #CCC;
  margin-top: 0px;
}

#cart-table .col4 {
  text-align: center;
}

#cart-table .col5 {
  text-align: right;
}

#cart-table .last td {
  border-bottom: 1px solid #E9E9E9;
}

#cart-table td {
  padding: 11px;
}

#cart-table .thumbnail {
  margin-top: 0px;
  margin-bottom: 0px;
}

#cart-table .cart-description {
  margin-top: 0px;
  margin-bottom: 0px;
}

#cart-table .cart-description h3 span {
  font-size: 12px;
}

.cart-remove-button {
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  font-weight: bold;
  color: #FFF !important;
  height: 15px;
  display: block;
  padding: 4px 0px 0px;
  background-color: #CCC;
  border: 1px solid #CCC;
}

.cart-remove-button:hover {
  color: #FFF !important;
  background-color: #666;
  border: 1px solid #666;
}

#cart-left {
  float: left;
  text-transform: uppercase;
}

#cart-right {
  float: right;
}

#cart-table .subtotal {
  text-align: right;
}

#checkout-button.button {
  background-color: #666;
  text-transform: uppercase;
}

#checkout-button.button:hover {
  background: #2E2E2E;
}

/* SEARCH PAGE */

#search-page {
  border-top: 4px solid #F7F7F7;
  padding-top: 10px;
  padding-bottom: 30px;
}

#searchresults {
  padding-top: 10px;
}

#searchresults form {
  padding-bottom: 30px
}

#searchresults h3 {
  padding-bottom: 7px;
  width: 100%;
}

#searchresults li {
  list-style-type: none;
}

#searchresults .result-image {
  float: left;
  max-height: 98px;
  width: expression(this.height > 98 ? "98px": "auto");
  position: relative;
  border: 1px solid #ACACAC;
  margin: 0em 1.5em 3em 0;
  background: url('loading.gif') no-repeat 50% 50%;
  overflow: hidden;
}

#searchresults .result-image:hover {
  border-color: #666666;
}

#searchresults span {
  display: block;
  padding-bottom: 2em;
}

#searchresults small {
  font-size: 12px;
}

#searchresults form input[type="submit"] {
  background-color: #ACACAC;
  border-style: none;
  color: #FFFFFF;
  font-size: 15px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  padding: 3px 0;
  margin-left: 10px;
  cursor: pointer;
}

#searchresults form input[type="submit"]:hover {
  background-color: #7A7A7A;
}

/* SLIMBOX */

#lbOverlay {
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  cursor: pointer;
  background: #7a7a7a;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  left: 50%;
  overflow: hidden;
  background-color: #FFF;
}

.lbLoading {
  background: #FFF url('loading.gif') no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #FFF;
  background: #999 no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbNextLink {
  right: 0;
}

#lbPrevLink:hover {
  background: transparent url('prevlabel.gif') no-repeat 0% 5%;
  opacity: 0.6;
  -moz-opacity:0.6;
}

#lbNextLink:hover {
  background: transparent url('nextlabel.gif') no-repeat 100% 5%;
  opacity: 0.6;
  -moz-opacity:0.6;
}

#lbBottom {
  color: #666;
  text-align: left;
  border-top: 10px none #FFF;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 10px solid #FFF;
  font: 12px/14px Arial, Helvetica, sans-serif;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 63px;
  height: 14px;
  background: transparent url('closelabel.gif') no-repeat left top;
  margin: 5px 0;
  outline: none;
}

#lbCloseLink:hover {
  background: transparent url('closelabel.gif') no-repeat left bottom;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

/* TOOLTIPS */

#bALlO0nBdY {
  line-height: 14px !important;
  vertical-align: top;
}

