
body {
	background: url(/site_images/bg_color.png) #b3bdff;
	font-family: tahoma, arial;
	font-size: 70%;
	line-height: 2.2em;
}

a {
	color: #3565ff;
}

img {
	border: 0px;
}

p {
	margin-top: 1.5em;
	margin-bottom: 0em;
}

h1 {
	font-size: 1.2em;
	margin-top: 2em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

#site_container {
	width: 980px;
	text-align: left;
	font-size: 1.5em;
}

#nav_container {
	text-align: center;
	margin-bottom: 20px;
}


#footer {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	padding-top: 20px;
}

.medium_column {
	width: 485px;
}

.small_column {
	width: 370px;
}

.wide_column {
	width: 600px;
}

.vsmall_column {
	width: 200px;
}

.vwide_column {
	width: 770px;
}

.spacer {
	margin-top: 2em;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: left;
}

.clear {
	clear: both;
}

.note {
	font-size: 0.8em;
	line-height: 1.3em;
}

.error {
	color: red;
	font-weight: bold;
}

.product_profile {
	font-size: 0.9em;
	vertical-align: middle;
}

.product_profile h3 {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.product_profile p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}


.product_profile td strong, .product_profile td b {
	font-size: 1.3em;
}

.product_profile .controls img, .popup_product_profile .controls .img {
	margin-right: 3em;
	vertical-align: middle;
}

.product_profile .controls form, .popup_product_profile .controls form {
	display: inline;
}

.product_profile .price {
	font-weight: bold;
}

.popup_product_profile img {
	margin-right: 5px;
}

.item_listing td {
	vertical-align: top;
	padding: 10px;
}

.horiz_item_listing td {
	vertical-align: bottom;
	padding: 10px;
}

.horiz_item_listing td.description {
	vertical-align: top;
	padding: 10px;
}

.itunes img {
	vertical-align: middle;
}

.itunes a {
	font-weight: bold;
	text-decoration: none;
}

#signup_form {
	float: right;
	width: 295px;
}

#signup_form .text_input {
	width: 280px;
	font-size: 1.1em;
	margin-bottom: 5px;
}

#signup_form .controls {
	text-align: right;
	padding-right: 10px;
}

.gallery td {
	text-align: center;
	vertical-align: middle;
}

.gallery td a img {
	border: 1px solid black;
}

.news_listing h4 {
	margin-bottom: 0em;
}

.news_listing h4 a {
	color: black;
}

.news_listing .date {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

#buy_bumblz_goodies {
	border-collapse: collapse;
}

#buy_bumblz_goodies td {
	padding: 0px;
}

/* Ajax popup styles */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/scripts/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits {
    display: none;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 600px;
    padding: 5px;
    font-size: 1.5em;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/scripts/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}