/***********************
 * SIDEBAR
 ***********************/
#SideAccountMenu .BlockContent{
	font-size: 1.2em;
}
#SideCartContents{
	
}
#SideGiftCertificateCodeBox .BlockContent, #SideCouponCodeBox .BlockContent{
	background: #eee;
	margin: 0;
	padding:6px;
}
/***********************
 * SIDEBAR - CATEGORIES
 ***********************/
#SideCategoryList {
	background-color: #FFF;
	font-size:1.2em;
	margin:0 0 35px 0;
}

#SideCategoryList li{
	padding: 5px 0 0 0;
}

#SideCategoryList li ul {
	padding:0 0 10px 15px;
}

#SideCategoryList .digome-active{color:#c1272d;font-weight: bold;}

#SideCategoryList ul ul a:hover{
	color:#c1272d;
	text-decoration: none;
	background: #f9f9f9;
}

#SideCategoryList div.root-category a {
	position: relative;
	display: block;
	width: 158px;
	background: #d4d1c9;
	margin: 10px 0;
	padding: 2px 0 2px 44px;
	font-weight: bold;
	text-decoration: none;
}

#SideCategoryList div.root-category a:hover {
	background: #DADADA;
}

#SideCategoryList div.root-category a div {
	position: absolute;
	left: 2px;
	top: -8px;
	height: 36px;
	width: 36px;
	background: url(../images/nav-icons-sprite.png) no-repeat;
}

#SideCategoryList div.root-category.hatch a div {
	background-position:  0 -37px;
}

#SideCategoryList div.root-category.membership a div {
	background-position:  0 -73px;
}

#SideCategoryList div.root-category.tickets a div {
	background-position:  0 -110px;
}

#SideCategoryList div.root-category.donate a div {
	background-position:  0 -146px;
}

/************************************
 * PRODUCT BREADCRUMBS & CATEGORIES
 ************************************/
div.SubCategoryList {
	padding: 1px;
}

div.SubCategoryList ul {
	list-style: none;
	float: left;
	margin: 0;
	padding:0;
}

div.SubCategoryList li {
	padding:0 15px 0 0;
	display:inline;
}
div.SubCategoryList li a{
	color:#268992;
	text-decoration:underline;
	font-size:.9em;
}
div.SubCategoryList li a:hover{
	color:#22b5c2;
	text-decoration:underline;
	font-size:.9em;
}
/* Sub Category Listings */
.sub-category-block{

	height: 100%;
	overflow: hidden;
}
.subcat-image {
	border:1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	height: 220px;
	width:128px;
	overflow: hidden;
	text-align: center;
}
a.category-block span{
	position: relative;
	top:-1.2em;
}
/************************************
 * CATEGORY PRODUCT LISTINGS
 ************************************/

#CategoryHeading h2 {
	display: none;
}

#CategoryHeading .SortBox{
	font-weight: bold;
	color: #444;
	font-size: 0.95em;
	position: absolute;
	top: 10px;
	right: 7px;
}
#CategoryHeading .SortBox select {
	font-size: 0.9em;
	padding:0px;
	background: #fefefe;
	border:1px solid #aaa;
}

#CategoryHeading .SortBox option {
	color: #444;
	border-bottom:1px solid #f0f0f0;
}


#CategoryPagingTop {
	margin-top: 2em;
}
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.CategoryPagination {
	padding: 5px;
	text-align: center;
}

.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}/* Quick Search */
.CategoryPagination .PagingList li.ActivePage {
	border: 1px solid #000;
}

/************************************
 * PRODUCT LISTINGS
 ************************************/

/* Product Listings */
h3.product-group-heading, #reviews{
		font-size: 1.6em;
	font-weight: bold;
	color: #4d4d4d;
	margin: 10px 0;
	text-transform: uppercase;
}
.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Content .ProductList li {
	background: #f4f5f5 url(../images/bg-product-grid-item.png) repeat-y;
	border:1px solid #CDCBCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float:left;
	font-size:0.95em;
	list-style:none outside none;
	margin:9px 4px;
	min-height:19em;
	/*overflow:hidden;*/
	padding:4px 2px;
	width:140px;
	position: relative;
}
.Content .ProductList li .ProductDetails{
	padding:0 10px;
}
.view-larger{
	color:#888;
	display:block;
	height:20px;
	padding:2px 0 2px 26px;
	background: url(../images/bg-magnify.png) no-repeat;
}

.ProductList a {
	text-decoration: none;
}

.ProductList .ProductImage {
	margin: 0 0 5px 0;
	display: block;
	width: 130px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	margin:auto;
}
.ProductList .ProductImage img{margin:auto;display: block;}
.ProductList li {
	text-align: center;
}
.ProductList .ProductDetails-left
{
	text-align: left;
}

.ProductList p {
	margin: 5px 0 5px 5px;
}

.ProductList strong, .ProductList strong a {
	color: #000;
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}
.member-price{
    display: block;
	color:#df5900;
}
.sale-tag{
	position:absolute;
	top:52px;
	left:-14px;
	width: 92px;
	height: 85px;
	background: url(../images/sale.png) no-repeat;
	cursor: pointer;
}
#LayoutColumn3 .sale-tag{
	top:39px;
}
.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList .Rating img {
	height: 12px;
	margin-top: 3px;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}
#SideProductRecentlyViewed .ProductDetails {
	position: relative;
}
#SideProductRecentlyViewed .ProductDetails .ProductActionAdd{
	position:absolute;
	bottom:1px;
	left:18px;
}
.Left .ProductList li, .Right .ProductList li {
	clear: both;
	/* width: 140px; */
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
	position: relative;
}

.Right .SideCart p
{
	color: #000000;
}

/************************************
 * PRODUCT PAGE
 ************************************/

#ProductBox {
	color: #5D5D5D;
	margin-bottom: 20px;
}

#ProductDetails div.ProductImage {
	float: left;
	width: 220px;
	text-align: center;
	margin: 0 28px 8px 0;
}


#ProductDetails div.ProductImage td
{
	background-color: #FFF;
}

#ProductDetails {
	margin-top: 0;
}

#ProductDetails h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 150%;
	text-transform: none;
	color: #000;
}

#ProductDetails p {
	margin-bottom: 0;
}
.PriceLabel{
	font-weight: bold;
}
#ProductDetails .price .ProductPrice{
	font-weight: normal;
	color:#a05801;
}
#ProductDetails input,
#ProductDetails select {
	margin-bottom: 10px;
}
.ProductOptionList{
	padding: 6px 0;
}
div.ProductThumbs {
	height: 48px;
	width: 208px;
	overflow: hidden;
	text-align: center;
	margin: 6px auto 0 auto;
}

div.ProductThumbs ul {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

div.ProductThumbs ul li {
	display: block;
	float: left;
	text-align: center;
	height: 46px;
	width: 46px;

	overflow: hidden;
	border: 1px solid #D4D1C9;
	margin: 0 2px;
}
div.ProductThumbs ul li * {margin:auto;}
#ProductInfo{
font-size: 1em;
}
#ProductInfo .black{font-weight: bold;padding-bottom:10px;}

#ProductReviews{
	padding:20px 0;
}
.ProductDetailContainer .SideRecentlyViewed .ProductDetails{
	margin:0;
	text-align: center;
}
/***********************
 * DONATION PRODUCT PAGE
 ***********************/

#Donate div.ProductImage {
	margin: 0 17px 8px 0;
}

#Donate div.ProductAddToCart,
#Donate p.price { display: none;}
#Donate div.cart {float: left; width: 250px;}
#Donate td input {margin-right: 6px;}
#Donate td {padding: 0 6px; vertical-align: top; margin: 0 0; }
#Donate input {padding: 0 0; margin: 0 0;}
#Donate input.amt { width: 80%; line-height: 18px; height: 18px; font-size: 14px; margin-top: 6px;}
#ProductInfo.donate h1 {
	color: #E6A14E;
	font-size: 1.3em;
}

#Donate h6,
#ProductInfo.donate h6 {
	color: #000;
	font-size: 1em;
}


#ProductInfo.donate p,
#Donate p { line-height: 1.1;}
/************************************
 * RIGHT SIDEBAR
 ************************************/

/* Right Content Area */
.Right {
	float: right;
	min-height: 500px;
	width: 194px;
	font-size: 0.85em;
	padding-bottom: 10px;
	margin-left: 10px;
}

.Right h2 {
	border-bottom:1px solid #CCE1EB;
	color:#888888;
	font-size:1.2em;
	text-transform:uppercase;
}

.Right a {
	color: #b1afa8;
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .BlockContent {
	margin: 0 10px 0 10px;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	/* padding: 3px 0; */
}

.Right li {
	padding-left: 10px;
	color: #b1afa8;
	/* border-bottom: 1px solid #c5dde9; */
}

.Right li a {
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}
#LayoutColumn3{
	padding-top:55px;
}

#SideCartContents a.view-cart {
	text-decoration: none;
}
#SideCartContents a.view-cart h2 {
	background: url(../images/cart.gif) no-repeat left 49%;
	text-indent: 20px;
	padding:0 0 1px 0;
}

#SideCartContents div.cart-items {
	color:#111;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em 0 0.6em 0;
}

#SideCartContents div.cart-items span {
	display: block;
	float: right;
	color: #880000;
}

#LayoutColumn3 ul.ProductList div.TopSellerNumber,
#LayoutColumn3 ul.ProductList span.Rating,
#LayoutColumn3 ul.ProductList div.ProductActionAdd {
	display: none;
}


/************************************
 * TICKETS 
 ************************************/

#TicketPkgs td {
	vertical-align: top;
	width: 230px;
	padding:0 15px 0 0;
}
#TicketPkgs h4{
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 0 10px 0;
}
#TicketPkgs .MainImage{
width:104px;
height:104px;
overflow: hidden;
}
#TicketPkgs .MainImage img {width:104px;}
#TicketPkgs div.ProductThumbs {height:auto;}
#TicketPkgs .Images{
	float:left;
	width:115px;
}
#TicketPkgs form{
	padding-top: 20px;
}
#TicketPkgs form td {
	width:auto;
	padding:0 12px 4px 0;
}
#TicketPkgs .SaveMessage{
	color:#888;
	padding:5px 0 0 0;
}
#TicketPkgs small{
	padding:0 5px;
        color:#050;
}
#TicketPkgs .addToCartButton{
margin:13px 0;
}
#TicketPkgs td.descrip {
	padding: 4px 15px;
}
#TicketPkgs td.descrip ul{
	margin:0;
	padding:2px 5px;
}
#TicketPkgs td.descrip li{
padding-bottom: 10px;
}
#TicketPkgs .TktAge{font-size: .9em;padding:0 4px;white-space: nowrap;}
select.qty{width:40px;margin: 2px 0 0 0;}
#TicketPkgs .studioBTime{
	width:96px;
}
.Notice{
	background: #f7f7f7;
	padding: 15px 10px 0 10px;
	margin: 0;
	margin-top:-5px;
}
.required{font-weight: bold;color:#a00;line-height: 1em;}
.userMessage{
	display: none;
	margin-top: 10px;
	background: #ededed;
	text-align: center;
	font-weight: bold;
	padding:7px;
	border:1px solid #ddd;
	color: #900;
}
.platinum-bg{
	padding:6px;
	background: #e3e3e3;
	font-size: 1em;
}
.gold-bg{
	padding:6px;
	background: #f2d6a9;
	font-size: 1em;
}
.studioBMessage{
	background: #acc2c7;
	border: 1px solid #94acb2;
	color:#3e5960;
	padding:10px;
	font-style: italic;
}
/************************************
 * CHECKOUT
 ************************************/
#CartFreeShipping{
	display: none;
}
.KeepShopping{
	text-align: center;
	margin: 80px auto;
}
.ExpressCheckout{
}
 .ExpressCheckoutContent
{
	margin: 0 10px;
}
.ExpressCheckout .CreateAccount{
	width:290px;
}
.ExpressCheckoutMemberMessage{
	margin: 0;line-height: 1em;color: #666;
}
.ShipperPrice{
	color: #b56506;
}
.TransitTime{
	color:#666;
}

.ExpressCheckoutContent .CartContents {
	border:1px solid #eee;
}
.ExpressCheckoutContent .CartContents td{
	background: none;
	border-bottom: 1px solid #ddd;
}
.ExpressCheckoutContent .CartContents tr.SubTotal{
	color: #037273;
}
.ExpressCheckoutContent .CartContents .ProductPrice {
	color: #b56506;
}

.CheckoutRedeemCoupon { background: #EAFDFF; padding: 10px; width: 300px; border: 1px solid #9DD3D8; margin-bottom: 10px; }

.ExpressCheckoutContent .InfoMessage {
	background: #dcefa5 url('../../default/images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
	padding:9px 30px;
}
#bottom_payment_button{
	margin:11px 0 0 0;
}
.ExpressCheckoutContent  p.Submit input{padding: 5px 20px;}

/************************************
 * LOGIN
 ************************************/
.MemberLoginMessage{
    clear:both;
    padding:20px 0 0 40px;
    background:url(../images/member-icon.png) no-repeat 0% 51%;
}
/************************************
 * SEARCH
 ************************************/
.SearchSorting {
	padding:10px 0;
}
.AdvancedSearch{
	background: #fafafa;
	padding: 10px;
	border: 1px solid #eee;
}

/************************************
 * DETAIL IMAGES
 ************************************/

a.digome-modal-gallery {
	cursor: pointer;
}
/* JQM config */
div.jqmOverlay {
	background: #fff;
	cursor: pointer;
}
a.jqmClose{
	position: absolute;
	top:3px;
	right:15px;
	display: block;
	background: url(../images/button-exit.png) no-repeat;
	width:76px;
	height: 21px;
}

/*Scrollable config*/
.additional-images div.items {
	display: none;
}
#digome-modal-gallery-container .disabled{
	visibility: hidden;
}
#digome-modal-gallery-nav{
	background: #f4f5f5 url(../images/bg-product-grid-item.png) repeat-y;
	bottom:1px;
	height:60px;
	position:absolute;
	width:100%;
	overflow: visible;
}

/* layout */
#digome-modal-gallery-container {
    display: none;
    position:fixed;
	height:100%;
	width:100%;
}

#digome-modal-gallery-container div.scrollable {
	/*left:50%;*/
    overflow:hidden;
	/* height:93px;*/
}

#digome-modal-gallery-container  div.items {
	margin:auto;
	text-align:center;
	padding:7px 0 0 0;
}
div.items a {
	text-decoration: none;
	margin-right: 2px;
}

#digome-modal-gallery-container div.items a.active img {
    border:2px solid #555;
}
/***********************
 * SIDEBAR - CATEGORIES
 ***********************/
.product-track-listing{
    padding-top:20px;
}
.product-track-listing div{
float: left;
width:10px;
padding:3px;
border-bottom: 1px solid #eee;
}
.product-track-listing div.clear{
 float: none;
 clear: both;
 border:none;
 height: 1px;
}

.product-track-listing .track-listing-header{
 font-weight: bold;
font-size: 1.1em;
 float: none;
 width: auto;
 border:none;
 background: #eee;
}
.product-track-listing h4{
    background: #ddd;
    padding:0 0 0 5px;
    display: block;
}
.product-track-listing .track-title{
    width:280px;
}
.product-track-listing .track-number{
    width:20px;
    padding-left: 4px;
}
.product-track-listing .track-time{
width:45px;
}
.product-track-listing .track-listen{
    padding:2px 0 0 0;
    width:92px;
    border:none;
}
/*player*/
.trackButton{
    display: block;
    width:100px;
    height: 17px;
    background: url(../images/listenGraphic.png) no-repeat;
    font-size:0%;
}
.trackButton.trackButtonPlaying{
    background: none;
}