/* ---------------------------------- */

/* @Store */

#store .item-store {
	display:block;
	float:left;
	clear:both;
	width:530px;
	margin-bottom:12px;
}

#store .featured {
	display:block;
	float:left;
	clear:both;
	width:530px;
}

#store .regular {
	display:block;
	float:left;
	clear:both;
	width:603px;
	margin-top:-2px;
	margin-left:-38px;
	padding-top:15px;
	padding-bottom:10px;
	background:url(images/divider-vertical.png) center repeat-y;
}

#store .featured .item-store {
	display:block;
	float:left;
	clear:both;
	width:530px;
}

#store .regular .item-store {
	display:block;
	float:left;
	clear:none;
	width:245px;
	margin-left:38px;
}

#store .item-store .image {
	display:block;
	float:left;
	clear:both;
	width:245px;
	position:relative;
	z-index:1;
}

#store #store_item_deluxe .image img {
	margin-left:-20px;
}

#store #store_item_vinyl .image img {
	margin-left:-8px;
}

#store #store_item_digital_album .image img {
	margin-left:-7px;
}

#store #store_item_digital .image img {
	margin-left:-7px;
}

#store .featured .item-store .details {
	display:block;
	float:left;
	clear:none;
	width:275px;
	margin-left:10px;
}

#store .regular .item-store .details {
	display:block;
	float:left;
	clear:both;
	width:245px;
}

#store .featured .item-store .details .title {
	display:block;
	float:left;
	clear:both;
}

#store .regular .item-store .details .title {
	display:block;
	float:left;
	clear:both;
	margin-top:10px;
}

#store .featured .item-store .details .info {
	display:block;
	float:left;
	clear:both;
	width:275px;
	margin-top:10px;
}

#store #store_item_deluxe  .details .info {
	width:247px;
}

#store .regular .item-store .details .info {
	display:block;
	float:left;
	clear:both;
	width:245px;
	margin-top:10px;
}

#store .item-store ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


#store .item-store ul li {
	margin:0;
	margin-left:0px;
	background-image: url(images/store/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 26px; 
	padding-bottom:6px;
}

#store .item-store .details .purchase {
	display:block;
	float:left;
	clear:both;
	width:245px;
}

#store .item-store .details .purchase .price {
	display:block;
	float:left;
	clear:both;
}

#store .item-store .details .purchase .btn-buynow,
#store .item-store .details .purchase .btn-preorder {
	display:block;
	float:left;
	clear:none;
	width:114px;
	height:26px;
	margin-top:12px;
	margin-left:-5px;
}

#store .item-store .details .purchase .btn-buynow {
	background-image: url(images/store/btn-buynow.png);
}

#store .item-store .details .purchase .btn-preorder {
	background-image: url(images/store/btn-preorder.png);
}

#store #store_item_digital .btn-buynow,
#store #store_item_digital .btn-preorder {
	margin-left:-12px;
}

#store .item-store .details .purchase .btn-buynow:hover,
#store .item-store .details .purchase .btn-preorder:hover {
	background-position:bottom;
}

#store .divider {
	margin:0;
	padding:0;
}

#store .featured .divider {
	margin:0px 0px 12px 0px;
	padding:0;
}

#store .disclaimer {
	display:block;
	clear:both;
	position:relative;
	top:20px;
	font-size: 10px;
	color: #be2b1a;
	font-weight: bold;
}

#store .disclaimer-star {
	font-size: 12px;
	color: #be2b1a;
	font-weight: bold;
}

#store .other-store {
	display:block;
	float:left;
	clear:both;
	width:578px;
	height:48px;
	margin:-14px 0px 0px -25px;
	background:url(images/footer-bg.png) no-repeat;
}

#store .other-store a {
	display:block;
	float:left;
	clear:both;
	width:580px;
	margin-top:15px;
	/*
	font-family:Clarendon, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	*/
	font-family: 'Heuristica', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 140%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	
	color:#494426;
	font-size:16px;
	z-index:6;
	text-align:center;
}