#sb-body {
  z-index: 5000;
}

#switchbutton {
  position: fixed;
  top: 205px;
  left: 20px;
  z-index: 1000;
}


#toolkitbutton {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

#toolkitbutton a, #switchbutton a {
  text-decoration: none;
}

#toolkitbutton a img, #switchbutton a img {
  text-decoration: none;
  border: none;
}

.friends {
  display: block;
  height: 210px;
}

.tf-users a, .tf-users a img {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  text-decoration: none !important;
}


/* Image lists - gallery */
/* allow room for 3 columns */
.image_list_wrapper ul
{
  width: 105%;
  list-style: none;
  margin-left: 0px !important;
}

/* float & allow room for the widest item */
.image_list_wrapper ul li
{
  position: relative;
  float: left;
  width: 120px;
  height: 150px;
  border: #bbbbbb 1px solid;
  padding: 0 0 10px 0px;
  margin-right: 10px !important;
  margin-left: 0px !important;
  text-align: center;
  vertical-align: top;
  list-style: none !important;
}
.image_list_wrapper ul li a {
	width: 110px;
	position: absolute;
	bottom: 3px;
	left: 5px;

}

/* stop the float */
br
{
  clear: left;
}

/* separate the list from subsequent markup */
div.image_list_wrapper
{
  margin-bottom: 1em;
}


/* Styles for tag cloud */
.tag_size_1 { font-size: 0.9em; }
.tag_size_2 { font-size: 1.3em; }
.tag_size_3 { font-size: 1.6em; }
.tag_size_4 { font-size: 2em; }

a.rss_link {
  float: right;
}

a.rss_link img {
  border: none;
}

/* Gallery widget */
ul.gallery_widget_thumbs li {
  display: block;
  float: left;
  margin: 2px !important;
  padding: 2px !important;
  text-align: center;
  border: 1px #cc3366 solid;
}

ul.gallery_widget_thumbs li a img {
  border: none !important;
}


/* CUSTOM FORMS */

div#custom_form
  {
	height: 100%;
	border: 1px solid #999999;
	background-color: #dddddd;
	width: 100%;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
div#custom_form h2 {
  margin: 10px 0 10px 0;
}

div#custom_form .custom_form_element {
  display: inline-block;
  float: left;
  width: 50%;
}

div #custom_form .custom_form_element label {
  width: 35%;
  display: inline-block;
}

div #custom_form .custom_form_element input, div #custom_form .custom_form_element select {
  width: 55%;
  display: inline-block;
  margin-left: 3%;
}

div#youtubevideos div.video a img {
  width: 180px;
  height: auto;
}

h1 span.show_all_products_link {
  font-size: 0.5em;
  letter-spacing: normal;
}

h1 span.show_all_products_link a {
}

.thumbmember div.discontinued {
  display: none;
}

.thumbmember div.out_of_stock {
  display: none;
}

del {
  text-decoration: line-through;
}
