#store_content {
	float: left;
	margin: 0 10px 0 0;
	padding-left: 40px;
	width: 630px;
}

	#store_content h1 span {
		display: block;
	}

	#store_content .products {
		overflow: hidden;
	}
	
	#store_content .product {
		float: left;
		margin: 0 30px 0 0;
		padding: 0 0 1.5em 0;
		width: 190px;
	}
	
	#store_content .last_product {
		margin-right: 0;
	}
	
		#store_content .product img {
			display: block;
			float: none;
			margin: 0 auto;
		}
	
		#store_content .product h2, #store_content .product h3 {
			font-size: 1em;
			font-style: normal;
			margin-bottom: 0;
			text-align: center;
		}
	
		#store_content .product p.price {
			color: #c00;
			margin: 0 0 1em 0;
			text-align: center;
		}
		
		#store_content .product p.free {
			text-align: center;
		}
	
		#store_content .product button {
			display: block;
			margin: 0 auto;
		}
		
		#store_content p.includes_link, #store_content p.subscription_link {
			font-size: .8333em;
			margin: 1em 0;
			text-align: center;
		}
		
		#store_content .product_info {
			color: #666;
			font-size: .8333em;
			padding: 1px 0;
		}
		
		.js #store_content .product_info {
			display: none;
		}
		
		#store_content .product_info ul {
			margin: 0 0 0 20px;
		}
		
		#store_content .product_info ul li {
			margin: 0;
			padding: .5em 0;
		}
		
		#store_content .product_info p {
			margin: 0;
			padding: .5em 0;
		}
		
	#store_content .downloadable, #store_content .related {
		clear: both;
		float: left;
		margin-bottom: 1.5em;
		width: 100%;
	}
	
	#store_content .related {
		margin-top: 1.5em;
}	
	#store_content .downloadable .products, #store_content .related .products {
		background: #eee;
		clear: both;
		float: left;
		padding-top: 1.5em;
		width: 100%;
	}
	
	#store_content .downloadable h2, #store_content .related h2 {
		background: #eee;
		font-size: 1em;
		float: left;
		line-height: 1.5;
		margin: 6px 5px 0 0;
		padding: 4px 20px 5px 20px;
		border-top-right-radius : 5px;
		border-top-left-radius : 5px;
		-moz-border-radius-topright : 5px; /* Mozilla */
		-moz-border-radius-topleft : 5px; /* Mozilla */
		-webkit-border-top-right-radius : 5px; /* Webkit */
		-webkit-border-top-left-radius : 5px; /* Webkit */
	}
	
	.js #more_downloadable, .js #more_related {
		display: none;
	}
	
	p.downloadable_link, p.related_link {
		background: #eee;
		clear: both;
		margin: 0;
		padding: 0 15px 1.5em 15px;
		text-align: right;
	}

#store_sidebar_wrap, #cart_wrap {
	background: transparent url(/images/threads/lined_paper_background.jpg) repeat-y 50% -2px;
	float: left;
	margin: 0 0 1.5em 0;
	width: 270px;
}

#store_sidebar_wrap2, #cart_wrap2 {
	background: transparent url(/images/threads/lined_paper_background_top.jpg) no-repeat 50% 0;
	overflow: hidden;
	width: 270px;
}

#cart_wrap2 {
	background: transparent url(/images/threads/lined_paper_background_top_alt.jpg) no-repeat 50% 0;
}

#store_sidebar, #cart {
	background: transparent url(/images/threads/lined_paper_background.jpg) repeat-y 50% 0;
	float: left;
	margin: 1.5em 0;
	padding: 0 40px 0 54px;
	width: 176px;
	font-family: "Comic Sans MS", "helvetica neue", helvetica, arial, sans-serif;
}

#store_sidebar.fancy, #cart.fancy {
	background: transparent url(/images/threads/lined_paper_background_bottom.jpg) no-repeat 50% 100%;
	float: none;
	overflow: hidden;
	margin: 3em 0 0 0;
}

#store_sidebar h3, #cart h3 {
	margin: .8em 0;
	font-family: "Comic Sans MS", Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
}

.js #cart {
	display: none;
}

#cart p {
	line-height: 1.417;
	margin: 1.4em 0 0 0;
}

#cart li, #store_sidebar li {
	line-height: 1.417;
	margin: 0;
}

#cart ul {
	list-style: none;
	margin: 0 0 1.417em 15px;
}

#store_sidebar ul {
	margin: 1.4em 0 1.417em 15px;
}

#cart span.checkout {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	margin: .8em 0;
	text-align: right;
}

.js #store_info {
	display: none;
}

#customer_service {
	float: right;
	margin: 0 0 1.5em 0;
	padding: 0 40px 0 40px;
	width: 190px;
}

#customer_service p.note {
	color: #666;
	font-size: .8333em;
}

#store_info {
	clear: both;
	overflow: hidden;
}

ul.ui-tabs-nav {
	float: left;
	list-style: none;
	margin: 0;
}

ul.ui-tabs-nav li {
	background: #eee;
	float: left;
	margin: 6px 5px 0 0;
	padding: 4px 20px 5px 20px;
	border-top-right-radius : 5px;
	border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px; /* Mozilla */
	-moz-border-radius-topleft : 5px; /* Mozilla */
	-webkit-border-top-right-radius : 5px; /* Webkit */
	-webkit-border-top-left-radius : 5px; /* Webkit */
}

ul.ui-tabs-nav li a {
	color: #666;
}

ul.ui-tabs-nav li.ui-tabs-selected {
	background: #D7E5C1 url(/images/threads/highlight_top.gif) no-repeat 0 0;
	border: none;
	margin: 0 5px 0 0;
	padding: 10px 20px 5px 20px;
	border-radius : 0;
	border-radius : 0;
	-moz-border-radius : 0; /* Mozilla */
	-moz-border-radius : 0; /* Mozilla */
	-webkit-border-radius : 0; /* Webkit */
	-webkit-border-radius : 0; /* Webkit */
}

ul.ui-tabs-nav li.ui-tabs-selected a {
	color: #333;
	cursor: default;
	text-decoration: none;
}

#store_info div.ui-tabs-panel {
	background: #D7E5C1 url(/images/threads/highlight_bottom.gif) no-repeat 0 100%;
	clear: both;
	float: left;
	padding: 1em 20px;
	margin: 0;
	width: 590px;
}

#store_info div.ui-tabs-panel h2 {
	display: none;
}

#store_info div.ui-tabs-panel ol, #store_info div.ui-tabs-panel ul {
	margin-left: 15px;
}

#store_info #author img {
	background: #afbc9d;
	border: 1px solid #999;
	float: left;
	margin: 1.8em 10px 0 0;
	padding: 5px;
}

#store_info #playlist table caption {
	display: none;
}

#store_info #playlist table td, #store_info #playlist table th {
	text-align: center;
}

#store_info #playlist table td {
	border-bottom: 1px solid #afbc9d;
}

#store_info #playlist table tr.alt td {
	background: #ccdab7;
}

#store_info #playlist table tr.over td {
	background: #c3d0af;
}

#store_info #playlist table th {
	background: #afbc9d;
	padding: .5em 0;
}

#store_info #playlist table .name {
	width: 137px;
	text-align: left;
	padding: 1em 10px;
}

#store_info #playlist table .time {
	width: 70px;
	padding: 1em 0;
}

#store_info #playlist table .artist {
	width: 100px;
	padding: 1em 10px 1em 0;
	text-align: left;
}

#store_info #playlist table .album {
	width: 130px;
	padding: 1em 10px 1em 0;
	text-align: left;
}

#store_info #playlist table .purchase {
	width: 103px;
	text-align: center;
	vertical-align: middle;
}

	#store_info #playlist table .purchase img {
		float: none;
		margin: 0;
		padding: 1em 10px 1em 0;
	}

#store_info #playlist .figure {
	margin: 1.5em 10px;
}

#store_info p.preorder {
	color: #c00;
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 1.2857;
	margin: 1.2857em 0;
}

.store_group {
	clear: both;
	float: left;
	margin: 1.5em 0 0 0;
	width: 100%;
}

.store_group h2 {
	margin-left: 25px;
}

	#store_content .store_group .product {
		float: left;
		margin: 0 0 0 0;
		padding: 0 10px 3em 10px;
		overflow: hidden;
		width: 137px;
	}
	
		#store_content .store_group .product img {
			display: block;
			float: none;
			margin: 0 auto;
		}
	
		#store_content .store_group .product h3 {
			font-size: 1em;
			font-style: normal;
			margin-bottom: 0;
			text-align: center;
		}
		
	#top-group {
		background: #c3d0af;
	}
	
		#top-group #on-going {
			float: left;
		}
	
		#top-group #visual-resources {
			float: left;
		}
		
		#top-group #visual-resources h2 {
			margin-left: 25px;
		}
		
		#top-group #visual-resources .product1 {
			border-left: 1px solid #9aa389;
			margin-bottom: 3em;
			padding-bottom: 0;
		}
	
	#short-term {
		background: #ccdab7;
	}
	
	#more {
		background: #D7E5C1;
	}
	
	#digital {
		background: #e8f8d0;
	}
	
		#digital p {
			margin-right: 25px;
			text-align: right;
		}
	
	#recommends {
		background: #fff;
	}
	
		#recommends p {
			margin-right: 25px;
			text-align: right;
		}
		
.product5, .product9, .product13, .product17, .product21, .product25, .product29, .product33, .product37, .product41, .product45 {
	clear: left;
}